-
- 下载
Merge branch 'sy-add-user-to-escalation-rules' into 'master'
Allow user to be assigned to escalation rule See merge request gitlab-org/gitlab!65636
显示
- db/migrate/20210722074220_remove_null_constraint_on_schedule_from_escalation_rules.rb 13 个添加, 0 个删除...move_null_constraint_on_schedule_from_escalation_rules.rb
- db/migrate/20210722074242_add_user_to_escalation_rules.rb 17 个添加, 0 个删除db/migrate/20210722074242_add_user_to_escalation_rules.rb
- db/migrate/20210722074256_add_user_index_to_escalation_rules.rb 33 个添加, 0 个删除...rate/20210722074256_add_user_index_to_escalation_rules.rb
- db/migrate/20210722074309_add_user_fk_to_escalation_rules.rb 17 个添加, 0 个删除db/migrate/20210722074309_add_user_fk_to_escalation_rules.rb
- db/migrate/20210722074339_add_xor_check_constraint_for_escalation_rules.rb 17 个添加, 0 个删除...22074339_add_xor_check_constraint_for_escalation_rules.rb
- db/schema_migrations/20210722074220 1 个添加, 0 个删除db/schema_migrations/20210722074220
- db/schema_migrations/20210722074242 1 个添加, 0 个删除db/schema_migrations/20210722074242
- db/schema_migrations/20210722074256 1 个添加, 0 个删除db/schema_migrations/20210722074256
- db/schema_migrations/20210722074309 1 个添加, 0 个删除db/schema_migrations/20210722074309
- db/schema_migrations/20210722074339 1 个添加, 0 个删除db/schema_migrations/20210722074339
- db/structure.sql 11 个添加, 4 个删除db/structure.sql
- doc/api/graphql/reference/index.md 3 个添加, 1 个删除doc/api/graphql/reference/index.md
- ee/app/graphql/mutations/incident_management/escalation_policy/base.rb 27 个添加, 8 个删除...l/mutations/incident_management/escalation_policy/base.rb
- ee/app/graphql/types/incident_management/escalation_rule_input_type.rb 17 个添加, 1 个删除...l/types/incident_management/escalation_rule_input_type.rb
- ee/app/graphql/types/incident_management/escalation_rule_type.rb 4 个添加, 0 个删除...graphql/types/incident_management/escalation_rule_type.rb
- ee/app/models/incident_management/escalation_policy.rb 0 个添加, 1 个删除ee/app/models/incident_management/escalation_policy.rb
- ee/app/models/incident_management/escalation_rule.rb 19 个添加, 3 个删除ee/app/models/incident_management/escalation_rule.rb
- ee/app/services/incident_management/escalation_policies/base_service.rb 12 个添加, 2 个删除...s/incident_management/escalation_policies/base_service.rb
- ee/app/services/incident_management/escalation_policies/create_service.rb 1 个添加, 0 个删除...incident_management/escalation_policies/create_service.rb
- ee/app/services/incident_management/escalation_policies/update_service.rb 2 个添加, 1 个删除...incident_management/escalation_policies/update_service.rb
加载中
想要评论请 注册 或 登录