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 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
..
db feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
error feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
middleware fix: add support for basic auth with simple-auth (#659) 2020-12-03 21:29:01 +01:00
routes feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
services feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
util fix: version should be part of ui-config (#616) 2020-08-03 13:34:10 +02:00
app.js fix: stateService undefined 2020-12-17 19:43:01 +01:00
app.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
authentication-required.js fix: add 'options' field to AuthenticationRequired 2020-05-14 22:32:33 +02:00
event-differ.js feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
event-differ.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
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 fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
event-type.js feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
events.js feat: add db query latency metrics (#473) 2020-02-20 08:34:27 +01:00
extract-user.js fix: add user-store (#590) 2020-05-12 23:05:26 +02:00
logger.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
logger.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
metrics-helper.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
metrics.js feat: add stop() method to gracefully terminate unleash (#665) 2020-12-16 14:49:11 +01:00
metrics.test.js feat: add stop() method to gracefully terminate unleash (#665) 2020-12-16 14:49:11 +01:00
missing-permission.js Use full name instead of perms, 403 error message now includes expected permission 2020-02-20 08:34:19 +01:00
options.js feat: First draft of admin Open API specification (OAS) (#652) 2020-12-03 21:09:16 +01:00
options.test.js feat: Add support for explicitly set database version. (#654) 2020-11-20 11:37:56 +01:00
permissions.js feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
server-impl.js fix: stateService undefined 2020-12-17 19:43:01 +01:00
server-impl.test.js feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
timer.js feat: add db query latency metrics (#473) 2020-02-20 08:34:27 +01:00
timer.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
user.js fix: replace @hapi/joi with joi 2020-07-31 22:15:09 +02:00
user.test.js fix: add user-store (#590) 2020-05-12 23:05:26 +02:00