Merge branch 'backstage:master' into adr-plugin-adjustments

This commit is contained in:
Robunnin
2022-12-28 13:01:47 -05:00
committed by GitHub
319 changed files with 5035 additions and 585 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-bazaar': patch
---
Created soft cut on `ProjectCard` to indicate more content.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Allow custom repository roles to be configured on github repos
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Add experimental environment variable to enable caching for production builds.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Fix sizing of build log component to render all lines
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-cost-insights': patch
---
Removed @backstage/test-utils dependency, since it was already in the devDependencies where it belongs. The main benefit is that this will exclude better-sqlite3 from the production build.
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-stack-overflow-backend': minor
'@backstage/plugin-stack-overflow-backend': patch
---
Enable configuration override for StackOverflow backend plugin when instantiating the search indexer. This makes it possible to set different configuration for frontend and backend of the plugin.
+29 -1
View File
@@ -194,5 +194,33 @@
"@backstage/plugin-vault-backend": "0.2.5",
"@backstage/plugin-xcmetrics": "0.2.32"
},
"changesets": []
"changesets": [
"bright-pants-cry",
"create-app-1672154523",
"curvy-ducks-explode",
"eight-dragons-accept",
"fifty-paws-attack",
"fifty-zoos-nail",
"fluffy-forks-happen",
"forty-years-retire",
"funny-pianos-grow",
"good-geckos-reflect",
"hungry-falcons-cross",
"metal-hotels-deliver",
"old-planets-care",
"olive-eyes-sing",
"renovate-3493165",
"renovate-968149a",
"search-break-loop",
"search-mele-kalikimaka",
"search-pressure-back",
"selfish-phones-smoke",
"silver-chicken-travel",
"strong-eyes-march",
"tasty-impalas-cross",
"tasty-impalas-mix",
"thick-stingrays-smile",
"two-buckets-do",
"witty-eels-itch"
]
}
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-insights-backend': patch
---
Complete check results run when a single check errors so that we don't block other checks from working due to an error in a single check
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Add Github repository support for squash merge commit title and message options
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/create-app': patch
---
Remove deprecated `create-plugin` script from the `default-app` template's `package.json.hbs`.
Also, update the documentation to not mention the `create-plugin` script and instead mention
the `new` script.