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

520 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
0dc64666c6 3.3.4 2020-05-14 22:47:54 +02:00
Ivar Conradi Østhus
43ac01fd3a fix: we now support node 14 :hurray
closes #592
2020-05-14 22:44:23 +02:00
Ivar Conradi Østhus
48c4e59d78 fix: upgrade db-migrate-pg to version 1.2.2 2020-05-14 22:42:58 +02:00
Ivar Conradi Østhus
d62e5e4939 fix: upgrade unleash-frontend to version 3.3.2 2020-05-14 22:40:37 +02:00
Ivar Conradi Østhus
b3fdbbe84f 3.3.3 2020-05-12 23:37:39 +02:00
Ivar Conradi Østhus
7805684f70 fix: we are NOT ready for node 14 2020-05-12 23:19:28 +02:00
Ivar Conradi Østhus
49e0c0fa29 fix: upgrade unleash-frontend to 3.3.1 2020-05-12 23:04:13 +02:00
Ivar Conradi Østhus
2d154c12c4 fix: support node 14 by upgrading pg to 8.0.3 2020-05-02 09:38:27 +02:00
Ivar Conradi Østhus
5600b3fd61 fix: we are not ready for node 14 2020-05-02 09:12:36 +02:00
Ivar Conradi Østhus
13b92e07ce 3.3.2 2020-05-02 07:49:30 +02:00
Ivar Conradi Østhus
9f86bce0ab 3.3.1 2020-04-19 21:01:48 +02:00
Ivar Conradi Østhus
4b650bb73a fix: upgrade unleash-frontend to version 3.2.21 2020-04-19 20:26:41 +02:00
Ivar Conradi Østhus
d01c9d2dac
fix: use airbnb lint rules directly (#583)
This drops usage of finn-eslint rules as they are no
longer maintained.
2020-04-14 22:29:11 +02:00
Ivar Conradi Østhus
42da450a86 3.3.0 2020-04-13 23:05:40 +02:00
Ivar Conradi Østhus
482a4daae6 fix: upgrade eslint to verson 6.8.0 2020-04-13 22:58:18 +02:00
Ivar Conradi Østhus
636270b54e fix: upgrade ava to version 3.7.0
closes #552
2020-04-13 22:53:06 +02:00
greenkeeper[bot]
84b31c241b
fix: Update unleash-frontend to version 3.2.20 (#582)
* fix(package): update unleash-frontend to version 3.2.20

* chore(package): update lockfile yarn.lock

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-04-13 22:44:22 +02:00
Ivar Conradi Østhus
2815ab0fd5 feat: require node >= 12 2020-04-13 22:42:31 +02:00
greenkeeper[bot]
e88450a008
fix: Update pg to the latest version 🚀 (#578)
* fix(package): update pg to version 8.0.0

* chore(package): update lockfile yarn.lock

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-04-13 22:39:17 +02:00
Ivar Conradi Østhus
b912768923
feat: move secrets to settings (#577)
* feat: move secrets to settings

* feat: Add better support for detailed db options.

Added db field in options to allow better control of
db-options. Especially important to allow special chars
in database password which might lead to an invaid url
when defined as a database-url.

* fix: integrate logger with knex logger

* fix: remove secret option from all examples

* fix: more options.js unit tests

* fix: added settings-store e2e tests
2020-04-13 22:38:46 +02:00
Ivar Conradi Østhus
5d2a94d343 3.2.30 2020-03-10 15:22:57 +01:00
Ivar Conradi Østhus
7c26d4837b fix: upgrade unleash-frontend to version 3.2.19 2020-03-10 15:21:41 +01:00
Ivar Conradi Østhus
80a1d4f586 3.2.29 2020-03-05 22:49:21 +01:00
Ivar Conradi Østhus
e5d570af85 fix: lock knex to version 0.20.10
knex version 0.20.11 is currently breaking unleash.
2020-03-05 22:48:37 +01:00
Ivar Conradi Østhus
f8586269b7 fix: upgrade unleash-frontend to version 3.2.18 2020-03-05 17:10:00 +01:00
Ivar Conradi Østhus
e35de272fa 3.2.28 2020-02-28 14:58:44 +01:00
Ivar Conradi Østhus
713da6e2fe fix: upgrade unleash-frontend to version 3.2.17 2020-02-27 23:17:12 +01:00
Ivar Conradi Østhus
5a893bb05d fix: upgrade unleash-frontend to version 3.2.16 2020-02-27 21:43:54 +01:00
Ivar Conradi Østhus
93aa34256e fix: use gravatar-url instead of gravatar dep 2020-02-21 23:20:06 +01:00
Ivar Conradi Østhus
8c51aaeb5b fix: upgrade lint-staged to latest 2020-02-21 22:15:49 +01:00
Ivar Conradi Østhus
8d90aa1b0b fix: upgrade @hapi/joi to version 17.1.0 2020-02-21 22:14:40 +01:00
Ivar Conradi Østhus
9c59447414 fix: upgrade husky to version 4.2.3 2020-02-21 17:04:24 +01:00
Ivar Conradi Østhus
865f569826 3.2.27 2020-02-21 16:55:34 +01:00
Ivar Conradi Østhus
7720ce5ee8 fix: remove prometheus-gc-stats 2020-02-21 16:53:57 +01:00
Ivar Conradi Østhus
bad3e1f126 3.2.26 2020-02-21 16:44:51 +01:00
greenkeeper[bot]
03ed13058a
fix: Update prom-client to the latest version 🚀 (#562)
* fix(package): update prom-client to version 12.0.0

* chore(package): update lockfile yarn.lock
2020-02-20 10:54:13 +01:00
Ivar Conradi Østhus
a02bfc4098 chore: update lolex to latest version 2020-02-20 08:49:43 +01:00
Ivar Conradi Østhus
a8a3a44b8d 3.2.25 2020-02-20 08:34:33 +01:00
Ivar Conradi Østhus
686b19d81e fix: upgrade unleash-frontend to version 3.2.15 2020-02-20 08:34:33 +01:00
Ivar Conradi Østhus
ec2c60e91c fix: upgrade unleash-frontend to version 3.2.14 2020-02-20 08:34:33 +01:00
Ivar Conradi Østhus
2e0495ef07 3.2.24 2020-02-20 08:34:33 +01:00
Ivar Conradi Østhus
8bd17564ca fix: upgrade unleash-frontend 3.2.13 2020-02-20 08:34:33 +01:00
Ivar Conradi Østhus
1ebe793cd9 fix: upgrade unleash-frontend to version 3.2.12 2020-02-20 08:34:33 +01:00
Ivar Conradi Østhus
23c8e365b1 3.2.23 2020-02-20 08:34:33 +01:00
Ivar Conradi Østhus
fbd60efa8f fix: Upgrade unleash-frontend to version 3.2.11 2020-02-20 08:34:32 +01:00
Ivar Conradi Østhus
73350a3cec fix: update yargs to version 15.1.0 2020-02-20 08:34:32 +01:00
Ivar Conradi Østhus
b532c86695 fix: Upgrade to @hapi/joi (#543) 2020-02-20 08:34:32 +01:00
Ivar Conradi Østhus
4089a40fa3 fix: update nyc to version 15.0.0 2020-02-20 08:34:32 +01:00
Ivar Conradi Østhus
c986b489bd 3.2.22 2020-02-20 08:34:32 +01:00
ivaosthu
de567735ad 3.2.21 2020-02-20 08:34:32 +01:00
ivaosthu
49cb63ac8e fix: bump unleash-frontend to version 3.2.10 2020-02-20 08:34:32 +01:00
ivaosthu
e8c409e4e6 3.2.20 2020-02-20 08:34:32 +01:00
ivaosthu
dd3c60e063 fix: update @types/node to latest 2020-02-20 08:34:31 +01:00
greenkeeper[bot]
d193a9842c fix: Update yargs to to version 15.0.1
* fix(package): update yargs to version 15.0.1

* chore(package): update lockfile yarn.lock
2020-02-20 08:34:31 +01:00
greenkeeper[bot]
8f00ffeaf5 fix: Update log4js to the latest version 🚀 (#524)
* fix(package): update log4js to version 6.0.0

* chore(package): update lockfile yarn.lock
2020-02-20 08:34:31 +01:00
ivaosthu
9e5b5ea5ea 3.2.19 2020-02-20 08:34:31 +01:00
ivaosthu
caf135c7ec fix: update knex to version 0.20.0 2020-02-20 08:34:31 +01:00
ivaosthu
1b92f2f553 fix: Update unleash-frontend to 3.2.9 2020-02-20 08:34:31 +01:00
ivaosthu
c0a148e8a6 3.2.18 2020-02-20 08:34:31 +01:00
Ivar Conradi Østhus
cdd483ffec feat: Add new Flexible Rollout Strategy (#517)
* feat: Add new Flexible Rollout Strategy

fixes #516

* feat: update unleash-frontend to version 3.2.8

* chore: update flexible rollout documentation
2020-02-20 08:34:31 +01:00
ivaosthu
d9291e516d 3.2.17 2020-02-20 08:34:30 +01:00
ivaosthu
1db4867f18 3.2.16 2020-02-20 08:34:30 +01:00
ivaosthu
2076d3a47d fix: Update unleash-frontend to version 3.2.7 2020-02-20 08:34:30 +01:00
greenkeeper[bot]
c86c035c6c fix: Update lolex to the latest version 🚀 (#508)
* chore(package): update lolex to version 5.0.0

* chore(package): update lockfile yarn.lock
2020-02-20 08:34:30 +01:00
ivaosthu
2d9e80ffca fix: Only use set-value 2.0.1 2020-02-20 08:34:30 +01:00
ivaosthu
abf1124391 fix: Update dev-dependencies
coveralls@3.0.6, lolex@4.2.0, proxyquire@2.1.3, superagent@5.1.0
2020-02-20 08:34:30 +01:00
ivaosthu
a182460242 fix: upgrade prettier to version 1.18.2 2020-02-20 08:34:30 +01:00
ivaosthu
66a918a77e fix: Upgrade express to version 4.17.1 2020-02-20 08:34:30 +01:00
ivaosthu
e380e70355 fix: update eslint to version 6.5.1 2020-02-20 08:34:30 +01:00
ivaosthu
34f74a5459 fix: update @passport-next/passport to version 3.0.1 2020-02-20 08:34:30 +01:00
ivaosthu
c4d950c13f fix: remove unused dependency: commander 2020-02-20 08:34:30 +01:00
ivaosthu
7b81295551 chore: upgrade knex to version 0.19.4 2020-02-20 08:34:29 +01:00
ivaosthu
d1de2abd8a chore: upgrade @types/node to version 12.7.9 2020-02-20 08:34:29 +01:00
ivaosthu
68e3ff93b0 chore: upgrade lint-staged to version 9.4.1 2020-02-20 08:34:29 +01:00
ivaosthu
8d63e7e7f5 chore: upgrade async to version 3.1.0 2020-02-20 08:34:29 +01:00
ivaosthu
f54f5727de chore: upgrade supertest to version 4.0.2 2020-02-20 08:34:29 +01:00
ivaosthu
f4bd550818 chore: upgrade ava to version 2.4.0 2020-02-20 08:34:28 +01:00
ivaosthu
c1c5218aaa fix: remove unused depenency yallist 2020-02-20 08:34:28 +01:00
ivaosthu
8f2f41469e fix: Bump yargs to version 14.0.0 2020-02-20 08:34:28 +01:00
ivaosthu
bf4ec62e22 fix: bump husky to version 3.0.8 2020-02-20 08:34:28 +01:00
ivaosthu
b439e3639e fix: Upgrade log4js to version 5.1.0
closes #479
2020-02-20 08:34:28 +01:00
ivaosthu
ec4d169874 debug: travis with postgres 10 2020-02-20 08:34:28 +01:00
ivaosthu
e5d4cec107 chore: increase test-logging 2020-02-20 08:34:28 +01:00
ivaosthu
4e8405d499 chore: see if travis is hapy with serial tests 2020-02-20 08:34:28 +01:00
ivaosthu
f380918810 chore: bump pg to 7.12.1 2020-02-20 08:34:28 +01:00
greenkeeper[bot]
67ad9c4498 fix(package): update commander to version 3.0.0
* fix(package): update commander to version 3.0.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:27 +01:00
ivaosthu
57eb157126 3.2.15 2020-02-20 08:34:27 +01:00
ivaosthu
a7cd7f76c5 fix: update knex to version 0.19.1 2020-02-20 08:34:27 +01:00
ivaosthu
adb3d588f1 remove unused dependency install 2020-02-20 08:34:27 +01:00
ivaosthu
e2c34b1e8e fix: Upgrade lint-staged to version 9.2.1 2020-02-20 08:34:27 +01:00
ivaosthu
097d8cdb70 fix: Upgrade husky to version 3.0.1 2020-02-20 08:34:27 +01:00
ivaosthu
067a84869a fix: upgrade eslint to version 6.1.0 2020-02-20 08:34:26 +01:00
ivaosthu
52de24b6e8 fix: Update unleash-frontend to version 3.2.6 2020-02-20 08:34:26 +01:00
ivaosthu
da4d1a5b66 fix: upgrade ava to 2.2.0 2020-02-20 08:34:26 +01:00
greenkeeper[bot]
21d2deebd3 fix: Update @passport-next/passport to the latest version 🚀 (#469)
* chore(package): update @passport-next/passport to version 3.0.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:26 +01:00
ivaosthu
de1a9e29a5 3.2.14 2020-02-20 08:34:26 +01:00
ivaosthu
6aefe18440 3.2.13 2020-02-20 08:34:26 +01:00
ivaosthu
3f31048c6f fix: Upgrade knex to version 0.17.5
closes #447
2020-02-20 08:34:26 +01:00
greenkeeper[bot]
1db0d94e0f chore: Update db-migrate-pg to version 1.0.0 2020-02-20 08:34:26 +01:00
Ivar Conradi Østhus
fe54b101b1 3.2.12 2020-02-20 08:34:25 +01:00
Ivar Conradi Østhus
6d4650287d fix: Update nyx to version 14.1.1
closes #451
2020-02-20 08:34:25 +01:00
Ivar Conradi Østhus
3298f1bb20 fix: Update commander to version 2.20.0 2020-02-20 08:34:25 +01:00
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
99cdeb7179 3.2.11 2020-02-20 08:34:25 +01:00
ivaosthu
12c2af4eaf 3.2.10 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
7683325721 3.2.8 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]
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
ivaosthu
9c3c4dd08c 3.2.7 2020-02-20 08:34:23 +01:00
ivaosthu
c66f12034e 3.2.6 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]
e01538587f chore(package): update lolex to version 4.0.1 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]
2f427d45a4 chore(package): update superagent to version 5.0.2 2020-02-20 08:34:23 +01:00
Ivar Conradi Østhus
c133a4dfd5 fix: Bump unleash-frontend to version 3.2.3 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
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
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
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
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
1a7da874f8 3.2.0 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
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
3d2dcfd888 3.1.6 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
1ab51968cf 3.1.4 2020-02-20 08:34:19 +01:00
ivaosthu
c1df050bdc chore(package): Upgrade moment to version 2.23.0 2020-02-20 08:34:18 +01:00
ivaosthu
33e64729cd chore(package): Upgrade deep-diff to version 1.0.2 2020-02-20 08:34:18 +01:00
ivaosthu
051868bd90 chore(package): Upgrade prom-client to version 11.2.0 2020-02-20 08:34:18 +01:00
ivaosthu
c89274eaba chore(package): Upgrade joi to version 14.3.0 2020-02-20 08:34:18 +01:00
ivaosthu
7192f3fc84 chore(package): Upgrade pg to version 7.7.1 2020-02-20 08:34:18 +01:00
ivaosthu
12206e635a chore(package): Upgrade various dev-dependecies 2020-02-20 08:34:18 +01:00
ivaosthu
cdf623e70f chore: Upgrade ava to 1.0.1 2020-02-20 08:34:18 +01:00