[notification] webhook for alert (#45201)
* [notification] New method: `channel/can-connect?` (#44955)
* [notification] Channel APIs (#45207)
* [notification] namespaced channel type (#45527)
* [Notification] Render alert for http channel (#45545)
* [notification] Add channel description (#45840)
* [notification] update API to enable http channels for alert (#45839)
* [Notification] Remove channel details for users without write perms (#46034)
* [Notification] Serdes channel (#46031)
* [Notification] Update http details schema (#45960)
* [Notification] Deactivate channels will delete PulseChannel (#46115)
* [Notification] audit log for channel create and update (#46113)
* [Notification] Disallow undefined key for http channel details (#46712)
* [Notification] Handle channel name conflicts (#46818)
* Webhooks Admin Section (#46194)
* [notification] Fix test pulse endpoint does not work properly for http channels (#46474) (#47050)
* [Notification] Fix unable to update multiple channels per type (#47111)
* [Notification] Record Task History when pulse sends channel message (#46218)
* Enabling Webhook Alerts (#47022)
* [Notification] fix cyclic deps (#47379)
* [notification] channel serdes spec (#47386)
Co-authored-by:
Nick Fitzpatrick <nick@metabase.com>
Showing
- .clj-kondo/config.edn 4 additions, 0 deletions.clj-kondo/config.edn
- .github/actions/e2e-prepare-containers/action.yml 12 additions, 6 deletions.github/actions/e2e-prepare-containers/action.yml
- .github/workflows/e2e-tests.yml 1 addition, 0 deletions.github/workflows/e2e-tests.yml
- dev/src/dev/render_png.clj 31 additions, 28 deletionsdev/src/dev/render_png.clj
- e2e/support/helpers/e2e-notification-helpers.js 10 additions, 0 deletionse2e/support/helpers/e2e-notification-helpers.js
- e2e/support/helpers/index.js 1 addition, 0 deletionse2e/support/helpers/index.js
- e2e/test/scenarios/admin-2/settings.cy.spec.js 49 additions, 1 deletione2e/test/scenarios/admin-2/settings.cy.spec.js
- e2e/test/scenarios/question/saved.cy.spec.js 110 additions, 0 deletionse2e/test/scenarios/question/saved.cy.spec.js
- e2e/test/scenarios/sharing/alert/email-alert.cy.spec.js 1 addition, 1 deletione2e/test/scenarios/sharing/alert/email-alert.cy.spec.js
- enterprise/backend/src/metabase_enterprise/advanced_permissions/common.clj 2 additions, 1 deletion...d/src/metabase_enterprise/advanced_permissions/common.clj
- enterprise/backend/src/metabase_enterprise/serialization/v2/models.clj 2 additions, 1 deletion...ckend/src/metabase_enterprise/serialization/v2/models.clj
- enterprise/backend/test/metabase_enterprise/advanced_config/api/pulse_test.clj 3 additions, 0 deletions...st/metabase_enterprise/advanced_config/api/pulse_test.clj
- enterprise/backend/test/metabase_enterprise/advanced_permissions/api/channel_test.clj 66 additions, 0 deletions...base_enterprise/advanced_permissions/api/channel_test.clj
- enterprise/backend/test/metabase_enterprise/advanced_permissions/api/subscription_test.clj 6 additions, 6 deletions...enterprise/advanced_permissions/api/subscription_test.clj
- enterprise/backend/test/metabase_enterprise/models/entity_id_test.clj 2 additions, 1 deletion...ackend/test/metabase_enterprise/models/entity_id_test.clj
- enterprise/backend/test/metabase_enterprise/serialization/v2/e2e_test.clj 23 additions, 2 deletions...nd/test/metabase_enterprise/serialization/v2/e2e_test.clj
- enterprise/frontend/src/metabase-enterprise/sandboxes/components/AttributeMappingEditor/AttributeMappingEditor.tsx 1 addition, 1 deletion...ponents/AttributeMappingEditor/AttributeMappingEditor.tsx
- enterprise/frontend/src/metabase-enterprise/sandboxes/components/LoginAttributesWidget.tsx 1 addition, 2 deletions...enterprise/sandboxes/components/LoginAttributesWidget.tsx
- frontend/src/metabase-types/api/mocks/channel.ts 24 additions, 0 deletionsfrontend/src/metabase-types/api/mocks/channel.ts
- frontend/src/metabase-types/api/notifications.ts 31 additions, 3 deletionsfrontend/src/metabase-types/api/notifications.ts
Loading
Please register or sign in to comment