summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade eslint-plugin-vue to v5.xMike Greiling2018-09-201-1/+1
|
* Upgrade eslint to v5Mike Greiling2018-09-201-3/+3
| | | | | | 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-1/+1
|
* Generate JUnit report for Karma testsWinnie Hellmann2018-09-111-0/+1
|
* Explicitly use bootstrap 4.1.1Clement Ho2018-09-111-1/+1
|
* Merge branch 'leipert-upgrade-karma' into 'master'Clement Ho2018-09-101-1/+1
|\ | | | | | | | | 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-1/+1
| |
* | add tooltip directive from gitlab-uiSimon Knox2018-09-101-1/+1
| |
* | Bump KaTeX version to 0.9.0Stan Hu2018-09-101-1/+1
| | | | | | | | Closes #51065
* | Use gitlab-ui modal wrapped componentClement Ho2018-09-071-1/+1
|/
* update components to match designs in commit sectionPhil Hughes2018-09-071-1/+1
|
* Upgraded Monaco editor versionPhil Hughes2018-09-051-2/+2
|
* Update gitlab-svgs to 1.2.8Dmitriy Zaporozhets2018-08-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Frontend: Proper gettext extraction with gettext-extractorπŸŒ΄πŸ‡ΏπŸ‡¦ Lukas Eipert (OOO until Summit)2018-08-161-0/+2
|
* Web IDE & CodeSandboxPhil Hughes2018-08-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+2
|
* Resolve "The comparison list for the modified icons"Sam Beckham2018-07-271-1/+1
|
* Merge branch 'jivl-redesign-contributors-graph' into 'master'Clement Ho2018-07-251-0/+1
|\ | | | | | | | | Add bar chart component See merge request gitlab-org/gitlab-ce!20082
| * Add bar chart componentjivl-redesign-contributors-graphJose2018-07-251-0/+1
| |
* | Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho2018-07-251-0/+1
|/
* Add formdata-polyfill45443-unable-to-save-user-profile-update-with-safariLuke Bennett2018-07-201-0/+1
|
* Proper icon validatorLukas Eipert2018-07-181-1/+1
|
* Merge branch 'upgrade-frontend-deps' into 'master'Fatih Acet2018-07-141-10/+10
|\ | | | | | | | | Upgrade webpack and other frontend deps See merge request gitlab-org/gitlab-ce!20622
| * update webpack to v4.16Mike Greiling2018-07-141-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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-0/+1
|/
* resolve node 6 compatibility issuesMike Greiling2018-07-061-1/+1
|
* updated iconPhil Hughes2018-07-051-1/+1
|
* Replaces date.format.js in vendor with NPM packageTim Zallmann2018-07-021-0/+1
|
* Resolve "100% CPU for webpack-dev-server running in GDK"Mike Greiling2018-06-251-0/+1
|
* Update project sidebar to work with EE feature Security DashboardOlivier Gonzalez2018-06-251-1/+1
|
* report unused disabled eslint directivesLukas Eipert2018-06-201-2/+2
|
* use eslint config parameter instead of sedleipert-proper-eslint-reportLukas Eipert2018-06-161-1/+1
| | | | eslint has the possibility to ignore inline config `no-inline-config`, so we should use that
* Fixed Prettier Config Applying + Updated Prettier to newest versionTim Zallmann2018-06-151-1/+1
|
* Updates eslint vue plugin versionFilipa Lacerda2018-06-111-1/+1
|
* remove copy-webpack-pluginMike Greiling2018-06-071-1/+0
|
* add monaco-editor-webpack-plugin and update webpack configMike Greiling2018-06-071-0/+1
|
* update webpack and webpack-cli to latestMike Greiling2018-06-071-2/+2
|
* update monaco-editor dependencyMike Greiling2018-06-071-1/+1
|
* Merge branch 'upgrade-worker-loader' into 'master'Filipa Lacerda2018-06-011-1/+1
|\ | | | | | | | | 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-1/+1
| |
* | Merge branch '47046-use-sortable-from-npm' into 'master'Phil Hughes2018-06-011-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Use NPM provided version of SortableJS Closes #47046 See merge request gitlab-org/gitlab-ce!19274
| * | Add `sortablejs` to replace vendor versionKushal Pandya2018-05-311-0/+1
| | |
* | | Merge branch 'add-yarn-clean-step' into 'master'Mike Greiling2018-05-311-0/+1
|\ \ \ | |/ / |/| | | | | | | | Add yarn clean step, to delete production compiled assets See merge request gitlab-org/gitlab-ce!19212
| * | Add yarn clean step, to delete production compiled assetsadd-yarn-clean-stepJose2018-05-291-0/+1
| | |
* | | Upgrade to eslint `~4.12.1` which is the last known version where the ↡Lukas Eipert2018-05-291-8/+8
| |/ |/| | | | | camelcase bug does not persist
* | Update bootstrap to 4.1.1Lukas Eipert2018-05-281-1/+1
|/
* Merge branch 'master' into bootstrap4Clement Ho2018-05-241-1/+1
|\
| * Updated branches and tag icons in commit detailsConstance Okoghenun2018-05-241-1/+1
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-231-1/+2
|\ \ | |/
| * add file cache to vue-loader to speed up compilation46603-add-vue-loader-cacheMike Greiling2018-05-221-1/+2
| |