oncall-engine/engine/apps
Joey Orlando 5967d5af63
remove apns + fix django-push-notifications migrations (#984)
- removes APNS support
- changes the `django-push-notification` library from the `iskhakov`
fork to the [`grafana`
fork](https://github.com/grafana/django-push-notifications). This new
fork basically just patches an issue which affected the database
migrations of this django app (previously the library would not respect
the `USER_MODEL` setting when creating its tables and would instead
reference the `auth_user` table.. which we don't want)
- add `--no-cache` flag to the `make build` command

**NOTE**
A migration should be applied as follows:
```bash
# remove the four push_notifications tables, which have improper foreign key references
python manage.py migrate push_notifications zero

# recreate the tables with the proper foreign key references
python manage.py migrate
```
2022-12-13 13:00:59 +01:00
..
alerts Introduce org uuid (#947) 2022-12-06 22:42:58 +08:00
api remove apns + fix django-push-notifications migrations (#984) 2022-12-13 13:00:59 +01:00
api_for_grafana_incident World, meet OnCall! 2022-06-03 08:09:47 -06:00
auth_token Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
base Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
email Allow no-auth SMTP connection for email notifications (#759) 2022-11-03 16:18:37 +00:00
grafana_plugin remove is_rbac_permissions_enabled logic from check_gcom_permission function (#976) 2022-12-12 17:05:44 +01:00
heartbeat Insight logs (#348) 2022-08-24 12:04:44 +05:00
integrations Check id instead of object to avoid unnecessary query 2022-10-28 15:45:51 -06:00
mobile_app remove apns + fix django-push-notifications migrations (#984) 2022-12-13 13:00:59 +01:00
oss_installation Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
public_api add permalinks.web attribute to alert group internal/public api response (#953) 2022-12-06 11:06:05 +01:00
schedules centralize timezone validation + add serializer validation for on call shifts and schedules (#924) 2022-12-01 14:13:39 +01:00
slack Add additional logging info for slack API event endpoint requests 2022-12-12 15:41:48 -03:00
social_auth Support of oncall-gw (#741) 2022-11-08 14:43:22 +08:00
telegram Shorten telegram callback data (#959) 2022-12-07 23:54:29 +08:00
twilioapp Add simple check if using API key instead of AUTH token 2022-11-09 21:52:42 -07:00
user_management fix sync.. again (#978) 2022-12-12 18:48:26 +01:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00