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-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
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