1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib/db
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
..
access-store.ts Add possibility to soft delete users (#2497) 2022-11-23 09:30:54 +02:00
account-store.ts feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
addon-store.ts
api-token-store.ts feat: add last seen column to token table (#2520) 2022-11-30 08:07:13 +02:00
client-applications-store.ts
client-instance-store.ts feat: expose number of registered applications metric (#2692) 2022-12-16 11:16:51 +00:00
client-metrics-store-v2.ts
context-field-store.ts
db-pool.ts
environment-store.ts
event-store.test.ts
event-store.ts
favorite-features-store.ts Favorite features (#2550) 2022-11-29 16:06:08 +01:00
favorite-projects-store.ts Favorite project (#2569) 2022-11-30 13:41:53 +02:00
feature-environment-store.ts Export features (#2905) 2023-01-17 13:10:20 +02:00
feature-strategy-store.ts Export with strategies (#2877) 2023-01-11 15:00:20 +00:00
feature-tag-store.ts
feature-toggle-client-store.ts Remove favorites feature flag (#2722) 2022-12-21 12:03:06 +00:00
feature-toggle-store.ts Export with strategies (#2877) 2023-01-11 15:00:20 +00:00
feature-type-store.ts
group-store.ts
index.ts feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00
pat-store.ts
project-store.ts fix: project feature_count should not include archived (#2919) 2023-01-18 15:58:27 +01:00
public-signup-token-store.ts
reset-token-store.ts
role-store.ts
segment-store.ts
session-store.ts
setting-store.ts
strategy-store.ts fixes 2-456: Preserve all data from strategy import (#2720) 2022-12-21 13:33:41 +01:00
tag-store.ts
tag-type-store.ts
user-feedback-store.ts
user-splash-store.ts
user-store.ts feat: add the account abstraction logic (#2918) 2023-01-18 16:08:07 +00:00