grafana/pkg/services/ngalert/notifier/channels
Joe Blubaugh 9759eeda17
Alerting: Remove Image Upload code from Slack notifier. (#50062)
The image file upload code as it is now simply doesn't work - it's
missing several important steps in the file upload process. There is
more information in the fixed issue as to the steps required.

After this change, screenshots will still be attached to slack messages
when external image storage is used with Grafana (an S3 bucket, for
example).

Fixes #50056
2022-06-02 17:18:35 +08:00
..
alertmanager_test.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
alertmanager.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
base.go Alerting: Validate contact point configuration during migration to Unified Alerting (#40717) 2021-10-22 10:11:06 +01:00
default_template_test.go Alerting: Add resolved count to notification title when both firing and resolved present (#46697) 2022-03-29 11:22:28 -04:00
default_template.go Alerting: Add resolved count to notification title when both firing and resolved present (#46697) 2022-03-29 11:22:28 -04:00
dingding_test.go Fix empty contact point URLs when template parsing fails (#47029) 2022-03-31 15:57:48 -03:00
dingding.go Fix empty contact point URLs when template parsing fails (#47029) 2022-03-31 15:57:48 -03:00
discord_test.go Alerting: Attach image URLs or upload files to Discord notifications. (#49439) 2022-05-23 17:28:16 -05:00
discord.go Alerting: Add stored screenshot utilities to the channels package. (#49470) 2022-05-26 13:29:56 +08:00
email_test.go Alerting: Add templated subject config to email notifier (#49742) 2022-05-30 11:55:34 -04:00
email.go Alerting: Add templated subject config to email notifier (#49742) 2022-05-30 11:55:34 -04:00
factory.go Alerting: Add stored screenshot utilities to the channels package. (#49470) 2022-05-26 13:29:56 +08:00
googlechat_test.go Alerting: Do not include button in googlechat notification if URL invalid (#47317) 2022-05-26 11:23:39 -05:00
googlechat.go Alerting: Do not include button in googlechat notification if URL invalid (#47317) 2022-05-26 11:23:39 -05:00
kafka_test.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
kafka.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
line_test.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
line.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
opsgenie_test.go Alerting: Add image_urls to OpsGenie notification details. (#49379) 2022-05-23 22:41:29 +08:00
opsgenie.go Alerting: Add stored screenshot utilities to the channels package. (#49470) 2022-05-26 13:29:56 +08:00
pagerduty_test.go Alerting: Add Screenshot URLs to Pagerduty Notifier (#49377) 2022-05-23 16:40:58 +08:00
pagerduty.go Alerting: Add stored screenshot utilities to the channels package. (#49470) 2022-05-26 13:29:56 +08:00
pushover_test.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
pushover.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
sensugo_test.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
sensugo.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
slack_test.go Alerting: Remove Image Upload code from Slack notifier. (#50062) 2022-06-02 17:18:35 +08:00
slack.go Alerting: Remove Image Upload code from Slack notifier. (#50062) 2022-06-02 17:18:35 +08:00
teams_test.go Alerting: Add Image URLs to Microsoft Teams notifier. (#49385) 2022-05-23 21:53:36 +08:00
teams.go Alerting: Add stored screenshot utilities to the channels package. (#49470) 2022-05-26 13:29:56 +08:00
telegram_test.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
telegram.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
template_data.go Alerting: Attach image URL to alerts in Webhook notifier format. (#49378) 2022-05-23 16:44:19 +08:00
testing.go Alerting: Add tests for Slack Notifier Image Upload (#49669) 2022-05-27 10:30:44 +08:00
threema_test.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
threema.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
utils.go Alerting: Add stored screenshot utilities to the channels package. (#49470) 2022-05-26 13:29:56 +08:00
victorops_test.go Fix empty contact point URLs when template parsing fails (#47029) 2022-03-31 15:57:48 -03:00
victorops.go Fix empty contact point URLs when template parsing fails (#47029) 2022-03-31 15:57:48 -03:00
webhook_test.go Alerting: Attach image URL to alerts in Webhook notifier format. (#49378) 2022-05-23 16:44:19 +08:00
webhook.go Alerting: Add stored screenshot utilities to the channels package. (#49470) 2022-05-26 13:29:56 +08:00
wecom_test.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00
wecom.go Alerting: refactor receiver validation to be reusable (#46103) 2022-03-15 00:27:10 +01:00