oncall-engine/engine/apps/api
Matias Bordese 2a87bea6ed
feat: add filter affected services internal endpoint (#5415)
Related to https://github.com/grafana/oncall-private/issues/2977

e.g.

`GET
/api/plugins/grafana-oncall-app/resources/alertgroups/filter_affected_services?service=service-a&service=service-b`

```
[
  {"name": "service-a",
   "service_url": "http://localhost:3000/a/grafana-slo-app/service/service-a",
   "alert_groups_url": "http://localhost:3000/a/grafana-oncall-app/alert-groups?status=0&status=1&started_at=now-7d_now&label=service_name:service-a"}
]
```
2025-01-16 12:19:32 +00:00
..
serializers chore: update schedule checks notification period and improve wording (#5412) 2025-01-16 12:19:16 +00:00
tests feat: add filter affected services internal endpoint (#5415) 2025-01-16 12:19:32 +00:00
throttlers Add custom ratelimits per org (#5004) 2024-09-17 23:16:41 +00:00
views feat: add filter affected services internal endpoint (#5415) 2025-01-16 12:19:32 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
alert_group_table_columns.py Google OAuth2 flow + fetch Google Calendar OOO events (#4067) 2024-04-02 14:59:03 -04:00
errors.py Fix backend for resolution notes via mobile app (#2117) 2023-06-07 12:19:16 +00:00
label_filtering.py Webhook labels (#3383) 2023-11-22 11:17:41 +00:00
permissions.py feat: update service account auth not to require rbac enabled org (#5360) 2024-12-12 22:11:59 +00:00
urls.py Add default service_name label for Alerting integrations (#5373) 2025-01-14 10:02:23 +00:00