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
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-08-03Move xterm to a node dependency and remove global code [ci skip]Filipa Lacerda
2018-07-27Resolve "The comparison list for the modified icons"Sam Beckham
2018-07-26Merge branch 'jivl-redesign-contributors-graph' into 'master'Clement Ho
Add bar chart component See merge request gitlab-org/gitlab-ce!20082
2018-07-26Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho
2018-07-25Add bar chart componentJose
2018-07-20Add formdata-polyfillLuke Bennett
2018-07-18Proper icon validatorLukas Eipert
2018-07-14Merge branch 'upgrade-frontend-deps' into 'master'Fatih Acet
Upgrade webpack and other frontend deps See merge request gitlab-org/gitlab-ce!20622
2018-07-14update webpack to v4.16Mike Greiling
update several webpack loaders and plugins upgrade nodemon upgrade karma upgrade karma-webpack update karma-jasmine to fix broken reporter timer
2018-07-11improve log output of jasmine `toEqual` with nested objects/arraysLukas Eipert
2018-07-07resolve node 6 compatibility issuesMike Greiling
2018-07-05updated iconPhil Hughes
2018-07-02Replaces date.format.js in vendor with NPM packageTim Zallmann
2018-06-25Resolve "100% CPU for webpack-dev-server running in GDK"Mike Greiling
2018-06-25Update project sidebar to work with EE feature Security DashboardOlivier Gonzalez
2018-06-15Fixed Prettier Config Applying + Updated Prettier to newest versionTim Zallmann
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-06-08remove copy-webpack-pluginMike Greiling
2018-06-08add monaco-editor-webpack-plugin and update webpack configMike Greiling
2018-06-08update webpack and webpack-cli to latestMike Greiling
2018-06-08update monaco-editor dependencyMike Greiling
2018-06-01Merge branch 'upgrade-worker-loader' into 'master'Filipa Lacerda
Upgrade worker-loader dependency to remove deprecation warnings See merge request gitlab-org/gitlab-ce!19231
2018-05-31Add `sortablejs` to replace vendor versionKushal Pandya
2018-05-30upgrade worker-loader to remove tappable deprecation warningsMike Greiling
2018-05-29Upgrade to eslint `~4.12.1` which is the last known version where the ↵Lukas Eipert
camelcase bug does not persist
2018-05-28Merge branch 'leipert-forward-bootstrap4' into 'master'Filipa Lacerda
Update bootstrap to 4.1.1 See merge request gitlab-org/gitlab-ce!19179
2018-05-28Dedupe yarn dependenciesLukas Eipert
2018-05-28Update bootstrap to 4.1.1Lukas Eipert
2018-05-25Merge branch 'master' into bootstrap4Clement Ho
2018-05-24Updated branches and tag icons in commit detailsConstance Okoghenun
2018-05-23Merge branch 'master' into bootstrap4Clement Ho
2018-05-23Merge branch 'master' into bootstrap4Clement Ho
2018-05-23add file cache to vue-loader to speed up compilationMike Greiling
2018-05-22Goodbye bootstrap-sassClement Ho
2018-05-22Fix affix using stickyfilljs polyfillClement Ho
2018-05-19upgrade to vue-loader 15.0.11 and update webpack configMike Greiling
2018-05-16Merge branch 'master' into bootstrap4Clement Ho
2018-05-14Correct skewed Kubernetes popover illustrationLukas Eipert
2018-05-10Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/shared/runners/_form.html.haml
2018-05-09refactor "deploy_keys" to use axiosPaul Slaughter
2018-05-09bump upath dependency to a version compatible with node 10Mike Greiling
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-08Backport of EE added dependencyFilipa Lacerda
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-07Resolve "Inform users of up to $500 offer for GCP account"Dennis Tang
2018-05-07resolve conflicts with masterMike Greiling
2018-05-07Upgrade underscore.jsTim Zallmann
2018-05-04remove unused name-all-modules-pluginMike Greiling
2018-05-04update webpack to v4.7.0 along with a few dependenciesMike Greiling