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

1303 Commits

Author SHA1 Message Date
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
ivaosthu
1990afe6b3 3.2.1 2020-02-20 08:34:21 +01:00
ivaosthu
c3798d5858 fix: Variants should be allowed to be 'null' 2020-02-20 08:34:21 +01:00
ivaosthu
3840536ae1 chore: typo in use-doc 2020-02-20 08:34:20 +01:00
ivaosthu
1a7da874f8 3.2.0 2020-02-20 08:34:20 +01:00
ivaosthu
0e8038012e chore: update changelog 2020-02-20 08:34:20 +01:00
ivaosthu
bb05135f71 fix: Update unleash-frontend to 3.2.0 with variants support 2020-02-20 08:34:20 +01:00
ivaosthu
a01c4c8285 fix: Toggle variants documentation 2020-02-20 08:34:20 +01:00
ivaosthu
f6af62528b fix: metric-schema for variant counts 2020-02-20 08:34:20 +01:00
ivaosthu
f51500ec78 fix: override field changed name to contextName 2020-02-20 08:34:20 +01:00
ivaosthu
ba9d28b18d fix: bump unleash-frontend 2020-02-20 08:34:20 +01:00
ivaosthu
df5ef09008 feat: Add suppport for variant overrides 2020-02-20 08:34:20 +01:00
ivaosthu
d43d1ad537 fix: bump frontend for better variant support 2020-02-20 08:34:20 +01:00
sveisvei
a95a2b0973 fix: Gracefully handle variant metrics 2020-02-20 08:34:20 +01:00
ivaosthu
b2dd323ffd feat: Frontend with variant support 2020-02-20 08:34:20 +01:00
ivaosthu
c25e994322 fix: Update variant protocol 2020-02-20 08:34:20 +01:00
ivaosthu
82bf748341 fix: variant tests more stable 2020-02-20 08:34:20 +01:00
Juan Hoyos
3623052c36 feat: Added feature toggle variants 2020-02-20 08:34:20 +01:00
ivaosthu
ca8d2fdae0 chore: Update guide on integrating with Google Auth
This is due to Google retiring google.plus APIs and the old passport libs used in the examples depended on these.

Closes #386
2020-02-20 08:34:20 +01:00
ivaosthu
9b59b9f88e 3.1.7 2020-02-20 08:34:20 +01:00
ivaosthu
81c33312a2 fix: Critical bugfix 'databaseSchema' not defaulting to 'public' 2020-02-20 08:34:19 +01:00
ivaosthu
3d2dcfd888 3.1.6 2020-02-20 08:34:19 +01:00
ivaosthu
8b9f9dbd2c fix: Database migrator does use the databaseSchema option
closes #387
2020-02-20 08:34:19 +01:00
ivaosthu
a9ce0767d2 chore: update changelog 2020-02-20 08:34:19 +01:00
ivaosthu
93157fafad 3.1.5 2020-02-20 08:34:19 +01:00
ivaosthu
826c7b3003 chore: Upgrade all the dependencies
closes #385
2020-02-20 08:34:19 +01:00
ivaosthu
1163057546 chore: Upgrade supertest to version 3.4.2 2020-02-20 08:34:19 +01:00
ivaosthu
66a384aae9 feat(permission): Update frontend with permission support 2020-02-20 08:34:19 +01:00
ivaosthu
4504734f13 chore(doc): Explain that passord is not a typo.
closes #375
2020-02-20 08:34:19 +01:00
Benjamin Ludewig
175208c105 Refactored controllers, moved checkPermission to permission-checker.js middleware 2020-02-20 08:34:19 +01:00
Benjamin Ludewig
b38da68d28 Don't expose user permissions when extendedPermissions is disabled, cleanup controller.js 2020-02-20 08:34:19 +01:00
Benjamin Ludewig
abe4f8cf16 Use full name instead of perms, 403 error message now includes expected permission 2020-02-20 08:34:19 +01:00
Benjamin Ludewig
e81f4a01eb Removed REVIVE_FEATURE permission in favor of UPDATE_FEATURE 2020-02-20 08:34:19 +01:00
Benjamin Ludewig
df7509e381 feature: Add action specific user permissions 2020-02-20 08:34:19 +01:00
ivaosthu
e256db29a5 fix(http-status): Client errors should use 400 status codes 2020-02-20 08:34:19 +01:00
praneeth-m
9c76a12356 Update Readme.md
Add Python to the list of the officially supported clients.
2020-02-20 08:34:19 +01:00
ivaosthu
1ab51968cf 3.1.4 2020-02-20 08:34:19 +01:00
ivaosthu
815d788eb1 chore(changelog): Prepare patch release 2020-02-20 08:34:18 +01:00
ivaosthu
e0dc28cd38 chore(changelog): updated changes 2020-02-20 08:34:18 +01:00