Merge branch 'master' into feature/migrate-scaffolder-octokit

This commit is contained in:
Crevil
2022-01-27 08:36:56 +01:00
34 changed files with 1370 additions and 1086 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Remove the `ignoreChildEvent` utility from the sidebar component to avoid conflicts with popovers
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
chore(deps): bump `remark-gfm` from 2.0.0 to 3.0.1
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
chore(deps): bump `react-markdown` from 7.1.2 to 8.0.0
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
This change is for adding the option of inputs on the `github:actions:dispatch` Backstage Action. This will allow users to pass data from Backstage to the GitHub Action.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Updated the dependency warning that is baked into `app:serve` to only warn about packages that are not allowed to have duplicates.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Updates styling of Header component by removing flex wrap and add max width of characters for subtitle
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Switched the `WebpackDevServer` configuration to use client-side detection of the WebSocket protocol.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Running the `auth-backend` on multiple domains, perhaps different domains depending on the `auth.environment`, was previously not possible as the `domain` name of the cookie was taken from `backend.baseUrl`. This prevented any cookies to be set in the start of the auth flow as the domain of the cookie would not match the domain of the callbackUrl configured in the OAuth app. This change checks if a provider supports custom `callbackUrl`'s to be configured in the application configuration and uses the domain from that, allowing the `domain`'s to match and the cookie to be set.