summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-221-1/+1
|\ \ | |/
| * upgrade to vue-loader 15.0.11 and update webpack configMike Greiling2018-05-181-1/+1
| |
* | Goodbye bootstrap-sassClement Ho2018-05-221-1/+0
| |
* | Fix affix using stickyfilljs polyfillClement Ho2018-05-211-0/+1
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-161-1/+1
|\ \ | |/
| * Correct skewed Kubernetes popover illustrationLukas Eipert2018-05-141-1/+1
| |
* | Merge branch 'master' into 'bootstrap4'Clement Ho2018-05-101-1/+1
|\ \ | |/ | | | | # Conflicts: # app/views/shared/runners/_form.html.haml
| * refactor "deploy_keys" to use axiosPaul Slaughter2018-05-091-1/+1
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-081-22/+23
|\ \ | |/
| * Backport of EE added dependencyFilipa Lacerda2018-05-081-0/+1
| |
| * Merge branch 'upgrade-to-webpack-v4' into 'master'Clement Ho2018-05-071-16/+15
| |\ | | | | | | | | | | | | | | | | | | Upgrade to Webpack 4 Closes #43400 See merge request gitlab-org/gitlab-ce!17218
| | * resolve conflicts with masterMike Greiling2018-05-071-1/+1
| | |
| | * remove unused name-all-modules-pluginMike Greiling2018-05-041-1/+0
| | |
| | * update webpack to v4.7.0 along with a few dependenciesMike Greiling2018-05-041-5/+5
| | |
| | * update several packages to remove deprecation warningsMike Greiling2018-05-011-3/+2
| | |
| | * update more dependenciesMike Greiling2018-05-011-8/+8
| | |
| | * update webpack webpack-dev-server and other webpack dependenciesMike Greiling2018-05-011-8/+9
| | |
| * | Resolve "Inform users of up to $500 offer for GCP account"Dennis Tang2018-05-071-1/+1
| | |
| * | Upgrade underscore.jsTim Zallmann2018-05-071-1/+1
| |/
| * Fix memory and performance issues in Karma test suiteMike Greiling2018-05-011-4/+5
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-261-3/+3
|\ \ | |/
| * Upgrading Vue librariesTim Zallmann2018-04-261-3/+3
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-251-2/+6
|\ \ | |/
| * Merge branch '30998-add-babel-rewire-plugin' into 'master'Clement Ho2018-04-241-2/+5
| |\ | | | | | | | | | | | | | | | | | | Resolve "Add some way to mock and spy on default ES modules" Closes #30998 See merge request gitlab-org/gitlab-ce!18116
| | * fix CI BABEL_ENV variableMike Greiling2018-04-231-1/+1
| | |
| | * only apply rewire plugin when running karma testsMike Greiling2018-04-231-2/+2
| | |
| | * add babel-plugin-rewire to karma buildMike Greiling2018-04-231-0/+3
| | |
| * | Added fuzzy file finder to web IDEPhil Hughes2018-04-161-0/+1
| |/ | | | | | | Closes #44841
* | Upgrade to bootstrap 4.1 and added popper.jsClement Ho2018-04-171-1/+2
| |
* | Merge branch 'master' into 'bootstrap4'Clement Ho2018-04-161-1/+1
|\ \ | |/ | | | | # Conflicts: # app/views/admin/application_settings/_signin.html.haml
| * Update gitlab-svgs to 1.18.0Clement Ho2018-04-131-1/+1
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-121-2/+3
|\ \ | |/
| * use commander for safer cli argument parsingLukas Eipert2018-04-111-0/+1
| |
| * fix single-run option usage for karmaLukas Eipert2018-04-101-2/+2
| |
* | Merge branch 'master' into 'bootstrap4'Clement Ho2018-04-091-1/+1
|\ \ | |/ | | | | | | | | # Conflicts: # app/helpers/issuables_helper.rb # app/views/projects/_home_panel.html.haml # app/views/projects/commits/_commit.html.haml
| * Update GitLab SVGs versionPhil Hughes2018-04-091-1/+1
| |
* | Upgrade to Bootstrap 4Clement Ho2018-04-061-0/+1
|/
* Revert "Merge branch 'sh-add-fsevents-dev-dependency' into 'master'"Stan Hu2018-03-301-3/+0
| | | This reverts merge request !17971