summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-2/+2
|
* Include AWS SDK as packge dependencycreate-amazon-eks-cluster-form-skeletonEnrique Alcantara2019-09-111-0/+1
| | | | | - Load EKS create cluster form as dynamic import dependency. - Include aws-sdk dependency in package.json
* Add timezone-mock packageweimeng-fix-burndown-x-offsetWei-Meng Lee2019-09-061-0/+1
|
* Update GitLab PackagesLukas Eipert2019-09-051-2/+2
|
* Add markdownlint-cli to yarn dependenciesAchilleas Pipinellis2019-09-041-0/+2
| | | | | | This is the tool that we use to lint the Markdown files. Let's add it to yarn.lock so that we can use it in development. Pinned to 0.18.0.
* Update dependency @gitlab/ui to v5.21.0Lukas Eipert2019-09-041-1/+1
|
* Improve output for yarn integrity checkWinnie Hellmann2019-09-031-1/+1
|
* Update Mermaid to v8.2.6sh-mermaid-8.2.6Stan Hu2019-09-011-1/+1
| | | | | | This fixes a regression where an underscore in labels no longer worked: https://github.com/knsv/mermaid/releases
* Update GitLab PackagesLukas Eipert2019-08-291-2/+2
|
* Lock down visual-review-tools versionScott Hampton2019-08-291-1/+1
| | | | | | Remove the caret from the visual-review-tools version so that we don't accidentally introduce bugs on new releases.
* Update GitLab PackagesLukas 'Eipi' Eipert2019-08-291-2/+2
|
* Merge branch 'csslab-removal' into 'master'Clement Ho2019-08-281-1/+0
|\ | | | | | | | | | | | | Remove csslab Closes #66661 See merge request gitlab-org/gitlab-ce!32330
| * Remove csslabArun Kumar Mohan2019-08-281-1/+0
| |
* | Merge branch 'sh-upgrade-mermaid-8.2.4' into 'master'Filipa Lacerda2019-08-281-1/+1
|\ \ | |/ |/| | | | | Upgrade Mermaid to v8.2.4 See merge request gitlab-org/gitlab-ce!32186
| * Upgrade Mermaid to v8.2.4sh-upgrade-mermaid-8.2.4Stan Hu2019-08-251-1/+1
| | | | | | | | | | | | This fixes a regression that does not permit spaces in subgraph titles. Full details: https://github.com/knsv/mermaid/releases
* | Update dependency @gitlab/ui to v5.19.0Lukas Eipert2019-08-261-1/+1
| |
* | Merge branch 'renovate/gitlab-packages' into 'master'Kushal Pandya2019-08-261-1/+1
|\ \ | |/ |/| | | | | Update dependency @gitlab/svgs to ^1.70.0 See merge request gitlab-org/gitlab-ce!32162
| * Update dependency @gitlab/svgs to ^1.70.0Lukas Eipert2019-08-231-1/+1
| |
* | Move visual review toolbar to NPMshampton2019-08-231-2/+2
|/ | | | | Remove the visual review toolbar code in favor of using the NPM package.
* Update dependency @gitlab/ui to v5.18.0Lukas Eipert2019-08-221-1/+1
|
* Merge branch 'update-babel-to-7.5.5' into 'master'Mike Greiling2019-08-201-4/+4
|\ | | | | | | | | Upgrade babel to 7.5.5 See merge request gitlab-org/gitlab-ce!31819
| * Upgrade babel to 7.5.5update-babel-to-7.5.5Takuya Noguchi2019-08-141-4/+4
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Update dependency @gitlab/svgs to ^1.68.0Lukas Eipert2019-08-131-1/+1
|/
* Update dependency @gitlab/ui to v5.15.0Lukas Eipert2019-08-081-1/+1
|
* Add script for frontend test file coverageWinnie Hellmann2019-08-081-0/+1
|
* Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-081-0/+1
| | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* Update karma to 4.2.0Takuya Noguchi2019-08-061-4/+4
| | | | | | | Also update karma-chrome-launcher, karma-coverage-istanbul-reporter, and karma-webpack. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Update dependency @gitlab/ui to v5.14.0Lukas Eipert2019-08-051-1/+1
|
* Update dependency @gitlab/ui to v5.12.1Lukas Eipert2019-08-051-1/+1
|
* Upgrade gitlab-ui to 5.12Enrique Alcántara2019-08-021-2/+2
| | | | - Also, include pikaday styles through gitlab-ui
* Remove local echarts dependencyMartin Wortschack2019-08-011-1/+0
| | | | - Update package.json and yarn.lock
* Revert "Merge branch 'mh/editor-indents' into 'master'"revert-editor-indentsPaul Slaughter2019-08-011-1/+1
| | | | | This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
* Update dependency @gitlab/ui to ^5.11.1Lukas Eipert2019-07-301-1/+1
|
* Make pdf.js render CJK characterssh-add-cmaps-for-pdfjsStan Hu2019-07-281-0/+1
| | | | | | | | As mentioned in https://github.com/wojtekmaj/react-pdf/blob/master/README.md, pdf.js needs the bundled cMaps files to work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
* Karma: Fix css selector for loading iconLukas 'Eipi' Eipert2019-07-261-1/+1
| | | | | The GitLab UI update changed the spinner selector from `spinner` to `gl-spinner`, so we need to update it, so that our tests won't fail.
* Add UndoStack class - a custom undo/redo engineMartin Hanzel2019-07-261-1/+1
| | | | It will be hooked up to the markdown editor later
* Merge branch 'renovate/gitlab-ui-5.x' into 'master'Kushal Pandya2019-07-241-1/+1
|\ | | | | | | | | Update dependency @gitlab/ui to ^5.7.1 See merge request gitlab-org/gitlab-ce!31026
| * Update dependency @gitlab/ui to ^5.7.1Lukas Eipert2019-07-221-1/+1
| |
* | Update Mermaid to v8.2.3sh-update-mermaidStan Hu2019-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
* | Updates all our stylelint dependenciesTim Zallmann2019-07-231-5/+4
| | | | | | | | | | Removed stylelint-error-string-formatter as this was having a circular reference fail
* | Update webpack-bundle-analyzer to 3.3.2sh-update-webpack-bundle-analyzerStan Hu2019-07-221-1/+1
|/ | | | | | | | | This is needed to fix an issue where updating to the latest Webpack causes an acorn dependency error: https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/245 Seen while trying to update dependencies for Mermaid in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30985
* Resolve "Tooltips on note timestamps not showing for issues"Natalia Tepluhina2019-07-181-1/+1
|
* Mockify jquery and axios packagesMartin Hanzel2019-07-171-0/+1
| | | | | | Moved the block that fails tests on unmocked axios requests from test_setup to its own mock, and added a jQuery mock that fails tests if they use unmocked $.ajax().
* Update dependency @gitlab/ui to ^5.6.0Lukas Eipert2019-07-111-1/+1
|
* Update dependency @gitlab/ui to ^5.5.0Lukas Eipert2019-07-091-1/+1
|