- Feb 18, 2020
-
-
GitLab Bot authored
-
- Feb 15, 2020
-
-
GitLab Bot authored
-
- Jan 06, 2020
-
-
GitLab Bot authored
-
- Oct 04, 2019
-
-
GitLab Bot authored
-
- Jul 02, 2019
-
-
Denys Mishunov authored
If an entry has been removed from the tree and later, during the same session, a user is trying to add a new item with the same name/path we should allow for that as long as the original entry is marked with `deleted`.
-
- 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
-
- Jul 30, 2018
-
-
Phil Hughes authored
Closes #44845
-
- Jul 11, 2018
-
-
Phil Hughes authored
Closes #44845
-
- Jun 27, 2018
-
-
Phil Hughes authored
This is to reduce the dependancy on the flash module which just modifies the DOM, whereas this now correcly uses the vDOM
-
- May 29, 2018
-
-
Phil Hughes authored
-
- May 24, 2018
-
-
Phil Hughes authored
-
- May 04, 2018
-
-
Phil Hughes authored
i18n
-
- May 03, 2018
-
-
André Luís authored
-
- Apr 26, 2018
-
-
Phil Hughes authored
updated variable name removed un-used prop
-
- Apr 20, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- Apr 18, 2018
-
-
Phil Hughes authored
[ci skip]
-
- Apr 16, 2018
-
-
Phil Hughes authored
added arrow key navigation in the dropdown enter & click open the file highlight occurrences of the searched text in the drppdown item fixed some performance issues when rendering limit the dropdown items to a maximum of 20 - this may change to more depending on other performance changes
-
Phil Hughes authored
Closes #44841
-
- Mar 28, 2018
-
-
Phil Hughes authored
pending tabs now get added into openfiles & just filtered correctly
-
Phil Hughes authored
Pending tabs are normal tabs that are opened from the right sidebar. They are opened in diff mode and when changed to edit mode they get closed & the actual file gets opened.
-
Tim Zallmann authored
-
- Mar 22, 2018
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4541
-
- Mar 20, 2018
-
-
Phil Hughes authored
This also makes the IDE generally available
-
- Mar 02, 2018
-
-
Phil Hughes authored
-
- Jan 04, 2018
-
-
- Dec 21, 2017
-
-
Tim Zallmann authored
-
- Nov 06, 2017
-
-
Phil Hughes authored
Closes #38360
-
- Oct 30, 2017
-
-
Phil Hughes authored
spec fixes
-
- Oct 27, 2017
-
-
Phil Hughes authored
-
- Oct 26, 2017
-
-
Phil Hughes authored
[ci skip]
-
Phil Hughes authored
removed old store, helper & monaco loader moved monaco loader into editor component because it is the only component that requires monaco [ci skip]
-
Phil Hughes authored
-