Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-02-08Fixes diff web worker not loading in stagingPhil Hughes
https://gitlab.com/gitlab-org/quality/staging/issues/34
2019-01-15Generate searchable JSDoc documentationWinnie Hellmann
2018-12-05Update IDE index.js with 'extendStore'Paul Slaughter
2018-11-27Replace convertPermissionToBoolean with parseBooleanWinnie Hellmann
2018-10-10Prettify ide modulesMike Greiling
2018-09-27Refactor IDE to allow RightPane extensionPaul Slaughter
**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.
2018-09-25Refactor IDE index to support EE specific codePaul Slaughter
**Why?** - The web terminal feature is EE specific and will need to inject some specific options / functions into certain components.
2018-08-07Web IDE & CodeSandboxPhil Hughes
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
2018-05-29added correct help path to empty statePhil Hughes
2018-05-29added empty state & YAML error statePhil Hughes
2018-05-07Merge branch 'upgrade-to-webpack-v4' into 'master'Clement Ho
Upgrade to Webpack 4 Closes #43400 See merge request gitlab-org/gitlab-ce!17218
2018-05-04add better description for resetServiceWorkersPublicPathMike Greiling
2018-05-03adjust IDE page loading config to ensure web workers are not loaded cross-originMike Greiling
2018-04-26added aria-label to buttonsPhil Hughes
updated variable name removed un-used prop
2018-04-18moved CSS out of the componentsPhil Hughes
hooked up commit section to activity bar fixed commit section SVGs not loading added the different theme defintions to the activity bar
2018-03-20Move IDE to CEPhil Hughes
This also makes the IDE generally available
2018-03-02Remove IDE from CEPhil Hughes
2018-01-05Resolve "Helpful and instructing Empty state for multi file editor"Tim Zallmann
2017-12-21Resolve "Decouple multi-file editor from file list"Tim Zallmann