1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
ivaosthu
d9b2c6d1cb chore: do not destroy db on startup 2020-02-20 08:34:29 +01:00
ivaosthu
d01fbdeac4 chore: remove old test-setup hacks 2020-02-20 08:34:29 +01:00
ivaosthu
3e4ab827d3 chore: add more logging if test-db destroy fails 2020-02-20 08:34:29 +01:00
ivaosthu
3cb4e1b57f chore: test db-pool on travis 2020-02-20 08:34:28 +01:00
Moritz Johner
d0f57a68b2 feat: add db query latency metrics (#473)
* feat: add db metrics
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* fix: use base unit

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2020-02-20 08:34:27 +01:00
ivaosthu
ccaab0c47b fix: LogProvider as option injected to unleash.
Instead of instructing users to do static calls
in to Unleash, she should instead be allwed to
specify the log provider as an option to Unleash.

This commit introduces the "getLogger" option,
a function responsible for creating a logger.
2020-02-20 08:34:24 +01:00
ivaosthu
f4feab89f3 Implement authentication support for Unleash UI.
Closes: #261, #233, #232, #231
2020-02-20 08:34:06 +01:00