Ivar Conradi Østhus
37d701a121
fix: reload of admin/api page yields 404
...
fixes : #836
2021-05-05 09:01:39 +02:00
Ivar Conradi Østhus
cafd497bd1
4.0.0-alpha.8
2021-05-04 22:20:35 +02:00
Ivar Conradi Østhus
e80566bf2d
chore: update changelog
2021-05-04 22:20:21 +02:00
Ivar Conradi Østhus
01ab4e1604
feat: global events requires admin role
2021-05-04 22:11:30 +02:00
Ivar Conradi Østhus
ec06e92ef7
4.0.0-alpha.14
2021-05-04 22:10:48 +02:00
Ivar Conradi Østhus
73696f1bd3
chore: updated changelog
2021-05-04 22:10:40 +02:00
Ivar Conradi Østhus
c0c69854e8
fix: all global event log requires admin
2021-05-04 22:06:47 +02:00
Ivar Conradi Østhus
3f5992902d
fix: constraints array can be undefined
2021-05-04 21:50:06 +02:00
Fredrik Strand Oseberg
28b186150d
fix: remove toast info from bootstrap controller ( #834 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-04 21:43:14 +02:00
Fredrik Strand Oseberg
48cad24bc7
feat: add migration ( #832 )
2021-05-04 21:42:58 +02:00
Fredrik Strand Oseberg
5091f287f2
fix: set name type to be min 1 character ( #833 )
2021-05-04 21:42:42 +02:00
Ivar Conradi Østhus
48e15262a1
fix: tests
2021-05-04 21:40:38 +02:00
Ivar Conradi Østhus
395ea185f3
fix: bum unleash-frontend to version 4.0.0-alpha.13
2021-05-04 21:39:53 +02:00
Ivar Conradi Østhus
185aee70df
fix: /api/admin/user should not allow caching
2021-05-04 21:33:32 +02:00
Ivar Conradi Østhus
dd64566719
4.0.0-alpha.13
2021-05-04 21:30:27 +02:00
Ivar Conradi Østhus
c9eb145c56
chore: update changelog
2021-05-04 21:29:49 +02:00
Fredrik Strand Oseberg
c4f44f7558
fix: allow permissions to be checked without project being defined ( #282 )
...
* fix: allow permissions to be checked without project being defined
* fix: change order
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-04 21:25:35 +02:00
Fredrik Strand Oseberg
e8de5bd816
Fix/strategy constraints ( #283 )
...
* feat: redesign strategy cards
* fix: add version check to constraints
* fix: use flags
* fix: update icon and add tooltips
* fix: remove console logs
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-04 21:25:06 +02:00
Ivar Conradi Østhus
367b5c8d85
fix: logout should only be called once
2021-05-04 21:24:25 +02:00
Ivar Conradi Østhus
217170c2e2
fix: handle generic errors better
2021-05-04 20:41:19 +02:00
Ivar Conradi Østhus
141b359330
chore: moved technical debt docs to user-guides
2021-05-04 20:11:17 +02:00
Ivar Conradi Østhus
b5a36a6d42
chore: fix SDK docs
2021-05-04 16:08:21 +02:00
Ivar Conradi Østhus
2f2c2b74db
fix: minor docs cleanup
2021-05-04 15:33:31 +02:00
Fredrik Strand Oseberg
2099bbea73
fix: match bootstrap uiConfig with expected data format ( #830 )
...
* fix: match bootstrap uiConfig with expected data format
* fix: default to empty object for ui and experimental properties on config
* fix: update text
2021-05-04 10:00:25 +02:00
Fredrik Strand Oseberg
f0d6e45361
Feat/bootstrap ( #281 )
...
* feat: add bootstrap endpoint redux integration
* fix: remove useEffect from app
* feat: add path provider
* feat: browser router
* fix: delete path formatter
* fix: return absolute path if no basepath
* fix: format seenURI
* feat: get bootstrap uri from html
* fix: remove unused imports
* fix: remove initial loading call
* fix: wrap logout in formatApiPath
* feat: import logo
* feat: remove accessor from receiveConfig
* fix: update tests
* fix: update asset paths
* fix: remove data from app
* fix: revert moving access provider
* fix: remove build watch
* fix: remove console logs
* fix: update asset paths
* fix: remove path logic from base64
* fix: remove unused import
* set uiconfig
* change notification text
* fix: match uiConfig with expected format
* feat: add proclamation
* fix: move proclamation
* fix: remove unused imports
* fix: add target _blank
* fix: allow optional toast
* fix: return empty string if default value is present
* fix: set basepath to empty string if it matches default
2021-05-04 09:59:42 +02:00
R Ashwin
d61c7242d8
feat: Datadog integration ( #820 )
...
fixes : #815
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-03 22:08:14 +02:00
Ivar Conradi Østhus
0bed8f605e
fix: regular users are not API users
2021-05-03 19:33:37 +02:00
Fredrik Strand Oseberg
85a544bbd6
Feat/format base path ( #828 )
...
* chore: update changelog
* feat: add formatBaseUri helper
* feat: call formatBaseUri on server options
* feat: call formatBaseUri on user options
* fix: update test
* fix: disable consistent return
2021-05-03 12:28:59 +02:00
Ivar Conradi Østhus
410e6ca18c
4.0.0-alpha.7
2021-05-02 21:19:19 +02:00
Ivar Conradi Østhus
ff341bff06
chore: update CHANGELOG
2021-05-02 21:18:30 +02:00
Ivar Conradi Østhus
841e2a6e07
fix: more types
2021-05-02 21:11:17 +02:00
Ivar Conradi Østhus
4b48c08e0e
fix: move permission to types
2021-05-02 20:58:02 +02:00
Ivar Conradi Østhus
8c5c120128
fix: bum unleash-frontend to version 4.0.0-alpha.12
2021-05-02 20:49:52 +02:00
Ivar Conradi Østhus
c2e50bf16c
4.0.0-alpha.12
2021-05-02 20:46:40 +02:00
Ivar Conradi Østhus
58bd87c03d
chore: update changelog
2021-05-02 20:46:02 +02:00
Ivar Conradi Østhus
dfda721ddb
fix: catch all route only for baseUriPath ( #825 )
...
* fix: catch all route only for baseUriPath
* Update src/lib/app.ts
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-04-30 20:16:20 +02:00
Fredrik Strand Oseberg
e22c7c8b37
Feat/serve frontend with baseuri ( #824 )
...
* chore: update changelog
* chore: update changelog
* feat: format asset paths and insert baseUri in html
* feat: add tests
* feat: pass dependencies to pre router hook
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-04-30 15:31:54 +02:00
Ivar Conradi Østhus
0efc238fdb
fix: define root role by setting the name of the role ( #823 )
2021-04-30 13:25:24 +02:00
Christopher Kolstad
dd8e9207ad
feat: automatically add all existing users as owners to all existing … ( #818 )
...
* feat: automatically add all existing users as owners to all existing projects
2021-04-30 13:04:25 +02:00
Christopher Kolstad
4c3a77bc31
fix: project store was wrongly typing its id field as number ( #822 )
2021-04-30 12:51:46 +02:00
Ivar Conradi Østhus
90b6fce2c2
fix: build..
2021-04-30 09:05:46 +02:00
Ivar Conradi Østhus
a8bb01f9f2
fix: add datadog logo for addons
2021-04-30 08:51:34 +02:00
Ivar Conradi Østhus
2df0907e1c
4.0.0-alpha.6
2021-04-29 22:11:15 +02:00
Ivar Conradi Østhus
8464c69dd9
chore: update changelog
2021-04-29 22:11:04 +02:00
Ivar Conradi Østhus
8b9d5ee158
fix: upgrade unleash-frontend to version 4.0.0-alpha.11
2021-04-29 22:04:03 +02:00
Ivar Conradi Østhus
dad8d3de81
4.0.0-alpha.11
2021-04-29 22:00:58 +02:00
Ivar Conradi Østhus
f698880eb7
chore: update changelog
2021-04-29 22:00:43 +02:00
Ivar Conradi Østhus
4b826715a7
Feat/auth hosted section ( #280 )
2021-04-29 21:55:48 +02:00
Ivar Conradi Østhus
176d2e4dd3
fix: Autehntication required options is optional
2021-04-29 18:52:52 +02:00
Christopher Kolstad
bbb714bf5f
fix: default custom auth hook now denies all requests to api endpoints ( #811 )
...
* fix: default custom auth hook now denies all requests to api endpoints
* fix: add link to documentation in customAuth error message
2021-04-29 15:18:58 +02:00