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-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
2019-03-07Fix "yarn-deduplicate has unmet dependencies"Mike Greiling
2019-03-07Merge branch 'master' into fl-update-gitlab-uiFilipa Lacerda
* master: Fix cluster health charts Use gitlab-ci job name in environment dropdown Moved all emojis to the public folder Add Dependency Scanning vendored template for EE Added a condition on squash message display Improve files_decorator performance Move empty_repo check on its own Disable gitlab:ui:visual for documentation changes Allow protected branch creation for empty project Change 11.9 for 11.7 in include external files Add performance, dast, and review jobs to tags pipeline Update documentation Add build for tags fix group without owner after transfer
2019-03-07Fix cluster health chartsAdriel Santiago
Render both usage and capacity in chart
2019-03-06Update dependency @gitlab/ui to ^2.2.0Lukas 'Eipi' Eipert
2019-03-06Update gitlab-ui to 2.1.1Clement Ho
2019-03-05Merge branch '58390-jest-coverage-analysis-is-failing-on-master' into 'master'Filipa Lacerda
Re-add babel plugins for dynamic imports Closes #58390 See merge request gitlab-org/gitlab-ce!25763
2019-03-05Re-add babel plugins for dynamic importsLukas Eipert
With https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25597 we also removed the babel-plugin-dynamic-import-node. It is now throwing errors when we run jest with coverage.
2019-03-05Revert "Merge branch 'gitlab-ui-visual' into 'master'"Winnie Hellmann
This reverts commit 34293b5af83af03e8c814f488be8c31e37ff5be3, reversing changes made to fdcfae2a92ac105d458e6f9617c1f22229ef34b6. Conflicts: .gitlab-ci.yml
2019-03-05Add gitlab ui visual testClement Ho
2019-03-01Add error string formatter for stylelintLuke Bennett
Improves stylelint output by re-printing failures after all warnings. This makes it a lot easier to find failures.
2019-02-28Upgrade jest and related dependenciesLukas Eipert
This removes other outdated babel@6 dependencies as well. Unfortunately the newer version of vue-jest has a dependency of an older version of ts-jest. In order to satisfy the peerDependency from ts-jest, we are forcing the version@24. The only "breaking" change from ts-jest 23->24 is that it requires a newer version of jest. This might be obsolete soon, as vue-jest plans on switching to babel eventually.
2019-02-27Update apollo librariesPhil Hughes
2019-02-26Added GraphQL Jest transformPhil Hughes
2019-02-22Update dependency @gitlab/svgs to ^1.54.0Lukas 'Eipi' Eipert
2019-02-21Update dependency @gitlab/svgs to ^1.53.0Lukas 'Eipi' Eipert
2019-02-19Update GitLab UI to latest versionAdriel Santiago
2019-02-14Added Stylelint SetupTim Zallmann
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies