summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade gitlab-ui to latest and approve echarts dependencyMike Greiling2018-12-061-1/+1
|
* Setup Jest test environmentWinnie Hellmann2018-12-051-0/+9
|
* Upgraded Codesandbox packagesPhil Hughes2018-11-301-2/+2
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51210
* Merge branch 'leipert-upgrade-gitlab-svg' into 'master'Kushal Pandya2018-11-281-1/+1
|\ | | | | | | | | Forward @gitlab/svg to latest version See merge request gitlab-org/gitlab-ce!23404
| * Forward @gitlab/svg to latest versionLukas Eipert2018-11-281-1/+1
| |
* | Update to bootstrap 4.1.3Lukas Eipert2018-11-281-1/+1
|/
* Merge branch 'leipert-update-d3' into 'master'Mike Greiling2018-11-271-1/+1
|\ | | | | | | | | Update d3 to match the mermaid version See merge request gitlab-org/gitlab-ce!23383
| * Update d3Lukas Eipert2018-11-271-1/+1
| |
* | Merge branch 'issuable-suggestions' into 'master'Filipa Lacerda2018-11-271-0/+5
|\ \ | |/ |/| | | | | | | | | Suggest issues when typing title Closes #22071 See merge request gitlab-org/gitlab-ce!22866
| * Suggests issues when typing titlePhil Hughes2018-11-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
* | Fix unsecure node dependenciesLukas Eipert2018-11-271-1/+1
|/
* Add @vue/test-utils as dev dependencyWinnie Hellmann2018-11-261-0/+1
|
* Upgrade gitlab eslint config to latestmg-upgrade-prettierMike Greiling2018-11-201-1/+1
|
* Upgrade prettier to 1.15.2Mike Greiling2018-11-201-1/+1
|
* Upgrade @gitlab/svg to 1.38.0Lukas Eipert2018-11-191-1/+1
|
* Use @gitlab npm namespaceClement Ho2018-11-161-1/+1
|
* Rename @gitlab-org/gitlab-svgs to @gitlab/svgsleipert-migrate-gitlab-svgsLukas Eipert2018-10-311-1/+1
|
* Upgrade gitlab-ui to latestMike Greiling2018-10-301-1/+1
|
* Update gitlab-ui to 1.9.0Clement Ho2018-10-291-1/+1
|
* Updated file tree iconPhil Hughes2018-10-231-1/+1
|
* Merge branch 'blackst0ne-bump-mermaid' into 'master'Mike Greiling2018-10-221-1/+1
|\ | | | | | | | | | | | | Bump mermaid to 8.0.0-rc.8 Closes #52601, #50105, and #40470 See merge request gitlab-org/gitlab-ce!22509
| * Bump mermaid to 8.0.0-rc.8blackst0ne-bump-mermaidblackst0ne2018-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | This commit moves `mermaid` from blackst0ne-mermaid package to the upstream version. The reason why the fork was used was this bug[1]. The bug has been fixed, so there's no need to maintain my fork anymore. [1]: https://github.com/knsv/mermaid/issues/584
* | Fix/update prettier scriptMike Greiling2018-10-221-2/+1
|/
* Use @gitlab/eslint-config as base in eslintrcMike Greiling2018-10-161-6/+1
|
* Updates gitlab-svg dependencyFilipa Lacerda2018-10-121-1/+1
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+2
|
* Merge branch '43511-upgrade-to-babel-7' into 'master'Fatih Acet2018-10-031-7/+9
|\ | | | | | | | | | | | | Upgrade to Babel 7 Closes #43511 See merge request gitlab-org/gitlab-ce!22059
| * Remove babel-plugin-transform-define dependencyMike Greiling2018-10-021-1/+0
| |
| * Upgrade to babel 7Mike Greiling2018-10-021-6/+9
| |
* | Update GitLab-ui version in package.jsonjivl-glui-buttonJose Vargas2018-10-021-1/+1
| |
* | Add gl-button from gitlab-uiJose Vargas2018-10-021-1/+1
|/
* Merge branch 'update-vuejs-dependencies' into 'master'Phil Hughes2018-09-271-3/+3
|\ | | | | | | | | Update vue, vue-template-compiler, and vue-loader See merge request gitlab-org/gitlab-ce!21891
| * Upgrade vue-loader from 15.2.4 to 15.4.2Mike Greiling2018-09-261-1/+1
| |
| * Upgrade vuejs from 2.5.16 to 2.5.17Mike Greiling2018-09-261-2/+2
| | | | | | | | | | | | | | https://github.com/vuejs/vue/releases most relevant release notes are in the 2.5.17 beta post: https://github.com/vuejs/vue/releases/tag/v2.5.17-beta.0
* | Bump GitLab UI version and change the file imports to a single point of ↵jivl-bump-gitlab-uiJose Vargas2018-09-261-1/+1
|/ | | | entry notation
* Add gitlab-ui skeleton loadingClement Ho2018-09-251-1/+1
|
* Upgrade webpack-bundle-analyzer to latestupdate-frontend-dependenciesMike Greiling2018-09-241-1/+1
|
* Upgrade webpack and webpack-cliMike Greiling2018-09-241-2/+2
|
* Bump monaco-editor-webpack-plugin to latestMike Greiling2018-09-241-1/+1
|
* Upgrade several webpack loadersMike Greiling2018-09-241-3/+3
|
* Bump nodemon and commander dependenciesMike Greiling2018-09-241-2/+2
|
* Update babel test dependenciesMike Greiling2018-09-241-2/+2
|
* Update webpack-dev-server to v3.1.8Mike Greiling2018-09-241-1/+1
|
* Update compression-webpack-plugin to 2.xMike Greiling2018-09-241-1/+1
|
* Merge branch 'upgrade-eslint' into 'master'Marin Jankovski2018-09-241-10/+10
|\ | | | | | | | | Upgrade eslint to v5.x See merge request gitlab-org/gitlab-ce!21825
| * Upgrade eslint-plugin-jasmine and resolve violationsMike Greiling2018-09-201-1/+1
| |
| * Upgrade other eslint pluginsMike Greiling2018-09-201-5/+5
| |
| * 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 1.5.1Clement Ho2018-09-211-1/+1
|/