1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/src
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
..
lib feat: add project owners to personal dashboard project payload (#8248) 2024-09-25 11:32:33 +00:00
mailtemplates
migrations task: make count column bigint. (#8183) 2024-09-19 10:59:40 +02:00
test [Gitar] Cleaning up stale flag: useProjectReadModel with value true (#8211) 2024-09-23 13:20:42 +02:00
migrator.ts
server-dev.ts feat: Personal flags UI component (#8221) 2024-09-24 08:42:49 +02:00
server.ts