Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-13Disable unnecessary ESLint i18n offencesBrandon Labuschagne
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.
2019-06-05Update dependency @gitlab/ui to ^3.11.0Lukas 'Eipi' Eipert
2019-06-04Resolve "Charts with many overlapping series display incorrectly"Adriel Santiago
2019-06-04Bump up @gitlab/eslint-config dependency versionNathan Friend
2019-05-30Upgrade core-js and add URL polyfillPaul Gascou-Vaillancourt
- Upgraded core-js from v2.x to v3.1.3 - Updated core-js import statements - Enabled URL polyfill
2019-05-30Merge branch 'graphql-batch-requests-ee' into 'master'Filipa Lacerda
Enable GraphQL batch requests See merge request gitlab-org/gitlab-ce!28370
2019-05-29Update dependency @gitlab/ui to ^3.10.1Lukas 'Eipi' Eipert
2019-05-29Enable GraphQL batch requestsPhil Hughes
2019-05-28Upgrade Jest to v24.8.0Winnie Hellmann
2019-05-24Update dependency @gitlab/svgs to ^1.63.0Lukas 'Eipi' Eipert
2019-05-23Update dependency @gitlab/svgs to ^1.62.0Lukas 'Eipi' Eipert
2019-05-21Merge branch 'leipert-move-pdf-js' into 'master'Mike Greiling
Move to pdf.js distributed with npm See merge request gitlab-org/gitlab-ce!28156
2019-05-18Upgrade babel to 7.4.4Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-05-16Merge branch ↵Lukas Eipert
'61629-dependency-installation-error-on-fsevents-1-2-4-with-node-js-12' of gitlab.com:tnir/gitlab-ce into leipert-node-12-compatibility
2019-05-16Upgrade node-sass for node 12 compatibilityLukas Eipert
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.
2019-05-10Move to pdf.js distributed with npmLukas Eipert
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).
2019-05-09Update indirect dependency fsevents from 1.2.4 to 1.2.9Takuya Noguchi
In fsevents 1.x, fsevents 1.2.9+ supports for Node.js 12. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-05-06Upgrade GitLab UI to 3.10.0Lukas Eipert
2019-05-06Update dependency @gitlab/svgs to ^1.60.0Lukas 'Eipi' Eipert
2019-04-30Merge branch 'sh-upgrade-mermaid-8.0' into 'master'Kushal Pandya
Upgrade Mermaid to 8.0.0 See merge request gitlab-org/gitlab-ce!27706
2019-04-29Update dependency @gitlab/ui to ^3.7.0Lukas 'Eipi' Eipert
2019-04-26Upgrade Mermaid to 8.0.0Stan Hu
We were using 8.0.0-rc.8 previously, and there appears to be significant new dependencies.
2019-04-25Implement toast componentJacques Erasmus
Implemented the toast component for success messages
2019-04-23Update dependency @gitlab/ui to ^3.4.0Lukas 'Eipi' Eipert
2019-04-12Update dependency @gitlab/ui to ^3.3.0Lukas 'Eipi' Eipert
2019-04-08Update dependency @gitlab/svgs to ^1.59.0Lukas 'Eipi' Eipert
2019-04-06Update dependency @gitlab/ui to ^3.2.0Lukas 'Eipi' Eipert
2019-04-06Wrap long chart tooltip series label namesAdriel Santiago
Resolves an issue where long series label names overflow the popover chart tooltip container
2019-04-05Support multiple queries per chart on metrics dashSarah Yasonik
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.
2019-04-05Update stylelint error formatterLuke Bennett
2019-04-04Update @gitlab/eslint-config versionJose Vargas
2019-04-03Deduplicate dependenciesLukas Eipert
2019-04-03Merge branch 'leipert-resolve-fe-dependency-conflict-ce' into 'master'Filipa Lacerda
Resolve CE/EE difference in FE dependency files See merge request gitlab-org/gitlab-ce!26856
2019-04-02Update dependency @gitlab/svgs to ^1.58.0Lukas 'Eipi' Eipert
2019-04-02Resolve CE/EE difference in FE dependency filesLukas Eipert
This resolved the one conflict we have in CE/EE.
2019-04-02CE backport of design-management-upload-clientPhil Hughes
2019-04-01Add jQuery matchers to JestWinnie Hellmann
2019-03-29Update dependency @gitlab/svgs to ^1.57.0Lukas 'Eipi' Eipert
2019-03-28Merge branch 'master' into 'renovate/gitlab-svgs-1.x'Lukas 'Eipi' Eipert
# Conflicts: # package.json
2019-03-28Upgraded Vue to 2.6.8Tim Zallmann
Upgrade to latest Version
2019-03-27Update bootstrap to 4.3.1Lukas Eipert
2019-03-26First iteration of GitLab own StylelintsTim Zallmann
DRYed the code Changed new rules to warnings Manual prettified and added stylelint rules
2019-03-25(CE port) Replace GlSearchBox with GlSearchBoxByTypeMartin Wortschack
2019-03-25Revert "Merge branch 'renovate/gitlab-ui-2.x' into 'master'"Winnie Hellmann
This reverts merge request !26380
2019-03-21Update dependency @gitlab/ui to ^2.4.1Lukas 'Eipi' Eipert
2019-03-14Update dependency @gitlab/ui to ^2.3.0Lukas 'Eipi' Eipert
2019-03-13Prefer node_modules At.js and jquery.carat versionsMike Greiling
Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
2019-03-12Merge branch 'renovate/gitlab-ui-2.x' into 'master'Phil Hughes
Update dependency @gitlab/ui to ^2.2.3 See merge request gitlab-org/gitlab-ce!25977
2019-03-11Update dependency @gitlab/ui to ^2.2.3Lukas 'Eipi' Eipert
2019-03-08Upgrade prettier to latestMike Greiling