1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website/docs/reference
Nuno Góis 521cc24a22
feat: add more events in integrations (#4815)
https://linear.app/unleash/issue/2-1253/add-support-for-more-events-in-the-slack-app-integration

Adds support for a lot more events in our integrations. Here is how the
full list looks like:

- ADDON_CONFIG_CREATED
- ADDON_CONFIG_DELETED
- ADDON_CONFIG_UPDATED
- API_TOKEN_CREATED
- API_TOKEN_DELETED
- CHANGE_ADDED
- CHANGE_DISCARDED
- CHANGE_EDITED
- CHANGE_REQUEST_APPLIED
- CHANGE_REQUEST_APPROVAL_ADDED
- CHANGE_REQUEST_APPROVED
- CHANGE_REQUEST_CANCELLED
- CHANGE_REQUEST_CREATED
- CHANGE_REQUEST_DISCARDED
- CHANGE_REQUEST_REJECTED
- CHANGE_REQUEST_SENT_TO_REVIEW
- CONTEXT_FIELD_CREATED
- CONTEXT_FIELD_DELETED
- CONTEXT_FIELD_UPDATED
- FEATURE_ARCHIVED
- FEATURE_CREATED
- FEATURE_DELETED
- FEATURE_ENVIRONMENT_DISABLED
- FEATURE_ENVIRONMENT_ENABLED
- FEATURE_ENVIRONMENT_VARIANTS_UPDATED
- FEATURE_METADATA_UPDATED
- FEATURE_POTENTIALLY_STALE_ON
- FEATURE_PROJECT_CHANGE
- FEATURE_REVIVED
- FEATURE_STALE_OFF
- FEATURE_STALE_ON
- FEATURE_STRATEGY_ADD
- FEATURE_STRATEGY_REMOVE
- FEATURE_STRATEGY_UPDATE
- FEATURE_TAGGED
- FEATURE_UNTAGGED
- GROUP_CREATED
- GROUP_DELETED
- GROUP_UPDATED
- PROJECT_CREATED
- PROJECT_DELETED
- SEGMENT_CREATED
- SEGMENT_DELETED
- SEGMENT_UPDATED
- SERVICE_ACCOUNT_CREATED
- SERVICE_ACCOUNT_DELETED
- SERVICE_ACCOUNT_UPDATED
- USER_CREATED
- USER_DELETED
- USER_UPDATED

I added the events that I thought were relevant based on my own
discretion. Know of any event we should add? Let me know and I'll add it
🙂

For now I only added these events to the new Slack App integration, but
we can add them to the other integrations as well since they are now
supported.

The event formatter was refactored and changed quite a bit in order to
make it easier to maintain and add new events in the future. As a
result, events are now posted with different text. Do we consider this a
breaking change? If so, I can keep the old event formatter around,
create a new one and only use it for the new Slack App integration.

I noticed we don't have good 404 behaviors in the UI for things that are
deleted in the meantime, that's why I avoided some links to specific
resources (like feature strategies, integration configurations, etc),
but we could add them later if we improve this.

This PR also tries to add some consistency to the the way we log events.
2023-09-29 16:11:59 +01:00
..
api/legacy/unleash docs(1-1262): Change addons -> integrations (#4523) 2023-09-14 15:27:51 +02:00
deploy docs(1-1262): Change addons -> integrations (#4523) 2023-09-14 15:27:51 +02:00
integrations feat: add more events in integrations (#4815) 2023-09-29 16:11:59 +01:00
sdks docs: add video to SDK overview reference (#4855) 2023-09-27 14:06:41 -05:00
activation-strategies.md docs: suggest to use strategy constraints instead of custom strategies (#4215) 2023-07-11 11:35:58 +02:00
api-tokens-and-client-keys.mdx
archived-toggles.md
change-requests.md feat: change request reject docs and step update (#4493) 2023-08-16 09:46:05 +02:00
custom-activation-strategies.md docs: suggest to use strategy constraints instead of custom strategies (#4215) 2023-07-11 11:35:58 +02:00
environments.md docs(1-1262): Change addons -> integrations (#4523) 2023-09-14 15:27:51 +02:00
event-log.md
event-types.mdx docs(1-1262): Change addons -> integrations (#4523) 2023-09-14 15:27:51 +02:00
feature-flag-naming-patterns.mdx
feature-toggle-types.md docs(1-1262): Change addons -> integrations (#4523) 2023-09-14 15:27:51 +02:00
feature-toggle-variants.md
feature-toggles.mdx
front-end-api.md
impression-data.md
login-history.md docs: login history (#3261) 2023-03-08 19:08:50 +00:00
maintenance-mode.mdx
network-view.mdx network-view-docs: rename source file (#3183) 2023-02-24 08:36:12 +00:00
notifications.md feat: change request reject docs and step update (#4493) 2023-08-16 09:46:05 +02:00
playground.mdx docs: update playground docs to mention advanced features (#4266) 2023-07-18 12:59:19 +02:00
project-collaboration-mode.md docs: Project collaboration mode docs (#3360) 2023-03-22 13:13:56 +01:00
projects.md
public-signup.mdx
rbac.md docs(1-1262): Change addons -> integrations (#4523) 2023-09-14 15:27:51 +02:00
segments.mdx feat: open-source segments 🚀 (#4690) 2023-09-19 11:24:26 +00:00
service-accounts.md
sso.md
stickiness.md
strategy-constraints.md docs: fix broken links (#3533) 2023-04-17 14:10:31 +02:00
strategy-variants.md doc: Strategy variants video update (#4854) 2023-09-27 13:50:57 -05:00
tags.md refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
technical-debt.md
unleash-context.md
whats-new-v4.md docs(1-1262): Change addons -> integrations (#4523) 2023-09-14 15:27:51 +02:00