Ivar Conradi Østhus
e6f6b9ac18
fix: license year and company
2020-05-12 22:41:36 +02:00
Ivar Conradi Østhus
91b8f15364
fix: license year to 2020
2020-05-12 22:40:05 +02:00
Ivar Conradi Østhus
e61e786cef
feat: locale select should be dropdown menu
2020-05-12 22:37:59 +02:00
Ivar Conradi Østhus
ae8fd61ea4
feat: support internal routes
2020-05-12 20:41:03 +02:00
Ivar Conradi Østhus
28439d5454
Chore: add dart sdk details
2020-05-06 08:12:18 +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
5600b3fd61
fix: we are not ready for node 14
2020-05-02 09:12:36 +02:00
Ivar Conradi Østhus
770336e181
fix: add missing await for node 14
2020-05-02 09:00:08 +02:00
Ivar Conradi Østhus
295bb28b29
fix: remove Procfile for Heroku
2020-05-02 08:02:10 +02:00
Ivar Conradi Østhus
13b92e07ce
3.3.2
2020-05-02 07:49:30 +02:00
Ivar Conradi Østhus
bfa9bd6e2a
chore: update changelog.md
2020-05-02 07:48:59 +02:00
Ivar Conradi Østhus
7599553a90
fix: stop measure responsetime for unknown paths ( #591 )
2020-04-30 23:04:06 +02:00
Ivar Conradi Østhus
eefc0cf44c
fix: adjust colors of dialog
2020-04-30 08:15:58 +02:00
Ivar Conradi Østhus
924edc8109
fix: expose evaluated config and permissions object
...
To make it easier to extend unleash we should expose
evaluated configuration.
2020-04-28 08:20:29 +02:00
Ivar Conradi Østhus
bf7a246707
fix: user should not crash if email is missing
2020-04-28 08:17:04 +02:00
Ivar Conradi Østhus
9f86bce0ab
3.3.1
2020-04-19 21:01:48 +02:00
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