oncall-engine/engine/apps
Matias Bordese cc63ec3141
fix: return a throttled response if org is being synced for the first time during auth (#5374)
Related to https://github.com/grafana/oncall-private/issues/2826

When Terraform triggers multiple requests and org needs to be synced in
OnCall, the first request will wait for sync to complete but others will
get an immediate response, before a 403, with these changes a 429
indicating to retry (Terraform
[client](https://github.com/grafana/amixr-api-go-client/blob/main/client.go#L310)
will handle the response and perform a retry).
2024-12-19 11:17:08 +00:00
..
alerts Fix dynamic label template validation (#5363) 2024-12-18 04:11:21 +00:00
api Fix dynamic label template validation (#5363) 2024-12-18 04:11:21 +00:00
api_for_grafana_incident Allow valid URLs for web image_url template (#5150) 2024-10-10 13:21:36 +00:00
auth_token fix: return a throttled response if org is being synced for the first time during auth (#5374) 2024-12-19 11:17:08 +00:00
base Reschedule rate limited telegram task instead of retry (#5178) 2024-10-15 13:35:54 +00:00
chatops_proxy update URLs constructed by the backend to support IRM plugin (#5137) 2024-10-09 08:55:10 -04:00
email Inbound email: download from S3 + convert HTML to plaintext (#5348) 2024-12-18 16:35:44 +00:00
exotel Add method to send notification bundle by SMS (#4624) 2024-07-16 14:20:16 +00:00
google feat: convert schedule.channel (char field) to schedule.slack_channel (foreign key) (#5199) 2024-11-04 14:27:21 -05:00
grafana_plugin feat: update service account auth not to require rbac enabled org (#5360) 2024-12-12 22:11:59 +00:00
heartbeat chore: remove deprecated slack_channel and heartbeat integration types (#5270) 2024-11-20 11:17:04 -05:00
integrations chore: remove deprecated slack_channel and heartbeat integration types (#5270) 2024-11-20 11:17:04 -05:00
labels Fix dynamic label template validation (#5363) 2024-12-18 04:11:21 +00:00
metrics_exporter Split up organizations across metrics exporters (#5127) 2024-10-08 17:29:36 +00:00
mobile_app fix: mobile app template preview use dynamic value (#5311) 2024-11-28 21:11:00 +00:00
oss_installation feat: update RBAC permissioning to support grafana-irm-app (#5149) 2024-10-10 19:02:21 +00:00
phone_notifications Add method to send notification bundle by SMS (#4624) 2024-07-16 14:20:16 +00:00
public_api feat: update service account auth not to require rbac enabled org (#5360) 2024-12-12 22:11:59 +00:00
schedules chore: drop usage of SlackMessage.organization + drop orphaned SlackMessages (#5330) 2024-12-06 11:43:40 -05:00
slack chore: fix migration linter issue (#5342) 2024-12-06 14:59:20 -05:00
social_auth SocialAuthAuthCanceledExceptionMiddleware should only process social … (#5221) 2024-11-04 04:54:47 +00:00
telegram Fix acknowledge reminder task (#5179) 2024-10-16 12:13:28 +00:00
twilioapp Listen for alert group actions during whole notification call (#5282) 2024-11-22 04:34:40 +00:00
user_management feat: update service account auth not to require rbac enabled org (#5360) 2024-12-12 22:11:59 +00:00
webhooks Add manual trigger support for webhooks (#4934) 2024-09-09 12:17:23 +00:00
zvonok Add method to send notification bundle by SMS (#4624) 2024-07-16 14:20:16 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00