Skip to content

Move /alerts/notify.json endpoint from EE to CE

Summary

Contributes to #42640 (closed)

Move /alerts/notify.json route, NotificationsController and AlertsService class to CE

Improvements

Moving the generic alerts endpoint feature from EE to CE requires a lot of code changes. All the required changes can be split and moved in several steps (as described here).

Risks

Involved components

  • /alerts/notify.json
  • NotificationsController
  • AlertsService class

Optional: Intended side effects

Optional: Missing test coverage