1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/lib/util
Nuno Góis eb8f16da8d
feat: roles unification (#3999)
https://linear.app/unleash/issue/2-1137/roles-unification-on-the-ui

Root and project roles should be managed in a similar manner, which
means using the same roles route and tab for both.

Additionally, this includes a big revamp to the project roles to align
them more closely with the modern and standardized custom root roles
that were recently developed. They mostly use the same components.

There are still more things we want to improve and unify, but we've left
some of that out of this PR due to PR size concerns.
2023-06-19 09:41:40 +01:00
..
validators Clean up old errors (#3633) 2023-05-11 11:10:57 +02:00
anonymise.test.ts test: add anonymise unit tests (#3722) 2023-05-09 14:20:39 +01:00
anonymise.ts fix: anonymise PII fields in user access if flag is set (#3773) 2023-05-15 14:12:03 +02:00
anyEventEmitter.test.ts
anyEventEmitter.ts
arraysHaveSameItems.test.ts
arraysHaveSameItems.ts
collapseHourlyMetrics.test.ts fix: fix variant metrics (#3947) 2023-06-09 12:48:32 +00:00
collapseHourlyMetrics.ts fix: fix variant metrics (#3947) 2023-06-09 12:48:32 +00:00
collect-ids.ts
constants.ts feat: roles unification (#3999) 2023-06-19 09:41:40 +01:00
constantTimeCompare.test.ts Feat/add alias to api tokens (#1931) 2022-08-19 10:48:33 +02:00
constantTimeCompare.ts
db-lock.test.ts
db-lock.ts feat: postgres lock (#3443) 2023-04-04 13:28:17 +02:00
ensureArray.ts feat: Advanced playground table (#3978) 2023-06-15 09:29:31 +00:00
ensureStringValue.test.ts
ensureStringValue.ts
escape-regex.ts
extract-user.ts chore: make event store accept IUser (#3076) 2023-02-21 14:11:39 +00:00
findPublicFolder.ts
flag-resolver.test.ts fix: properly handle flag resolver variants (#3808) 2023-05-18 17:04:55 +01:00
flag-resolver.ts fix: properly handle flag resolver variants (#3808) 2023-05-18 17:04:55 +01:00
format-base-uri.test.ts
format-base-uri.ts
generateImageUrl.ts
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: playground in feature oriented architecture (#3942) 2023-06-09 12:55:54 +02:00
is-email.test.ts chore: add linter rules for regexp (#3500) 2023-04-17 07:11:22 +00:00
is-email.ts chore: add linter rules for regexp (#3500) 2023-04-17 07:11:22 +00:00
isDefined.test.ts
isDefined.ts refactor: add schemas to user admin controller (#1692) 2022-06-22 14:55:43 +02:00
isEmpty.ts
load-index-html.ts task: Add Unit test result check task (#3695) 2023-05-25 11:03:54 +00: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
omit-keys.test.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
omit-keys.ts
parseEnvVar.test.ts
parseEnvVar.ts
random-id.ts
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
semver.ts
snakeCase.test.ts feat: Move environments to enterprise (#935) 2021-09-13 15:57:38 +02:00
snakeCase.ts
time-utils.test.ts
time-utils.ts
timer.test.ts
timer.ts
unique.test.ts feat: expose project members (#3310) 2023-03-14 16:27:57 +01:00
unique.ts
validateJsonString.test.ts
validateJsonString.ts
validateOrigin.test.ts
validateOrigin.ts
version.ts