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-07-03Merge branch '63971-remove-istanbul' into 'master'Kushal Pandya
Remove istanbul JavaScript package Closes #63971 See merge request gitlab-org/gitlab-ce!30232
2019-07-02Remove istanbul JavaScript packageTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-06-28Update dependency @gitlab/svgs to ^1.66.0Lukas Eipert
2019-06-28Use absolute paths for SCSS importsLukas Eipert
A recent update in [GitLab UI] and setting the [config.assets.paths] to include `node_modules` for the resolution of SCSS imports, allows us to have much nicer imports which don't rely on brittle relative paths. This change also forwards @gitlab/ui to the newest version [GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602 [config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169
2019-06-26Update Mermaid to 8.1.0Stan Hu
This fixes dotted lines not rendering when the htmlLabels setting is false (https://github.com/knsv/mermaid/pull/828). Full list of changes: https://github.com/knsv/mermaid/releases Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60869
2019-06-25Merge branch 'leipert-upgrade-axios' into 'master'Phil Hughes
Upgrade axios to 0.19.0 See merge request gitlab-org/gitlab-ce!29981
2019-06-24Upgrade axios to 0.19.0Lukas Eipert
2019-06-24Upgrade jquery to 3.4.1Lukas Eipert
2019-06-21Upgrade prettier to latest (v1.18.2)Mike Greiling
Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
2019-06-18Update dependency @gitlab/ui to ^4.3.0null
2019-06-17Upgrade gitlab-ui 4.2.0Enrique Alcantara
2019-06-15Update dependency @gitlab/ui to ^4.1.0null
2019-06-14Update dependency @gitlab/svgs to ^1.65.0Lukas 'Eipi' Eipert
2019-06-14Merge branch 'renovate/gitlab-eslint-plugin-i18n-1.x' into 'master'Mike Greiling
Update dependency @gitlab/eslint-plugin-i18n to ^1.1.0 See merge request gitlab-org/gitlab-ce!29630
2019-06-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
62966-embed-zoom-call-in-issue-mvc
2019-06-14Upgrade gitlab-ui and migrate gl-paginationPaul Gascou-Vaillancourt
- Upgraded gitlab-ui to v4.0.0 - Migrated pagination_links to reflect breaking changes introduced in gitlab-ui v4.0.0
2019-06-14Add Join meeting button to Issues with Zoom linksSimon Knox
Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
2019-06-13Update dependency @gitlab/eslint-plugin-i18n to ^1.1.0Lukas 'Eipi' Eipert
2019-06-13Disable unnecessary ESLint i18n offencesBrandon Labuschagne
Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration.
2019-06-05Update dependency @gitlab/ui to ^3.11.0Lukas 'Eipi' Eipert
2019-06-04Resolve "Charts with many overlapping series display incorrectly"Adriel Santiago
2019-06-04Bump up @gitlab/eslint-config dependency versionNathan Friend
2019-05-30Upgrade core-js and add URL polyfillPaul Gascou-Vaillancourt
- Upgraded core-js from v2.x to v3.1.3 - Updated core-js import statements - Enabled URL polyfill
2019-05-30Merge branch 'graphql-batch-requests-ee' into 'master'Filipa Lacerda
Enable GraphQL batch requests See merge request gitlab-org/gitlab-ce!28370
2019-05-30Merge branch 'renovate/gitlab-ui-3.x' into 'master'Clement Ho
Update dependency @gitlab/ui to ^3.10.1 See merge request gitlab-org/gitlab-ce!28862
2019-05-29Build visual_review_toolbar with webpackSarah Groff Hennigh-Palermo
It takes a lot of lines to move a script
2019-05-29Update dependency @gitlab/ui to ^3.10.1Lukas 'Eipi' Eipert
2019-05-29Enable GraphQL batch requestsPhil Hughes
2019-05-24Update dependency @gitlab/svgs to ^1.63.0Lukas 'Eipi' Eipert
2019-05-23Merge branch '58869-unified-fe-test-script' into 'master'Clement Ho
Create a unified script to run Jest & Karma tests Closes #58869 See merge request gitlab-org/gitlab-ce!27239
2019-05-23Update dependency @gitlab/svgs to ^1.62.0Lukas 'Eipi' Eipert
2019-05-21Merge branch 'leipert-move-pdf-js' into 'master'Mike Greiling
Move to pdf.js distributed with npm See merge request gitlab-org/gitlab-ce!28156
2019-05-18Upgrade babel to 7.4.4Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-05-16Upgrade node-sass for node 12 compatibilityLukas Eipert
Some dependencies have incompatibilities with Node v12, which will become LTS in October. Namely node-sass and needed to be forwarded in order for their native extensions to compile without errors.
2019-05-13Create a unified script to run Jest & Karma testsPaul Gascou-Vaillancourt
- Created scripts/frontend/test.js - Updated test task to call Node script
2019-05-13Ensure that dependencies are installed before running frontend testsWinnie Hellmann
2019-05-10Move to pdf.js distributed with npmLukas Eipert
pdf.js is available on npm. Importing the dependency from there instead of vendoring it has certain benefits, e.g. the discoverability of updates (especially security fixes).
2019-05-06Upgrade GitLab UI to 3.10.0Lukas Eipert
2019-05-06Update dependency @gitlab/svgs to ^1.60.0Lukas 'Eipi' Eipert
2019-05-01Merge branch 'winh-jest-ide' into 'master'Phil Hughes
Remove babel environment for Jest Closes #59164 See merge request gitlab-org/gitlab-ce!27676
2019-04-30Merge branch 'sh-upgrade-mermaid-8.0' into 'master'Kushal Pandya
Upgrade Mermaid to 8.0.0 See merge request gitlab-org/gitlab-ce!27706
2019-04-29Update dependency @gitlab/ui to ^3.7.0Lukas 'Eipi' Eipert
2019-04-26Upgrade Mermaid to 8.0.0Stan Hu
We were using 8.0.0-rc.8 previously, and there appears to be significant new dependencies.
2019-04-25Implement toast componentJacques Erasmus
Implemented the toast component for success messages
2019-04-25Remove babel environment for JestWinnie Hellmann
2019-04-23Update dependency @gitlab/ui to ^3.4.0Lukas 'Eipi' Eipert
2019-04-12Update dependency @gitlab/ui to ^3.3.0Lukas 'Eipi' Eipert
2019-04-09Adds a vendors folder for third party CSSFilipa Lacerda
Does not run stylelint for the vendors folder
2019-04-08Merge branch '10938-fix-styleline' into 'master'Phil Hughes
Adds EE folder in the stylelint command See merge request gitlab-org/gitlab-ce!27058
2019-04-08Update dependency @gitlab/svgs to ^1.59.0Lukas 'Eipi' Eipert