oncall-engine/engine/apps/user_management
Michael Derynck 397f961486
Fix organizations not being deleted by start_cleanup_deleted_organizations (#1950)
Organizations that have been deleted outside OnCall were not being
cleaned up by this task as expected.

- Use PluginAuthToken instead of GCOM token == None to determine if the
oncall organization should be matched in GCOM
- Fix how delete was being checked for the instance, the previous method
does not work.
2023-05-17 12:56:57 +00:00
..
migrations add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
models Fix insight_logs exceptions (#1757) 2023-04-17 07:16:18 +00:00
subscription_strategy Email and phone limits now environment variable (#1219) 2023-03-07 10:48:05 +00:00
tests Fix organizations not being deleted by start_cleanup_deleted_organizations (#1950) 2023-05-17 12:56:57 +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