oncall-engine/engine/apps/alerts/incident_appearance/renderers
Ildar Iskhakov 0672d06112
Remove the deprecated "Format Alert" button from the Slack renderer (#5141)
# What this PR does

Removes the deprecated "Format Alert" button from the Slack renderer

## Which issue(s) this PR closes

Related to [issue link here]

<!--
*Note*: If you want the issue to be auto-closed once the PR is merged,
change "Related to" to "Closes" in the line above.
If you have more than one GitHub issue that this PR closes, be sure to
preface
each issue link with a [closing
keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
This ensures that the issue(s) are auto-closed once the PR has been
merged.
-->

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-10-14 06:53:17 +00:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
base_renderer.py Add method to send notification bundle by SMS (#4624) 2024-07-16 14:20:16 +00:00
classic_markdown_renderer.py remove all references to deprecated AlertGroup.is_restricted field (#3228) 2023-10-31 20:10:45 +00:00
constants.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
phone_call_renderer.py Incident -> Alert Group (#2090) 2023-07-26 15:08:07 +00:00
slack_renderer.py Remove the deprecated "Format Alert" button from the Slack renderer (#5141) 2024-10-14 06:53:17 +00:00
sms_renderer.py Add method to send notification bundle by SMS (#4624) 2024-07-16 14:20:16 +00:00
telegram_renderer.py Fix warnings when running backend tests (#2079) 2023-06-06 18:38:00 +00:00
web_renderer.py remove all references to deprecated AlertGroup.is_restricted field (#3228) 2023-10-31 20:10:45 +00:00