- 05 Jan, 2018 40 commits
-
-
Robert Speicher authored
CE upstream - Friday Closes gitaly#833 and gitlab-ce#41563 See merge request gitlab-org/gitlab-ee!3938
-
Kamil Trzciński authored
Merge branch '41056-create-cluster-from-kubernetes-integration-application-template-ee' into 'master' Create Separate EE::DeploymentPlatform module See merge request gitlab-org/gitlab-ee!3943
-
Robert Speicher authored
-
Sean McGivern authored
Remove labeled issues seed See merge request gitlab-org/gitlab-ce!16258
-
Mayra Cabrera authored
-
Mayra Cabrera authored
-
Stan Hu authored
Move gitlab:geo:check after database replication Closes #4481 See merge request gitlab-org/gitlab-ee!3941
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
Fix broken alignment of database password in geo docs Closes #4483 See merge request gitlab-org/gitlab-ee!3939
-
Stan Hu authored
-
James Ramsay authored
-
James Ramsay authored
Until db replication is completed the secondary will not have the configuration needed to pass many of the status checks
-
Stan Hu authored
Remove NTP check from geo docs Closes #4480 See merge request gitlab-org/gitlab-ee!3940
-
James Ramsay authored
The NTP check is now included in `gitlab-rake gitlab:geo:check`
-
James Ramsay authored
-
Filipa Lacerda authored
EE Port for making IDE prettier See merge request gitlab-org/gitlab-ee!3934
-
Tim Zallmann authored
-
Sean McGivern authored
This already existed in EE with a different timestamp, so rename for CE and make it idempotent.
-
Stan Hu authored
Fix links to deprecated doc page (speed_up_ssh => fast_ssh_key_lookup) See merge request gitlab-org/gitlab-ee!3937
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jan Provaznik authored
-
Jan Provaznik authored
-
Robert Speicher authored
Prevent cluster migration spec from interfering with later specs Closes #4479 See merge request gitlab-org/gitlab-ee!3936
-
Jose Ivan Vargas authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Michael Kozono authored
-
GitLab Bot authored
# Conflicts: # app/assets/images/icons.json # app/assets/images/icons.svg # app/assets/javascripts/projects/project_new.js # app/assets/javascripts/vue_merge_request_widget/mr_widget_options.js # app/helpers/branches_helper.rb # app/models/concerns/deployment_platform.rb # doc/api/boards.md # doc/api/settings.md # lib/api/entities.rb # spec/fixtures/api/schemas/entities/merge_request_widget.json # spec/javascripts/lib/utils/text_utility_spec.js [ci skip]
-
Robert Speicher authored
Prevent cluster migration spec from interfering with later specs See merge request gitlab-org/gitlab-ce!16255
-
Douwe Maan authored
Port of EE translations See merge request gitlab-org/gitlab-ce!16254
-
Michael Kozono authored
-
Sean McGivern authored
Improve filtering issues by label performance Closes #40500 and #37143 See merge request gitlab-org/gitlab-ce!16136
-
Sean McGivern authored
If a later spec tries to set a field that is added to any of these models by a later migration than the GCP clusters migration, it will fail because the model's columns are cached. We should always refer to models in migration specs by either their class in the migration, or the table directly, using the `table` helper.
-
Sean McGivern authored
If a later spec tries to set a field that is added to any of these models by a later migration than the GCP clusters migration, it will fail because the model's columns are cached. We should always refer to models in migration specs by either their class in the migration, or the table directly, using the `table` helper.
-