1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/src
andreas-unleash 7281e8b2d3
fix: new SCHEDULED_CHANGE_REQUEST_EXECUTED on scheduled cr execution (#5330)
Rename event to SCHEDULED_CHANGE_REQUEST_EXECUTED

This event will be triggered when the executor runs a scheduled change
request.
The ChangeRequestApplied event will remain as is (going out to project
members - but will have a scheduled = true property in the data if it
scheduled.
This new event will fire on execution of the schedule and have a result
= "failed" | "succeeded" property.
Because notifications are tied to events, this notification will go out
to the creator and the applier

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-11-14 14:58:48 +02:00
..
lib fix: new SCHEDULED_CHANGE_REQUEST_EXECUTED on scheduled cr execution (#5330) 2023-11-14 14:58:48 +02:00
mailtemplates
migrations chore: remove enum type from db (#5254) 2023-11-03 09:28:19 +02:00
test chore: remove featureSwitchRefactor flag (#5329) 2023-11-14 13:03:23 +01:00
migrator.ts
server-dev.ts refactor: new table styling for project overview (#5334) 2023-11-14 13:57:06 +01:00
server.ts