1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-23 01:16:27 +02:00
unleash.unleash/src/lib/features/project-status/project-stale-flags-read-model
Thomas Heartman 20749cf771
1-3121: fix wrong counting for unhealthy flags (#8772)
This PR fixes the counting of unhealthy flags for the project status
page. The issue was that we were looking for `archived = false`, but we
don't set that flag in the db anymore. Instead, we set the `archived_at`
date, which should be null if the flag is unarchived.
2024-11-20 10:16:53 +01:00
..
fake-project-stale-flags-read-model.ts
project-stale-flags-read-model-type.ts
project-stale-flags-read-model.ts 1-3121: fix wrong counting for unhealthy flags (#8772) 2024-11-20 10:16:53 +01:00