summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '58869-unified-fe-test-script' into 'master'Clement Ho2019-05-231-1/+1
|\ | | | | | | | | | | | | Create a unified script to run Jest & Karma tests Closes #58869 See merge request gitlab-org/gitlab-ce!27239
| * Create a unified script to run Jest & Karma testsPaul Gascou-Vaillancourt2019-05-131-1/+1
| | | | | | | | | | - Created scripts/frontend/test.js - Updated test task to call Node script
* | Update dependency @gitlab/svgs to ^1.62.0Lukas 'Eipi' Eipert2019-05-231-1/+1
| |
* | Merge branch 'leipert-move-pdf-js' into 'master'Mike Greiling2019-05-201-0/+1
|\ \ | | | | | | | | | | | | Move to pdf.js distributed with npm See merge request gitlab-org/gitlab-ce!28156
| * | Move to pdf.js distributed with npmleipert-move-pdf-jsLukas Eipert2019-05-101-0/+1
| |/ | | | | | | | | | | pdf.js is available on npm. Importing the dependency from there instead of vendoring it has certain benefits, e.g. the discoverability of updates (especially security fixes).
* | Upgrade babel to 7.4.4Takuya Noguchi2019-05-181-4/+4
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Upgrade node-sass for node 12 compatibilityLukas Eipert2019-05-161-1/+1
| | | | | | | | | | | | Some dependencies have incompatibilities with Node v12, which will become LTS in October. Namely node-sass and needed to be forwarded in order for their native extensions to compile without errors.
* | Ensure that dependencies are installed before running frontend testswinh-frontend-tests-check-dependenciesWinnie Hellmann2019-05-131-0/+4
|/
* Upgrade GitLab UI to 3.10.0upgrade-gitlab-uiLukas Eipert2019-05-061-1/+1
|
* Update dependency @gitlab/svgs to ^1.60.0Lukas 'Eipi' Eipert2019-05-061-1/+1
|
* Merge branch 'winh-jest-ide' into 'master'Phil Hughes2019-05-011-2/+1
|\ | | | | | | | | | | | | Remove babel environment for Jest Closes #59164 See merge request gitlab-org/gitlab-ce!27676
| * Remove babel environment for JestWinnie Hellmann2019-04-251-2/+1
| |
* | Merge branch 'sh-upgrade-mermaid-8.0' into 'master'Kushal Pandya2019-04-301-1/+1
|\ \ | | | | | | | | | | | | Upgrade Mermaid to 8.0.0 See merge request gitlab-org/gitlab-ce!27706
| * | Upgrade Mermaid to 8.0.0Stan Hu2019-04-261-1/+1
| | | | | | | | | | | | | | | We were using 8.0.0-rc.8 previously, and there appears to be significant new dependencies.
* | | Update dependency @gitlab/ui to ^3.7.0Lukas 'Eipi' Eipert2019-04-291-1/+1
|/ /
* | Implement toast componentJacques Erasmus2019-04-251-1/+1
|/ | | | Implemented the toast component for success messages
* Update dependency @gitlab/ui to ^3.4.0Lukas 'Eipi' Eipert2019-04-231-1/+1
|
* Update dependency @gitlab/ui to ^3.3.0Lukas 'Eipi' Eipert2019-04-121-1/+1
|
* Adds a vendors folder for third party CSSFilipa Lacerda2019-04-091-1/+1
| | | | Does not run stylelint for the vendors folder
* Merge branch '10938-fix-styleline' into 'master'Phil Hughes2019-04-081-1/+1
|\ | | | | | | | | Adds EE folder in the stylelint command See merge request gitlab-org/gitlab-ce!27058
| * Adds EE folder in the stylelint command10938-fix-stylelineFilipa Lacerda2019-04-051-1/+1
| |
* | Update dependency @gitlab/svgs to ^1.59.0Lukas 'Eipi' Eipert2019-04-081-1/+1
| |
* | Update dependency @gitlab/ui to ^3.2.0Lukas 'Eipi' Eipert2019-04-051-1/+1
| |
* | Wrap long chart tooltip series label namesAdriel Santiago2019-04-051-1/+1
| | | | | | | | | | Resolves an issue where long series label names overflow the popover chart tooltip container
* | Support multiple queries per chart on metrics dashSarah Yasonik2019-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | Adding support for metrics alerts disabled multiple query support. To avoid a data model refactor, this enables the visual of multiple queries per chart on the front end, combining queries based on metric group, title, and y-axis label. This also adds support for adding and editing alerts based on the query selected rather than the single metric associated with the chart.
* | Update stylelint error formatterstylint-error-formatter-1-0-2Luke Bennett2019-04-051-1/+1
| |
* | Update @gitlab/eslint-config versionJose Vargas2019-04-041-1/+1
| |
* | Merge branch 'webpack-memory-bump' into 'master'Phil Hughes2019-04-041-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Fix webpack dev-server crash caused by 1.5gb limit Closes #59075 See merge request gitlab-org/gitlab-ce!26849
| * | Fix webpack dev-server crash due to memory limitwebpack-memory-bumpSimon Knox2019-04-041-3/+3
| | | | | | | | | | | | Remove unneeded var for webpack-prod call in gitlab-ci
* | | Add docs for debugging Jest testsSimon Knox2019-04-031-0/+1
| | |
* | | Merge branch 'leipert-resolve-fe-dependency-conflict-ce' into 'master'Filipa Lacerda2019-04-031-0/+2
|\ \ \ | | | | | | | | | | | | | | | | Resolve CE/EE difference in FE dependency files See merge request gitlab-org/gitlab-ce!26856
| * | | Resolve CE/EE difference in FE dependency filesleipert-resolve-fe-dependency-conflict-ceLukas Eipert2019-04-021-0/+2
| | |/ | |/| | | | | | | This resolved the one conflict we have in CE/EE.
* | | Update dependency @gitlab/svgs to ^1.58.0Lukas 'Eipi' Eipert2019-04-021-1/+1
|/ /
* | CE backport of design-management-upload-clientPhil Hughes2019-04-021-1/+2
| |
* | Add jQuery matchers to JestWinnie Hellmann2019-04-011-0/+1
|/
* Update dependency @gitlab/svgs to ^1.57.0Lukas 'Eipi' Eipert2019-03-291-1/+1
|
* Merge branch 'master' into 'renovate/gitlab-svgs-1.x'Lukas 'Eipi' Eipert2019-03-281-1/+1
| | | | | # Conflicts: # package.json
* Upgraded Vue to 2.6.8Tim Zallmann2019-03-271-7/+7
| | | | Upgrade to latest Version
* Update bootstrap to 4.3.1Lukas Eipert2019-03-271-3/+3
|
* Merge branch 'winh-jest-console' into 'master'Phil Hughes2019-03-271-0/+2
|\ | | | | | | | | | | | | Provide custom Jest environment with mocked console Closes #58203 See merge request gitlab-org/gitlab-ce!26577
| * Add jest-environment-jsdom and jest-util dependenciesWinnie Hellmann2019-03-261-0/+2
| |
* | First iteration of GitLab own StylelintsTim Zallmann2019-03-261-1/+5
|/ | | | | | | | DRYed the code Changed new rules to warnings Manual prettified and added stylelint rules
* (CE port) Replace GlSearchBox with GlSearchBoxByTypeMartin Wortschack2019-03-251-1/+1
|
* Revert "Merge branch 'renovate/gitlab-ui-2.x' into 'master'"Winnie Hellmann2019-03-251-1/+1
| | | | This reverts merge request !26380
* Update dependency @gitlab/ui to ^2.4.1Lukas 'Eipi' Eipert2019-03-201-1/+1
|
* Merge branch 'winh-yarn-test-command' into 'master'Clement Ho2019-03-201-0/+1
|\ | | | | | | | | Introduce yarn test to run Jest and Karma See merge request gitlab-org/gitlab-ce!26320
| * Introduce yarn test to run Jest and KarmaWinnie Hellmann2019-03-191-0/+1
| |
* | Update dependency @gitlab/ui to ^2.3.0Lukas 'Eipi' Eipert2019-03-141-1/+1
|/
* Prefer node_modules At.js and jquery.carat versionsMike Greiling2019-03-131-0/+2
| | | | | Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
* Merge branch 'renovate/gitlab-ui-2.x' into 'master'Phil Hughes2019-03-121-1/+1
|\ | | | | | | | | Update dependency @gitlab/ui to ^2.2.3 See merge request gitlab-org/gitlab-ce!25977