1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-09 00:18:26 +01:00
unleash.unleash/src/lib/db
Gastón Fournier b91df61994
chore: re use extract user methods (#5947)
## About the changes
1. Re-use existing methods in extract-user.ts:
70f6a07f2c/src/lib/features/events/event-service.ts (L93-L101)
2. Move event-service and event-store to features/event
3. Add export default in previous paths for backward compatibility:
70f6a07f2c/src/lib/services/event-service.ts (L1-L4)
and
70f6a07f2c/src/lib/db/event-store.ts (L1-L4)
2024-01-18 13:15:21 +01:00
..
access-store.test.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
access-store.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
account-store.ts chore:system user and events created by userid migrations (#5612) 2023-12-22 11:19:39 +01:00
addon-store.ts
api-token-store.ts fix: add metrics for service account and api tokens (#5478) 2023-11-29 13:09:30 +01:00
client-applications-store.ts chore(deps): update dependency @biomejs/biome to v1.4.1 (#5709) 2024-01-10 09:11:49 +00:00
client-instance-store.ts chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
context-field-store.ts
db-pool.ts
db.ts
event-store.ts chore: re use extract user methods (#5947) 2024-01-18 13:15:21 +01:00
favorite-features-store.ts
favorite-projects-store.ts
feature-environment-store.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
feature-strategy-store.test.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
feature-tag-store.ts feat: implement column created_by_user_id in feature_tag (#5695) 2023-12-21 10:00:45 +01:00
feature-type-store.ts feat: feature type updated audit log (#5415) 2023-11-24 14:24:31 +01:00
group-store.ts fix: only delete SSO-synced group membership where membership was added by SSO sync (#4929) 2023-10-05 13:22:46 +02:00
index.ts chore: re use extract user methods (#5947) 2024-01-18 13:15:21 +01:00
pat-store.ts feat: allow every store to participate in transaction (#3016) 2023-01-30 09:02:44 +01:00
project-stats-store.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
project-store.ts fix: hardcoded stickiness and mode fields (#5342) 2023-11-17 12:32:13 +01:00
public-signup-token-store.ts
reset-token-store.ts feat: allow every store to participate in transaction (#3016) 2023-01-30 09:02:44 +01:00
role-store.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
segment-store.test.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
segment-store.ts fix: check whether a usage data is defined (#5393) 2023-11-27 11:20:25 +01:00
session-store.ts
setting-store.ts chore: expose instanceId so it can be used from addons (#5231) 2023-10-31 12:38:21 +01:00
strategy-store.ts
tag-store.ts
transaction.ts fix(import): making all imports relative and removing baseUrl (#5847) 2024-01-17 15:33:03 +02:00
user-feedback-store.ts feat: allow every store to participate in transaction (#3016) 2023-01-30 09:02:44 +01:00
user-splash-store.ts feat: allow every store to participate in transaction (#3016) 2023-01-30 09:02:44 +01:00
user-store.ts chore:system user and events created by userid migrations (#5612) 2023-12-22 11:19:39 +01:00