1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib/features
Thomas Heartman a4ea46dab6
feat: add Unleash admins to API payload (#8299)
Adds Unleash admins to the personal dashboard payload.

Uses the access store (and a new method) to fetch admins and maps it to
a new `MinimalUser` type. We already have a `User` class, but it
contains a lot of information we don't care about here, such as `isAPI`,
SCIM data etc.

In the UI, admins will be shown to users who are not part of any
projects. This is the default state for new viewer users, and can also
happen for editors if you archive the default project, for instance.

Tests in a follow-up PR
2024-09-30 11:01:30 +00:00
..
access feat: filter projectless events for normal users (#7914) 2024-08-21 13:59:24 +03:00
api-tokens API tokens scoped to deleted projects shouldn't give wildcard access (#7499) 2024-07-08 09:52:10 +02:00
change-request-access-service fix: change request enabled check should ignore disabled envs (#7869) 2024-08-14 13:13:31 +02:00
change-request-segment-usage-service fix: change request enabled check should ignore disabled envs (#7869) 2024-08-14 13:13:31 +02:00
client-feature-toggles fix: make default for gradual rollout work on the correct strategy name (#7401) 2024-06-14 15:54:00 +02:00
dependent-features feat: Deprecate feature toggle environment variants api (#7066) 2024-05-16 13:43:21 +02:00
events chore: fix search events endpoint description (#8289) 2024-09-27 11:16:51 +00:00
export-import-toggles feat: start using event service composition root (#7871) 2024-08-15 08:33:46 +03:00
feature-lifecycle feat: start collecting prometheus metrics for onboarding events (#8012) 2024-08-29 12:46:23 +03:00
feature-naming-pattern chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-search fix: support search for tags that has colon inside (#7998) 2024-08-28 11:33:51 +03:00
feature-toggle [Gitar] Cleaning up stale flag: archiveProjects with value true (#8201) 2024-09-23 11:51:55 +02:00
frontend-api chore: extract api token service composition root; place it in /features (#7519) 2024-07-03 11:49:11 +02:00
group chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
instance-stats feat: start populating user first seen column (#8010) 2024-08-29 10:45:30 +02:00
integration-events [Gitar] Cleaning up stale flag: integrationEvents with value true (#7940) 2024-08-21 14:25:24 +02:00
maintenance feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
metrics task: make count column bigint. (#8183) 2024-09-19 10:59:40 +02:00
onboarding feat: new onboarding welcome screen logic (#8110) 2024-09-06 13:15:28 +03:00
personal-dashboard feat: add Unleash admins to API payload (#8299) 2024-09-30 11:01:30 +00:00
playground fix: update playground SDK to increase the possible random numbers used for stickiness id (#8182) 2024-09-19 08:34:04 +00:00
private-project feat: private projects in application overview (#6775) 2024-04-04 14:56:21 +02:00
project feat: add project owners to personal dashboard (#8293) 2024-09-30 10:49:34 +02:00
project-environments fix: give project_default_strategy_write the ability to update the default strategy (#8112) 2024-09-06 11:49:11 +02:00
project-insights feat: start using event service composition root (#7871) 2024-08-15 08:33:46 +03:00
scheduler chore: integration events service (#7614) 2024-07-18 16:54:31 +01:00
segment fix: add request body schema in update segment endpoint (#8085) 2024-09-05 08:17:04 +01:00
tag-type chore!: [v6] remove error.description in error messages (#7157) 2024-05-27 11:26:19 +02:00
traffic-data-usage feat: traffic visibility UI and store (#6659) 2024-03-22 11:54:33 +01:00
ui-observability-controller chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
index.ts refactor: composition root for personal dashboard service (#8280) 2024-09-27 10:44:27 +02:00