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
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-10-05Upgrade gitlab-svgs to 1.31.0Winnie Hellmann
2018-10-04Dedupe yarn dependenciesLukas Eipert
2018-10-04Fix `babel-messages` dependencyLukas Eipert
I don't know if the issue [0] was caused by a faulty merge, or why, but it seems like babel-messages had the wrong URL in there and resolved to babel-plugin-transform-object-rest-spread, which is wrong. So the integrity check did actually work and catch that! [0]: https://gitlab.com/gitlab-org/gitlab-ce/issues/52192
2018-10-03Merge branch '43511-upgrade-to-babel-7' into 'master'Fatih Acet
Upgrade to Babel 7 Closes #43511 See merge request gitlab-org/gitlab-ce!22059
2018-10-03Add missing yarn integrity hashesMike Greiling
2018-10-03Update GitLab-ui version in package.jsonJose Vargas
2018-10-03Add gl-button from gitlab-uiJose Vargas
2018-10-02Merge branch 'master' into 43511-upgrade-to-babel-7Mike Greiling
* master: (30 commits) Refactor quick actions docs into multiple tables CE Resolve "Refactor code quality similar to JUnit tests" Fix rename_login_root_namespaces post migration Merge branch 'master-i18n' into 'master' Hides Close MR button on merged MR Show the commit-sha for pre-release versions Resolve "Add "Link" shortcut/icon in markdown editor to make it easier to add references" Use tiller locally for Auto Devops Improve logging when username update fails due to registry tags [QA] Improve admin hashed-storage settings circumvent browser cache on browser back navigation Highlight current user in comments and system notes Resolve "Selecting an autofill suggestion for project name will not update the project slug" Update Workhorse to 7.0.0 for Gitaly's new auth scheme Update to Rouge 3.3.0 including frozen string literals for improved memory usage Don't check for the groups list before filtering Add missing changelog type [ci skip] Filter issues without an Assignee via the API Make single diff patch limit configurable Add yarn integrity hashes ...
2018-10-02Remove babel-plugin-transform-define dependencyMike Greiling
2018-10-02Upgrade to babel 7Mike Greiling
2018-10-01Add yarn integrity hashesLukas Eipert
yarn >= 1.10.0 adds sha512 integrity checks to the yarn.lock file. For more details see https://github.com/yarnpkg/yarn/pull/5042. The behaviour is backwards compatible.
2018-09-27Merge branch 'update-vuejs-dependencies' into 'master'Phil Hughes
Update vue, vue-template-compiler, and vue-loader See merge request gitlab-org/gitlab-ce!21891
2018-09-26Bump GitLab UI version and change the file imports to a single point of ↡Jose Vargas
entry notation
2018-09-26Dedupe vue versions in yarn.lockMike Greiling
2018-09-26Upgrade vue-loader from 15.2.4 to 15.4.2Mike Greiling
2018-09-26Upgrade vuejs from 2.5.16 to 2.5.17Mike Greiling
https://github.com/vuejs/vue/releases most relevant release notes are in the 2.5.17 beta post: https://github.com/vuejs/vue/releases/tag/v2.5.17-beta.0
2018-09-25Merge branch 'leipert-dedupe-dependencies-2018-09-25' into 'master'Mike Greiling
Dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21908
2018-09-25Add gitlab-ui skeleton loadingClement Ho
2018-09-25Dedupe frontend dependenciesLukas Eipert
2018-09-24Upgrade webpack-bundle-analyzer to latestMike Greiling
2018-09-24Upgrade webpack and webpack-cliMike Greiling
2018-09-24Bump monaco-editor-webpack-plugin to latestMike Greiling
2018-09-24Upgrade several webpack loadersMike Greiling
2018-09-24Update karma dependenciesMike Greiling
2018-09-24Bump nodemon and commander dependenciesMike Greiling
2018-09-24Update babel test dependenciesMike Greiling
2018-09-24Update webpack-dev-server to v3.1.8Mike Greiling
2018-09-24Update compression-webpack-plugin to 2.xMike Greiling
2018-09-24Merge branch 'upgrade-eslint' into 'master'Marin Jankovski
Upgrade eslint to v5.x See merge request gitlab-org/gitlab-ce!21825
2018-09-21Use gitlab-ui 1.5.1Clement Ho
2018-09-20Upgrade eslint-plugin-jasmine and resolve violationsMike Greiling
2018-09-20Upgrade other eslint pluginsMike Greiling
2018-09-20Upgrade eslint-plugin-vue to v5.xMike Greiling
2018-09-20Upgrade eslint to v5Mike Greiling
We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
2018-09-12Use gitlab-ui loading iconClement Ho
2018-09-12Generate JUnit report for Karma testsWinnie Hellmann
2018-09-11Explicitly use bootstrap 4.1.1Clement Ho
2018-09-11Merge branch 'leipert-upgrade-karma' into 'master'Clement Ho
Update karma: 2.0.4 -> ^3.0.0 See merge request gitlab-org/gitlab-ce!21593
2018-09-11add tooltip directive from gitlab-uiSimon Knox
2018-09-10Bump KaTeX version to 0.9.0Stan Hu
Closes #51065
2018-09-08Use gitlab-ui modal wrapped componentClement Ho
2018-09-07update karma: 2.0.4 -> ^3.0.0Lukas Eipert
2018-09-07Merge branch 'leipert-dedupe-dependencies' into 'master'Phil Hughes
dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21590
2018-09-07Dedupe frontend dependenciesLukas Eipert
2018-09-07de-duplicate gitlab-svgLukas Eipert
2018-09-07update components to match designs in commit sectionPhil Hughes
2018-09-05Upgraded Monaco editor versionPhil Hughes
2018-08-22Update gitlab-svgs to 1.2.8Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-16Frontend: Proper gettext extraction with gettext-extractorπŸŒ΄πŸ‡ΏπŸ‡¦ Lukas Eipert (OOO until Summit)