1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/src/lib/routes
Thomas Heartman a59a031362
chore: minor cleanup of project health and status (#8806)
This PR:
- conditionally deprecates the project health report endpoint. We only
use this for technical debt dashboard that we're removing. Now it's
deprecated once you turn the simplifiy flag on.
- extracts the calculate project health function into the project health
functions file in the appropriate domain folder. That same function is
now shared by the project health service and the project status service.

For the last point, it's a little outside of how we normally do things,
because it takes its stores as arguments, but it slots in well in that
file. An option would be to make a project health read model and then
wire that up in a couple places. It's more code, but probably closer to
how we do things in general. That said, I wanted to suggest this because
it's quick and easy (why do much work when little work do trick?).
2024-11-20 13:59:44 +01:00
..
admin-api chore: minor cleanup of project health and status (#8806) 2024-11-20 13:59:44 +01:00
auth feat: log excessive logins (#8774) 2024-11-18 09:01:41 +01:00
client-api chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
edge-api task: Removed edge bulk metrics endpoint (#7161) 2024-05-28 11:30:41 +02:00
backstage.test.ts
backstage.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
controller.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
health-check.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
health-check.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
index.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
logout.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
logout.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
public-invite.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
public-invite.ts feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
unleash-types.ts feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
util.ts fix: don't allow . or .. in feature url (#8479) 2024-10-21 16:35:17 +02:00