An error occurred fetching the project authors.
- 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
-
- 30 Jul, 2018 1 commit
-
-
Phil Hughes authored
Closes #44845
-
- 11 Jul, 2018 1 commit
-
-
Phil Hughes authored
Closes #44845
-
- 27 Jun, 2018 1 commit
-
-
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
-
- 29 May, 2018 1 commit
-
-
Phil Hughes authored
-
- 24 May, 2018 1 commit
-
-
Phil Hughes authored
-
- 04 May, 2018 1 commit
-
-
Phil Hughes authored
i18n
-
- 03 May, 2018 1 commit
-
-
André Luís authored
-
- 26 Apr, 2018 1 commit
-
-
Phil Hughes authored
updated variable name removed un-used prop
-
- 20 Apr, 2018 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 18 Apr, 2018 1 commit
-
-
Phil Hughes authored
[ci skip]
-
- 16 Apr, 2018 2 commits
-
-
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
-
- 28 Mar, 2018 3 commits
-
-
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
-
- 22 Mar, 2018 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4541
-
- 20 Mar, 2018 1 commit
-
-
Phil Hughes authored
This also makes the IDE generally available
-
- 02 Mar, 2018 1 commit
-
-
Phil Hughes authored
-
- 04 Jan, 2018 1 commit
-
-
Tim Zallmann authored
-
- 21 Dec, 2017 1 commit
-
-
Tim Zallmann authored
-
- 06 Nov, 2017 1 commit
-
-
Phil Hughes authored
Closes #38360
-
- 30 Oct, 2017 1 commit
-
-
Phil Hughes authored
spec fixes
-
- 27 Oct, 2017 1 commit
-
-
Phil Hughes authored
-
- 26 Oct, 2017 3 commits
-
-
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
-