1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib/addons
Nuno Góis d6c8493156
feat: slack app addon default channels (#4308)
https://linear.app/unleash/issue/2-1249/add-support-for-default-slack-channels

Adds support for default Slack channels (multiple, comma-separated). 

Some of the events we are handling do not have associated tags, or maybe
the tags are empty. This adds a "default Slack channels" parameter to
the addon configuration in order to post messages to those channels in
those cases.

<img width="643" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/ee23d6c7-33b7-4968-a0b1-13b546b5b2a2">

---------

Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2023-07-21 14:15:43 +01:00
..
__snapshots__ feat: slack app addon default channels (#4308) 2023-07-21 14:15:43 +01:00
addon-schema.ts feat: Slack App addon (#4238) 2023-07-14 09:49:34 +01:00
addon.test.ts
addon.ts feat: improve slack app addon scalability (#4284) 2023-07-20 13:37:06 +01:00
datadog-definition.ts Feat(#4205): add potentially stale events to addons (#4279) 2023-07-19 13:52:19 +00:00
datadog.test.ts chore: Datadog addon, ability to include source type name (#4196) 2023-07-10 15:38:53 +02:00
datadog.ts chore: Datadog addon, ability to include source type name (#4196) 2023-07-10 15:38:53 +02:00
feature-event-formatter-md.test.ts Detailed slack notifications on feature toggle update (#3155) 2023-02-27 09:56:56 +00:00
feature-event-formatter-md.ts Feat(#4205): add potentially stale events to addons (#4279) 2023-07-19 13:52:19 +00:00
index.ts feat: Slack App addon (#4238) 2023-07-14 09:49:34 +01:00
installation-definition-schema.ts feat: Slack App addon (#4238) 2023-07-14 09:49:34 +01:00
slack-app-definition.ts feat: slack app addon default channels (#4308) 2023-07-21 14:15:43 +01:00
slack-app.test.ts feat: slack app addon default channels (#4308) 2023-07-21 14:15:43 +01:00
slack-app.ts feat: slack app addon default channels (#4308) 2023-07-21 14:15:43 +01:00
slack-definition.ts Feat(#4205): add potentially stale events to addons (#4279) 2023-07-19 13:52:19 +00:00
slack.test.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
slack.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
teams-definition.ts Feat(#4205): add potentially stale events to addons (#4279) 2023-07-19 13:52:19 +00:00
teams.test.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
teams.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
webhook-definition.ts Feat(#4205): add potentially stale events to addons (#4279) 2023-07-19 13:52:19 +00:00
webhook.test.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
webhook.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00