1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00
unleash.unleash/src/lib/db
Gastón Fournier db04a1eaa8
chore: introduce type to prevent potential issues ()
## About the changes
This small improvement aims to help developers when instantiating
services. They need to be constructed without injecting services or
stores created elsewhere so they can be bound to the same transactional
scope.

This suggests that you need to create the services and stores on your
own
2023-10-17 12:30:44 +02:00
..
access-store.test.ts chore: Improve access service iter 2 () 2023-09-19 16:15:27 +02:00
access-store.ts chore: handle transactions already started at the controller layer () 2023-10-06 13:38:32 +02:00
account-store.ts fix: add confirmation to disable password login () 2023-05-23 15:56:34 +01:00
addon-store.ts
api-token-store.ts chore: handle transactions already started at the controller layer () 2023-10-06 13:38:32 +02:00
client-applications-store.ts feat: biome lint () 2023-09-29 14:18:21 +02:00
client-instance-store.ts
client-metrics-store-v2.ts feat: biome lint () 2023-09-29 14:18:21 +02:00
context-field-store.ts chore: remove context/segment usage flag () 2023-07-14 13:30:15 +03:00
db-pool.ts
db.ts
environment-store.ts feat: add max order to environments () 2023-06-15 12:21:35 +03:00
event-store.test.ts feat: biome lint () 2023-09-29 14:18:21 +02:00
event-store.ts feat: feature changes counted in new table () 2023-10-10 12:32:23 +02:00
favorite-features-store.ts
favorite-projects-store.ts
feature-environment-store.ts feat: biome lint () 2023-09-29 14:18:21 +02:00
feature-strategy-store.test.ts Refactor/move features to feature oriented architecture () 2023-10-11 09:38:57 +02:00
feature-tag-store.ts
feature-type-store.ts feat(): implement configurable lifetimes () 2023-07-18 09:26:32 +00:00
group-store.ts fix: only delete SSO-synced group membership where membership was added by SSO sync () 2023-10-05 13:22:46 +02:00
index.ts Refactor/separate client and admin store () 2023-10-12 13:58:23 +02:00
pat-store.ts
project-stats-store.ts feat: DORA metrics lead time to production () 2023-08-30 14:39:43 +02:00
project-store.ts feat: biome lint () 2023-09-29 14:18:21 +02:00
public-signup-token-store.ts
reset-token-store.ts
role-store.ts feat: add prom metric for total custom root roles in use () 2023-08-08 08:14:40 +01:00
segment-store.test.ts ux: return better error message if a segment doesn't exist () 2023-06-30 09:02:24 +00:00
segment-store.ts feat: client api with proper client segments and strategy variants () 2023-07-14 13:25:31 +02:00
session-store.ts feat: allow every store to participate in transaction () 2023-01-30 09:02:44 +01:00
setting-store.ts feat: allow every store to participate in transaction () 2023-01-30 09:02:44 +01:00
strategy-store.ts
tag-store.ts
tag-type-store.ts
transaction.ts chore: introduce type to prevent potential issues () 2023-10-17 12:30:44 +02:00
user-feedback-store.ts feat: allow every store to participate in transaction () 2023-01-30 09:02:44 +01:00
user-splash-store.ts
user-store.ts feat: Add active users statistics to metrics () 2023-09-18 15:05:17 +02:00