1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib/types
Nuno Góis 7d73d772df
feat: add the account abstraction logic (#2918)
https://linear.app/unleash/issue/2-579/improve-user-like-behaviour-for-service-accounts-accounts-concept

Builds on top of https://github.com/Unleash/unleash/pull/2917 by moving
the responsibility of handling both account types from `users` to
`accounts`.

Ideally:
 - `users` - Should only handle users;
 - `service-accounts` - Should only handle service accounts;
 - `accounts` - Should handle any type of account;

This should hopefully also provide a good building block in case we
later decide to refactor this further down the `accounts` path.
2023-01-18 16:08:07 +00:00
..
models Change PAT primary key from string to number (#2163) 2022-10-10 13:35:12 +03:00
settings Maintenance mode for users (#2716) 2022-12-21 13:23:44 +02:00
stores feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
api-user.ts feat: embed proxy endpoints (#1926) 2022-08-16 15:33:33 +02:00
authentication-required.ts
core.ts
environment.ts
events.ts Export features (#2905) 2023-01-17 13:10:20 +02:00
experimental.ts Add flag to control CASE_INSENSITIVE_IN_OPERATORS until SDKs catch up (#2927) 2023-01-18 15:53:14 +02:00
favorites.ts Favorite features (#2550) 2022-11-29 16:06:08 +01:00
group.ts UX additions to groups SSO syncing (#2200) 2022-10-20 10:47:19 +03:00
index.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
model.ts Favorite project (#2569) 2022-11-30 13:41:53 +02:00
mutable.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
no-auth-user.ts fix: configure user endpoint when AuthType is NONE (#1403) 2022-03-01 10:52:22 +01:00
openapi.d.ts fix: validate the type and length of parameter values (#1559) 2022-05-04 15:16:18 +02:00
option.ts task: Expose prometheus metrics (#2586) 2022-12-12 14:05:56 +01:00
partial.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
permissions.ts feat: allows creation of PATs for other users (#2718) 2023-01-02 10:49:57 +00:00
project.ts feat: custom project roles (#1220) 2022-01-13 11:14:17 +01:00
query.ts
saved.ts fix: validate the type and length of parameter values (#1559) 2022-05-04 15:16:18 +02:00
serialize-dates.test.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
serialize-dates.ts refactor: add soft response schema validation (#1657) 2022-06-08 08:01:14 +02:00
services.ts feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
stores.ts feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
user.test.ts
user.ts feat: adapt user logic to better adapt to SAs (#2917) 2023-01-18 12:12:44 +00:00