Skip to content

code monitors: add create/update for slack actions

Warren Gifford requested to merge jp/codemonitorslack into main

Created by: limitedmage

Part of #27163 (closed)

  • Adds CRUD for Slack webhook actions.
  • Adds detailed unit tests for ActionEditor, EmailAction and SlackWebhookAction. This required a bit of refactoring around test IDs and the test email GraphQL call. Integration tests were also updated to use the new test IDs.
  • Adds storybook tests for EmailAction and SlackWebhookAction.
  • Removes experimentalFeature.showCodeMonitoringTestEmailButton since it no longer applies with the new design. CodeMonitorNode.test.tsx was removed since this was the only thing that file tested.
  • Some props in the code monitoring code were renamed for better readability.
  • Slack webhooks were added to mock data for code monitor tests.

List view: image

Edit view (collapsed): image

Edit view (expanded): image

Merge request reports

Loading