Ivar Conradi Østhus
0d0ef2cc81
chore: update CHANGELOG
2020-04-19 21:00:59 +02:00
Ivar Conradi Østhus
2c90d3fbff
chore: reduce log-level for metrics
2020-04-19 20:57:54 +02:00
Ivar Conradi Østhus
562321175d
fix: add users-table to store user details ( #586 )
2020-04-19 20:51:15 +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
7e20f2c813
3.2.21
2020-04-19 20:24:03 +02:00
Ivar Conradi Østhus
4c4639bd21
chore: update changelog
2020-04-19 20:23:34 +02:00
Ivar Conradi Østhus
c33a811032
fix: upgrade react-reduc to version 7.2.0
2020-04-18 22:08:53 +02:00
Ivar Conradi Østhus
2ef640f506
fix: lint
2020-04-18 22:06:49 +02:00
Ivar Conradi Østhus
9a24743764
fix: upgrade fetch-mock to version 9.4.0
2020-04-18 22:05:34 +02:00
Ivar Conradi Østhus
6ea48374ae
fix: upgrade redux to version 4.0.5
2020-04-18 22:03:38 +02:00
Ivar Conradi Østhus
72d48b5b57
fix: upgrade babel dependencies
2020-04-18 22:01:25 +02:00
Ivar Conradi Østhus
aa13f2d755
fix: upgrade react-router to version 5.1.2
2020-04-18 21:54:49 +02:00
Ivar Conradi Østhus
88aca9e37a
fix: upgrade react to version 16.13.1
2020-04-18 21:53:06 +02:00
Ivar Conradi Østhus
6e657314c2
fix: rename use of legacy react lifecyle methods
...
replaced with "UNSAFE_*" methods. Needs to be fixed at some point.
2020-04-18 21:50:01 +02:00
Ivar Conradi Østhus
a3c6c8da37
fix: upgrade react-dnd to version 10.0.2"
...
Also drop Decorators
2020-04-18 21:48:38 +02:00
Hendy Irawan
1e9db236c4
fix: Support proper SSL settings using DATABASE_SSL
( #585 )
...
As described in https://node-postgres.com/features/ssl , `ssl` is an object which will be passed to Node TLS socket.
Also:
```
(node:1) DeprecationWarning: Implicit disabling of certificate verification is deprecated and will be removed in pg 8. Specify `rejectUnauthorized: true` to require a valid CA or `rejectUnauthorized: false` to explicitly opt out of MITM protection.
```
This change makes it possible to configure accepted SSL CA certificate, or to accept self-signed certificate.
2020-04-18 16:29:05 +02:00
Ivar Conradi Østhus
637c4f4643
fix: disable ssl for local postgres in dev
2020-04-14 22:29:45 +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
780d53f9bf
chore: update changelog
2020-04-13 23:05:08 +02:00
Ivar Conradi Østhus
ed076b809e
chore: update getting-started guide
2020-04-13 23:02:50 +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
Ivar Conradi Østhus
4e45ae6b53
chore: update getting-started guide
2020-04-13 22:47:12 +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
Jessica Schalz
e42b0c7801
feat: Update "enableLegacyRoutes" to false ( #580 )
...
Defining "enableLegacyRoutes" as "true" is less secure than setting it to "false" by default, according to the documentation in "Securing Unleash" (https://unleash.github.io/docs/securing_unleash ).
2020-04-13 22:43:14 +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
f1a6015691
3.2.20
2020-04-13 22:35:12 +02:00
Mattias Lundell
0f73f09675
Fix: typo webpage ( #579 )
...
entperise -> enterprise
2020-03-31 19:19:35 +02:00
Ivar Conradi Østhus
333601eaea
fix: Logout should not be xhr call ( #576 )
...
closes #520
2020-03-29 22:22:19 +02:00
Ivar Conradi Østhus
f28b6bd93a
fix: Logout should not be xhr call
...
details: https://github.com/Unleash/unleash/issues/520
2020-03-29 20:44:48 +02:00
Tomek Marciniak
609142f47e
fix(readme): improve heroku 1 click deploy behavior ( #575 )
2020-03-29 20:14:24 +02:00
Richard Lee
67aea4ee78
chore: Fix typo in gogole-auth-hook example ( #572 )
2020-03-17 17:05:18 +01: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
b9a3d74fbb
fix: lint errors
2020-03-11 19:04:56 +01:00
Ivar Conradi Østhus
af07396d9a
fix: fix sort-order
2020-03-11 18:52:23 +01: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
c42a06ffb9
3.2.19
2020-03-10 15:12:53 +01:00
Ivar Conradi Østhus
b3846225f6
fix: default groupId never set for strategies (only in ui)
2020-03-10 15:09:28 +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
c7b84ba5de
fix: remove unused param
2020-03-05 19:57:44 +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
dff785275a
3.2.18
2020-03-05 17:07:51 +01:00
Ivar Conradi Østhus
d6aeff9891
chore: changelog
2020-03-05 17:07:06 +01:00
Ivar Conradi Østhus
509b3a6186
fix: clean up history view a bit
2020-02-29 10:30:13 +01:00
Ivar Conradi Østhus
e35de272fa
3.2.28
2020-02-28 14:58:44 +01:00