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 92480554dc
feat: incorporate backend as a valid api token type replacing client (#10500)
This PR deprecates `CLIENT` api token type in favor of `BACKEND` but
both will continue working.

Also replaces:
- `INIT_CLIENT_API_TOKENS` with `INIT_BACKEND_API_TOKENS`. The former is
kept for backward compatibility.
2025-08-21 09:43:54 -03: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 feat: incorporate backend as a valid api token type replacing client (#10500) 2025-08-21 09:43:54 -03:00
client-applications-store.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
client-instance-store.ts fix(1-3928): prevent overwriting existing values in instance store (#10360) 2025-07-16 12:10:15 +00:00
db-pool.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
db.ts
event-store.ts feat: ability to search events by type with pagination (#10217) 2025-06-26 14:42:29 +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 chore: prevent unknown flag deadlocks by sorting and batching inserts (#10348) 2025-07-15 08:58:42 +01: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.test.ts feat: transaction grouping, use ulids and strings (#10230) 2025-06-27 11:45:17 +03:00
transaction.ts feat: transaction grouping, use ulids and strings (#10230) 2025-06-27 11:45:17 +03: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