1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib/features/integration-events
Nuno Góis 8a20ae999f
chore: keep latest integration events for each integration configuration (#7652)
https://linear.app/unleash/issue/2-2469/keep-the-latest-event-for-each-integration-configuration

This makes it so we keep the latest event for each integration
configuration, along with the previous logic of keeping the latest 100
events of the last 2 hours.

This should be a cheap nice-to-have, since now we can always know what
the latest integration event looked like for each integration
configuration. This will tie-in nicely with the next task of making the
latest integration event state visible in the integration card.

Also improved the clarity of the auto-deletion explanation in the modal.
2024-07-24 13:52:57 +01:00
..
integration-events-service.ts chore: integration events service (#7614) 2024-07-18 16:54:31 +01:00
integration-events-store.ts chore: keep latest integration events for each integration configuration (#7652) 2024-07-24 13:52:57 +01:00
integration-events.e2e.test.ts chore: keep latest integration events for each integration configuration (#7652) 2024-07-24 13:52:57 +01:00