Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dependency @gitlab/ui to ^5.6.0 | Lukas Eipert | 2019-07-11 | 1 | -1/+1 |
| | |||||
* | Update dependency @gitlab/ui to ^5.5.0 | Lukas Eipert | 2019-07-09 | 1 | -1/+1 |
| | |||||
* | Update dependency @gitlab/svgs to ^1.67.0 | Lukas Eipert | 2019-07-05 | 1 | -1/+1 |
| | |||||
* | Update dependency @gitlab/ui to ^5.3.2 | Lukas Eipert | 2019-07-05 | 1 | -1/+1 |
| | |||||
* | Merge branch '63971-remove-istanbul' into 'master' | Kushal Pandya | 2019-07-03 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | Remove istanbul JavaScript package Closes #63971 See merge request gitlab-org/gitlab-ce!30232 | ||||
| * | Remove istanbul JavaScript package | Takuya Noguchi | 2019-07-02 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Update dependency @gitlab/svgs to ^1.66.0 | Lukas Eipert | 2019-06-28 | 1 | -1/+1 |
|/ | |||||
* | Use absolute paths for SCSS imports | Lukas Eipert | 2019-06-28 | 1 | -1/+1 |
| | | | | | | | | | | | A recent update in [GitLab UI] and setting the [config.assets.paths] to include `node_modules` for the resolution of SCSS imports, allows us to have much nicer imports which don't rely on brittle relative paths. This change also forwards @gitlab/ui to the newest version [GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602 [config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169 | ||||
* | Update Mermaid to 8.1.0 | Stan Hu | 2019-06-25 | 1 | -1/+1 |
| | | | | | | | | | This fixes dotted lines not rendering when the htmlLabels setting is false (https://github.com/knsv/mermaid/pull/828). Full list of changes: https://github.com/knsv/mermaid/releases Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60869 | ||||
* | Merge branch 'leipert-upgrade-axios' into 'master' | Phil Hughes | 2019-06-25 | 1 | -1/+1 |
|\ | | | | | | | | | Upgrade axios to 0.19.0 See merge request gitlab-org/gitlab-ce!29981 | ||||
| * | Upgrade axios to 0.19.0leipert-upgrade-axios | Lukas Eipert | 2019-06-24 | 1 | -1/+1 |
| | | |||||
* | | Upgrade jquery to 3.4.1leipert-upgrade-jquery | Lukas Eipert | 2019-06-24 | 1 | -1/+1 |
|/ | |||||
* | Upgrade prettier to latest (v1.18.2) | Mike Greiling | 2019-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html | ||||
* | Update dependency @gitlab/ui to ^4.3.0 | null | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | Upgrade gitlab-ui 4.2.0 | Enrique Alcantara | 2019-06-17 | 1 | -1/+1 |
| | |||||
* | Update dependency @gitlab/ui to ^4.1.0 | null | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Update dependency @gitlab/svgs to ^1.65.0 | Lukas 'Eipi' Eipert | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'renovate/gitlab-eslint-plugin-i18n-1.x' into 'master' | Mike Greiling | 2019-06-14 | 1 | -1/+1 |
|\ | | | | | | | | | Update dependency @gitlab/eslint-plugin-i18n to ^1.1.0 See merge request gitlab-org/gitlab-ce!29630 | ||||
| * | Update dependency @gitlab/eslint-plugin-i18n to ^1.1.0renovate/gitlab-eslint-plugin-i18n-1.x | Lukas 'Eipi' Eipert | 2019-06-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Simon Knox | 2019-06-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | 62966-embed-zoom-call-in-issue-mvc | ||||
| * | | Upgrade gitlab-ui and migrate gl-pagination | Paul Gascou-Vaillancourt | 2019-06-14 | 1 | -1/+1 |
| |/ | | | | | | | | | | | - Upgraded gitlab-ui to v4.0.0 - Migrated pagination_links to reflect breaking changes introduced in gitlab-ui v4.0.0 | ||||
* | | Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvc | Simon Knox | 2019-06-14 | 1 | -1/+1 |
|/ | | | | | Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting | ||||
* | Disable unnecessary ESLint i18n offences | Brandon Labuschagne | 2019-06-13 | 1 | -0/+1 |
| | | | | | | | | Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration. | ||||
* | Update dependency @gitlab/ui to ^3.11.0 | Lukas 'Eipi' Eipert | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | Resolve "Charts with many overlapping series display incorrectly" | Adriel Santiago | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | Bump up @gitlab/eslint-config dependency version | Nathan Friend | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | Upgrade core-js and add URL polyfillupgrade-core-js | Paul Gascou-Vaillancourt | 2019-05-30 | 1 | -1/+1 |
| | | | | | | - Upgraded core-js from v2.x to v3.1.3 - Updated core-js import statements - Enabled URL polyfill | ||||
* | Merge branch 'graphql-batch-requests-ee' into 'master' | Filipa Lacerda | 2019-05-30 | 1 | -0/+2 |
|\ | | | | | | | | | Enable GraphQL batch requests See merge request gitlab-org/gitlab-ce!28370 | ||||
| * | Enable GraphQL batch requests | Phil Hughes | 2019-05-29 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'renovate/gitlab-ui-3.x' into 'master' | Clement Ho | 2019-05-29 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Update dependency @gitlab/ui to ^3.10.1 See merge request gitlab-org/gitlab-ce!28862 | ||||
| * | | Update dependency @gitlab/ui to ^3.10.1 | Lukas 'Eipi' Eipert | 2019-05-29 | 1 | -1/+1 |
| |/ | |||||
* | | Build visual_review_toolbar with webpack | Sarah Groff Hennigh-Palermo | 2019-05-29 | 1 | -1/+2 |
|/ | | | | It takes a lot of lines to move a script | ||||
* | Update dependency @gitlab/svgs to ^1.63.0 | Lukas 'Eipi' Eipert | 2019-05-24 | 1 | -1/+1 |
| | |||||
* | Merge branch '58869-unified-fe-test-script' into 'master' | Clement Ho | 2019-05-23 | 1 | -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 tests | Paul Gascou-Vaillancourt | 2019-05-13 | 1 | -1/+1 |
| | | | | | | | | | | - Created scripts/frontend/test.js - Updated test task to call Node script | ||||
* | | Update dependency @gitlab/svgs to ^1.62.0 | Lukas 'Eipi' Eipert | 2019-05-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'leipert-move-pdf-js' into 'master' | Mike Greiling | 2019-05-20 | 1 | -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-js | Lukas Eipert | 2019-05-10 | 1 | -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.4 | Takuya Noguchi | 2019-05-18 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Upgrade node-sass for node 12 compatibility | Lukas Eipert | 2019-05-16 | 1 | -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-dependencies | Winnie Hellmann | 2019-05-13 | 1 | -0/+4 |
|/ | |||||
* | Upgrade GitLab UI to 3.10.0upgrade-gitlab-ui | Lukas Eipert | 2019-05-06 | 1 | -1/+1 |
| | |||||
* | Update dependency @gitlab/svgs to ^1.60.0 | Lukas 'Eipi' Eipert | 2019-05-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'winh-jest-ide' into 'master' | Phil Hughes | 2019-05-01 | 1 | -2/+1 |
|\ | | | | | | | | | | | | | Remove babel environment for Jest Closes #59164 See merge request gitlab-org/gitlab-ce!27676 | ||||
| * | Remove babel environment for Jest | Winnie Hellmann | 2019-04-25 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'sh-upgrade-mermaid-8.0' into 'master' | Kushal Pandya | 2019-04-30 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Upgrade Mermaid to 8.0.0 See merge request gitlab-org/gitlab-ce!27706 | ||||
| * | | Upgrade Mermaid to 8.0.0 | Stan Hu | 2019-04-26 | 1 | -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.0 | Lukas 'Eipi' Eipert | 2019-04-29 | 1 | -1/+1 |
|/ / | |||||
* | | Implement toast component | Jacques Erasmus | 2019-04-25 | 1 | -1/+1 |
|/ | | | | Implemented the toast component for success messages | ||||
* | Update dependency @gitlab/ui to ^3.4.0 | Lukas 'Eipi' Eipert | 2019-04-23 | 1 | -1/+1 |
| |