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
2021-09-01Add latest changes from gitlab-org/gitlab@14-2-stable-eeGitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
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