1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/lib
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
..
client-metrics fix: Gracefully handle variant metrics 2020-02-20 08:34:20 +01:00
db fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
error fix(http-status): Client errors should use 400 status codes 2020-02-20 08:34:19 +01:00
middleware fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
routes fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
app.js fix: SimpleAuthentication should work with custom basePaths 2020-02-20 08:34:21 +01:00
app.test.js fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
authentication-required.js
event-differ.js feat: Added import & export through stateService #395 2020-02-20 08:34:22 +01:00
event-differ.test.js chore: Upgrade ava to 1.0.1 2020-02-20 08:34:18 +01:00
event-type.js feat: Added import & export through stateService #395 2020-02-20 08:34:22 +01:00
events.js
extract-user.js
logger.js fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
logger.test.js fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
metrics.js Add prometheus compatible feature metrics endpoint 2020-02-20 08:34:16 +01:00
metrics.test.js chore: Upgrade ava to 1.0.1 2020-02-20 08:34:18 +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 fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
options.test.js chore: Upgrade ava to 1.0.1 2020-02-20 08:34:18 +01:00
permissions.js Refactored controllers, moved checkPermission to permission-checker.js middleware 2020-02-20 08:34:19 +01:00
server-impl.js fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
server-impl.test.js fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
state-service.js fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
state-service.test.js fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
user.js feature: Add action specific user permissions 2020-02-20 08:34:19 +01:00
user.test.js chore: Upgrade ava to 1.0.1 2020-02-20 08:34:18 +01:00