1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/lib
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-metrics
db feat: move secrets to settings (#577) 2020-04-13 22:38:46 +02:00
error fix: Upgrade to @hapi/joi (#543) 2020-02-20 08:34:32 +01:00
middleware
routes fix: Logout should not be xhr call (#576) 2020-03-29 22:22:19 +02:00
app.js
app.test.js
authentication-required.js
event-differ.js feat: api supports context fields (#564) 2020-02-27 21:26:18 +01:00
event-differ.test.js
event-hook.js feat: add option and functionality that allows a user to hook into feature mutations (#457) 2020-02-20 08:34:26 +01:00
event-hook.test.js feat: add option and functionality that allows a user to hook into feature mutations (#457) 2020-02-20 08:34:26 +01:00
event-type.js feat: api supports context fields (#564) 2020-02-27 21:26:18 +01:00
events.js feat: add db query latency metrics (#473) 2020-02-20 08:34:27 +01:00
extract-user.js
logger.js
logger.test.js
metrics-helper.js chore: move metrics-helper.js 2020-02-20 08:34:27 +01:00
metrics.js fix: metrics for toggle count and version (#565) 2020-02-28 14:50:32 +01:00
metrics.test.js fix: metrics for toggle count and version (#565) 2020-02-28 14:50:32 +01:00
missing-permission.js
options.js feat: move secrets to settings (#577) 2020-04-13 22:38:46 +02:00
options.test.js feat: move secrets to settings (#577) 2020-04-13 22:38:46 +02:00
permissions.js feat: api supports context fields (#564) 2020-02-27 21:26:18 +01:00
server-impl.js feat: move secrets to settings (#577) 2020-04-13 22:38:46 +02:00
server-impl.test.js feat: move secrets to settings (#577) 2020-04-13 22:38:46 +02:00
state-service.js fix: Upgrade to @hapi/joi (#543) 2020-02-20 08:34:32 +01:00
state-service.test.js
timer.js feat: add db query latency metrics (#473) 2020-02-20 08:34:27 +01:00
timer.test.js feat: add db query latency metrics (#473) 2020-02-20 08:34:27 +01:00
user.js fix: use gravatar-url instead of gravatar dep 2020-02-21 23:20:06 +01:00
user.test.js fix: failing user.test on gravatar url 2020-02-21 23:26:44 +01:00