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-12-12IE11: Fix sprite icon renderingLukas Eipert
2018-12-12Update gitlab's eslint-config to latestMike Greiling
2018-12-12Upgrade eslint dependenciesMike Greiling
2018-12-11Setup Jest for VueWinnie Hellmann
2018-12-08Merge branch '53147-utilize-new-charting-library-for-metrics-dashboard' into ↵Clement Ho
'master' Resolve "Utilize new charting library for metrics dashboard" See merge request gitlab-org/gitlab-ce!23459
2018-12-08Integrate csslabClement Ho
2018-12-08Use GitLab UI area chartAdriel Santiago
Replace the metrics dashboard graph with GitLab UI's area chart component
2018-12-06Upgrade gitlab-ui to latest and approve echarts dependencyMike Greiling
2018-12-05Merge branch 'winh-add-jest' into 'master'Mike Greiling
Setup Jest test environment See merge request gitlab-org/gitlab-ce!23406
2018-12-05Setup Jest test environmentWinnie Hellmann
2018-12-04Forward gitlab-svgLukas Eipert
2018-11-30Upgraded Codesandbox packagesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51210
2018-11-28Merge branch 'leipert-upgrade-gitlab-svg' into 'master'Kushal Pandya
Forward @gitlab/svg to latest version See merge request gitlab-org/gitlab-ce!23404
2018-11-28Forward @gitlab/svg to latest versionLukas Eipert
2018-11-28Update to bootstrap 4.1.3Lukas Eipert
2018-11-28Merge branch 'leipert-update-d3' into 'master'Mike Greiling
Update d3 to match the mermaid version See merge request gitlab-org/gitlab-ce!23383
2018-11-27Merge branch 'issuable-suggestions' into 'master'Filipa Lacerda
Suggest issues when typing title Closes #22071 See merge request gitlab-org/gitlab-ce!22866
2018-11-27Update d3Lukas Eipert
2018-11-27Suggests issues when typing titlePhil Hughes
This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
2018-11-27Fix unsecure node dependenciesLukas Eipert
2018-11-26Add @vue/test-utils as dev dependencyWinnie Hellmann
2018-11-20Upgrade gitlab eslint config to latestMike Greiling
2018-11-20Upgrade prettier to 1.15.2Mike Greiling
2018-11-19Upgrade @gitlab/svg to 1.38.0Lukas Eipert
2018-11-16Use @gitlab npm namespaceClement Ho
2018-10-31Rename @gitlab-org/gitlab-svgs to @gitlab/svgsLukas Eipert
2018-10-30Upgrade gitlab-ui to latestMike Greiling
2018-10-30Update gitlab-ui to 1.9.0Clement Ho
2018-10-28Update moment to 2.22.2Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-23Updated file tree iconPhil Hughes
2018-10-22Merge branch 'blackst0ne-bump-mermaid' into 'master'Mike Greiling
Bump mermaid to 8.0.0-rc.8 Closes #52601, #50105, and #40470 See merge request gitlab-org/gitlab-ce!22509
2018-10-22Fix/update prettier scriptMike Greiling
2018-10-22Bump mermaid to 8.0.0-rc.8blackst0ne
This commit moves `mermaid` from blackst0ne-mermaid package to the upstream version. The reason why the fork was used was this bug[1]. The bug has been fixed, so there's no need to maintain my fork anymore. [1]: https://github.com/knsv/mermaid/issues/584
2018-10-17Use @gitlab/eslint-config as base in eslintrcMike Greiling
2018-10-12Updates gitlab-svg dependencyFilipa Lacerda
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