oncall-engine/engine/apps
Matias Bordese 0989c40abb
Add alert groups external URLs information to details API (#4226)
Alert groups connected to an external source will return external URLs
information, eg.

```
{
  "external_urls": [
    {
      "integration": "C2IFSTV93NQUW",
      "integration_type": "servicenow",
      "external_id": "4c686e1e83d1021075feb3a6feaad3a8",
      "url": "https://some.service-now.com/incident.do?sys_id=4c686e1e83d1021075feb3a6feaad3a8"
    }
  ]
}

```
Related to https://github.com/grafana/oncall-private/issues/2615
2024-04-15 17:49:51 +00:00
..
alerts Add Slack deep link entry to alert group permalinks (#4205) 2024-04-12 13:25:48 +00:00
api Add alert groups external URLs information to details API (#4226) 2024-04-15 17:49:51 +00:00
api_for_grafana_incident Add render_for_web information to alert group incident API (#3005) 2023-09-12 12:02:42 +00:00
auth_token Google OAuth2 flow + fetch Google Calendar OOO events (#4067) 2024-04-02 14:59:03 -04:00
base Add endpoint for organization config checks (#4204) 2024-04-11 14:51:56 +00:00
email Allow setting email app to use SSL instead of TLS (#3911) 2024-02-20 03:38:09 -05:00
google Google Calendar Integration - consider current oncall shifts for autogeneration of shift swap requests (#4160) 2024-04-05 13:15:05 +00:00
grafana_plugin Add scheduled task to start cleanup tasks (#3976) 2024-03-04 19:45:01 +00:00
heartbeat Improve OpenAPI schema coverage (#3629) 2024-01-12 15:11:22 +00:00
integrations Add test for caching deleted integration, fix test wrap methods (#4173) 2024-04-05 20:35:38 +00:00
labels Support prescribed labels (#3848) 2024-02-20 14:42:51 +08:00
metrics_exporter Update alert group state by backsync (#4089) 2024-03-27 12:37:01 +00:00
mobile_app Optimize GET /users internal api endpoint (#4168) 2024-04-11 14:49:47 +00:00
oss_installation Improve OpenAPI schema coverage (#3629) 2024-01-12 15:11:22 +00:00
phone_notifications Revert "upgrade to Python 3.12 (#3456)" and "bump uwsgi version to latest #3466" (#3483) 2023-12-01 09:56:26 -05:00
public_api Add Slack deep link entry to alert group permalinks (#4205) 2024-04-12 13:25:48 +00:00
schedules Optimize GET /schedules and /current_user_events internal api endpoints (#4169) 2024-04-11 14:46:51 +00:00
slack Add Slack deep link entry to alert group permalinks (#4205) 2024-04-12 13:25:48 +00:00
social_auth Google Calendar integration improvements (#4147) 2024-04-04 16:03:40 +00:00
telegram Update alert group state by backsync (#4089) 2024-03-27 12:37:01 +00:00
twilioapp Update alert group state by backsync (#4089) 2024-03-27 12:37:01 +00:00
user_management Google Calendar Out of Office events - autogenerated shift swap requests (#4104) 2024-04-02 20:10:16 +00:00
webhooks fix incorrect args passed to apps.webhooks.tasks.trigger_webhook.execute_webhook (#4217) 2024-04-12 17:56:26 +00:00
zvonok Update alert group state by backsync (#4089) 2024-03-27 12:37:01 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00