1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00
unleash.unleash/src/lib/util
Nuno Góis 422af36d2d
chore: flatten payload util (#6531)
https://linear.app/unleash/issue/2-2029/support-filtering-on-nested-properties

This will allow us to support and suggest payload subproperties in the
action filters.
2024-03-13 11:10:44 +00:00
..
constants fix: add actions validation (#6481) 2024-03-11 08:18:36 +00:00
metrics chore: proxy repository load features metrics (#6314) 2024-02-22 14:29:21 +01:00
validators Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
allSettledWithRejection.test.ts fix: prevent concurrent queries from running out of transaction (#5412) 2023-11-24 11:11:26 +01:00
allSettledWithRejection.ts fix: prevent concurrent queries from running out of transaction (#5412) 2023-11-24 11:11:26 +01:00
anonymise.test.ts test: add anonymise unit tests (#3722) 2023-05-09 14:20:39 +01:00
anonymise.ts feat: encrypt emails at rest for demo login (#5759) 2024-01-05 14:21:20 +01:00
anyEventEmitter.test.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
anyEventEmitter.ts feat: shared event emitter (#3241) 2023-03-02 09:52:19 +01:00
arraysHaveSameItems.test.ts fix: require equal environments when moving toggles (#1595) 2022-05-18 11:07:01 +02:00
arraysHaveSameItems.ts fix: require equal environments when moving toggles (#1595) 2022-05-18 11:07:01 +02:00
collect-ids.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
constants.ts refactor: shared url_safe_basic constant (#5952) 2024-01-18 12:33:33 +00:00
constantTimeCompare.test.ts Feat/add alias to api tokens (#1931) 2022-08-19 10:48:33 +02:00
constantTimeCompare.ts Feat/add alias to api tokens (#1931) 2022-08-19 10:48:33 +02:00
db-lock.test.ts feat: promise timeout on lock (#5108) 2023-10-20 12:10:18 +02:00
db-lock.ts fix: only release migration lock if acquired (#6454) 2024-03-07 11:58:05 +01:00
ensureArray.ts feat: Advanced playground table (#3978) 2023-06-15 09:29:31 +00:00
ensureStringValue.test.ts fix: ensure that param values from /api/admin/features are strings (#1761) 2022-06-29 10:11:34 +02:00
ensureStringValue.ts fix: ensure that param values from /api/admin/features are strings (#1761) 2022-06-29 10:11:34 +02:00
escape-regex.ts Fix crashing search bars (#2765) 2022-12-28 12:35:27 +02:00
extract-user.test.ts feat: admin token calls get an admin token user (#5924) 2024-01-17 16:55:59 +01:00
extract-user.ts feat: admin token calls get an admin token user (#5924) 2024-01-17 16:55:59 +01:00
findDuplicates.test.ts feat: import service validate duplicates (#4558) 2023-08-24 10:05:21 +02:00
findDuplicates.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
findPublicFolder.ts Merge frontend with backend (#1962) 2022-08-26 07:25:31 +00:00
flag-resolver.test.ts fix: flag resolver get variant (#6020) 2024-01-24 11:53:04 +00:00
flag-resolver.ts fix: flag resolver get variant (#6020) 2024-01-24 11:53:04 +00:00
flattenPayload.test.ts chore: flatten payload util (#6531) 2024-03-13 11:10:44 +00:00
flattenPayload.ts chore: flatten payload util (#6531) 2024-03-13 11:10:44 +00:00
format-base-uri.test.ts
format-base-uri.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00
generateImageUrl.test.ts feat: replace gravatar-url with inline function (#5128) 2023-10-24 10:07:26 +02:00
generateImageUrl.ts feat: replace gravatar-url with inline function (#5128) 2023-10-24 10:07:26 +02:00
get-prop-from-string.ts Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
graceful-shutdown.ts Feat/api key scoping (#941) 2021-09-15 20:28:10 +02:00
index.ts refactor: metrics in feature oriented architecture (#5919) 2024-01-17 09:14:31 +01:00
is-email.test.ts chore: add linter rules for regexp (#3500) 2023-04-17 07:11:22 +00:00
is-email.ts fix: some security vulnerabilities (#4143) 2023-07-05 11:51:27 +02:00
isDefined.test.ts refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
isDefined.ts refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
isEmpty.ts Poc: calculate etag based on query and latest revison id (#3062) 2023-03-17 14:10:21 +01:00
load-index-html.ts fix: correct escaping of ui flags for plausible (#3907) 2023-07-07 17:40:37 +02:00
map-values.test.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
map-values.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
metrics-helper.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
omit-keys.test.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
omit-keys.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
parseEnvVar.test.ts feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
parseEnvVar.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00
random-id.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
rewriteHTML.test.ts task: Add Unit test result check task (#3695) 2023-05-25 11:03:54 +00:00
rewriteHTML.ts task: Add Unit test result check task (#3695) 2023-05-25 11:03:54 +00:00
segments.ts chore: expand default segment limits to 1000 (#3710) 2023-05-08 14:44:48 +02:00
semver.test.ts refactor: avoid inlining segments for supported clients (#1640) 2022-06-02 14:07:46 +02:00
semver.ts refactor: avoid inlining segments for supported clients (#1640) 2022-06-02 14:07:46 +02:00
snakeCase.test.ts feat: Move environments to enterprise (#935) 2021-09-13 15:57:38 +02:00
snakeCase.ts feat: Move environments to enterprise (#935) 2021-09-13 15:57:38 +02:00
time-utils.test.ts feat: Metrics api returning daily data (#5830) 2024-01-11 10:39:41 +01:00
time-utils.ts feat: Metrics api returning daily data (#5830) 2024-01-11 10:39:41 +01:00
timer.test.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
timer.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
unique.test.ts feat: expose project members (#3310) 2023-03-14 16:27:57 +01:00
unique.ts feat: expose project members (#3310) 2023-03-14 16:27:57 +01:00
validateJsonString.test.ts fix: when payload type is 'json' validate value on toggle variable validation (#1704) 2022-06-14 13:08:38 +02:00
validateJsonString.ts fix: when payload type is 'json' validate value on toggle variable validation (#1704) 2022-06-14 13:08:38 +02:00
validateOrigin.test.ts feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
validateOrigin.ts feat: add CORS instance settings (#1957) 2022-08-26 09:09:48 +02:00
version.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00