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