An error occurred fetching the project authors.
- 14 Jan, 2019 1 commit
-
-
Mike Greiling authored
Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
-
- 03 Dec, 2018 1 commit
-
-
Paul Slaughter authored
-
- 20 Nov, 2018 1 commit
-
-
Mike Greiling authored
-
- 10 Oct, 2018 1 commit
-
-
Mike Greiling authored
-
- 28 Sep, 2018 1 commit
-
-
Paul Slaughter authored
**Why?** - This is needed for the Web Terminal feature. https://gitlab.com/gitlab-org/gitlab-ee/issues/5426 **Notes:** - Introduces a `pane` Vuex module. - Some views should not be kept alive (i.e. job details). This is why a `keepAlive` flag was introduced for views.
-
- 27 Sep, 2018 1 commit
-
-
Paul Slaughter authored
**Why?** - This is needed by the Web Terminal EE feature. https://gitlab.com/gitlab-org/gitlab-ee/issues/5426 **Notes:** - RightPane component tabs is now data driven.
-
- 07 Aug, 2018 1 commit
-
-
Phil Hughes authored
This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
-
- 05 Jul, 2018 3 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Closes #45187
-
- 21 Jun, 2018 1 commit
-
-
George Tsiolis authored
-
- 11 Jun, 2018 1 commit
-
-
Filipa Lacerda authored
-
- 07 Jun, 2018 1 commit
-
-
Phil Hughes authored
Closes #47538
-
- 06 Jun, 2018 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
[ci skip] Closes #46245
-
- 29 May, 2018 1 commit
-
-
Phil Hughes authored
-
- 25 May, 2018 1 commit
-
-
Phil Hughes authored
-
- 24 May, 2018 4 commits
-
-
Phil Hughes authored
allow ci icon to have a different size & be borderless
-
Phil Hughes authored
fixed multiple requests causing state to be emptied at wrong time
-
Phil Hughes authored
-
Phil Hughes authored
-