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-01-29Update dependency @gitlab/svgs to ^1.48.0Lukas 'Eipi' Eipert
2019-01-28Update dependency @gitlab/ui to ^1.22.1Lukas 'Eipi' Eipert
2019-01-28Update dependency @gitlab/ui to ^1.22.0Lukas 'Eipi' Eipert
2019-01-25Merge branch 'db-copy-as-gfm-prosemirror' into 'master'Phil Hughes
Reimplement Copy-as-GFM using the prosemirror document model See merge request gitlab-org/gitlab-ce!22797
2019-01-25Upgrade webpack and monaco-editor to latestMike Greiling
2019-01-24Add tiptap/prosemirror nodes and marks for all Markdown and GFM featuresDouwe Maan
The schema is built on top of the default schema and Node and Mark classes provided by tiptap-extensions. prosemirror-model is used to parse HTML/DOM into a prosemirror document, and prosemirror-markdown is used to serialize this document to (GitLab Flavored) Markdown.
2019-01-23Upgrade prettier to v1.16.1Mike Greiling
2019-01-22Upgrade babel to v7.3Mike Greiling
https://babeljs.io/blog/2019/01/21/7.3.0
2019-01-21Make favicon tests more fault resistentLukas Eipert
It seems like every new version of Chrome renders the favicon canvas differently. This reduces the problems with it by creating a more fault tolerant check, which compares the color values in the pixels and is okay if they are within a certain threshold.
2019-01-18Update package.jsonAndrew Harmon
2019-01-16Merge branch 'mg-upgrade-prettier-again' into 'master'Clement Ho
Upgrade prettier to v1.15.3 See merge request gitlab-org/gitlab-ce!24312
2019-01-15Generate searchable JSDoc documentationWinnie Hellmann
2019-01-15Upgrade prettier and reformat files as necessaryMike Greiling
Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
2019-01-14Enforce node >= 8.10.0 with engines flagLukas Eipert
2019-01-12Fix ambiguous brackets in task listsJared Deckard
2019-01-10Upgrade webpack and all plugins/loadersMike Greiling
2019-01-09Merge branch 'upgrade-babel-deps' into 'master'Tim Zallmann
Upgrade babel to v7.2 See merge request gitlab-org/gitlab-ce!24259
2019-01-09Revert update to '@vue/component-compiler-utils'Lukas Eipert
This reverts to 2.2.0, which has node@6 compatibility
2019-01-09Merge branch 'tz-upgrade-vue' into 'master'Filipa Lacerda
Upgraded Vue and related libraries See merge request gitlab-org/gitlab-ce!24159
2019-01-09Upgraded various Vue packagesTim Zallmann
This upgrades the following packages: - Vue - Vue Loader - Vue Resource - Vue Router - Vue template compiler - Vue Jest
2019-01-09Add support for addl stage-3 pluginsMike Greiling
2019-01-09Upgrade babel to v7.2Mike Greiling
2019-01-08Merge branch 'update-smooshpack' into 'master'Filipa Lacerda
Update Codesandbox smooshpack library Closes #53779 See merge request gitlab-org/gitlab-ce!24191
2019-01-07Add threshold lines in metrics graphAdriel Santiago
2019-01-07Update Codesandbox smooshpack libraryPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53779
2019-01-04Update @gitlab/svgs to latest versionLukas Eipert
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