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-02-12Update gitlab-svg to 1.52Brandon Labuschagne
2019-02-08Update `chart.js` to 2.7.2Andrew Fontaine
2019-02-07Project template: Fall back to GitLab logoLukas Eipert
Use gitlab-svg to provide the icons for rails, spring and express. For the new GitLab pages templates, we are falling back to the GitLab logo.
2019-02-05Updated document-register-element and registering emojis in the new wayTim Zallmann
2019-02-04Update dependency @gitlab/ui to ^2.0.2Lukas 'Eipi' Eipert
2019-02-04gitlab-ui update with the new charting setupTim Zallmann
2019-02-04Merge branch ↵Filipa Lacerda
'50521-block-emojis-and-symbol-characters-from-user-s-full-names-2' into 'master' Resolve "Block emojis and symbol characters from user's full names" Closes #50521 See merge request gitlab-org/gitlab-ce!24523
2019-02-01Block emojis from user nameMartin Wortschack
- Use JS regex for emoji validation - Add test for blocking emojis in full name - Fix existing tests for user status that failed locally
2019-01-31Bump up tasklist package to v2.2.0Fatih Acet
v2.1.0 was published wrongly by the package author.
2019-01-31Use original tasklist package with new versionFatih Acet
2019-01-31Pass line number and source to backendFatih Acet
2019-01-31Temporarily use tasklist from fatihacet’s forkFatih Acet
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 yarn.lockAndrew 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-12Fix ambiguous brackets in task listsJared Deckard
2019-01-10Dedupe yarn dependenciesMike Greiling
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-07Dedupe vue dependencyLukas Eipert
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-17Deduplicate yarn dependenciesLukas Eipert
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-11Setup Jest for VueWinnie Hellmann