Merge pull request #13570 from backstage/freben-dschwank/user-settings-backend

feat: add user-settings-backend and related frontend store
This commit is contained in:
Ben Lambert
2022-09-20 10:16:46 +02:00
committed by GitHub
33 changed files with 1810 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-user-settings-backend': minor
---
Added new plugin `@backstage/plugin-user-settings-backend` to store user related
settings in the database.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-user-settings': patch
---
Added a `UserSettingsStorage` implementation of the `StorageApi` for use as
drop-in replacement for the `WebStorage`, in conjunction with the newly created
`@backstage/plugin-user-settings-backend`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-shortcuts': patch
---
Ensure that a stable observable is used in the shortcuts API
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': patch
---
Clarify that the `WebStorage` observable returns `JsonValue` items.