1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-21 13:47:39 +02:00
unleash.unleash/frontend/src/utils
Thomas Heartman c85c687816
chore(1-3335): filters data coming from the API to remove data points we're not interested in (#9205)
Implements a function that cleans and filters incoming data from the
new traffic API.

Specifically, it:
- Removes `/edge` data points
- Removes any data from before may 2024, which is the first full month
we have on record

Because all uses of the existing hook do this filtering themselves, I
have added the filtering at the hook level. This is to avoid
forgetting this filtering later. If we find out we need this data, we
can move the filtering.
2025-02-04 13:26:08 +01:00
..
apiUtils.ts
arraysHaveSameItems.test.ts
arraysHaveSameItems.ts
calculatePercentage.ts
capitalizeFirst.ts
cleanConstraint.test.ts
cleanConstraint.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
createFeatureStrategy.test.ts
createFeatureStrategy.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
createLocalStorage.ts feat: Persist navigation settings (#7144) 2024-05-24 13:21:12 +02:00
cyclicIterator.test.ts
cyclicIterator.ts
deepOmit.test.ts fix: omit yes no from stale data comparison (#7052) 2024-05-14 12:42:39 +02:00
deepOmit.ts fix: omit yes no from stale data comparison (#7052) 2024-05-14 12:42:39 +02:00
env.test.ts
env.ts
formatAccessText.test.ts
formatAccessText.ts feat: command menu items can have description as tooltip now (#7455) 2024-06-26 12:39:53 +03:00
formatConstraintValue.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
formatDate.ts chore: implement event grouping in the event timeline (#8254) 2024-09-26 14:48:52 +01:00
formatPath.test.ts
formatPath.ts
formatUnknownError.test.ts
formatUnknownError.ts
getFeatureMetrics.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
getFeatureTypeIcons.ts
instanceTrial.test.ts
instanceTrial.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
nonEmptyArray.ts
objectId.test.ts
objectId.ts
oneOf.ts
operatorsForContext.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
paginate.test.ts
paginate.ts
parseParameter.test.ts
parseParameter.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
permissions.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
projectFilterGenerator.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
removeEmptyStringFields.test.ts
removeEmptyStringFields.ts
reorderObject.test.ts
reorderObject.ts
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
serializeQueryParams.ts
sortStrategyParameters.test.ts
sortStrategyParameters.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
sortTypes.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
sortTypes.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
storage.test.ts
storage.ts
strategyNames.tsx chore: update release plans icon (#8894) 2024-12-02 11:51:18 +00:00
testIds.ts feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
testRenderer.tsx refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
testServer.ts test: reduce noise from test warnings (#8251) 2024-09-25 12:56:09 +02:00
traffic-calculations.test.ts chore(1-3335): filters data coming from the API to remove data points we're not interested in (#9205) 2025-02-04 13:26:08 +01:00
traffic-calculations.ts chore(1-3335): filters data coming from the API to remove data points we're not interested in (#9205) 2025-02-04 13:26:08 +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
validateParameterValue.test.ts
validateParameterValue.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
variants.ts
withTableState.test.tsx feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
withTableState.ts