1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src
Jaanus Sellin 6c8b1d8904
fix: when finding median time to production, ignore 0s (#7200)
We have an issue that if you open up Insights, the Time to Production
chart was showing nothing because it was taking the median across all
projects. You might have many new or empty projects where the median was
0 (no data).

For example, the median from [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.7, 50.3, 140] was 0.

Now, we will remove the 0 values to have a more reasonable median.
2024-05-29 14:17:31 +03:00
..
__mocks__
assets feat: show docs with icons in sidebar (#7109) 2024-05-22 13:45:47 +02:00
component fix: when finding median time to production, ignore 0s (#7200) 2024-05-29 14:17:31 +03:00
constants
contexts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
hooks feat: Synced last viewed projects (#7208) 2024-05-29 12:58:14 +02:00
interfaces chore: switch insights ui flag to kill switch (#7166) 2024-05-28 09:44:52 +03:00
openapi chore: update orval types after renaming (#7127) 2024-05-23 13:37:56 +03:00
themes chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
types chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
utils chore: deprecate custom strategies (#7186) 2024-05-28 12:33:53 +02:00
index.tsx feat: sdk reporting flag and e2e test (#6216) 2024-02-13 14:13:21 +02:00
setupTests.ts
vite-env.d.ts