1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib/db
Christopher Kolstad 240c6a77a1
Feat/options need types (#794)
feat: options are now typed

- This makes it easier to know what to send to unleash.start / unleash.create
- Using a Partial to instantiate the config, then melding it with defaults to get a config object with all fields set either to their defaults or to whatever is passed in.


Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-04-22 10:07:10 +02:00
..
access-store.ts fix: migrate all permissions to rbac (#782) 2021-04-12 20:25:03 +02:00
addon-store.js Feature/setup typescript 2021-02-12 11:42:00 +01:00
api-token-store.ts Feat: Api-Tokens (#774) 2021-03-29 19:58:11 +02:00
client-applications-store.js feat: added basic email-service (#780) 2021-04-09 11:16:06 +02:00
client-instance-store.js feat: add support for bulk operations on client apps/instance registr… (#744) 2021-03-04 12:54:13 +01:00
client-metrics-db.js feat: Handle database connection errors with 500 (#725) 2021-02-17 15:24:43 +01:00
client-metrics-store.js Feature/setup typescript 2021-02-12 11:42:00 +01:00
client-metrics-store.test.js Feature/setup typescript 2021-02-12 11:42:00 +01:00
context-field-store.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
db-pool.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
event-store.test.ts fix: convert event-store to typescript (#768) 2021-03-23 08:46:01 +01:00
event-store.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
feature-toggle-store.js Reset token (#786) 2021-04-16 15:29:23 +02:00
feature-type-store.ts feat: add ui-bootstrap endpoint (#790) 2021-04-20 12:32:02 +02:00
index.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
project-store.ts feat: add ui-bootstrap endpoint (#790) 2021-04-20 12:32:02 +02:00
reset-token-store.ts Reset token (#786) 2021-04-16 15:29:23 +02:00
setting-store.js Feature/setup typescript 2021-02-12 11:42:00 +01:00
strategy-store.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
tag-store.ts Tags and tag types to ts (#772) 2021-03-26 11:03:30 +01:00
tag-type-store.ts Tags and tag types to ts (#772) 2021-03-26 11:03:30 +01:00
user-store.ts feat: Add username/password authentication (#777) 2021-04-09 13:46:53 +02:00