1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00
Commit Graph

1420 Commits

Author SHA1 Message Date
ivaosthu
897325b807 fix: constraints should be part of toggle schema 2019-11-20 22:11:30 +01:00
greenkeeper[bot]
974b93a154 fix: Update yargs to to version 15.0.1
* fix(package): update yargs to version 15.0.1

* chore(package): update lockfile yarn.lock
2019-11-18 08:12:14 +01:00
greenkeeper[bot]
82de3f95c8 fix: Update log4js to the latest version 🚀 (#524)
* fix(package): update log4js to version 6.0.0

* chore(package): update lockfile yarn.lock
2019-11-18 08:11:38 +01:00
Shobhit Khandelwal
32401db40e fix: Add option to disable database migrations #526 (#527)
Closes #526
2019-11-18 08:10:58 +01:00
Ronen Konfortes
1242c7f203 chore: Update beta-features.md with clients supporting variants (#525) 2019-11-13 09:30:59 +01:00
Jürgen Etzlstorfer
d6ec474bd5 chore: fix typo (#523) 2019-11-03 19:06:17 +01:00
ivaosthu
96d8187600 3.2.19 2019-10-28 08:11:10 +01:00
ivaosthu
066355d067 chore: update CHANGELOG.md 2019-10-28 08:08:16 +01:00
ivaosthu
ea9214c945 fix: update knex to version 0.20.0 2019-10-28 08:07:05 +01:00
ivaosthu
953a5602ef fix: update yarn.lock 2019-10-27 19:49:36 +01:00
ivaosthu
885f59b2f1 fix: Update unleash-frontend to 3.2.9 2019-10-27 19:44:48 +01:00
Ivar Conradi Østhus
64660d235e
Create FUNDING.yml 2019-10-24 18:56:14 +02:00
ivaosthu
3afb5b9775 3.2.18 2019-10-24 17:28:50 +02:00
ivaosthu
e6414c3d33 chore: update CHANGELOG.md 2019-10-24 17:26:39 +02:00
Ivar Conradi Østhus
80c08c013d
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
2019-10-24 16:58:09 +02:00
Joshua Mentzer
3a88a1a86e chore: toggle/on|off documentation added (#515) 2019-10-24 16:51:29 +02:00
ivaosthu
350bdabdc1 3.2.17 2019-10-21 20:49:13 +02:00
Ivar Conradi Østhus
8eb9b598dc
Update CHANGELOG.md 2019-10-21 20:48:29 +02:00
dependabot[bot]
756a248ec9 fix: bump knex from 0.19.4 to 0.19.5 (#513)
Bumps [knex](https://github.com/tgriesser/knex) from 0.19.4 to 0.19.5.
- [Release notes](https://github.com/tgriesser/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tgriesser/knex/commits/0.19.5)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-21 20:47:14 +02:00
ivaosthu
13d3cf4005 3.2.16 2019-10-13 20:53:29 +02:00
ivaosthu
86e80b1372 fix: Update unleash-frontend to version 3.2.7 2019-10-13 20:52:40 +02:00
ivaosthu
ed7dabedcd chore: update CHANGELOG.md 2019-10-13 20:43:38 +02:00
Ivar Conradi Østhus
31e35e3c91 fix: lint error 2019-10-13 20:32:24 +02:00
Ivar Conradi Østhus
781f5441f0 fix: Add admin api for context-field definitions 2019-10-13 20:21:04 +02:00
greenkeeper[bot]
2325e9f06b fix: Update lolex to the latest version 🚀 (#508)
* chore(package): update lolex to version 5.0.0

* chore(package): update lockfile yarn.lock
2019-10-09 19:49:52 +02:00
ivaosthu
e80561881e fix: Only use set-value 2.0.1 2019-10-05 08:10:38 +02:00
Weslei Juan Novaes Pereira
c3ba676da0 chore: Added static context props in docs (#507) 2019-10-05 07:17:17 +02:00
ivaosthu
d36bee8862 fix: Update dev-dependencies
coveralls@3.0.6, lolex@4.2.0, proxyquire@2.1.3, superagent@5.1.0
2019-10-03 15:58:47 +02:00
ivaosthu
bca10f1b1d fix: upgrade prettier to version 1.18.2 2019-10-03 15:34:23 +02:00
ivaosthu
23eab577e1 fix: Upgrade express to version 4.17.1 2019-10-03 15:32:48 +02:00
ivaosthu
7f528a30f5 fix: update eslint to version 6.5.1 2019-10-03 15:30:54 +02:00
ivaosthu
ea4e79d0eb fix: update @passport-next/passport to version 3.0.1 2019-10-03 15:30:15 +02:00
ivaosthu
e077bf82d1 fix: remove unused dependency: commander 2019-10-03 15:23:21 +02:00
ivaosthu
7db15fa775 chore: Add details about Larvel (php) SDK 2019-10-03 15:22:27 +02:00
Weslei Juan Novaes Pereira
d0555fb468 chore: Added unleash-client-core as official sdk (#505)
Added in readme unleash-client-core as official sdk and removed unofficial ones
2019-10-03 15:15:50 +02:00
Ivar Conradi Østhus
32b999ff94
fix: e2e tests should only set up one database per test file (#504)
* fix: e2e tests should only set up one database per test file

* fix: Allow e2e-tests to reset db content
2019-10-03 15:01:33 +02:00
Weslei Juan Novaes Pereira
f8e2f42d6e chore: Added reference to official client implementation in .Net (#503)
* Added reference to official client implementation in .Net

* Added info of official implementations in docs
2019-10-03 08:41:27 +02:00
ivaosthu
89f6f32df9 Revert "debug: test not destroying db in test-setup"
This reverts commit 9fe70f84dc.
2019-10-02 23:21:27 +02:00
ivaosthu
9fe70f84dc debug: test not destroying db in test-setup 2019-10-02 23:11:28 +02:00
ivaosthu
d3fb9f0d09 revert: destroy db at test-init 2019-10-02 23:02:29 +02:00
dependabot[bot]
b5184f8fc0 chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 (#487)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-02 22:48:45 +02:00
ivaosthu
59f89001e9 chore: do not destroy db on startup 2019-10-02 22:48:12 +02:00
ivaosthu
c89638fda2 chore: remove old test-setup hacks 2019-10-02 22:36:11 +02:00
ivaosthu
c24eace2f9 chore: upgrade knex to version 0.19.4 2019-10-02 22:30:57 +02:00
ivaosthu
ae1b191da2 chore: upgrade @types/node to version 12.7.9 2019-10-02 22:27:36 +02:00
ivaosthu
b4e08dc9b8 chore: upgrade lint-staged to version 9.4.1 2019-10-02 22:26:44 +02:00
ivaosthu
e8c35f02e5 chore: add more logging if test-db destroy fails 2019-10-02 22:23:02 +02:00
ivaosthu
9d4005c80b chore: upgrade async to version 3.1.0 2019-10-02 21:51:58 +02:00
ivaosthu
0907aebe8e chore: upgrade supertest to version 4.0.2 2019-10-02 21:50:45 +02:00
ivaosthu
a7d1ee2c52 Revert "chore: test postgres 11 on travis"
This reverts commit 0e8db9279b.
2019-10-02 21:49:52 +02:00