1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/frontend/src/utils
Tymoteusz Czech 37548c3436
feat: rename health to technical debt (#10063)
On insights and project status, we would like to show "technica debt"
instead of "health". New value is that of `1/health`, or simplified:
`healthy flags / total flags`
2025-06-04 11:01:17 +02:00
..
apiUtils.ts feat: make maintenance-related 503s more intuitive (#5018) 2023-10-16 09:27:29 +01:00
arraysHaveSameItems.test.ts fix: resolve issues around changing a toggle's project (#978) 2022-05-18 11:07:19 +02:00
arraysHaveSameItems.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
calculatePercentage.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
capitalizeFirst.ts feat: Advanced playground table (#3978) 2023-06-15 09:29:31 +00:00
cleanConstraint.test.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
cleanConstraint.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
createFeatureStrategy.test.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
createFeatureStrategy.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
createLocalStorage.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
cyclicIterator.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
cyclicIterator.ts feat: first draft of chart for instance traffic in frontend (#2670) 2022-12-15 08:47:07 +00:00
deepOmit.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
deepOmit.ts fix: omit yes no from stale data comparison (#7052) 2024-05-14 12:42:39 +02:00
env.test.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
env.ts feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
format-tag.ts Feat/tag type frontend display (#9630) 2025-03-31 11:55:49 +02:00
formatAccessText.test.ts refactor: improve icon labels and tooltips (#884) 2022-04-21 08:26:49 +02:00
formatAccessText.ts feat: command menu items can have description as tooltip now (#7455) 2024-06-26 12:39:53 +03:00
formatConstraintValue.ts Constraint values list (#9592) 2025-03-24 14:26:58 +01:00
formatDate.ts chore: implement event grouping in the event timeline (#8254) 2024-09-26 14:48:52 +01:00
formatPath.test.ts Revert "formatApiPath / formatAssetPath - Implement smart functionality to detect double subpath" (#3001) 2023-01-26 15:34:42 +01:00
formatPath.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
formatUnknownError.test.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
formatUnknownError.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
getFeatureMetrics.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
getFeatureTypeIcons.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
getTechnicalDebtColor.ts feat: rename health to technical debt (#10063) 2025-06-04 11:01:17 +02:00
instanceTrial.test.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
instanceTrial.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
nonEmptyArray.ts fix: ignore empty legal values arrays (#893) 2022-04-20 15:57:01 +02:00
objectId.test.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
objectId.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
oneOf.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
operatorsForContext.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
paginate.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
paginate.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
parseParameter.test.ts refactor: clean up strategy parameter types (#944) 2022-05-04 15:16:34 +02:00
parseParameter.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
permissions.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
projectFilterGenerator.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
removeEmptyStringFields.test.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
removeEmptyStringFields.ts refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
reorderObject.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
reorderObject.ts feat: keep filter order (#5688) 2023-12-19 15:35:39 +01:00
resizeScreen.ts test: onboarding test with existing key (#8116) 2024-09-06 11:50:52 +02:00
routePathHelpers.ts chore: remove create feature component (#7959) 2024-08-22 11:30:41 +03:00
search.ts feat: improve group users select search (#1988) 2022-08-30 08:06:59 +01:00
serializeQueryParams.ts feat: add tags filter (#5584) 2023-12-11 14:10:03 +02:00
sortStrategyParameters.test.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
sortStrategyParameters.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
sortTypes.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
sortTypes.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
storage.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
storage.ts feat: redirect logic refactor (#9734) 2025-04-17 12:07:08 +02:00
strategyNames.tsx chore!: removing userId strategy for new installations of Unleash (#9800) 2025-06-04 09:30:13 +02:00
testIds.ts feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
testRenderer.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
testServer.ts test: reduce noise from test warnings (#8251) 2024-09-25 12:56:09 +02:00
traffic-calculations.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
traffic-calculations.ts fix: Data usage graphs don't work in UTC-n time zones (#9530) 2025-03-13 15:44:10 +01:00
unique-change-request-id.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
unique.ts feat: Persist expand collapse (#7169) 2024-05-27 15:36:24 +02:00
unknownify.ts perf: Simplify queries to prometheus (#2706) 2022-12-19 17:06:59 +01:00
validateParameterValue.test.ts fix: avoid validating boolean and undefined parameter values (#1244) 2022-08-24 10:38:08 +02:00
validateParameterValue.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
variants.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
withTableState.test.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
withTableState.ts Feat: row actions (#5635) 2023-12-14 09:04:56 +01:00