Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds explanation to .codeclimate.yml file34312-eslint-vue-plugin | Filipa Lacerda | 2018-01-10 | 1 | -0/+1 |
| | |||||
* | Disable eslint in codeclimate | Filipa Lacerda | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Fix broken modal | Filipa Lacerda | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Disable rule in modal.vue breaking tests | Filipa Lacerda | 2018-01-09 | 1 | -5/+3 |
| | |||||
* | Fix broken tests | Filipa Lacerda | 2018-01-09 | 4 | -104/+102 |
| | |||||
* | Fix broken specs | Filipa Lacerda | 2018-01-09 | 11 | -50/+25 |
| | |||||
* | Fix broken test for application row | Filipa Lacerda | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | Fix broken tests for project list and header | Filipa Lacerda | 2018-01-09 | 2 | -2/+2 |
| | |||||
* | Fix application row specs | Filipa Lacerda | 2018-01-09 | 1 | -7/+7 |
| | |||||
* | [ci skip] Fix pagination specs | Filipa Lacerda | 2018-01-09 | 2 | -5/+3 |
| | |||||
* | Fix last eslint rules | Filipa Lacerda | 2018-01-08 | 9 | -156/+169 |
| | |||||
* | Fix more eslint rules | Filipa Lacerda | 2018-01-08 | 27 | -353/+402 |
| | |||||
* | Merge branch 'master' into 34312-eslint-vue-plugin | Filipa Lacerda | 2018-01-08 | 197 | -2884/+12637 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (140 commits) Add Gitter room link to I want to contribute since you always have questions Use workhorse 3.4.0 chore: remove symbolic link Add memoization for properties Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`" Resolve "Add graph value to hover" Fix slash commands dropdown description disables the shortcut to the issue boards when issues are disabled Fix static analysys Disable STI of ActiveRecord. Refactoring specs. Fix StaticSnalysys Fix change log Add changelog Revert bulk_insert and bring back AR insert(one by one) Add a new test for emptified params Use batch update for Service deactivation Fix query to look for proper unmanaged kubernetes service Fix static anylysy Use bulk_insert instead of AR create Opitmize migration process by using both unmanaged_kubernetes_service and kubernetes_service_without_template ... | ||||
| * | Merge branch 'workhorse-3.4.0' into 'master' | Sean McGivern | 2018-01-08 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 3.4.0 Closes gitaly#886 See merge request gitlab-org/gitlab-ce!16285 | ||||
| | * | Use workhorse 3.4.0workhorse-3.4.0 | Jacob Vosmaer | 2018-01-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into 'master' | Rémy Coutable | 2018-01-08 | 1 | -3/+7 |
| |\ \ | | | | | | | | | | | | | | | | | Add Gitter room link to I want to contribute since you always have questions See merge request gitlab-org/gitlab-ce!16173 | ||||
| | * | | Add Gitter room link to I want to contribute since you always have questions | Josh Unger | 2018-01-08 | 1 | -3/+7 |
| |/ / | |||||
| * | | Merge branch '28260-fix-pages-custom-domain-url' into 'master' | Grzegorz Bizon | 2018-01-08 | 3 | -2/+7 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Fix wrong output protocol pattern when adding custom domain to Pages" Closes #28260 See merge request gitlab-org/gitlab-ce!16279 | ||||
| | * | | Generate HTTP URLs for custom Pages domains when appropriate | Nick Thomas | 2018-01-08 | 3 | -2/+7 |
| | | | | |||||
| * | | | Merge branch 'rs-update-rack-cors' into 'master' | Nick Thomas | 2018-01-08 | 2 | -4/+4 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update rack-cors from 0.4.0 to 1.0.2 Closes #41199 See merge request gitlab-org/gitlab-ce!16183 | ||||
| | * | | | Update rack-cors from 0.4.0 to 1.0.2 | Robert Speicher | 2018-01-02 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Merge branch 'docs/typo-writing-documentation' into 'master' | Robert Speicher | 2018-01-08 | 1 | -2/+2 |
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | Fix typo in writing_documentation.md See merge request gitlab-org/gitlab-ce!16276 | ||||
| | * | | | chore: remove symbolic link | Onuwa Nnachi Isaac | 2018-01-08 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Fix typo in writing_documentation.md | Onuwa Nnachi Isaac | 2018-01-02 | 2 | -2/+3 |
| | | | | | |||||
| * | | | | Merge branch ↵ | Yorick Peterse | 2018-01-08 | 3 | -0/+468 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '40418-migrate-existing-data-from-kubernetesservice-to-clusters-platforms-kubernetes' into 'master' Migrate existing data from KubernetesService to Clusters::Platforms::Kubernetes Closes #40418 See merge request gitlab-org/gitlab-ce!15589 | ||||
| | * | | | | Add memoization for properties40418-migrate-existing-data-from-kubernetesservice-to-clusters-platforms-kubernetes | Shinya Maeda | 2018-01-08 | 1 | -4/+10 |
| | | | | | | |||||
| | * | | | | Fix static analysys | Shinya Maeda | 2018-01-08 | 1 | -9/+9 |
| | | | | | | |||||
| | * | | | | Disable STI of ActiveRecord. Refactoring specs. | Shinya Maeda | 2018-01-08 | 2 | -66/+184 |
| | | | | | | |||||
| | * | | | | Fix StaticSnalysys | Shinya Maeda | 2018-01-08 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Fix change log | Shinya Maeda | 2018-01-08 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Add changelog | Shinya Maeda | 2018-01-08 | 1 | -0/+5 |
| | | | | | | |||||
| | * | | | | Revert bulk_insert and bring back AR insert(one by one) | Shinya Maeda | 2018-01-08 | 2 | -64/+54 |
| | | | | | | |||||
| | * | | | | Add a new test for emptified params | Shinya Maeda | 2018-01-08 | 1 | -2/+19 |
| | | | | | | |||||
| | * | | | | Use batch update for Service deactivation | Shinya Maeda | 2018-01-08 | 1 | -4/+5 |
| | | | | | | |||||
| | * | | | | Fix query to look for proper unmanaged kubernetes service | Shinya Maeda | 2018-01-08 | 1 | -17/+12 |
| | | | | | | |||||
| | * | | | | Fix static anylysy | Shinya Maeda | 2018-01-08 | 2 | -9/+10 |
| | | | | | | |||||
| | * | | | | Use bulk_insert instead of AR create | Shinya Maeda | 2018-01-08 | 1 | -12/+45 |
| | | | | | | |||||
| | * | | | | Opitmize migration process by using both unmanaged_kubernetes_service and ↵ | Shinya Maeda | 2018-01-08 | 2 | -40/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | kubernetes_service_without_template | ||||
| | * | | | | Avoid quotes in ActiveRecord query | Shinya Maeda | 2018-01-08 | 1 | -4/+4 |
| | | | | | | |||||
| | * | | | | Use explicit namespace for avoiding reference from application code | Shinya Maeda | 2018-01-08 | 1 | -13/+16 |
| | | | | | | |||||
| | * | | | | Add logic to swtich environment_scope by the situation | Shinya Maeda | 2018-01-08 | 2 | -33/+69 |
| | | | | | | |||||
| | * | | | | Add env_scope tests | Shinya Maeda | 2018-01-08 | 2 | -0/+33 |
| | | | | | | |||||
| | * | | | | Fix test | Shinya Maeda | 2018-01-08 | 1 | -187/+52 |
| | | | | | | |||||
| | * | | | | Fix comments | Shinya Maeda | 2018-01-08 | 1 | -10/+10 |
| | | | | | | |||||
| | * | | | | Restructure spec | Shinya Maeda | 2018-01-08 | 1 | -160/+229 |
| | | | | | | |||||
| | * | | | | Fix migration file typos and reorder Table definition | Shinya Maeda | 2018-01-08 | 1 | -25/+21 |
| | | | | | | |||||
| | * | | | | Fix unmanaged_kubernetes_service scope for multiple clusters | Shinya Maeda | 2018-01-08 | 1 | -17/+27 |
| | | | | | | |||||
| | * | | | | Add test. Disable KubernetesService when migrated | Shinya Maeda | 2018-01-08 | 2 | -11/+201 |
| | | | | | | |||||
| | * | | | | Migrate existing data from KubernetesService to Clusters::Platforms::Kubernetes | Shinya Maeda | 2018-01-08 | 1 | -0/+104 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge branch '41754-update-scss-lint-to-0-56-0' into 'master' | Rémy Coutable | 2018-01-08 | 3 | -5/+17 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade scss-lint to 0.56.0 Closes #41754 See merge request gitlab-org/gitlab-ce!16278 |