oncall-engine/engine/settings
Matias Bordese 693b5a41c4
Add slack command to trigger direct paging (#1154)
Slash command needs to be added to slack app manifest:

```
  slash_commands:
    - command: /escalate
      url: https://<oncall-public-url>/slack/interactive_api_endpoint/
      description: Create a new alert group escalation
      should_escape: false
```
2023-01-20 09:06:27 -03:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
base.py Add slack command to trigger direct paging (#1154) 2023-01-20 09:06:27 -03:00
ci-test.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
dev.py Move silk profiler under env variable setting (#1175) 2023-01-20 18:19:31 +08:00
helm.py Allow multiple database and celery broker types (#582) 2022-10-04 09:25:53 +01:00
hobby.py Allow multiple database and celery broker types (#582) 2022-10-04 09:25:53 +01:00
prod_without_db.py Move FCM relay logic into a celery task (#1137) 2023-01-13 19:28:34 +00:00