oncall-engine/engine/apps/user_management
Joey Orlando 4f2d3bee9f
add is_restricted column to alert_group table (#2289)
# What this PR does

Plus mark `alert_receive_channel.restricted_at` column as deprecated.
This column will be removed in a future release.

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated (N/A)
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required) (N/A)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required) (N/A)
2023-06-20 06:20:32 -04:00
..
migrations add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
models add is_restricted column to alert_group table (#2289) 2023-06-20 06:20:32 -04:00
subscription_strategy TwilioPhoneProvider optimizations (#2034) 2023-06-08 05:13:54 +00:00
tests remove SlackActionRecord model/table (#2201) 2023-06-13 10:56:06 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
admin.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
apps.py Update ical event/user email matching to be case-insensitive 2022-10-20 16:12:41 -03:00
exceptions.py Org soft-delete (#1073) 2023-01-05 12:42:55 +08:00
middlewares.py Org soft-delete (#1073) 2023-01-05 12:42:55 +08:00
signals.py add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
sync.py Fix organizations not being deleted by start_cleanup_deleted_organizations (#1950) 2023-05-17 12:56:57 +00:00
user_representative.py World, meet OnCall! 2022-06-03 08:09:47 -06:00