oncall-engine/engine/apps/slack
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
..
migrations Drop data migrations setting up demo tokens 2022-06-06 12:29:25 -03:00
models Send a Slack DM when user is not in channel (#1144) 2023-01-18 16:08:15 +00:00
representatives World, meet OnCall! 2022-06-03 08:09:47 -06:00
scenarios Add slack command to trigger direct paging (#1154) 2023-01-20 09:06:27 -03:00
slack_client World, meet OnCall! 2022-06-03 08:09:47 -06:00
templates/admin World, meet OnCall! 2022-06-03 08:09:47 -06:00
tests Add slack command to trigger direct paging (#1154) 2023-01-20 09:06:27 -03: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
constants.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
slack_formatter.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
tasks.py Catch DoesNotExist in post_slack_rate_limit_message (#1067) 2023-01-03 17:44:56 +00:00
urls.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
utils.py Use formatted UTC time for fallback in slack message (#225) 2022-07-18 07:55:05 -06:00
views.py Add slack command to trigger direct paging (#1154) 2023-01-20 09:06:27 -03:00