oncall-engine/engine/apps
Joey Orlando 16502205be
add channel__team to internal api serializer select_related (#1805)
Locally I reproduced a slow `GET /api/internal/v1/alertgroups` query
(took 9s - 10s). After adding this line to the alert group serializer
for the internal api it:
- cut the response time in half
- cut the number of executed SQL queries from 52 to 30
2023-04-20 18:30:49 +02:00
..
alerts Add users_to_be_notified to new webhooks payload (#1798) 2023-04-20 16:13:48 +00:00
api add channel__team to internal api serializer select_related (#1805) 2023-04-20 18:30:49 +02:00
api_for_grafana_incident Include alert details in Grafana Incident alert-group endpoint (#1280) 2023-02-03 13:43:21 +00:00
auth_token Change Organization Deleted/Moved Precedence (#1402) 2023-02-24 11:45:21 +00:00
base Fix documentation links (#1766) 2023-04-19 10:12:16 +01:00
email Inbound email integration (#837) 2023-03-16 13:59:21 +08:00
grafana_plugin Check stack cluster for insight_logs (#1469) 2023-03-09 06:30:54 +00:00
heartbeat Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
integrations Inbound email integration (#837) 2023-03-16 13:59:21 +08:00
mobile_app Update apns payload with corrected critical field (#1646) 2023-03-28 10:57:40 +00:00
oss_installation Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
public_api Rework schedule ical export (#1783) 2023-04-18 17:07:11 +00:00
schedules Schedule quality docs (#1781) 2023-04-19 16:11:22 +01:00
slack Fix insight_logs exceptions (#1757) 2023-04-17 07:16:18 +00:00
social_auth Fix insight_logs exceptions (#1757) 2023-04-17 07:16:18 +00:00
telegram Fix insight_logs exceptions (#1757) 2023-04-17 07:16:18 +00:00
twilioapp Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
user_management Fix insight_logs exceptions (#1757) 2023-04-17 07:16:18 +00:00
webhooks Add users_to_be_notified to new webhooks payload (#1798) 2023-04-20 16:13:48 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00