1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib
Fredrik Strand Oseberg 85a544bbd6
Feat/format base path (#828)
* chore: update changelog

* feat: add formatBaseUri helper

* feat: call formatBaseUri on server options

* feat: call formatBaseUri on user options

* fix: update test

* fix: disable consistent return
2021-05-03 12:28:59 +02:00
..
addons fix: refactor event types 2021-04-29 10:21:29 +02:00
db fix: more types 2021-05-02 21:11:17 +02:00
error fix: handle password being undefined when validating (#809) 2021-04-27 15:35:10 +02:00
middleware fix: move permission to types 2021-05-02 20:58:02 +02:00
routes fix: more types 2021-05-02 21:11:17 +02:00
services fix: move permission to types 2021-05-02 20:58:02 +02:00
types fix: more types 2021-05-02 21:11:17 +02:00
util Feat/format base path (#828) 2021-05-03 12:28:59 +02:00
app.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
app.ts fix: catch all route only for baseUriPath (#825) 2021-04-30 20:16:20 +02:00
create-config.ts Feat/format base path (#828) 2021-05-03 12:28:59 +02:00
default-custom-auth-deny-all.ts fix: default custom auth hook now denies all requests to api endpoints (#811) 2021-04-29 15:18:58 +02:00
event-differ.js fix: refactor event types 2021-04-29 10:21:29 +02:00
event-differ.test.js fix: refactor event types 2021-04-29 10:21:29 +02:00
event-hook.test.js fix: refactor event types 2021-04-29 10:21:29 +02:00
event-hook.ts fix: more types 2021-05-02 21:11:17 +02:00
extract-user.js Feature/setup typescript 2021-02-12 11:42:00 +01:00
logger.test.js feat: add option for LOG_LEVEL (#803) 2021-04-23 15:31:12 +02:00
logger.ts feat: add option for LOG_LEVEL (#803) 2021-04-23 15:31:12 +02:00
metric-events.ts fix: refactor event types 2021-04-29 10:21:29 +02:00
metrics.test.js fix: refactor event types 2021-04-29 10:21:29 +02:00
metrics.ts fix: refactor event types 2021-04-29 10:21:29 +02:00
server-impl.test.js Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
server-impl.ts fix: move permission to types 2021-05-02 20:58:02 +02:00