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

1191 Commits

Author SHA1 Message Date
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
greenkeeper[bot]
7f06b4d3d1 chore(package): update supertest to version 4.0.1 2020-02-20 08:34:22 +01:00
Benjamin Ludewig
4ecf68d015 chore: update import/export documentation 2020-02-20 08:34:22 +01:00
ivaosthu
4362b1c045 chore: update yarn.lock 2020-02-20 08:34:22 +01:00
Ivar Conradi Østhus
d1c06c34bd chore: Update CHANGELOG.md 2020-02-20 08:34:22 +01:00
Benjamin Ludewig
a06d2c04bb Refactored state-service, schemas, added e2e tests #395 2020-02-20 08:34:22 +01:00
Benjamin Ludewig
9065c5ee88 feat: Added import & export through stateService #395 2020-02-20 08:34:22 +01:00
ivaosthu
ad2d0848ee 3.2.4 2020-02-20 08:34:22 +01:00
Ivar Conradi Østhus
22c191cd24 Update CHANGELOG.md 2020-02-20 08:34:22 +01:00
ivaosthu
bb396b6c62 feat: Add customizable ui config 2020-02-20 08:34:22 +01:00
ivaosthu
e1dc9bdec1 3.2.3 2020-02-20 08:34:22 +01:00
ivaosthu
f99f4cd362 chore: update CHANGELOG.md 2020-02-20 08:34:22 +01:00
ivaosthu
f5d4f618ae fix: Application list should be alphabetically sorted
closes #403
2020-02-20 08:34:21 +01:00
Ivar Conradi Østhus
714dd107ac chore: update README.md 2020-02-20 08:34:21 +01:00
ivaosthu
1c1b1edd83 fix: Add explicit endpoints for toggle on/off
closes #394
2020-02-20 08:34:21 +01:00
ivaosthu
e14d7fc5f0 fix: SimpleAuthentication should work with custom basePaths 2020-02-20 08:34:21 +01:00
ivaosthu
227c6c2e7a fix: Metrics poller should start even if inital fetch fails.
Currently if the intial metrics-fetch fails unleash will not
setup a metrics-poller. This fix ensures that the metrics
poller will start regardless of whether the inital fetch
fails or succeeds.

closes #396
2020-02-20 08:34:21 +01:00
ivaosthu
106728afe4 3.2.2 2020-02-20 08:34:21 +01:00
ivaosthu
792aefae5c fix: Bump unleash-frontend to version 3.2.1 2020-02-20 08:34:21 +01:00
ivaosthu
1a8f919586 chore: Update sdk doc 2020-02-20 08:34:21 +01:00
Valentin Jonovs
7c67e6bcc3 Fix typos in documentation 2020-02-20 08:34:21 +01:00
ivaosthu
868f43a3b2 fix: Also deploy README.md as part of docs 2020-02-20 08:34:21 +01:00
ivaosthu
f58dd85616 fix: Update dependencies 2020-02-20 08:34:21 +01:00
greenkeeper[bot]
a7ed3dba45 Update yargs to the latest version 🚀 (#393)
## The dependency [yargs](https://github.com/yargs/yargs) was updated from `12.0.5` to `13.1.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

[Find out more about this release](https://github.com/yargs/yargs).

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
2020-02-20 08:34:21 +01:00
greenkeeper[bot]
f12718a0ae Update db-migrate-pg to the latest version 🚀 (#391)
* fix(package): update db-migrate-pg to version 0.5.0

* chore(package): update lockfile yarn.lock
2020-02-20 08:34:21 +01:00
greenkeeper[bot]
ad7465c1a8 Update @types/node to the latest version 🚀 (#392)
* chore(package): update @types/node to version 11.9.0

* chore(package): update lockfile yarn.lock
2020-02-20 08:34:21 +01:00