Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate csslab | Clement Ho | 2018-12-08 | 1 | -0/+7 |
| | |||||
* | Upgrade gitlab-ui to latest and approve echarts dependency | Mike Greiling | 2018-12-06 | 1 | -4/+17 |
| | |||||
* | Merge branch 'winh-add-jest' into 'master' | Mike Greiling | 2018-12-05 | 1 | -38/+1691 |
|\ | | | | | | | | | Setup Jest test environment See merge request gitlab-org/gitlab-ce!23406 | ||||
| * | Setup Jest test environment | Winnie Hellmann | 2018-12-05 | 1 | -38/+1691 |
| | | |||||
* | | Forward gitlab-svg | Lukas Eipert | 2018-12-04 | 1 | -3/+3 |
|/ | |||||
* | Upgraded Codesandbox packages | Phil Hughes | 2018-11-30 | 1 | -9/+9 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51210 | ||||
* | Merge branch 'leipert-upgrade-gitlab-svg' into 'master' | Kushal Pandya | 2018-11-28 | 1 | -4/+4 |
|\ | | | | | | | | | Forward @gitlab/svg to latest version See merge request gitlab-org/gitlab-ce!23404 | ||||
| * | Forward @gitlab/svg to latest version | Lukas Eipert | 2018-11-28 | 1 | -4/+4 |
| | | |||||
* | | Update to bootstrap 4.1.3 | Lukas Eipert | 2018-11-28 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'leipert-update-d3' into 'master' | Mike Greiling | 2018-11-27 | 1 | -48/+2 |
|\ | | | | | | | | | Update d3 to match the mermaid version See merge request gitlab-org/gitlab-ce!23383 | ||||
| * | Update d3 | Lukas Eipert | 2018-11-27 | 1 | -48/+2 |
| | | |||||
* | | Merge branch 'issuable-suggestions' into 'master' | Filipa Lacerda | 2018-11-27 | 1 | -0/+173 |
|\ \ | |/ |/| | | | | | | | | | Suggest issues when typing title Closes #22071 See merge request gitlab-org/gitlab-ce!22866 | ||||
| * | Suggests issues when typing title | Phil Hughes | 2018-11-27 | 1 | -0/+173 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Fix unsecure node dependencies | Lukas Eipert | 2018-11-27 | 1 | -177/+109 |
|/ | |||||
* | Add @vue/test-utils as dev dependency | Winnie Hellmann | 2018-11-26 | 1 | -0/+7 |
| | |||||
* | Upgrade gitlab eslint config to latestmg-upgrade-prettier | Mike Greiling | 2018-11-20 | 1 | -4/+4 |
| | |||||
* | Upgrade prettier to 1.15.2 | Mike Greiling | 2018-11-20 | 1 | -4/+4 |
| | |||||
* | Upgrade @gitlab/svg to 1.38.0 | Lukas Eipert | 2018-11-19 | 1 | -4/+4 |
| | |||||
* | Use @gitlab npm namespace | Clement Ho | 2018-11-16 | 1 | -16/+104 |
| | |||||
* | Rename @gitlab-org/gitlab-svgs to @gitlab/svgsleipert-migrate-gitlab-svgs | Lukas Eipert | 2018-10-31 | 1 | -5/+5 |
| | |||||
* | Upgrade gitlab-ui to latest | Mike Greiling | 2018-10-30 | 1 | -4/+4 |
| | |||||
* | Update gitlab-ui to 1.9.0 | Clement Ho | 2018-10-29 | 1 | -4/+4 |
| | |||||
* | Update moment to 2.22.2 | Takuya Noguchi | 2018-10-28 | 1 | -6/+1 |
| | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | Updated file tree icon | Phil Hughes | 2018-10-23 | 1 | -1/+6 |
| | |||||
* | Merge branch 'blackst0ne-bump-mermaid' into 'master' | Mike Greiling | 2018-10-22 | 1 | -38/+115 |
|\ | | | | | | | | | | | | | Bump mermaid to 8.0.0-rc.8 Closes #52601, #50105, and #40470 See merge request gitlab-org/gitlab-ce!22509 | ||||
| * | Bump mermaid to 8.0.0-rc.8blackst0ne-bump-mermaid | blackst0ne | 2018-10-22 | 1 | -38/+115 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Fix/update prettier script | Mike Greiling | 2018-10-22 | 1 | -5/+0 |
|/ | |||||
* | Use @gitlab/eslint-config as base in eslintrc | Mike Greiling | 2018-10-16 | 1 | -4/+17 |
| | |||||
* | Updates gitlab-svg dependency | Filipa Lacerda | 2018-10-12 | 1 | -4/+4 |
| | |||||
* | Resolve "Harmonize prettier and eslint configs" | Mike Greiling | 2018-10-09 | 1 | -5/+17 |
| | |||||
* | Upgrade gitlab-svgs to 1.31.0 | Winnie Hellmann | 2018-10-05 | 1 | -3/+3 |
| | |||||
* | Dedupe yarn dependencies | Lukas Eipert | 2018-10-04 | 1 | -62/+9 |
| | |||||
* | Fix `babel-messages` dependency | Lukas Eipert | 2018-10-04 | 1 | -7/+1 |
| | | | | | | | | | | 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 | ||||
* | Merge branch '43511-upgrade-to-babel-7' into 'master' | Fatih Acet | 2018-10-03 | 1 | -850/+782 |
|\ | | | | | | | | | | | | | Upgrade to Babel 7 Closes #43511 See merge request gitlab-org/gitlab-ce!22059 | ||||
| * | Add missing yarn integrity hashes | Mike Greiling | 2018-10-03 | 1 | -0/+1162 |
| | | |||||
| * | Merge branch 'master' into 43511-upgrade-to-babel-7 | Mike Greiling | 2018-10-02 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ... | ||||
| * | | Remove babel-plugin-transform-define dependency | Mike Greiling | 2018-10-02 | 1 | -15/+0 |
| | | | |||||
| * | | Upgrade to babel 7 | Mike Greiling | 2018-10-02 | 1 | -737/+683 |
| | | | |||||
* | | | Update GitLab-ui version in package.jsonjivl-glui-button | Jose Vargas | 2018-10-02 | 1 | -3/+4 |
| | | | |||||
* | | | Add gl-button from gitlab-ui | Jose Vargas | 2018-10-02 | 1 | -3/+2 |
| |/ |/| | |||||
* | | Add yarn integrity hashes | Lukas Eipert | 2018-10-01 | 1 | -0/+1162 |
|/ | | | | | | 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. | ||||
* | Merge branch 'update-vuejs-dependencies' into 'master' | Phil Hughes | 2018-09-27 | 1 | -15/+19 |
|\ | | | | | | | | | Update vue, vue-template-compiler, and vue-loader See merge request gitlab-org/gitlab-ce!21891 | ||||
| * | Dedupe vue versions in yarn.lockupdate-vuejs-dependencies | Mike Greiling | 2018-09-26 | 1 | -13/+2 |
| | | |||||
| * | Upgrade vue-loader from 15.2.4 to 15.4.2 | Mike Greiling | 2018-09-26 | 1 | -9/+13 |
| | | |||||
| * | Upgrade vuejs from 2.5.16 to 2.5.17 | Mike Greiling | 2018-09-26 | 1 | -1/+12 |
| | | | | | | | | | | | | | | 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 | ||||
* | | Bump GitLab UI version and change the file imports to a single point of ↵jivl-bump-gitlab-ui | Jose Vargas | 2018-09-26 | 1 | -3/+3 |
|/ | | | | entry notation | ||||
* | Merge branch 'leipert-dedupe-dependencies-2018-09-25' into 'master' | Mike Greiling | 2018-09-25 | 1 | -346/+34 |
|\ | | | | | | | | | Dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21908 | ||||
| * | Dedupe frontend dependenciesleipert-dedupe-dependencies-2018-09-25 | Lukas Eipert | 2018-09-25 | 1 | -346/+34 |
| | | |||||
* | | Add gitlab-ui skeleton loading | Clement Ho | 2018-09-25 | 1 | -3/+3 |
|/ | |||||
* | Upgrade webpack-bundle-analyzer to latestupdate-frontend-dependencies | Mike Greiling | 2018-09-24 | 1 | -40/+143 |
| |