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
2018-12-21Updates gitlab ui to v1.18.0samdbeckham
2018-12-19Upgrade @gitlab/ui to 1.16.2Winnie Hellmann
2018-12-18Merge branch '51226-check-yarn-lock' into 'master'Rémy Coutable
Add danger check for duplicate yarn dependencies Closes #51226 See merge request gitlab-org/gitlab-ce!21591
2018-12-17Updates gitlab-svg dependencyFilipa Lacerda
2018-12-17Add danger check for duplicate yarn dependenciesLukas Eipert
This danger check utilises `yarn-deduplicate` in order to show duplicate dependencies in the yarn.lock dependency tree. Often when introducing new dependencies or updating existing ones, yarn does not seem to build the most optimal dependency tree. In order to prevent those unnecessary dependency updates we are nudging developers and maintainers to resolve these issues in MRs. Automating this with danger especially helps, as yarn.lock files are not that easy to review.
2018-12-13Merge branch 'mg-update-eslint-config' into 'master'Clement Ho
Update eslint dependencies See merge request gitlab-org/gitlab-ce!23610
2018-12-12IE11: Fix sprite icon renderingLukas Eipert
2018-12-12Update gitlab's eslint-config to latestMike Greiling
2018-12-12Upgrade eslint dependenciesMike Greiling
2018-12-12Merge branch 'winh-check-yarn-version' into 'master'Mike Greiling
Check that yarn version is at least 1.10.0 See merge request gitlab-org/gitlab-ce!23612
2018-12-11Setup Jest for VueWinnie Hellmann
2018-12-11Move jest.config.js to root directoryWinnie Hellmann
2018-12-10Check that yarn version is at least 1.10.0Winnie Hellmann
2018-12-08Merge branch '53147-utilize-new-charting-library-for-metrics-dashboard' into ↵Clement Ho
'master' Resolve "Utilize new charting library for metrics dashboard" See merge request gitlab-org/gitlab-ce!23459
2018-12-08Integrate csslabClement Ho
2018-12-08Use GitLab UI area chartAdriel Santiago
Replace the metrics dashboard graph with GitLab UI's area chart component
2018-12-06Upgrade gitlab-ui to latest and approve echarts dependencyMike Greiling
2018-12-05Setup Jest test environmentWinnie Hellmann
2018-11-30Upgraded Codesandbox packagesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51210
2018-11-28Merge branch 'leipert-upgrade-gitlab-svg' into 'master'Kushal Pandya
Forward @gitlab/svg to latest version See merge request gitlab-org/gitlab-ce!23404
2018-11-28Forward @gitlab/svg to latest versionLukas Eipert
2018-11-28Update to bootstrap 4.1.3Lukas Eipert
2018-11-28Merge branch 'leipert-update-d3' into 'master'Mike Greiling
Update d3 to match the mermaid version See merge request gitlab-org/gitlab-ce!23383
2018-11-27Merge branch 'issuable-suggestions' into 'master'Filipa Lacerda
Suggest issues when typing title Closes #22071 See merge request gitlab-org/gitlab-ce!22866
2018-11-27Update d3Lukas Eipert
2018-11-27Suggests issues when typing titlePhil Hughes
This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
2018-11-27Fix unsecure node dependenciesLukas Eipert
2018-11-26Add @vue/test-utils as dev dependencyWinnie Hellmann
2018-11-20Upgrade gitlab eslint config to latestMike Greiling
2018-11-20Upgrade prettier to 1.15.2Mike Greiling
2018-11-19Upgrade @gitlab/svg to 1.38.0Lukas Eipert
2018-11-16Use @gitlab npm namespaceClement Ho
2018-10-31Rename @gitlab-org/gitlab-svgs to @gitlab/svgsLukas Eipert
2018-10-30Upgrade gitlab-ui to latestMike Greiling
2018-10-30Update gitlab-ui to 1.9.0Clement Ho
2018-10-23Updated file tree iconPhil Hughes
2018-10-22Merge branch 'blackst0ne-bump-mermaid' into 'master'Mike Greiling
Bump mermaid to 8.0.0-rc.8 Closes #52601, #50105, and #40470 See merge request gitlab-org/gitlab-ce!22509
2018-10-22Fix/update prettier scriptMike Greiling
2018-10-22Bump mermaid to 8.0.0-rc.8blackst0ne
This commit moves `mermaid` from blackst0ne-mermaid package to the upstream version. The reason why the fork was used was this bug[1]. The bug has been fixed, so there's no need to maintain my fork anymore. [1]: https://github.com/knsv/mermaid/issues/584
2018-10-17Use @gitlab/eslint-config as base in eslintrcMike Greiling
2018-10-12Updates gitlab-svg dependencyFilipa Lacerda
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-10-03Merge branch '43511-upgrade-to-babel-7' into 'master'Fatih Acet
Upgrade to Babel 7 Closes #43511 See merge request gitlab-org/gitlab-ce!22059
2018-10-03Update GitLab-ui version in package.jsonJose Vargas
2018-10-03Add gl-button from gitlab-uiJose Vargas
2018-10-02Remove babel-plugin-transform-define dependencyMike Greiling
2018-10-02Upgrade to babel 7Mike Greiling
2018-09-27Merge branch 'update-vuejs-dependencies' into 'master'Phil Hughes
Update vue, vue-template-compiler, and vue-loader See merge request gitlab-org/gitlab-ce!21891
2018-09-26Bump GitLab UI version and change the file imports to a single point of ↵Jose Vargas
entry notation
2018-09-26Upgrade vue-loader from 15.2.4 to 15.4.2Mike Greiling