oncall-engine/engine/apps
Joey Orlando 3b274f45f4
add several new database columns + emit two new Django signals (#1522)
# What this PR does

- add new columns `gcom_org_contract_type`,
`gcom_org_irm_sku_subscription_start_date`, and
`gcom_org_oldest_admin_with_billing_privileges_user_id` to
`user_management_organization` table + `is_restricted` column to
`alerts_alertgroup` table
- emit two new Django signals
- `org_sync_signal` at the end of the
`engine/apps/user_management/sync.py::sync_organization` method
  - `alert_group_created_signal` when a new Alert Group is created

## Checklist

- [ ] Tests updated (N/A)
- [ ] Documentation added (N/A)
- [x] `CHANGELOG.md` updated

---------

Co-authored-by: Rares Mardare <rares.mardare@grafana.com>
2023-04-14 09:15:57 +02:00
..
alerts add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
api add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +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 Inbound email integration (#837) 2023-03-16 13:59:21 +08: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 add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
schedules Add user endpoint to get upcoming shifts details (#1705) 2023-04-05 20:19:02 +00:00
slack Add Slack Api error "message_limit_exceeded" to SlackAPIRateLimitException (#1721) 2023-04-11 12:49:19 +02:00
social_auth Slack team connector v2 (#1581) 2023-03-28 03:27:45 +00:00
telegram Refactor get_user_verbal_for_team_for_slack. (#809) 2023-03-07 10:09:37 +00:00
twilioapp Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
user_management add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
webhooks New webhook improvements (#1728) 2023-04-13 12:52:29 -06:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00