Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dependency @gitlab/ui to ^3.11.0 | Lukas 'Eipi' Eipert | 2019-06-05 | 1 | -4/+4 |
| | |||||
* | Resolve "Charts with many overlapping series display incorrectly" | Adriel Santiago | 2019-06-04 | 1 | -4/+4 |
| | |||||
* | Bump up @gitlab/eslint-config dependency version | Nathan Friend | 2019-06-04 | 1 | -4/+4 |
| | |||||
* | Upgrade core-js and add URL polyfillupgrade-core-js | Paul Gascou-Vaillancourt | 2019-05-30 | 1 | -1/+6 |
| | | | | | | - 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 | -1/+19 |
|\ | | | | | | | | | Enable GraphQL batch requests See merge request gitlab-org/gitlab-ce!28370 | ||||
| * | Enable GraphQL batch requests | Phil Hughes | 2019-05-29 | 1 | -1/+19 |
| | | |||||
* | | Update dependency @gitlab/ui to ^3.10.1 | Lukas 'Eipi' Eipert | 2019-05-29 | 1 | -6/+6 |
|/ | |||||
* | Upgrade Jest to v24.8.0 | Winnie Hellmann | 2019-05-28 | 1 | -535/+758 |
| | |||||
* | Update dependency @gitlab/svgs to ^1.63.0 | Lukas 'Eipi' Eipert | 2019-05-24 | 1 | -4/+4 |
| | |||||
* | Update dependency @gitlab/svgs to ^1.62.0 | Lukas 'Eipi' Eipert | 2019-05-23 | 1 | -168/+22 |
| | |||||
* | Merge branch 'leipert-move-pdf-js' into 'master' | Mike Greiling | 2019-05-20 | 1 | -0/+13 |
|\ | | | | | | | | | 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/+13 |
| | | | | | | | | | | | | 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 | -197/+395 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Merge branch ↵leipert-node-12-compatibility | Lukas Eipert | 2019-05-16 | 1 | -3/+3 |
|\ \ | | | | | | | | | | '61629-dependency-installation-error-on-fsevents-1-2-4-with-node-js-12' of gitlab.com:tnir/gitlab-ce into leipert-node-12-compatibility | ||||
| * | | Update indirect dependency fsevents from 1.2.4 to 1.2.9 | Takuya Noguchi | 2019-05-09 | 1 | -3/+3 |
| |/ | | | | | | | | | | | In fsevents 1.x, fsevents 1.2.9+ supports for Node.js 12. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Upgrade node-sass for node 12 compatibility | Lukas Eipert | 2019-05-16 | 1 | -18/+11 |
|/ | | | | | | 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. | ||||
* | Upgrade GitLab UI to 3.10.0upgrade-gitlab-ui | Lukas Eipert | 2019-05-06 | 1 | -4/+4 |
| | |||||
* | Update dependency @gitlab/svgs to ^1.60.0 | Lukas 'Eipi' Eipert | 2019-05-06 | 1 | -4/+4 |
| | |||||
* | Merge branch 'sh-upgrade-mermaid-8.0' into 'master' | Kushal Pandya | 2019-04-30 | 1 | -30/+101 |
|\ | | | | | | | | | 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 | -30/+101 |
| | | | | | | | | | | 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 | -10/+10 |
|/ | |||||
* | Implement toast component | Jacques Erasmus | 2019-04-25 | 1 | -4/+10 |
| | | | | Implemented the toast component for success messages | ||||
* | Update dependency @gitlab/ui to ^3.4.0 | Lukas 'Eipi' Eipert | 2019-04-23 | 1 | -4/+4 |
| | |||||
* | Update dependency @gitlab/ui to ^3.3.0 | Lukas 'Eipi' Eipert | 2019-04-12 | 1 | -4/+4 |
| | |||||
* | Update dependency @gitlab/svgs to ^1.59.0 | Lukas 'Eipi' Eipert | 2019-04-08 | 1 | -4/+4 |
| | |||||
* | Update dependency @gitlab/ui to ^3.2.0 | Lukas 'Eipi' Eipert | 2019-04-05 | 1 | -4/+4 |
| | |||||
* | Wrap long chart tooltip series label names | Adriel Santiago | 2019-04-05 | 1 | -4/+4 |
| | | | | | Resolves an issue where long series label names overflow the popover chart tooltip container | ||||
* | Support multiple queries per chart on metrics dash | Sarah Yasonik | 2019-04-05 | 1 | -4/+4 |
| | | | | | | | | | | 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-2 | Luke Bennett | 2019-04-05 | 1 | -47/+9 |
| | |||||
* | Update @gitlab/eslint-config version | Jose Vargas | 2019-04-04 | 1 | -12/+50 |
| | |||||
* | Deduplicate dependencies59878-deduplicate-dependencies | Lukas Eipert | 2019-04-03 | 1 | -17/+2 |
| | |||||
* | Merge branch 'leipert-resolve-fe-dependency-conflict-ce' into 'master' | Filipa Lacerda | 2019-04-03 | 1 | -2/+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-ce | Lukas Eipert | 2019-04-02 | 1 | -2/+2 |
| | | | | | | | | This resolved the one conflict we have in CE/EE. | ||||
* | | Update dependency @gitlab/svgs to ^1.58.0 | Lukas 'Eipi' Eipert | 2019-04-02 | 1 | -4/+4 |
|/ | |||||
* | CE backport of design-management-upload-client | Phil Hughes | 2019-04-02 | 1 | -37/+48 |
| | |||||
* | Add jQuery matchers to Jest | Winnie Hellmann | 2019-04-01 | 1 | -0/+5 |
| | |||||
* | Update dependency @gitlab/svgs to ^1.57.0 | Lukas 'Eipi' Eipert | 2019-03-29 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' into 'renovate/gitlab-svgs-1.x' | Lukas 'Eipi' Eipert | 2019-03-28 | 1 | -4/+4 |
| | | | | | # Conflicts: # package.json | ||||
* | Upgraded Vue to 2.6.8 | Tim Zallmann | 2019-03-27 | 1 | -41/+41 |
| | | | | Upgrade to latest Version | ||||
* | Update bootstrap to 4.3.1 | Lukas Eipert | 2019-03-27 | 1 | -13/+13 |
| | |||||
* | First iteration of GitLab own Stylelints | Tim Zallmann | 2019-03-26 | 1 | -27/+369 |
| | | | | | | | | DRYed the code Changed new rules to warnings Manual prettified and added stylelint rules | ||||
* | (CE port) Replace GlSearchBox with GlSearchBoxByType | Martin Wortschack | 2019-03-25 | 1 | -4/+4 |
| | |||||
* | Revert "Merge branch 'renovate/gitlab-ui-2.x' into 'master'" | Winnie Hellmann | 2019-03-25 | 1 | -4/+4 |
| | | | | This reverts merge request !26380 | ||||
* | Update dependency @gitlab/ui to ^2.4.1 | Lukas 'Eipi' Eipert | 2019-03-20 | 1 | -4/+4 |
| | |||||
* | Update dependency @gitlab/ui to ^2.3.0 | Lukas 'Eipi' Eipert | 2019-03-14 | 1 | -4/+4 |
| | |||||
* | Prefer node_modules At.js and jquery.carat versions | Mike Greiling | 2019-03-13 | 1 | -0/+10 |
| | | | | | 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 Hughes | 2019-03-12 | 1 | -4/+4 |
|\ | | | | | | | | | Update dependency @gitlab/ui to ^2.2.3 See merge request gitlab-org/gitlab-ce!25977 | ||||
| * | Update dependency @gitlab/ui to ^2.2.3 | Lukas 'Eipi' Eipert | 2019-03-11 | 1 | -4/+4 |
| | | |||||
* | | Upgrade prettier to latest | Mike Greiling | 2019-03-08 | 1 | -5/+5 |
|/ | |||||
* | Fix "yarn-deduplicate has unmet dependencies" | Mike Greiling | 2019-03-07 | 1 | -4/+4 |
| |