-
- Downloads
Don't attempt to contact registry if it is disabled
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21679 moved the deletion of registry tags outside of a transaction, but introduced an issue where Sidekiq would attempt to contact the container registry during project destruction even if it were disabled. Relates to: * https://gitlab.com/charts/gitlab/issues/1455 * https://gitlab.com/gitlab-org/gitlab-ce/issues/45941
Showing
- app/services/projects/destroy_service.rb 1 addition, 0 deletionsapp/services/projects/destroy_service.rb
- changelogs/unreleased/sh-disable-registry-delete.yml 5 additions, 0 deletionschangelogs/unreleased/sh-disable-registry-delete.yml
- spec/services/projects/destroy_service_spec.rb 12 additions, 0 deletionsspec/services/projects/destroy_service_spec.rb
Please register or sign in to comment