- Feb 18, 2020
-
-
GitLab Bot authored
-
- Feb 14, 2020
-
-
GitLab Bot authored
-
- Jul 23, 2019
-
-
- Apr 24, 2019
-
-
Paul Slaughter authored
**Why?** These values will be used to help build the mirroring diff. It is helpful keeping it controlled in a constant. **Links:** - https://gitlab.com/gitlab-org/gitlab-ee/issues/10232 - https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11478
-
- Feb 15, 2019
-
-
Natalia Tepluhina authored
- replaced file.too_large - replaced file.text - replaced file.collapsed
-
- Feb 05, 2019
-
- Dec 06, 2018
-
-
Phil Hughes authored
Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607
-
- Sep 28, 2018
-
-
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.
-
- Aug 07, 2018
-
-
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
-
- Aug 02, 2018
-
-
Phil Hughes authored
-
- Jul 26, 2018
-
-
- Jul 05, 2018
-
-
Phil Hughes authored
Closes #45187
-
- Jun 13, 2018
-
-
Tim Zallmann authored
-
Phil Hughes authored
-
- Jun 06, 2018
-
-
Phil Hughes authored
[ci skip] Closes #46245
-
- May 24, 2018
-
-
Phil Hughes authored
-
- May 09, 2018
-
-
Phil Hughes authored
-
- May 04, 2018
-
-
Phil Hughes authored
i18n
-
- May 03, 2018
-
-
Phil Hughes authored
remove object.assign instead directly assign to state created new constants
-
- Apr 26, 2018
-
-
Phil Hughes authored
updated variable name removed un-used prop
-
- Apr 23, 2018
-
-
Phil Hughes authored
#44846
-
- Apr 20, 2018
-
-
Phil Hughes authored
-
- Apr 19, 2018
-
-
Phil Hughes authored
updated markup to use buttons instead of links
-
- Apr 16, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
added specs for ide.vue Mousetrap binds
-