1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib/db
olav 9f7d878422
fix: add missing awaits (#1472)
* refactor: silence expected console.error call

* fix: add missing access service awaits

* fix: add missing constraint validation await
2022-04-01 11:10:21 +02:00
..
access-store.ts fix: add missing awaits (#1472) 2022-04-01 11:10:21 +02:00
addon-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
api-token-store.ts feat: Add init api tokens option (#1181) 2022-01-05 10:00:59 +01:00
client-applications-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
client-instance-store.ts fix: uintroduce call to update last_seen on client-instance 2021-12-10 09:31:54 +01:00
client-metrics-store-v2.ts fix: metric counters should use bigint (#1313) 2022-01-31 08:50:11 +01:00
context-field-store.ts fix: update context field does not await the response (#1027) 2021-10-14 08:30:36 +02:00
db-pool.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
environment-store.ts feat: enabled environments override now also moves projects and toggles to new environments 2022-03-11 15:52:13 +02:00
event-store.test.ts fix: add missing awaits (#1472) 2022-04-01 11:10:21 +02:00
event-store.ts feat: clean up events (#1089) 2021-11-12 13:15:51 +01:00
feature-environment-store.ts fix: Only trigger environment enabled/disabled events if different f… (#1053) 2021-10-21 22:33:50 +02:00
feature-strategy-store.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
feature-tag-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
feature-toggle-client-store.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
feature-toggle-store.ts Feat/impression data (#1310) 2022-02-03 11:06:51 +01:00
feature-type-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
index.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
project-store.ts feat: enabled environments override now also moves projects and toggles to new environments 2022-03-11 15:52:13 +02:00
reset-token-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
role-store.ts feat: custom project roles (#1220) 2022-01-13 11:14:17 +01:00
segment-store.ts feat: add segments (#1426) 2022-03-29 14:59:14 +02:00
session-store.ts fix: be explicit when specifying time & replace moment with date-fns (#1072) 2021-11-02 15:13:46 +01:00
setting-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
strategy-store.ts fix: import should not drop built-in strategies 2021-08-26 22:41:51 +02:00
tag-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
tag-type-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
user-feedback-store.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
user-splash-store.ts fix: add migration 2021-11-09 11:52:02 +01:00
user-store.ts fix: add user and project counters 2021-08-27 10:10:14 +02:00