oncall-engine/engine/apps/slack
Matias Bordese 7aa78f5f73
Enable flake8-bugbear, fix issues (#3454)
Enables [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear),
checking for bugs/design problems, and [fixes the issues
found](https://pastebin.com/fEDBz6Ta) (some interesting ones,
particularly with mutable args).

Related to https://github.com/grafana/oncall/pull/3448
2023-11-29 15:04:48 +00:00
..
migrations Fix Slack access token length issue (#3016) 2023-09-13 11:53:17 +01:00
models Update slack user group update not to retry on some errors (#3363) 2023-11-16 13:41:42 +00:00
representatives Refactor AlertGroup.slack_message (#2957) 2023-09-04 18:03:18 +00:00
scenarios fix issue in /escalate Slack command when selecting a team (#3381) 2023-11-20 15:27:01 -05:00
tests Fix alert group rendering (#3424) 2023-11-24 15:39:37 +00:00
types Re-enable a few mypy rules + fix existing errors (#2725) 2023-08-03 09:43:03 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
alert_group_slack_service.py Enable flake8-bugbear, fix issues (#3454) 2023-11-29 15:04:48 +00:00
client.py Add builtin slack retry on ratelimited error (#3401) 2023-11-21 17:32:29 +00:00
constants.py Truncate resolution note text in slack message to satisfy block limits (#3351) 2023-11-16 13:15:04 +00:00
errors.py Update slack user group update not to retry on some errors (#3363) 2023-11-16 13:41:42 +00:00
slack_formatter.py Fix alert group rendering (#3424) 2023-11-24 15:39:37 +00:00
tasks.py Improve Slack error handling (#3000) 2023-09-12 09:49:16 +00:00
test_slack_message.py Improve Slack error handling (#3000) 2023-09-12 09:49:16 +00:00
urls.py Shift Swap Requests in Slack + improve typing for Slack django app (#2653) 2023-07-28 15:11:38 +00:00
utils.py Improve Slack error handling (#3000) 2023-09-12 09:49:16 +00:00
views.py Fix 2023-11-28 13:22:18 +08:00