1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/src
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
..
lib 1-3121: fix wrong counting for unhealthy flags (#8772) 2024-11-20 10:16:53 +01:00
mailtemplates Fix: email colors on iOS (#8680) 2024-11-06 14:28:49 +00:00
migrations feat: backfill licensed users (#8791) 2024-11-20 09:10:07 +02:00
test feat: backfill licensed users (#8791) 2024-11-20 09:10:07 +02:00
migrator.ts fix: set log level to error for db migrate (#6601) 2024-03-19 14:45:27 +01:00
server-dev.ts chore: remove personal dashboard UI flag (#8795) 2024-11-20 09:24:08 +01:00
server.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00