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
ivaosthu
59ef1d356b
fix(http-status): Client errors should use 400 status codes
2019-01-02 12:38:58 +01:00
praneeth-m
4b366c61a6
Update Readme.md
...
Add Python to the list of the officially supported clients.
2018-12-19 08:11:04 +01:00
ivaosthu
7f3fe0f43b
3.1.4
2018-12-17 13:49:46 +01:00
ivaosthu
7b7fb919c4
chore(changelog): Prepare patch release
2018-12-17 13:49:23 +01:00
ivaosthu
45c2d9b110
chore(changelog): updated changes
2018-12-17 11:05:56 +01:00
ivaosthu
3c2d864c76
chore(package): Upgrade moment to version 2.23.0
2018-12-17 11:04:12 +01:00
ivaosthu
63c08a20a1
chore(package): Upgrade deep-diff to version 1.0.2
2018-12-17 11:02:52 +01:00
ivaosthu
2edb4ab560
chore(package): Upgrade prom-client to version 11.2.0
2018-12-17 11:01:41 +01:00
ivaosthu
1c4822b721
chore(package): Upgrade joi to version 14.3.0
2018-12-17 10:59:30 +01:00