-
- 下载
Merge branch '390842-add-registry-data-repair-worker' into 'master'
Add worker to collect data on missing repositories See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115156 Merged-by:David Fernandez <dfernandez@gitlab.com> Approved-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Approved-by:
David Fernandez <dfernandez@gitlab.com> Reviewed-by:
David Fernandez <dfernandez@gitlab.com> Reviewed-by:
Steve Abrams <sabrams@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Reviewed-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Co-authored-by:
Adie Po <avpfestin@gitlab.com>
显示
- app/models/container_registry/data_repair_detail.rb 6 个添加, 0 个删除app/models/container_registry/data_repair_detail.rb
- app/models/project.rb 6 个添加, 0 个删除app/models/project.rb
- app/workers/all_queues.yml 9 个添加, 0 个删除app/workers/all_queues.yml
- app/workers/container_registry/cleanup_worker.rb 24 个添加, 0 个删除app/workers/container_registry/cleanup_worker.rb
- app/workers/container_registry/record_data_repair_detail_worker.rb 87 个添加, 0 个删除...rs/container_registry/record_data_repair_detail_worker.rb
- config/feature_flags/development/registry_data_repair_worker.yml 8 个添加, 0 个删除...feature_flags/development/registry_data_repair_worker.yml
- db/migrate/20230404160131_add_status_to_data_repair_details.rb 20 个添加, 0 个删除...grate/20230404160131_add_status_to_data_repair_details.rb
- db/schema_migrations/20230404160131 1 个添加, 0 个删除db/schema_migrations/20230404160131
- db/structure.sql 4 个添加, 1 个删除db/structure.sql
- lib/container_registry/gitlab_api_client.rb 27 个添加, 0 个删除lib/container_registry/gitlab_api_client.rb
- spec/factories/container_registry/data_repair_detail.rb 20 个添加, 0 个删除spec/factories/container_registry/data_repair_detail.rb
- spec/lib/container_registry/gitlab_api_client_spec.rb 154 个添加, 1 个删除spec/lib/container_registry/gitlab_api_client_spec.rb
- spec/lib/gitlab/import_export/all_models.yml 1 个添加, 0 个删除spec/lib/gitlab/import_export/all_models.yml
- spec/models/container_registry/data_repair_detail_spec.rb 18 个添加, 0 个删除spec/models/container_registry/data_repair_detail_spec.rb
- spec/models/project_spec.rb 14 个添加, 0 个删除spec/models/project_spec.rb
- spec/workers/container_registry/cleanup_worker_spec.rb 71 个添加, 0 个删除spec/workers/container_registry/cleanup_worker_spec.rb
- spec/workers/container_registry/record_data_repair_detail_worker_spec.rb 191 个添加, 0 个删除...ntainer_registry/record_data_repair_detail_worker_spec.rb
- spec/workers/every_sidekiq_worker_spec.rb 1 个添加, 0 个删除spec/workers/every_sidekiq_worker_spec.rb
加载中
想要评论请 注册 或 登录