mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-21 13:47:39 +02:00
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. |
||
---|---|---|
.. | ||
apiUtils.ts | ||
arraysHaveSameItems.test.ts | ||
arraysHaveSameItems.ts | ||
calculatePercentage.ts | ||
capitalizeFirst.ts | ||
cleanConstraint.test.ts | ||
cleanConstraint.ts | ||
createFeatureStrategy.test.ts | ||
createFeatureStrategy.ts | ||
createLocalStorage.ts | ||
cyclicIterator.test.ts | ||
cyclicIterator.ts | ||
deepOmit.test.ts | ||
deepOmit.ts | ||
env.test.ts | ||
env.ts | ||
formatAccessText.test.ts | ||
formatAccessText.ts | ||
formatConstraintValue.ts | ||
formatDate.ts | ||
formatPath.test.ts | ||
formatPath.ts | ||
formatUnknownError.test.ts | ||
formatUnknownError.ts | ||
getFeatureMetrics.ts | ||
getFeatureTypeIcons.ts | ||
instanceTrial.test.ts | ||
instanceTrial.ts | ||
nonEmptyArray.ts | ||
objectId.test.ts | ||
objectId.ts | ||
oneOf.ts | ||
operatorsForContext.ts | ||
paginate.test.ts | ||
paginate.ts | ||
parseParameter.test.ts | ||
parseParameter.ts | ||
permissions.ts | ||
projectFilterGenerator.ts | ||
removeEmptyStringFields.test.ts | ||
removeEmptyStringFields.ts | ||
reorderObject.test.ts | ||
reorderObject.ts | ||
resizeScreen.ts | ||
routePathHelpers.ts | ||
search.ts | ||
serializeQueryParams.ts | ||
sortStrategyParameters.test.ts | ||
sortStrategyParameters.ts | ||
sortTypes.test.ts | ||
sortTypes.ts | ||
storage.test.ts | ||
storage.ts | ||
strategyNames.tsx | ||
testIds.ts | ||
testRenderer.tsx | ||
testServer.ts | ||
traffic-calculations.test.ts | ||
traffic-calculations.ts | ||
unique-change-request-id.ts | ||
unique.ts | ||
unknownify.ts | ||
validateParameterValue.test.ts | ||
validateParameterValue.ts | ||
variants.ts | ||
withTableState.test.tsx | ||
withTableState.ts |