-
- 下载
Merge branch '391526-refactoring' into 'master'
Refactor Integration propagation services See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142261 Merged-by:Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Reviewed-by:
Luke Duncalfe <lduncalfe@gitlab.com> Reviewed-by:
Lin Jen-Shin <jen-shin@gitlab.com> Reviewed-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Co-authored-by:
Luke Duncalfe <lduncalfe@eml.cc>
显示
- .rubocop_todo/gitlab/namespaced_class.yml 0 个添加, 3 个删除.rubocop_todo/gitlab/namespaced_class.yml
- .rubocop_todo/rspec/feature_category.yml 0 个添加, 1 个删除.rubocop_todo/rspec/feature_category.yml
- .rubocop_todo/rspec/named_subject.yml 0 个添加, 1 个删除.rubocop_todo/rspec/named_subject.yml
- .rubocop_todo/style/inline_disable_annotation.yml 1 个添加, 1 个删除.rubocop_todo/style/inline_disable_annotation.yml
- app/controllers/projects/settings/integrations_controller.rb 5 个添加, 5 个删除app/controllers/projects/settings/integrations_controller.rb
- app/models/data_list.rb 0 个添加, 31 个删除app/models/data_list.rb
- app/models/integrations/integration_list.rb 0 个添加, 29 个删除app/models/integrations/integration_list.rb
- app/services/bulk_create_integration_service.rb 0 个添加, 35 个删除app/services/bulk_create_integration_service.rb
- app/services/bulk_update_integration_service.rb 0 个添加, 43 个删除app/services/bulk_update_integration_service.rb
- app/services/concerns/integrations/bulk_operation_hashes.rb 0 个添加, 31 个删除app/services/concerns/integrations/bulk_operation_hashes.rb
- app/services/concerns/integrations/propagation/bulk_operation_hashes.rb 33 个添加, 0 个删除...oncerns/integrations/propagation/bulk_operation_hashes.rb
- app/services/integrations/propagation/bulk_create_service.rb 56 个添加, 0 个删除app/services/integrations/propagation/bulk_create_service.rb
- app/services/integrations/propagation/bulk_update_service.rb 47 个添加, 0 个删除app/services/integrations/propagation/bulk_update_service.rb
- app/workers/propagate_integration_group_worker.rb 1 个添加, 1 个删除app/workers/propagate_integration_group_worker.rb
- app/workers/propagate_integration_inherit_descendant_worker.rb 1 个添加, 1 个删除...orkers/propagate_integration_inherit_descendant_worker.rb
- app/workers/propagate_integration_inherit_worker.rb 1 个添加, 1 个删除app/workers/propagate_integration_inherit_worker.rb
- app/workers/propagate_integration_project_worker.rb 1 个添加, 1 个删除app/workers/propagate_integration_project_worker.rb
- doc/integration/jira/troubleshooting.md 8 个添加, 2 个删除doc/integration/jira/troubleshooting.md
- spec/models/data_list_spec.rb 0 个添加, 31 个删除spec/models/data_list_spec.rb
- spec/models/integrations/integration_list_spec.rb 0 个添加, 22 个删除spec/models/integrations/integration_list_spec.rb
加载中
想要评论请 注册 或 登录