1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00
unleash.unleash/lib/db
Christopher Kolstad e952ae20a8
Added explicit pool settings in options.db object
- Also adds metrics for min and max pool size
- Metrics for free/used connections.
- Metrics for pending and current acquires

fixes: #705
2021-02-08 10:54:20 +01:00
..
addon-store.js feat: Introduce addon framework 2021-02-05 15:20:00 +01:00
client-applications-store.js fix: cleanup test console output 2021-01-06 18:06:56 +01:00
client-instance-store.js
client-metrics-db.js
client-metrics-store.js
client-metrics-store.test.js fix: cleanup test console output 2021-01-06 18:06:56 +01:00
context-field-store.js
db-pool.js Added explicit pool settings in options.db object 2021-02-08 10:54:20 +01:00
event-store.js fix: even-store should not block on emit 2021-02-02 13:27:24 +01:00
feature-toggle-store.js feat: Add filterquery support for toggles 2021-01-26 14:14:07 +01:00
feature-type-store.js feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
index.js feat: Introduce addon framework 2021-02-05 15:20:00 +01:00
project-store.js
setting-store.js
strategy-store.js Support deprecating and reactivating strategies 2021-01-21 15:53:24 +01:00
tag-store.js Add service layer 2021-01-21 10:59:19 +01:00
tag-type-store.js Add service layer 2021-01-21 10:59:19 +01:00
user-store.js