1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/src/lib
Thomas Heartman 44bf6615a3
feat: add project owners to personal dashboard project payload (#8248)
This PR adds project owner information to the personal dashboard's
project payload.

To do so, it uses the existing project owners read model.

I've had to make a few changes to the project owners read model to
accomodate this:
- make the input type to `addOwners` more lenient. We only need the
project ids, so we can make that the only required property
- fall back to using email as the name if the user has no name or
username (such as if you sign up with the demo auth)
2024-09-25 11:32:33 +00:00
..
__snapshots__ fix: prevent config resolver snapshot test (#8041) 2024-09-02 15:14:34 +02:00
addons chore: send full message without trimming to the addon event (#8230) 2024-09-24 10:43:08 +01:00
db feat: start returning onboarding status with project overview (#8058) 2024-09-03 14:41:47 +03:00
domain/project-health
error fix: validate patched data with schema (#7616) 2024-07-18 13:26:50 +01:00
features feat: add project owners to personal dashboard project payload (#8248) 2024-09-25 11:32:33 +00:00
middleware feat: resolve useragent source and add as source label to metrics (#7883) 2024-08-15 13:25:42 +02:00
openapi feat: add project owners to personal dashboard project payload (#8248) 2024-09-25 11:32:33 +00:00
routes feat: personal dashboard api (#8218) 2024-09-23 15:47:19 +02:00
schema feat: tag feature on creation (#7664) 2024-07-25 13:36:28 +03:00
services feat: add project owners to personal dashboard project payload (#8248) 2024-09-25 11:32:33 +00:00
types chore: event timeline tooltips (#8205) 2024-09-24 08:45:08 +01:00
users
util feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
app.test.ts
app.ts chore: origin middleware (#7695) 2024-07-30 10:42:50 +01:00
create-config.test.ts fix: prevent config resolver snapshot test (#8041) 2024-09-02 15:14:34 +02:00
create-config.ts fix: use the correct env vars for initial admin account (#8095) 2024-09-05 09:10:51 +01:00
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts feat: user loging event emitting with login order (#8021) 2024-08-30 11:28:19 +02:00
metrics.test.ts chore: remove featureLifecycle and featureLifecycleMetrics flags (#7808) 2024-08-08 13:45:23 +02:00
metrics.ts feat: projects onboarding metrics (#8014) 2024-08-29 14:57:27 +02:00
server-impl.test.ts chore: remove featureLifecycle and featureLifecycleMetrics flags (#7808) 2024-08-08 13:45:23 +02:00
server-impl.ts