1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/lib/db
Ivar Conradi Østhus b912768923
feat: move secrets to settings (#577)
* feat: move secrets to settings

* feat: Add better support for detailed db options.

Added db field in options to allow better control of
db-options. Especially important to allow special chars
in database password which might lead to an invaid url
when defined as a database-url.

* fix: integrate logger with knex logger

* fix: remove secret option from all examples

* fix: more options.js unit tests

* fix: added settings-store e2e tests
2020-04-13 22:38:46 +02:00
..
client-applications-store.js
client-instance-store.js
client-metrics-db.js
client-metrics-store.js
client-metrics-store.test.js
context-field-store.js feat: api supports context fields (#564) 2020-02-27 21:26:18 +01:00
db-pool.js feat: move secrets to settings (#577) 2020-04-13 22:38:46 +02:00
event-store.js
feature-toggle-store.js fix: metrics for toggle count and version (#565) 2020-02-28 14:50:32 +01:00
index.js feat: move secrets to settings (#577) 2020-04-13 22:38:46 +02:00
setting-store.js feat: move secrets to settings (#577) 2020-04-13 22:38:46 +02:00
strategy-store.js