1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
Commit Graph

1305 Commits

Author SHA1 Message Date
ivaosthu
66bfcecadc feat: Add customizable ui config 2019-03-13 10:04:08 +01:00
ivaosthu
fc9886af58 3.2.3 2019-03-13 09:41:24 +01:00
ivaosthu
7cecb6d3d4 chore: update CHANGELOG.md 2019-03-13 09:39:00 +01:00
ivaosthu
ae63e08263 fix: Application list should be alphabetically sorted
closes #403
2019-03-13 08:56:02 +01:00
Ivar Conradi Østhus
4d370fa0b3
chore: update README.md 2019-03-09 15:16:21 +01:00
ivaosthu
79a10d1107 fix: Add explicit endpoints for toggle on/off
closes #394
2019-03-09 15:02:33 +01:00
ivaosthu
f39507444d fix: SimpleAuthentication should work with custom basePaths 2019-03-09 15:02:01 +01:00
ivaosthu
756ece1dae 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
2019-03-09 14:54:19 +01:00
ivaosthu
6dc2ecdb13 3.2.2 2019-03-06 19:44:08 +01:00
ivaosthu
c428aa37f1 fix: Bump unleash-frontend to version 3.2.1 2019-03-06 19:43:50 +01:00
ivaosthu
ee8af608e0 chore: Update sdk doc 2019-03-05 21:21:52 +01:00
Valentin Jonovs
a34b991a2b Fix typos in documentation 2019-03-05 15:47:15 +01:00
ivaosthu
615c00c087 fix: Also deploy README.md as part of docs 2019-03-04 19:51:41 +01:00
ivaosthu
30ef6ce751 fix: Update dependencies 2019-03-04 19:40:59 +01:00
greenkeeper[bot]
7e0913b940 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 🌴
2019-02-18 07:44:04 +01:00
greenkeeper[bot]
a492928e61 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
2019-02-14 17:41:09 +01:00
greenkeeper[bot]
e878b07487 Update @types/node to the latest version 🚀 (#392)
* chore(package): update @types/node to version 11.9.0

* chore(package): update lockfile yarn.lock
2019-02-12 06:19:57 +01:00
ivaosthu
d43b3ca442 3.2.1 2019-02-08 13:57:20 +01:00
ivaosthu
494a98f926 fix: Variants should be allowed to be 'null' 2019-02-08 13:56:47 +01:00
ivaosthu
e3a0569ebd chore: typo in use-doc 2019-02-08 10:18:11 +01:00
ivaosthu
402bd1f72c 3.2.0 2019-02-08 09:43:42 +01:00
ivaosthu
ec3499fa34 chore: update changelog 2019-02-08 09:38:23 +01:00
ivaosthu
1a8cd5c146 fix: Update unleash-frontend to 3.2.0 with variants support 2019-02-08 09:38:23 +01:00
ivaosthu
24b27c6941 fix: Toggle variants documentation 2019-02-08 09:38:23 +01:00
ivaosthu
e317a65983 fix: metric-schema for variant counts 2019-02-08 09:38:23 +01:00
ivaosthu
0f4d7df735 fix: override field changed name to contextName 2019-02-08 09:38:23 +01:00
ivaosthu
4a82ac38e8 fix: bump unleash-frontend 2019-02-08 09:38:23 +01:00
ivaosthu
b36fc73a7b feat: Add suppport for variant overrides 2019-02-08 09:38:23 +01:00
ivaosthu
4d6fab8ea0 fix: bump frontend for better variant support 2019-02-08 09:38:23 +01:00
sveisvei
7044522670 fix: Gracefully handle variant metrics 2019-02-08 09:38:23 +01:00
ivaosthu
b4e1a3138e feat: Frontend with variant support 2019-02-08 09:38:23 +01:00
ivaosthu
13e431ed17 fix: Update variant protocol 2019-02-08 09:38:23 +01:00
ivaosthu
24ca56e041 fix: variant tests more stable 2019-02-08 09:38:23 +01:00
Juan Hoyos
8c12ead2ae feat: Added feature toggle variants 2019-02-08 09:38:23 +01:00
ivaosthu
e459d33bea 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
2019-02-02 12:09:22 +01:00
ivaosthu
1e4ad5b470 3.1.7 2019-02-01 15:54:16 +01:00
ivaosthu
e6b55cba60 fix: Critical bugfix 'databaseSchema' not defaulting to 'public' 2019-02-01 15:53:22 +01:00
ivaosthu
766932bc68 3.1.6 2019-02-01 08:10:44 +01:00
ivaosthu
49a1dc0343 fix: Database migrator does use the databaseSchema option
closes #387
2019-02-01 08:06:02 +01:00
ivaosthu
c5f5ea478e chore: update changelog 2019-01-30 07:46:27 +01:00
ivaosthu
5d164a47cd 3.1.5 2019-01-28 12:30:32 +01:00
ivaosthu
f0d58dfe1c chore: Upgrade all the dependencies
closes #385
2019-01-28 12:23:05 +01:00
ivaosthu
5f2d7b1952 chore: Upgrade supertest to version 3.4.2 2019-01-28 08:14:09 +01:00
ivaosthu
bcd33c1d4e feat(permission): Update frontend with permission support 2019-01-19 11:52:37 +01:00
ivaosthu
3aef60a5e3 chore(doc): Explain that passord is not a typo.
closes #375
2019-01-18 19:08:34 +01:00
Benjamin Ludewig
9450f6e54a Refactored controllers, moved checkPermission to permission-checker.js middleware 2019-01-17 09:25:12 +01:00
Benjamin Ludewig
29257c2228 Don't expose user permissions when extendedPermissions is disabled, cleanup controller.js 2019-01-17 09:25:12 +01:00
Benjamin Ludewig
d9804c0114 Use full name instead of perms, 403 error message now includes expected permission 2019-01-17 09:25:12 +01:00
Benjamin Ludewig
f4a7aaa861 Removed REVIVE_FEATURE permission in favor of UPDATE_FEATURE 2019-01-17 09:25:12 +01:00
Benjamin Ludewig
1af921c535 feature: Add action specific user permissions 2019-01-17 09:25:12 +01:00