Move IrkerWorker into Integrations:: namespace and rename queue
For backwards-compatibility we're keeping the old worker and queue around for another release. Also clean up all Rubocop offenses in the worker, model, and specs. Changelog: changed
显示
- .rubocop_todo/gitlab/namespaced_class.yml 0 个添加, 1 个删除.rubocop_todo/gitlab/namespaced_class.yml
- .rubocop_todo/layout/line_length.yml 0 个添加, 1 个删除.rubocop_todo/layout/line_length.yml
- .rubocop_todo/rspec/context_wording.yml 0 个添加, 1 个删除.rubocop_todo/rspec/context_wording.yml
- .rubocop_todo/rspec/instance_variable.yml 0 个添加, 1 个删除.rubocop_todo/rspec/instance_variable.yml
- .rubocop_todo/rspec/verified_doubles.yml 0 个添加, 1 个删除.rubocop_todo/rspec/verified_doubles.yml
- .rubocop_todo/style/format_string.yml 0 个添加, 1 个删除.rubocop_todo/style/format_string.yml
- .rubocop_todo/style/guard_clause.yml 0 个添加, 1 个删除.rubocop_todo/style/guard_clause.yml
- .rubocop_todo/style/if_unless_modifier.yml 0 个添加, 1 个删除.rubocop_todo/style/if_unless_modifier.yml
- .rubocop_todo/style/percent_literal_delimiters.yml 0 个添加, 3 个删除.rubocop_todo/style/percent_literal_delimiters.yml
- app/models/integrations/irker.rb 43 个添加, 12 个删除app/models/integrations/irker.rb
- app/workers/all_queues.yml 9 个添加, 0 个删除app/workers/all_queues.yml
- app/workers/integrations/irker_worker.rb 193 个添加, 0 个删除app/workers/integrations/irker_worker.rb
- app/workers/irker_worker.rb 6 个添加, 186 个删除app/workers/irker_worker.rb
- app/workers/project_service_worker.rb 1 个添加, 1 个删除app/workers/project_service_worker.rb
- config/sidekiq_queues.yml 2 个添加, 0 个删除config/sidekiq_queues.yml
- db/post_migrate/20220525165334_migrate_irker_worker_queue.rb 11 个添加, 0 个删除db/post_migrate/20220525165334_migrate_irker_worker_queue.rb
- db/schema_migrations/20220525165334 1 个添加, 0 个删除db/schema_migrations/20220525165334
- spec/models/integrations/irker_spec.rb 27 个添加, 9 个删除spec/models/integrations/irker_spec.rb
- spec/workers/every_sidekiq_worker_spec.rb 1 个添加, 0 个删除spec/workers/every_sidekiq_worker_spec.rb
- spec/workers/integrations/irker_worker_spec.rb 14 个添加, 8 个删除spec/workers/integrations/irker_worker_spec.rb
加载中
想要评论请 注册 或 登录