1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/lib/db
Ivar Conradi Østhus cdfba8f7b1 feat: Adds last-seen dat on toggles
When an application updates metrics for a toggle we now
stores the timestamp on the toggle when it was last seen
used by an application. This will make it much easier to
detect toggles not in use anymore.

closes #642
2020-12-22 11:05:00 +01:00
..
client-applications-store.js
client-instance-store.js fix: this.timer merge conflict 2020-12-16 14:56:48 +01:00
client-metrics-db.js feat: add stop() method to gracefully terminate unleash (#665) 2020-12-16 14:49:11 +01:00
client-metrics-store.js feat: add stop() method to gracefully terminate unleash (#665) 2020-12-16 14:49:11 +01:00
client-metrics-store.test.js feat: add stop() method to gracefully terminate unleash (#665) 2020-12-16 14:49:11 +01:00
context-field-store.js
db-pool.js feat: Add support for explicitly set database version. (#654) 2020-11-20 11:37:56 +01:00
event-store.js
feature-toggle-store.js feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
feature-type-store.js feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
index.js feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
project-store.js feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
setting-store.js
strategy-store.js
user-store.js