Stop calling the migration's workers and update them to no-op
Removing calls to the migration's workers: EnqueuerWorker, GuardWorker, ObserverWorker and updating their implemention to no-op. Also updating tests and documentation that refers to them. This is the first step into eventually removing them. Changelog: changed
显示
- app/models/container_repository.rb 0 个添加, 6 个删除app/models/container_repository.rb
- app/workers/all_queues.yml 27 个添加, 27 个删除app/workers/all_queues.yml
- app/workers/container_registry/migration/enqueuer_worker.rb 3 个添加, 178 个删除app/workers/container_registry/migration/enqueuer_worker.rb
- app/workers/container_registry/migration/guard_worker.rb 3 个添加, 115 个删除app/workers/container_registry/migration/guard_worker.rb
- app/workers/container_registry/migration/observer_worker.rb 3 个添加, 24 个删除app/workers/container_registry/migration/observer_worker.rb
- config/feature_flags/development/registry_migration_guard_dynamic_pre_import_timeout.yml 0 个添加, 8 个删除...t/registry_migration_guard_dynamic_pre_import_timeout.yml
- config/initializers/1_settings.rb 0 个添加, 9 个删除config/initializers/1_settings.rb
- config/sidekiq_queues.yml 6 个添加, 0 个删除config/sidekiq_queues.yml
- doc/development/packages/settings.md 2 个添加, 2 个删除doc/development/packages/settings.md
- lib/container_registry/migration.rb 0 个添加, 5 个删除lib/container_registry/migration.rb
- spec/models/container_repository_spec.rb 6 个添加, 6 个删除spec/models/container_repository_spec.rb
- spec/workers/container_registry/migration/enqueuer_worker_spec.rb 3 个添加, 402 个删除...kers/container_registry/migration/enqueuer_worker_spec.rb
- spec/workers/container_registry/migration/guard_worker_spec.rb 2 个添加, 272 个删除...workers/container_registry/migration/guard_worker_spec.rb
- spec/workers/container_registry/migration/observer_worker_spec.rb 2 个添加, 46 个删除...kers/container_registry/migration/observer_worker_spec.rb
加载中
想要评论请 注册 或 登录