-
- Downloads
Merge branch...
Merge branch '22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-install' into 'master' New `gitlab:workhorse:install` rake task ## Why was this MR needed? Because with this we can remove the "Ensure the gitlab-workhorse version in Install gitlab-workhorse matches the required version." step from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1! MR is ready: gitlab-org/release-tools!57 Closes #22719 See merge request !6574
No related branches found
No related tags found
Showing
- changelogs/unreleased/22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-install.yml 4 additions, 0 deletions...rse-install-rake-task-similar-to-gitlab-shell-install.yml
- doc/install/installation.md 19 additions, 9 deletionsdoc/install/installation.md
- doc/update/8.12-to-8.13.md 1 addition, 1 deletiondoc/update/8.12-to-8.13.md
- doc/update/8.14-to-8.15.md 202 additions, 0 deletionsdoc/update/8.14-to-8.15.md
- lib/tasks/gitlab/helpers.rake 8 additions, 0 deletionslib/tasks/gitlab/helpers.rake
- lib/tasks/gitlab/shell.rake 6 additions, 36 deletionslib/tasks/gitlab/shell.rake
- lib/tasks/gitlab/task_helpers.rake 0 additions, 140 deletionslib/tasks/gitlab/task_helpers.rake
- lib/tasks/gitlab/task_helpers.rb 190 additions, 0 deletionslib/tasks/gitlab/task_helpers.rb
- lib/tasks/gitlab/workhorse.rake 23 additions, 0 deletionslib/tasks/gitlab/workhorse.rake
- spec/rake_helper.rb 1 addition, 1 deletionspec/rake_helper.rb
- spec/support/rake_helpers.rb 2 additions, 2 deletionsspec/support/rake_helpers.rb
- spec/tasks/gitlab/backup_rake_spec.rb 1 addition, 1 deletionspec/tasks/gitlab/backup_rake_spec.rb
- spec/tasks/gitlab/mail_google_schema_whitelisting.rb 1 addition, 1 deletionspec/tasks/gitlab/mail_google_schema_whitelisting.rb
- spec/tasks/gitlab/task_helpers_spec.rb 96 additions, 0 deletionsspec/tasks/gitlab/task_helpers_spec.rb
- spec/tasks/gitlab/users_rake_spec.rb 1 addition, 1 deletionspec/tasks/gitlab/users_rake_spec.rb
- spec/tasks/gitlab/workhorse_rake_spec.rb 107 additions, 0 deletionsspec/tasks/gitlab/workhorse_rake_spec.rb
doc/update/8.14-to-8.15.md
0 → 100644
lib/tasks/gitlab/helpers.rake
0 → 100644
lib/tasks/gitlab/task_helpers.rake
deleted
100644 → 0
lib/tasks/gitlab/task_helpers.rb
0 → 100644
lib/tasks/gitlab/workhorse.rake
0 → 100644
spec/tasks/gitlab/task_helpers_spec.rb
0 → 100644
spec/tasks/gitlab/workhorse_rake_spec.rb
0 → 100644
Please register or sign in to comment