1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib
Thomas Heartman a964868e00
1-3093: round the project health (#8718)
This PR rounds the average health score we show for a project. With
fractional numbers, it'd often overflow the graph. It also doesn't
really give you much extra info, so we can round it. The rounding is
then used both in the text, in the graph, and to calculate the graph
fill percentage.

Before:

![image](https://github.com/user-attachments/assets/8d0fea3d-411d-42fb-bd80-d2683a63cdf2)

After:

![image](https://github.com/user-attachments/assets/f5c51742-8a2c-4b1a-bca3-7e812b9a1072)
2024-11-12 15:44:29 +02:00
..
__snapshots__ feat(productiviy-report): email config (#8571) 2024-10-29 10:52:05 +01:00
addons chore: remove the addonUsageMetrics flag (#8590) 2024-10-30 11:44:26 +01:00
db feat: email will be stored hashed now for all users (#8720) 2024-11-12 13:28:19 +02:00
domain/project-health
error
features 1-3093: round the project health (#8718) 2024-11-12 15:44:29 +02:00
middleware [Gitar] Cleaning up stale flag: stripHeadersOnAPI with value true (#8457) 2024-10-16 09:30:32 +02:00
openapi Update orval for project status lifecycle (#8716) 2024-11-12 09:28:27 +00:00
routes feat: user profile returns user subscriptions (#8656) 2024-11-05 14:17:37 +01:00
schema fix: don't allow . or .. in feature url (#8479) 2024-10-21 16:35:17 +02:00
services feat: export transactional user subscriptions service (#8651) 2024-11-05 11:52:15 +01:00
types chore: add release plan events (#8715) 2024-11-12 08:59:36 +00:00
users feat: ability to configure when users are considered inactive (#8454) 2024-10-15 16:34:04 +02:00
util feat(productiviy-report): email config (#8571) 2024-10-29 10:52:05 +01:00
app.test.ts
app.ts
create-config.test.ts fix: prevent config resolver snapshot test (#8041) 2024-09-02 15:14:34 +02:00
create-config.ts feat: Make disableMigration option handled by environment variable (#8634) 2024-11-05 13:13:49 +01:00
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts feat: user loging event emitting with login order (#8021) 2024-08-30 11:28:19 +02:00
metrics-gauge.test.ts chore: Prometheus metrics refactor (#8484) 2024-10-22 15:11:57 +02:00
metrics-gauge.ts chore: Prometheus metrics refactor (#8484) 2024-10-22 15:11:57 +02:00
metrics.test.ts feat: send traffic info to prometheus (#8541) 2024-10-25 15:43:14 +03:00
metrics.ts [Gitar] Cleaning up stale flag: onboardingMetrics with value true (#8550) 2024-10-28 11:47:58 +01:00
server-impl.test.ts
server-impl.ts