oncall-engine/engine/apps/user_management/models
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
..
__init__.py Add basic organization moved exception handling and middleware 2022-10-20 15:04:58 -06:00
organization.py add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
region.py Org soft-delete (#1073) 2023-01-05 12:42:55 +08:00
team.py Teams redesign (#1528) 2023-03-22 00:57:20 +08:00
user.py Fix teams duplication and user list permission control (#1591) 2023-03-22 14:38:31 +08:00