Enable endpoints corresponding to AlertManagement::HttpIntegrations
This adds the routes for new alert HTTP integrations, including support for endpoint throttling and alert creation.
显示
- app/controllers/projects/alerting/notifications_controller.rb 15 个添加, 1 个删除...controllers/projects/alerting/notifications_controller.rb
- app/finders/alert_management/http_integrations_finder.rb 54 个添加, 0 个删除app/finders/alert_management/http_integrations_finder.rb
- app/models/alert_management/http_integration.rb 37 个添加, 6 个删除app/models/alert_management/http_integration.rb
- app/services/projects/alerting/notify_service.rb 22 个添加, 6 个删除app/services/projects/alerting/notify_service.rb
- app/services/projects/prometheus/alerts/notify_service.rb 1 个添加, 1 个删除app/services/projects/prometheus/alerts/notify_service.rb
- config/feature_flags/development/multiple_http_integrations.yml 7 个添加, 0 个删除.../feature_flags/development/multiple_http_integrations.yml
- config/routes/project.rb 4 个添加, 0 个删除config/routes/project.rb
- ee/app/finders/ee/alert_management/http_integrations_finder.rb 16 个添加, 0 个删除...p/finders/ee/alert_management/http_integrations_finder.rb
- ee/app/models/license.rb 1 个添加, 0 个删除ee/app/models/license.rb
- ee/spec/finders/ee/alert_management/http_integrations_finder_spec.rb 55 个添加, 0 个删除...ders/ee/alert_management/http_integrations_finder_spec.rb
- ee/spec/requests/rack_attack_spec.rb 12 个添加, 0 个删除ee/spec/requests/rack_attack_spec.rb
- spec/controllers/projects/alerting/notifications_controller_spec.rb 66 个添加, 10 个删除...ollers/projects/alerting/notifications_controller_spec.rb
- spec/factories/alert_management/http_integrations.rb 6 个添加, 0 个删除spec/factories/alert_management/http_integrations.rb
- spec/finders/alert_management/http_integrations_finder_spec.rb 70 个添加, 0 个删除...finders/alert_management/http_integrations_finder_spec.rb
- spec/models/alert_management/http_integration_spec.rb 75 个添加, 8 个删除spec/models/alert_management/http_integration_spec.rb
- spec/services/projects/alerting/notify_service_spec.rb 32 个添加, 7 个删除spec/services/projects/alerting/notify_service_spec.rb
加载中
想要评论请 注册 或 登录