1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/src/test/e2e/services
Gastón Fournier 3d9f31f839
feat: ensure at least one owner on remove user/group access (#5085)
## About the changes
This makes sure that projects have at least one owner, either a group or
a user. This is to prevent accidentally losing access to a project.

We check this when removing a user/group or when changing the role of a
user/group

**Note**: We can still leave a group empty as the only owner of the
project, but that's okay because we can still add more users to the
group
2023-10-19 14:14:59 +02:00
..
access-service.e2e.test.ts feat: copy feature with parent (#4918) 2023-10-04 12:20:27 +02:00
addon-service.e2e.test.ts refactor: prefer eventService.storeEvent methods (#4830) 2023-09-27 14:23:05 +01:00
api-token-service.e2e.test.ts Fix/last seen at by environment (#4939) 2023-10-09 10:54:00 +02:00
client-metrics-service.e2e.test.ts feat: make application usage private through project (#4786) 2023-09-20 10:35:30 +03:00
environment-service.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
group-service.e2e.test.ts fix: only delete SSO-synced group membership where membership was added by SSO sync (#4929) 2023-10-05 13:22:46 +02:00
last-seen-service.e2e.test.ts Fix/last seen at by environment (#4939) 2023-10-09 10:54:00 +02:00
playground-service.test.ts Refactor/move features to feature oriented architecture (#4994) 2023-10-11 09:38:57 +02:00
project-health-service.e2e.test.ts Fix/last seen at by environment (#4939) 2023-10-09 10:54:00 +02:00
project-service.e2e.test.ts feat: ensure at least one owner on remove user/group access (#5085) 2023-10-19 14:14:59 +02:00
reset-token-service.e2e.test.ts refactor: prefer eventService.storeEvent methods (#4830) 2023-09-27 14:23:05 +01:00
session-service.e2e.test.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00
setting-service.test.ts refactor: prefer eventService.storeEvent methods (#4830) 2023-09-27 14:23:05 +01:00
state-service.e2e.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
user-service.e2e.test.ts feat: allow defining initial admin user as env variable (#4927) 2023-10-06 09:07:06 +02:00