summaryrefslogtreecommitdiff
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade eslint-plugin-vue to v5.xMike Greiling2018-09-201-30/+13
|
* Upgrade eslint to v5Mike Greiling2018-09-201-107/+213
| | | | | | We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
* Use gitlab-ui loading iconClement Ho2018-09-111-3/+3
|
* Generate JUnit report for Karma testsWinnie Hellmann2018-09-111-0/+11
|
* Explicitly use bootstrap 4.1.1Clement Ho2018-09-111-3/+7
|
* Merge branch 'leipert-upgrade-karma' into 'master'Clement Ho2018-09-101-941/+72
|\ | | | | | | | | Update karma: 2.0.4 -> ^3.0.0 See merge request gitlab-org/gitlab-ce!21593
| * update karma: 2.0.4 -> ^3.0.0Lukas Eipert2018-09-071-941/+72
| |
* | add tooltip directive from gitlab-uiSimon Knox2018-09-101-3/+3
| |
* | Bump KaTeX version to 0.9.0Stan Hu2018-09-101-5/+5
| | | | | | | | Closes #51065
* | Use gitlab-ui modal wrapped componentClement Ho2018-09-071-3/+3
|/
* Merge branch 'leipert-dedupe-dependencies' into 'master'Phil Hughes2018-09-071-113/+17
|\ | | | | | | | | dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21590
| * Dedupe frontend dependenciesLukas Eipert2018-09-071-113/+17
| |
* | de-duplicate gitlab-svgLukas Eipert2018-09-071-5/+1
| |
* | update components to match designs in commit sectionPhil Hughes2018-09-071-3/+3
|/
* Upgraded Monaco editor versionPhil Hughes2018-09-051-6/+6
|
* Update gitlab-svgs to 1.2.8Dmitriy Zaporozhets2018-08-221-1/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Frontend: Proper gettext extraction with gettext-extractorπŸŒ΄πŸ‡ΏπŸ‡¦ Lukas Eipert (OOO until Summit)2018-08-161-10/+70
|
* Web IDE & CodeSandboxPhil Hughes2018-08-071-7/+53
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Move xterm to a node dependency and remove global code [ci skip]Filipa Lacerda2018-08-031-0/+4
|
* Resolve "The comparison list for the modified icons"Sam Beckham2018-07-271-3/+3
|
* Merge branch 'jivl-redesign-contributors-graph' into 'master'Clement Ho2018-07-251-19/+141
|\ | | | | | | | | Add bar chart component See merge request gitlab-org/gitlab-ce!20082
| * Add bar chart componentjivl-redesign-contributors-graphJose2018-07-251-19/+141
| |
* | Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho2018-07-251-7/+111
|/
* Add formdata-polyfill45443-unable-to-save-user-profile-update-with-safariLuke Bennett2018-07-201-0/+4
|
* Proper icon validatorLukas Eipert2018-07-181-3/+3
|
* Merge branch 'upgrade-frontend-deps' into 'master'Fatih Acet2018-07-141-955/+385
|\ | | | | | | | | Upgrade webpack and other frontend deps See merge request gitlab-org/gitlab-ce!20622
| * update webpack to v4.16Mike Greiling2018-07-141-955/+385
| | | | | | | | | | | | | | | | | | | | | | | | update several webpack loaders and plugins upgrade nodemon upgrade karma upgrade karma-webpack update karma-jasmine to fix broken reporter timer
* | improve log output of jasmine `toEqual` with nested objects/arrays49128-improve-log-output-of-jasmine-toequalLukas Eipert2018-07-111-1/+7
|/
* resolve node 6 compatibility issuesMike Greiling2018-07-061-3/+3
|
* updated iconPhil Hughes2018-07-051-3/+3
|
* Replaces date.format.js in vendor with NPM packageTim Zallmann2018-07-021-0/+4
|
* Resolve "100% CPU for webpack-dev-server running in GDK"Mike Greiling2018-06-251-132/+98
|
* Update project sidebar to work with EE feature Security DashboardOlivier Gonzalez2018-06-251-3/+3
|
* Fixed Prettier Config Applying + Updated Prettier to newest versionTim Zallmann2018-06-151-15/+3
|
* Updates eslint vue plugin versionFilipa Lacerda2018-06-111-22/+16
|
* remove copy-webpack-pluginMike Greiling2018-06-071-39/+2
|
* add monaco-editor-webpack-plugin and update webpack configMike Greiling2018-06-071-0/+4
|
* update webpack and webpack-cli to latestMike Greiling2018-06-071-851/+215
|
* update monaco-editor dependencyMike Greiling2018-06-071-3/+3
|
* Merge branch 'upgrade-worker-loader' into 'master'Filipa Lacerda2018-06-011-3/+3
|\ | | | | | | | | Upgrade worker-loader dependency to remove deprecation warnings See merge request gitlab-org/gitlab-ce!19231
| * upgrade worker-loader to remove tappable deprecation warningsMike Greiling2018-05-301-3/+3
| |
* | Add `sortablejs` to replace vendor versionKushal Pandya2018-05-311-0/+4
| |
* | Upgrade to eslint `~4.12.1` which is the last known version where the ↡Lukas Eipert2018-05-291-477/+357
|/ | | | camelcase bug does not persist
* Merge branch 'leipert-forward-bootstrap4' into 'master'Filipa Lacerda2018-05-281-3/+3
|\ | | | | | | | | Update bootstrap to 4.1.1 See merge request gitlab-org/gitlab-ce!19179
| * Update bootstrap to 4.1.1Lukas Eipert2018-05-281-3/+3
| |
* | Dedupe yarn dependenciesLukas Eipert2018-05-281-273/+34
|/
* Merge branch 'master' into bootstrap4Clement Ho2018-05-241-3/+3
|\
| * Updated branches and tag icons in commit detailsConstance Okoghenun2018-05-241-3/+3
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-231-4/+13
|\ \ | |/
| * add file cache to vue-loader to speed up compilation46603-add-vue-loader-cacheMike Greiling2018-05-221-4/+13
| |