Ivar Conradi Østhus
1ed3806bb3
feat: upgrade unleash-frontend to version 3.13.0
2021-02-24 12:29:43 +01:00
Christopher Kolstad
44af41547e
feat: make client features endpoint memoizable ( #734 )
2021-02-24 12:29:39 +01:00
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
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
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 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
Ivar Conradi Østhus
073b679e7e
fix: update unleash-frontend to version 3.11.4
2021-02-09 22:01:00 +01:00
Ivar Conradi Østhus
566ee16629
fix: upgrade unleash-frontend to version 3.11.3
2021-02-09 12:52:02 +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
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
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
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
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
dependabot[bot]
2f5e076699
chore(deps): bump ini from 1.3.5 to 1.3.7 ( #670 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 14:49:23 +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
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
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
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
8ac4a243b2
Fix/upgrade knex ( #630 )
2020-09-18 09:05:09 +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
45783dc3a2
fix: upgrade to unleash-frontend v3.5.1
2020-08-11 12:26:40 +02:00
Ivar Conradi Østhus
011c07d61f
fix: upgrade unleash-frontend to latest
2020-08-10 22:16:40 +02:00
Ivar Conradi Østhus
83dda55172
feat: add stale property on toggle ( #619 )
2020-08-07 10:46:35 +02:00
Ivar Conradi Østhus
86f89221a4
fix: update yarn.lock
2020-08-06 11:31:58 +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
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
dependabot[bot]
77e7ed7f1f
chore(deps): bump lodash from 4.17.15 to 4.17.19 ( #610 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 16:03:54 +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
5062f97f62
fix: upgrade unleash-frontend to verson 3.3.5
2020-06-15 15:33:08 +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
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
49e0c0fa29
fix: upgrade unleash-frontend to 3.3.1
2020-05-12 23:04:13 +02:00
Ivar Conradi Østhus
7a60af2edb
fix: pg dependency for db-migrate as well
2020-05-02 09:57:03 +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
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
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
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
dependabot[bot]
0679886360
chore(deps): bump acorn from 7.0.0 to 7.1.1 ( #571 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.0.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.0.0...7.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-14 07:39:00 +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
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
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
7720ce5ee8
fix: remove prometheus-gc-stats
2020-02-21 16:53:57 +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
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
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
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
dependabot[bot]
49da01937e
chore(deps): bump handlebars from 4.1.2 to 4.5.3 ( #542 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
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
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
caf135c7ec
fix: update knex to version 0.20.0
2020-02-20 08:34:31 +01:00
ivaosthu
b3c1bc38fa
fix: update yarn.lock
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
dependabot[bot]
48e9b68abd
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>
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
dependabot[bot]
7a8c9935c5
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>
2020-02-20 08:34:29 +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
e5d4cec107
chore: increase test-logging
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
dependabot[bot]
01a5552317
chore(deps): bump lodash.merge from 4.6.1 to 4.6.2 ( #474 )
...
Bumps [lodash.merge](https://github.com/lodash/lodash ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/commits )
Signed-off-by: dependabot[bot] <support@github.com>
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
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
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
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
9ee7a715c2
chore: bump yarn.lock
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]
95c3041351
chore(package): update lockfile yarn.lock
2020-02-20 08:34:24 +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]
3d396339b6
chore(package): update lockfile yarn.lock
2020-02-20 08:34:23 +01:00
greenkeeper[bot]
30c5672564
chore(package): update lockfile yarn.lock
2020-02-20 08:34:23 +01:00
greenkeeper[bot]
e4c8921041
chore(package): update lockfile yarn.lock
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]
25ac352216
chore(package): update lockfile yarn.lock
2020-02-20 08:34:22 +01:00
ivaosthu
4362b1c045
chore: update yarn.lock
2020-02-20 08:34:22 +01:00
ivaosthu
bb396b6c62
feat: Add customizable ui config
2020-02-20 08:34:22 +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
bb05135f71
fix: Update unleash-frontend to 3.2.0 with variants support
2020-02-20 08:34:20 +01:00
ivaosthu
ba9d28b18d
fix: bump unleash-frontend
2020-02-20 08:34:20 +01:00
ivaosthu
d43d1ad537
fix: bump frontend for better variant support
2020-02-20 08:34:20 +01:00
ivaosthu
b2dd323ffd
feat: Frontend with variant 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
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
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]
6a76d30516
chore(package): update lockfile yarn.lock
2020-02-20 08:34:17 +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]
9624908557
chore(package): update lockfile yarn.lock
2020-02-20 08:34:16 +01:00
ivaosthu
4cd7b59382
chore: Upgrade prettier to 1.15.2
2020-02-20 08:34:15 +01:00
ivaosthu
9c7b429032
chore: Upgrade husk and nyc
2020-02-20 08:34:15 +01:00
ivaosthu
5917961efd
chore: update yarn.lock
2020-02-20 08:34:15 +01:00
greenkeeper[bot]
fd83fbb5b5
chore(package): update lockfile yarn.lock
2020-02-20 08:34:14 +01:00
ivaosthu
ddad9e27a3
fix(clientApi): Add namePrefix paramter to /api/client/features
...
Allows the client to limit the response to name with the given prefix.
2020-02-20 08:34:14 +01:00
ivaosthu
70b9879a45
chore(lockfile): update lockfile
2020-02-20 08:34:14 +01:00
greenkeeper[bot]
82d4d4605c
chore(package): update lockfile yarn.lock
2020-02-20 08:34:14 +01:00
greenkeeper[bot]
aef298bb36
chore(package): update lockfile yarn.lock
2020-02-20 08:34:14 +01:00
greenkeeper[bot]
ef1b4c783d
chore(package): update lockfile yarn.lock
2020-02-20 08:34:13 +01:00
greenkeeper[bot]
d37bddceba
chore(package): update lockfile yarn.lock
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
2ac9322c1b
chore(package): update unleash-frontend to version 3.1.3
2020-02-20 08:34:13 +01:00
ivaosthu
3c40cf2f2e
fix(gzip): Add gzip support
2020-02-20 08:34:13 +01:00
ivaosthu
b0fe8880f8
chore(package): update unleash-frontend to version 3.1.2
2020-02-20 08:34:13 +01:00
greenkeeper[bot]
2dd71ae1a5
Update prometheus-gc-stats to the latest version 🚀 ( #341 )
...
* fix(package): update prometheus-gc-stats to version 0.6.0
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:13 +01:00
ivaosthu
87af1d67ab
fix(package): update unleash-frontend to version 3.1.1
2020-02-20 08:34:13 +01:00
ivaosthu
b09c5369d7
fix(package): update unleash-frontend to version 3.1.0
2020-02-20 08:34:13 +01:00
ivaosthu
ad171e753e
fix(log4js): Upgrade to log4js 3.0.3 and fix configuration
2020-02-20 08:34:12 +01:00
greenkeeper[bot]
043794bcaf
fix(package): update log4js to version 3.0.2
...
Closes #334
2020-02-20 08:34:12 +01:00
greenkeeperio-bot
051e5f219e
chore(package): update lockfile
...
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:12 +01:00
greenkeeperio-bot
e3f0933d4c
chore(package): update lockfile
...
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:12 +01:00
greenkeeperio-bot
4dad27a511
chore(package): update lockfile
...
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:11 +01:00
greenkeeperio-bot
05bbc4c20a
chore(package): update lockfile
...
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:11 +01:00
greenkeeperio-bot
ec8df74f52
chore(package): update lockfile
...
https://npm.im/greenkeeper-lockfile
2020-02-20 08:34:11 +01:00
ivaosthu
f4bf42d91c
chore(package.json): Bump knex to 0.14.6
2020-02-20 08:34:11 +01:00
ivaosthu
fd5d32e1cf
chore(package.json): Bump pg to 7.4.3
2020-02-20 08:34:11 +01:00
ivaosthu
da68926086
chore(package.json): Bump all dev-dependencies
2020-02-20 08:34:11 +01:00