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

1416 Commits

Author SHA1 Message Date
ivaosthu
ecc81c0a18 fix: Specify helpers in ava 2020-02-20 08:34:25 +01:00
greenkeeper[bot]
f854428c47 fix: Update ava to the latest version 🚀 (#448)
* chore(package): update ava to version 2.0.0

* chore(package): update lockfile yarn.lock
2020-02-20 08:34:25 +01:00
greenkeeper[bot]
41776331eb chore: Update async to the latest version 🚀 (#445)
* fix(package): update async to version 3.0.1

* chore(package): update lockfile yarn.lock
2020-02-20 08:34:25 +01:00
ivaosthu
874a5dac44 chore: typos in README.md 2020-02-20 08:34:25 +01:00
ivaosthu
eaae969e84 chore: Update readme with details about slack
releates to #444
2020-02-20 08:34:25 +01:00
ivaosthu
e614bbdb3f chore: add new screenshot 2020-02-20 08:34:25 +01:00
ivaosthu
99cdeb7179 3.2.11 2020-02-20 08:34:25 +01:00
ivaosthu
861a69b20b chore: update changelog 2020-02-20 08:34:25 +01:00
ivaosthu
8ce662e8a9 chore: Make options more testable 2020-02-20 08:34:25 +01:00
ivaosthu
70911e4013 chore: use undefined instead of null 2020-02-20 08:34:25 +01:00
Thinh Tran
484b10029d feat: Separate DATABASE_URL to multiple DATABASE_* variable (#437)
* Support construct database by multiple env variable
* fix typo for test
* Add small change for passord and support ssl
* consider ssl should be true always
2020-02-20 08:34:24 +01:00
Mitchell Herrijgers
b4bb171d7b Fix keycloak sample code eslint issues 2020-02-20 08:34:24 +01:00
Mitchell Herrijgers
a317be66bf Fix keycloak sample code to use keycloak instead of google 2020-02-20 08:34:24 +01:00
Mitchell Herrijgers
8043439113 Add sample Keycloak Authentication hook 2020-02-20 08:34:24 +01:00
ivaosthu
12c2af4eaf 3.2.10 2020-02-20 08:34:24 +01:00
ivaosthu
9c32a28597 fix: Application fields should be optional. 2020-02-20 08:34:24 +01:00
ivaosthu
9ee7a715c2 chore: bump yarn.lock 2020-02-20 08:34:24 +01:00
ivaosthu
f3f74a5c7d feat: boolean strategy paramters 2020-02-20 08:34:24 +01:00
ivaosthu
f77306f7e0 3.2.9 2020-02-20 08:34:24 +01:00
ivaosthu
857ef32cbb chore: Update changelog 2020-02-20 08:34:24 +01:00
ivaosthu
06186a7638 fix: should be more allow about empty metrics 2020-02-20 08:34:24 +01:00
ivaosthu
7683325721 3.2.8 2020-02-20 08:34:24 +01:00
ivaosthu
1d51d1b1ac chore: Update changelog 2020-02-20 08:34:24 +01:00
ivaosthu
24b30914a9 fix: Bump unleash-frontend to 3.2.4 2020-02-20 08:34:24 +01:00
greenkeeper[bot]
95c3041351 chore(package): update lockfile yarn.lock 2020-02-20 08:34:24 +01:00
greenkeeper[bot]
fdf2dc972e chore(package): update @types/node to version 12.0.0 2020-02-20 08:34:24 +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
Moritz Johner
a9f16645e9 fix: require path of logger
relates to #429
2020-02-20 08:34:23 +01:00
Ivar Conradi Østhus
cb47fee248 Update siteConfig.js 2020-02-20 08:34:23 +01:00
ivaosthu
9c3c4dd08c 3.2.7 2020-02-20 08:34:23 +01:00
Ivar Conradi Østhus
ac27a5f889 Update CHANGELOG.md 2020-02-20 08:34:23 +01:00
ivaosthu
09a9212dca fix: Session cookie should set path to baseUriPath 2020-02-20 08:34:23 +01:00
Sven Luijten
a844fceda3 Update unleash-context.md 2020-02-20 08:34:23 +01:00
ivaosthu
c66f12034e 3.2.6 2020-02-20 08:34:23 +01:00
ivaosthu
f524cfc608 chore: Update changelog for next release 2020-02-20 08:34:23 +01:00
ivaosthu
c66545e11e fix(package): update mime to version 2.4.1
closes #418
2020-02-20 08:34:23 +01:00
ivaosthu
65ed03a725 chore(package): update nyc to version 14.0.0
closes #421
2020-02-20 08:34:23 +01:00
greenkeeper[bot]
3d396339b6 chore(package): update lockfile yarn.lock 2020-02-20 08:34:23 +01:00
greenkeeper[bot]
e01538587f chore(package): update lolex to version 4.0.1 2020-02-20 08:34:23 +01:00
greenkeeper[bot]
30c5672564 chore(package): update lockfile yarn.lock 2020-02-20 08:34:23 +01:00
greenkeeper[bot]
15530e61f4 chore(package): update husky to version 2.0.0 2020-02-20 08:34:23 +01:00
greenkeeper[bot]
e4c8921041 chore(package): update lockfile yarn.lock 2020-02-20 08:34:23 +01:00
greenkeeper[bot]
2f427d45a4 chore(package): update superagent to version 5.0.2 2020-02-20 08:34:23 +01:00
ivaosthu
ccce6056dd Fix: Add support for IPC connections.
Read this for more details:
https://nodejs.org/api/net.html#net_identifying_paths_for_ipc_connections
2020-02-20 08:34:23 +01:00
ivaosthu
be37ede37c chore: Added new user of unleash-doc 2020-02-20 08:34:22 +01:00
Ivar Conradi Østhus
c133a4dfd5 fix: Bump unleash-frontend to version 3.2.3 2020-02-20 08:34:22 +01:00
Ivar Conradi Østhus
7f18923f4f chore: Update CHANGELOG.md 2020-02-20 08:34:22 +01:00
Ivar Conradi Østhus
42cfd93820 fix: trigger actual logout on request 2020-02-20 08:34:22 +01:00
Benjamin Ludewig
e11e036d2d fix: import should use mime.lookup() for filename 2020-02-20 08:34:22 +01:00
greenkeeper[bot]
25ac352216 chore(package): update lockfile yarn.lock 2020-02-20 08:34:22 +01:00