mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
## About the changes Some automation may keep some data up-to-date (e.g. segments). These updates sometimes don't generate changes but we're still storing these events in the event log and triggering reactions to those events. Arguably, this could be done in each service domain logic, but it seems to be a pretty straightforward solution: if preData and data are provided, it means some change happened. Other events that don't have preData or don't have data are treated as before. Tests were added to validate we don't break other events. |
||
|---|---|---|
| .. | ||
| config | ||
| e2e | ||
| examples | ||
| fixtures | ||
| arbitraries.test.ts | ||