1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib/db
Gastón Fournier 37a125f0b5
feat: ability to query users with pagination (#10130)
Made a few QoL improvements:
- Don't use default export for class
- Move users store to a feature package (didn't move the interface as it
might be referenced elsewhere)
- Add types for query builders (and ts-expect-error when needed)
2025-06-12 17:43:22 +02:00
..
crud feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
access-store.test.ts task: migrate tests to vitest 2025-05-16 11:19:10 +02:00
access-store.ts chore!: remove deprecated put project groups roles endpoint (#10059) 2025-05-29 14:03:59 +01:00
account-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
addon-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
api-token-store.ts chore(apitoken)!: remove ILegacyApiTokenCreate (#10072) 2025-06-04 11:41:37 +02:00
client-applications-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
client-instance-store.ts feat: track last seen clients using bulk update (#9981) 2025-05-15 13:06:54 +02:00
db-pool.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
db.ts
event-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
favorite-features-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
favorite-projects-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
feature-environment-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
feature-strategy-store.test.ts chore: prepare to remove default env (#10087) 2025-06-06 09:20:16 +02:00
feature-tag-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
feature-type-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
group-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
index.ts feat: ability to query users with pagination (#10130) 2025-06-12 17:43:22 +02:00
pat-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
project-stats-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
public-signup-token-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
reset-token-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
role-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
session-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
setting-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
strategy-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
tag-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
transaction.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
user-feedback-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
user-splash-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00