oncall-engine/engine/apps/api/views
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
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
alert_group.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
alert_receive_channel.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
alert_receive_channel_template.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
alerts.py Add alert detail view (#385) 2022-08-19 14:03:07 +05:00
auth.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
channel_filter.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
custom_button.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
escalation_chain.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
escalation_policy.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
features.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00
gitops.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
integration_heartbeat.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
live_setting.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
maintenance.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
on_call_shifts.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
organization.py Introduce org uuid (#947) 2022-12-06 22:42:58 +08:00
preview_template_options.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
public_api_tokens.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
resolution_note.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
route_regex_debugger.py Optimize alert group list view (#299) 2022-07-27 14:14:59 +03:00
schedule.py centralize timezone validation + add serializer validation for on call shifts and schedules (#924) 2022-12-01 14:13:39 +01:00
slack_channel.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
slack_team_settings.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
subscription.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
team.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00
telegram_channels.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
test_insight_logs.py Fix propagation for the insight logger 2022-07-25 12:59:12 +04:00
user.py remove apns + fix django-push-notifications migrations (#984) 2022-12-13 13:00:59 +01:00
user_group.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
user_notification_policy.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00