- 19 May, 2020 40 commits
-
-
Peter Leitzen authored
Add class stubs for RecordsUploads See merge request gitlab-org/gitlab!31938
-
Rajendra Kadam authored
-
Phil Hughes authored
Add project filter See merge request gitlab-org/gitlab!31444
-
Peter Leitzen authored
Refactor let! with let_it_be in pipelines spec See merge request gitlab-org/gitlab!31916
-
Rajendra Kadam authored
-
Peter Leitzen authored
Refactor let! with let_it_be in merge request spec See merge request gitlab-org/gitlab!31909
-
Rajendra Kadam authored
-
Peter Leitzen authored
Replace let! with let_it_be for user api spec See merge request gitlab-org/gitlab!31901
-
Rajendra Kadam authored
-
Peter Leitzen authored
Move prepend to last line in app models - 3 See merge request gitlab-org/gitlab!31829
-
Rajendra Kadam authored
-
Marcin Sedlak-Jakubowski authored
Refactor the hashed storage docs See merge request gitlab-org/gitlab!31331
-
Achilleas Pipinellis authored
Refactor and deduplicate info in the hashed storage docs
-
Bob Van Landuyt authored
Merge branch '209787-remove-the-feature-flags-to-disable-free-ci-cd-for-github-projects' into 'master' Clean up flags to disable free CI/CD for GitHub projects See merge request gitlab-org/gitlab!27412
-
Phil Hughes authored
Merge branch 'update-deprecated-slot-syntax-in-./app/assets/javascripts/ide/components/ide_tree.vue' into 'master' Update deprecated slot syntax in `./app/assets/javascripts/ide/components/ide_tree.vue` See merge request gitlab-org/gitlab!32022
-
Gilang Gumilar authored
-
Natalia Tepluhina authored
Format the alert payload into a table view See merge request gitlab-org/gitlab!32423
-
David O'Regan authored
-
Achilleas Pipinellis authored
Fix two typos in container registry doc See merge request gitlab-org/gitlab!32421
-
Achilleas Pipinellis authored
Update test fixture instructions for import/export dev docs See merge request gitlab-org/gitlab!32405
-
Achilleas Pipinellis authored
Added troubleshooting for moving projects Closes #216481 See merge request gitlab-org/gitlab!31256
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/216481
-
Natalia Tepluhina authored
Merge branch 'update-deprecated-slot-syntax-in-./app/assets/javascripts/environments/components/delete_environment_modal.vue' into 'master' Update deprecated slot syntax in `./app/assets/javascripts/environments/components/delete_environment_modal.vue` See merge request gitlab-org/gitlab!32013
-
Gilang Gumilar authored
Update deprecated slot syntax in `./app/assets/javascripts/environments/components/delete_environment_modal.vue`
-
Denys Mishunov authored
Linter: enable `import/no-useless-path-segments` See merge request gitlab-org/gitlab!31862
-
Lukas 'Eipi' Eipert authored
This enables the autofixable `import/no-useless-path-segments` rule which makes our import paths more readable.
-
Adam Hegyi authored
Remove elasticsearch_experimental_indexer column [step 2] See merge request gitlab-org/gitlab!30628
-
Marius Bobin authored
Remove ANY_PLAN_FEATURES implementation for CI/CD functionality and replace them with a feature flag approach
-
Lin Jen-Shin authored
Ensure Gitaly is installed properly even when cache is stale Closes #218274 See merge request gitlab-org/gitlab!32508
-
Martin Wortschack authored
Add stable test selector for cluster health See merge request gitlab-org/gitlab!32317
-
David O'Regan authored
-
Natalia Tepluhina authored
Migrate spec/javascripts/related_merge_requests/ to Jest Closes #194253 See merge request gitlab-org/gitlab!32510
-
Phil Hughes authored
Migrate some filtered_search specs to Jest See merge request gitlab-org/gitlab!32455
-
James Lopez authored
Exclude project bot from .com license seat See merge request gitlab-org/gitlab!31390
-
Dmitry Gruzd authored
-
Phil Hughes authored
Update css-loader ^1.0.0 -> ^2.1.1 See merge request gitlab-org/gitlab!31743
-
Kushal Pandya authored
Allows internationalization of details status dropdown See merge request gitlab-org/gitlab!32467
-
Kushal Pandya authored
Migrate spec/javascripts/frequent_items/ to Jest Closes #32479 and #28698 See merge request gitlab-org/gitlab!32498
-
Rémy Coutable authored
Before, we'd pass `vendor/gitaly-ruby` as artifacts to other jobs in the pipeline but now that it's saved in cache, it can happen that the cache doesn't have the exact versions needed by the job since its key is fixed (i.e. currently "ruby-go-cache-v1"). This commit make sure that Gitaly dependencies are installed (with `scripts/gitaly-test-build`) in the jobs that call `scripts/gitaly-test-spawn`. It also makes the cache key dependent on the `GITALY_SERVER_VERSION` file so that each time this file changes, the cache key will change as well. Note that we need to remove the `tmp/tests/gitaly/.ruby-bundle` file in the `setup-test-env` job since this file prevents gems from being installed even if `vendor/gitaly-ruby` doesn't have the correct gems. Also, extend from `.rails-cache` in `frontend-fixtures`. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Himanshu Kapoor authored
Migrate tests from spec/javascripts/related_merge_requests from karma to jest.
-