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-10-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-11Include AWS SDK as packge dependencyEnrique Alcantara
- Load EKS create cluster form as dynamic import dependency. - Include aws-sdk dependency in package.json
2019-09-06Add timezone-mock packageWei-Meng Lee
2019-09-05Update GitLab PackagesLukas Eipert
2019-09-04Add markdownlint-cli to yarn dependenciesAchilleas Pipinellis
This is the tool that we use to lint the Markdown files. Let's add it to yarn.lock so that we can use it in development. Pinned to 0.18.0.
2019-09-04Merge branch 'update-eslint-utils-to-1.4.2' into 'master'Mike Greiling
Update eslint-utils to 1.4.2 Fixes vulnerability in development environment. See https://nvd.nist.gov/vuln/detail/CVE-2019-15657 See merge request gitlab-org/gitlab-ce!32251
2019-09-04Update dependency @gitlab/ui to v5.21.0Lukas Eipert
2019-09-04Merge branch 'force-https-source-in-yarn-lock' into 'master'Mike Greiling
Always use HTTPS sources for NPM modules in yarn.lock See merge request gitlab-org/gitlab-ce!32245
2019-09-01Update Mermaid to v8.2.6Stan Hu
This fixes a regression where an underscore in labels no longer worked: https://github.com/knsv/mermaid/releases
2019-08-31Always use HTTPS sources for NPM modules in yarn.lockTakuya Noguchi
Part of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28445 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-08-30Update eslint-utils to 1.4.2Takuya Noguchi
> In eslint-utils before 1.4.1, the getStaticValue function can execute arbitrary code. - https://github.com/mysticatea/eslint-utils/security/advisories/GHSA-3gx7-xhv7-5mx3 - https://nvd.nist.gov/vuln/detail/CVE-2019-15657 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-08-30Update GitLab PackagesLukas Eipert
2019-08-29Lock down visual-review-tools versionScott Hampton
Remove the caret from the visual-review-tools version so that we don't accidentally introduce bugs on new releases.
2019-08-29Update GitLab PackagesLukas 'Eipi' Eipert
2019-08-28Merge branch 'csslab-removal' into 'master'Clement Ho
Remove csslab Closes #66661 See merge request gitlab-org/gitlab-ce!32330
2019-08-28Remove csslabArun Kumar Mohan
2019-08-28Merge branch 'sh-upgrade-mermaid-8.2.4' into 'master'Filipa Lacerda
Upgrade Mermaid to v8.2.4 See merge request gitlab-org/gitlab-ce!32186
2019-08-26Update dependency @gitlab/ui to v5.19.0Lukas Eipert
2019-08-26Merge branch 'renovate/gitlab-packages' into 'master'Kushal Pandya
Update dependency @gitlab/svgs to ^1.70.0 See merge request gitlab-org/gitlab-ce!32162
2019-08-25Upgrade Mermaid to v8.2.4Stan Hu
This fixes a regression that does not permit spaces in subgraph titles. Full details: https://github.com/knsv/mermaid/releases
2019-08-23Move visual review toolbar to NPMshampton
Remove the visual review toolbar code in favor of using the NPM package.
2019-08-23Update dependency @gitlab/svgs to ^1.70.0Lukas Eipert
2019-08-22Update dependency @gitlab/ui to v5.18.0Lukas Eipert
2019-08-20Merge branch 'update-babel-to-7.5.5' into 'master'Mike Greiling
Upgrade babel to 7.5.5 See merge request gitlab-org/gitlab-ce!31819
2019-08-14Upgrade babel to 7.5.5Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-08-13Update dependency @gitlab/svgs to ^1.68.0Lukas Eipert
2019-08-09Update dependency @gitlab/ui to v5.15.0Lukas Eipert
2019-08-08Disable vue-i18n for non-autofix filesEzekiel Kigbo
Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
2019-08-06Update karma to 4.2.0Takuya Noguchi
Also update karma-chrome-launcher, karma-coverage-istanbul-reporter, and karma-webpack. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-08-05Update dependency @gitlab/ui to v5.14.0Lukas Eipert
2019-08-05Update dependency @gitlab/ui to v5.12.1Lukas Eipert
2019-08-02Upgrade gitlab-ui to 5.12Enrique Alcántara
- Also, include pikaday styles through gitlab-ui
2019-08-02Remove local echarts dependencyMartin Wortschack
- Update package.json and yarn.lock
2019-08-01Revert "Merge branch 'mh/editor-indents' into 'master'"Paul Slaughter
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
2019-07-31Update dependency @gitlab/ui to ^5.11.1Lukas Eipert
2019-07-28Make pdf.js render CJK charactersStan Hu
As mentioned in https://github.com/wojtekmaj/react-pdf/blob/master/README.md, pdf.js needs the bundled cMaps files to work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
2019-07-26Karma: Fix css selector for loading iconLukas 'Eipi' Eipert
The GitLab UI update changed the spinner selector from `spinner` to `gl-spinner`, so we need to update it, so that our tests won't fail.
2019-07-26Add UndoStack class - a custom undo/redo engineMartin Hanzel
It will be hooked up to the markdown editor later
2019-07-24Merge branch 'renovate/gitlab-ui-5.x' into 'master'Kushal Pandya
Update dependency @gitlab/ui to ^5.7.1 See merge request gitlab-org/gitlab-ce!31026