Clint Checketts
8cd19254c5
Move deps to devDependencies and add airbnb eslint rules
2021-02-22 22:05:51 -07:00
Clint Checketts
d1933bcd1b
chore: Add TS support to code coverage
2021-02-22 21:58:29 -07:00
Clint Checketts
94b278a887
Add support for TS to eslint
...
See https://khalilstemmler.com/blogs/typescript/eslint-for-typescript/
2021-02-22 21:57:58 -07:00
Ivar Conradi Østhus
73239d4062
3.13.0
2021-02-19 12:52:53 +01:00
Ivar Conradi Østhus
1ba029de66
feat: update unleash-frontend to version 3.12.0
2021-02-19 12:36:21 +01:00
Christopher Kolstad
ba57822d23
fix: generate uuid in js migration instead of from db
2021-02-19 11:27:29 +01:00
Simen Bekkhus
4902161b39
fix: TypeScript should be a dev dependency ( #730 )
2021-02-19 08:18:48 +01:00
Christopher Kolstad
d017ec7cdc
feat: add db-session store ( #722 )
...
* Moves to db managed sessions.
2021-02-18 09:03:21 +01:00
Christopher Kolstad
4e63512ee1
Setup tsc-watch for dev build ( #723 )
2021-02-15 08:39:28 +01:00
Fredrik Oseberg
8d1851cff3
3.12.0
2021-02-12 12:50:34 +01:00
Fredrik Strand Oseberg
c1aab06798
Feature/setup typescript
...
This sets up the typescript compiler.
Allowing gradual migration to typescript.
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Fredrik Oseberg <fredrik.oseberg@getunleash.ai>
Co-authored-by: Clint Checkett <clintchecketts@churchofjesuschrist.org>
fixes : #676
2021-02-12 11:42:00 +01:00
Christopher Kolstad
feb83772ec
chore: Remove git add from husky
2021-02-11 14:08:33 +01:00
Ivar Conradi Østhus
dcde06b0c3
3.11.2
2021-02-09 22:48:04 +01:00
Ivar Conradi Østhus
073b679e7e
fix: update unleash-frontend to version 3.11.4
2021-02-09 22:01:00 +01:00
Christopher Kolstad
3032ed9f58
fix: include frontend bug fix
2021-02-09 13:50:44 +01:00
Ivar Conradi Østhus
566ee16629
fix: upgrade unleash-frontend to version 3.11.3
2021-02-09 12:52:02 +01:00
Ivar Conradi Østhus
aff5f2f8b6
3.11.0
2021-02-09 11:07:46 +01:00
Christopher Kolstad
8c6bc9f118
Merge pull request #712 from Unleash/fix-711-conflict-on-existing-tag
...
Make feature-toggle-store return 409
2021-02-09 10:54:05 +01:00
Ivar Conradi Østhus
cf1092881c
fix: upgrade unleash-frontend to version 3.11.2
2021-02-09 10:45:12 +01:00
Christopher Kolstad
063d3f0e4a
Make feature-toggle-store return 409
...
- After seeing frontend behaviour where the user could add the same
tag multiple times, and not get errors or be stopped doing so, we'll
change the backend to return a 409 if you tag a feature with a tag it
already has.
- Previous to this commit, the setup was to do `onConflict().ignore()`
which caused the frontend to not get any help from the backend as to
whether or not the operation was allowed
- This fix adds a custom error and adds a branch to the handleError util
method for handling just that error type with a 409.
- This caused a couple of tests to receive 409, probably due to
insufficient cleanup between tests. Adding faker as a dev-dependency and randomising
toggle names and tag values for each test reduces the chance that
we'll run into duplicate issues in the future for the tests that
touches this problem
fixes : #711
2021-02-08 16:22:15 +01:00
Martin Lehmann
ea6183f79c
fix: upgrade prom-client from 12.0.0 to 13.1.0
2021-02-05 15:20:59 +01:00
Ivar Conradi Østhus
47b7e1d87c
fix: upgrade unleash-frontend to version 3.11.1
...
This version introduces frontend for addons
2021-02-05 15:20:00 +01:00
Ivar Conradi Østhus
2bb38fe3e8
fix: Addons should support sensitive params
2021-02-05 15:20:00 +01:00
Ivar Conradi Østhus
17c8fe7710
feat: Introduce addon framework
...
fixes : #587
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-02-05 15:20:00 +01:00
Christopher Kolstad
73f54e8288
chore: Use yarn for scripts
2021-01-26 10:10:47 +01:00
Ivar Conradi Østhus
91d1477ea5
3.10.1
2021-01-22 13:14:35 +01:00
Christopher Kolstad
258967fe32
Bumped unleash-frontend to 3.10.0
2021-01-22 10:22:58 +01:00
Christopher Kolstad
6ef2916200
Update frontend to latest bugfix
2021-01-21 10:16:44 +01:00
Ivar Conradi Østhus
80ef17422b
fix: remove pg_virtualenv scripts
2021-01-19 09:43:19 +01:00
Christopher Kolstad
52e713e2d4
Include 3.9.0 of Unleash frontend
2021-01-18 10:10:46 +01:00
Christopher Kolstad
43801f1f13
Add Tags and tag types
...
- First iteration of api for tags and tag-types
- Documentation in place
- Adds three new tables
- tag_types
- tags
- feature_tag
- Tagging a feature is adding a row in the feature_tag
join table
* #665
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-01-14 13:09:05 +01:00
Ivar Conradi Østhus
95b7603f07
fix: upgrade unleash-frontend to 3.8.4
2021-01-06 22:33:44 +01:00
Ivar Conradi Østhus
cdfba8f7b1
feat: Adds last-seen dat on toggles
...
When an application updates metrics for a toggle we now
stores the timestamp on the toggle when it was last seen
used by an application. This will make it much easier to
detect toggles not in use anymore.
closes #642
2020-12-22 11:05:00 +01:00
Ivar Conradi Østhus
ac9e3fc55e
3.9.0
2020-12-17 19:50:36 +01:00
Ivar Conradi Østhus
db51104198
3.8.0
2020-12-15 13:54:02 +01:00
Ivar Conradi Østhus
f9d09cf871
fix: upgrade unleash-frontend to 3.8.2
2020-12-15 13:30:59 +01:00
Ivar Conradi Østhus
7c3ef57192
fix: upgrade unleash-frontend to 3.8.1
2020-12-14 23:11:19 +01:00
Ivar Conradi Østhus
3bf01b803a
fix: add support for basic auth with simple-auth ( #659 )
2020-12-03 21:29:01 +01:00
Ivar Conradi Østhus
abc93d55da
feat: upgrade unleash-frontend to version 3.8.0
2020-11-27 22:28:49 +01:00
Ivar Conradi Østhus
a88f6d04ac
fix: bump dev-deps for security
2020-11-24 12:51:59 +01:00
Ivar Conradi Østhus
9e48b5a2f4
fix: Replace travis with GitHub Actions
...
closes #656
2020-11-24 12:46:55 +01:00
Ivar Conradi Østhus
a84c6a18fc
3.7.0
2020-11-23 22:04:27 +01:00
Ivar Conradi Østhus
19b92ebd5b
feat: upgrade unleash-frontend to 3.7.0
2020-11-23 21:47:51 +01:00
Ivar Conradi Østhus
b644071a34
feat: Add technical support for projects
2020-11-23 21:47:51 +01:00
Ivar Conradi Østhus
805698e28f
fix: upgrade to unleash-frontend 3.5.6
...
closes #646
2020-11-04 09:26:43 +01:00
Ivar Conradi Østhus
e0ee091f4b
3.6.1
2020-10-28 20:50:23 +01:00
Ivar Conradi Østhus
c6469732a1
fix: update unleash-frontend to version 3.6.4
2020-10-05 23:17:50 +02:00
Ivar Conradi Østhus
3b2b2933ab
fix: upgradde unleash-frontend to version 3.6.3
2020-10-04 21:11:14 +02:00
Ivar Conradi Østhus
cd25078792
fix: upgrade cookie-session library
2020-10-02 16:38:51 +02:00
Ivar Conradi Østhus
6cff7704ae
3.6.0
2020-09-27 20:15:59 +02:00
Ivar Conradi Østhus
8e23b33850
fix: upgrade unleash-frontend to version 3.6.2
2020-09-26 22:25:19 +02:00
Ivar Conradi Østhus
90f1176bcd
fix: upgrade superagent to version 6.1.0
2020-09-25 22:36:15 +02:00
Ivar Conradi Østhus
6468d28a1a
fix: upgrade supertest to version 5.0.0
2020-09-25 22:35:26 +02:00
Ivar Conradi Østhus
31b1457067
fix: upgrade yargs to version 16.0.3
2020-09-25 22:18:40 +02:00
Ivar Conradi Østhus
cdef7a0fce
fix: upgrade unleash-frontend to version 3.6.1
2020-09-25 22:15:49 +02:00
Ivar Conradi Østhus
0f7e563af3
feat: upgrade unleash-frontend to version 3.6.0
2020-09-25 21:24:34 +02:00
Ivar Conradi Østhus
b8b90226ce
3.5.4
2020-09-18 09:09:25 +02:00
Ivar Conradi Østhus
8ac4a243b2
Fix/upgrade knex ( #630 )
2020-09-18 09:05:09 +02:00
Ivar Conradi Østhus
86d6589145
3.5.3
2020-09-07 09:27:30 +02:00
Ivar Conradi Østhus
83e0388520
3.5.2
2020-09-06 19:46:55 +02:00
Ivar Conradi Østhus
a870c12138
fix: add optional helmet security headers
...
Allow users to enable the helmet middleware to enable
security headers by default.
https://github.com/helmetjs/helmet
2020-09-01 21:21:26 +02:00
Ivar Conradi Østhus
e4663f3e40
3.5.1
2020-08-12 14:30:58 +02:00
Ivar Conradi Østhus
45783dc3a2
fix: upgrade to unleash-frontend v3.5.1
2020-08-11 12:26:40 +02:00
Ivar Conradi Østhus
76e1a78b30
3.5.0
2020-08-10 22:17:07 +02:00
Ivar Conradi Østhus
011c07d61f
fix: upgrade unleash-frontend to latest
2020-08-10 22:16:40 +02:00
Ivar Conradi Østhus
8da1239c42
3.5.0-0
2020-08-07 11:20:17 +02:00
Ivar Conradi Østhus
83dda55172
feat: add stale property on toggle ( #619 )
2020-08-07 10:46:35 +02:00
Ivar Conradi Østhus
ee79e90d92
fix: upgrade joi to version 17.2.0
2020-08-06 11:25:39 +02:00
Ivar Conradi Østhus
6568457ed8
feat: Add support for toggle types ( #618 )
2020-08-06 11:18:52 +02:00
Ivar Conradi Østhus
045a2dc621
3.4.2
2020-08-03 14:13:02 +02:00
Ivar Conradi Østhus
6b09f2a1a6
fix: upgrade unleash-frontend to version 3.4.0
2020-08-03 14:09:19 +02:00
greenkeeper[bot]
67a78c3517
Update @types/node to the latest version 🚀 ( #596 )
...
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-07-31 22:27:42 +02:00
Ivar Conradi Østhus
72506ea5d5
fix: upgrade js-yaml to latest
2020-07-31 22:26:04 +02:00
Ivar Conradi Østhus
acc674c0e7
fix: replace @hapi/joi with joi
2020-07-31 22:15:09 +02:00
Ivar Conradi Østhus
25082a69ae
3.4.1
2020-07-29 22:59:19 +02:00
Ivar Conradi Østhus
b3c0562f96
fix: add resolution for minimist and kind-of
2020-06-24 11:26:37 +02:00
Ivar Conradi Østhus
2e2a065303
3.4.0
2020-06-17 09:56:19 +02:00
Ivar Conradi Østhus
f2b8be4f5e
3.3.6
2020-06-15 15:50:17 +02:00
Ivar Conradi Østhus
5062f97f62
fix: upgrade unleash-frontend to verson 3.3.5
2020-06-15 15:33:08 +02:00
Ivar Conradi Østhus
e3749b750c
3.3.5
2020-05-20 19:45:19 +02:00
Ivar Conradi Østhus
91e8dfe4dd
fix: upgrade unleash-frontend to verson 3.3.3
2020-05-20 16:35:30 +02:00
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
ivaosthu
62e6d1075a
chore(modernize): remove express-validator
2020-02-20 08:34:18 +01:00
greenkeeper[bot]
4c63a1f2e8
fix(package): update knex to version 0.16.1
2020-02-20 08:34:16 +01:00
ivaosthu
61a20cb43a
3.1.3
2020-02-20 08:34:16 +01:00
ivaosthu
05ec618fea
Revert "fix(package): update knex to version 0.16.0"
...
This reverts commit d36874159b
.
2020-02-20 08:34:16 +01:00
greenkeeper[bot]
9a2da3d867
fix(package): update knex to version 0.16.0
2020-02-20 08:34:16 +01:00
ivaosthu
10ed9ac49a
chore: Only use eslint to fix js files
2020-02-20 08:34:16 +01:00
ivaosthu
cc58b57c33
chore: add precommit formatting
2020-02-20 08:34:15 +01:00
ivaosthu
b24a7b06f3
chore: add prettier rules
2020-02-20 08:34:15 +01:00
ivaosthu
4cd7b59382
chore: Upgrade prettier to 1.15.2
2020-02-20 08:34:15 +01:00
ivaosthu
0925136bfb
chore: Fix husky config
2020-02-20 08:34:15 +01:00
ivaosthu
9c7b429032
chore: Upgrade husk and nyc
2020-02-20 08:34:15 +01:00
ivaosthu
46baa25b62
3.1.2
2020-02-20 08:34:15 +01:00
greenkeeper[bot]
5d9345b5a4
chore(package): update superagent to version 4.0.0
2020-02-20 08:34:14 +01:00
greenkeeper[bot]
e7a39d9be7
chore(package): update lint-staged to version 8.0.0
2020-02-20 08:34:14 +01:00
greenkeeper[bot]
367fe18b64
fix(package): update joi to version 14.0.0
2020-02-20 08:34:13 +01:00
greenkeeper[bot]
45d9806b8d
chore(package): update husky to version 1.1.1
...
Closes #347
2020-02-20 08:34:13 +01:00
greenkeeper[bot]
35ebce7f1b
chore(package): update lolex to version 3.0.0
2020-02-20 08:34:13 +01:00
Simen Bekkhus
0bf834a4f2
chore: upgrade prettier
...
Closes #345
2020-02-20 08:34:13 +01:00
ivaosthu
af533e7afe
3.1.1
2020-02-20 08:34:13 +01:00