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-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
2019-07-23Update Mermaid to v8.2.3Stan Hu
This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
2019-07-23Updates all our stylelint dependenciesTim Zallmann
Removed stylelint-error-string-formatter as this was having a circular reference fail
2019-07-23Update webpack-bundle-analyzer to 3.3.2Stan Hu
This is needed to fix an issue where updating to the latest Webpack causes an acorn dependency error: https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/245 Seen while trying to update dependencies for Mermaid in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30985
2019-07-23Update dependency @gitlab/ui to ^5.7.1Lukas Eipert
2019-07-18Resolve "Tooltips on note timestamps not showing for issues"Natalia Tepluhina
2019-07-17Mockify jquery and axios packagesMartin Hanzel
Moved the block that fails tests on unmocked axios requests from test_setup to its own mock, and added a jQuery mock that fails tests if they use unmocked $.ajax().
2019-07-12Merge branch '64416-lodash-4.6.2-for-prototype-pollution' into 'master'Mike Greiling
Update lodash to 4.7.14 and lodash.mergewith to 4.6.2 Closes #64416 See merge request gitlab-org/gitlab-ce!30602
2019-07-11Update dependency @gitlab/ui to ^5.6.0Lukas Eipert
2019-07-11Update lodash to 4.7.14 and lodash.mergewith to 4.6.2Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-07-09Merge branch '63945-update-mixin-deep-to-1.3.2' into 'master'Mike Greiling
Update mixin-deep to 1.3.2 Closes #63945 See merge request gitlab-org/gitlab-ce!30223
2019-07-09Update dependency @gitlab/ui to ^5.5.0Lukas Eipert
2019-07-05Update dependency @gitlab/svgs to ^1.67.0Lukas Eipert
2019-07-05Update dependency @gitlab/ui to ^5.3.2Lukas Eipert
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-07-01Update mixin-deep to 1.3.2Takuya Noguchi
To address a Prototype Pollution vulnerability, which exists in `mixin-deep` package, versions `>=2.0.0 <2.0.1 || <1.3.2` (CVE-2019-10746). - Diff: https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 - Synk ID: https://app.snyk.io/vuln/SNYK-JS-MIXINDEEP-450212 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-22Update tar to 2.2.2Takuya Noguchi
References: - https://www.npmjs.com/advisories/803 - https://hackerone.com/reports/344595 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
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-29Update dependency @gitlab/ui to ^3.10.1Lukas 'Eipi' Eipert