-
- Downloads
Create a new table for storing automation rules
As part of the No-code Automation feature, this table is used to store the automation rules and their subscription to the domain events. Changelog: added
parent
21b301e8
No related branches found
No related tags found
Showing
- config/sidekiq_queues.yml 2 additions, 0 deletionsconfig/sidekiq_queues.yml
- db/docs/automation_rules.yml 10 additions, 0 deletionsdb/docs/automation_rules.yml
- db/migrate/20230203011359_create_automation_rules.rb 28 additions, 0 deletionsdb/migrate/20230203011359_create_automation_rules.rb
- db/schema_migrations/20230203011359 1 addition, 0 deletionsdb/schema_migrations/20230203011359
- db/structure.sql 35 additions, 0 deletionsdb/structure.sql
- ee/app/models/automation/rule.rb 29 additions, 0 deletionsee/app/models/automation/rule.rb
- ee/app/models/ee/namespace.rb 2 additions, 0 deletionsee/app/models/ee/namespace.rb
- ee/app/models/ee/project.rb 11 additions, 0 deletionsee/app/models/ee/project.rb
- ee/app/services/automation/dispatch_service.rb 11 additions, 0 deletionsee/app/services/automation/dispatch_service.rb
- ee/app/workers/all_queues.yml 9 additions, 0 deletionsee/app/workers/all_queues.yml
- ee/app/workers/automation/execute_rule_worker.rb 16 additions, 0 deletionsee/app/workers/automation/execute_rule_worker.rb
- ee/spec/factories/automation/rules.rb 10 additions, 0 deletionsee/spec/factories/automation/rules.rb
- ee/spec/models/automation/rule_spec.rb 58 additions, 0 deletionsee/spec/models/automation/rule_spec.rb
- ee/spec/models/ee/project_spec.rb 43 additions, 0 deletionsee/spec/models/ee/project_spec.rb
- ee/spec/services/automation/dispatch_service_spec.rb 40 additions, 0 deletionsee/spec/services/automation/dispatch_service_spec.rb
- ee/spec/workers/automation/execute_rule_worker_spec.rb 17 additions, 0 deletionsee/spec/workers/automation/execute_rule_worker_spec.rb
db/docs/automation_rules.yml
0 → 100644
db/schema_migrations/20230203011359
0 → 100644
ee/app/models/automation/rule.rb
0 → 100644
ee/spec/factories/automation/rules.rb
0 → 100644
ee/spec/models/automation/rule_spec.rb
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!1922 (merged)
Please register or sign in to comment