Skip to content

Commit

Permalink
Merge branch 'master' into feature/gitlab-issues
Browse files Browse the repository at this point in the history
Signed-off-by: Elaine Mattos <79633988+elaine-mattos@users.noreply.github.com>
  • Loading branch information
elaine-mattos committed Dec 19, 2023
2 parents 9fab52b + 199e660 commit 7289034
Show file tree
Hide file tree
Showing 949 changed files with 23,616 additions and 4,269 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-ads-travel.md
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---

Add the `FrontendFeature` type, which is the union of `BackstagePlugin` and `ExtensionOverrides`
5 changes: 5 additions & 0 deletions .changeset/brave-beers-happen.md
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---

Update alpha component ref type to be more specific than any, delete boot page component and use new plugin type for error boundary component extensions.
5 changes: 5 additions & 0 deletions .changeset/breezy-houses-eat.md
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---

Add support for translation extensions.
6 changes: 6 additions & 0 deletions .changeset/brown-emus-explode.md
@@ -0,0 +1,6 @@
---
'@backstage/frontend-app-api': patch
'@backstage/core-compat-api': patch
---

Leverage the new `FrontendFeature` type to simplify interfaces
5 changes: 5 additions & 0 deletions .changeset/clean-clouds-fry.md
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---

Enable the `tsx` loader to work on Node 18.19 and up
5 changes: 5 additions & 0 deletions .changeset/clever-rats-smoke.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---

Extract some more actions to this library
5 changes: 5 additions & 0 deletions .changeset/cool-fans-wash.md
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---

The `createExtensionTester` helper is now able to render more than one route in the test app.
5 changes: 5 additions & 0 deletions .changeset/create-app-1702395837.md
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---

Bumped create-app version.
5 changes: 5 additions & 0 deletions .changeset/dirty-turkeys-reflect.md
@@ -0,0 +1,5 @@
---
'@backstage/theme': patch
---

Align Material UI v5 `Paper` component background color in dark mode to v4.
6 changes: 6 additions & 0 deletions .changeset/dull-rings-melt.md
@@ -0,0 +1,6 @@
---
'@backstage/plugin-user-settings-backend': patch
'@backstage/plugin-home': patch
---

Change user settings backend plugin id and fix when using user setting backend home page first will cause edit page loop render
5 changes: 5 additions & 0 deletions .changeset/eighty-phones-peel.md
@@ -0,0 +1,5 @@
---
'@backstage/config-loader': minor
---

Add "path" to `TransformFunc` context
5 changes: 5 additions & 0 deletions .changeset/empty-poets-camp.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---

Fix bug where `properties` is set to empty object when it should be empty for schema dependencies
5 changes: 5 additions & 0 deletions .changeset/famous-coins-glow.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-backend': patch
---

Regenerates a fresh token for each call to the search index when collating techdocs.
5 changes: 5 additions & 0 deletions .changeset/five-bears-share.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-analytics-module-ga4': patch
---

Disabled `send_page_view` to get rid of events duplication
5 changes: 5 additions & 0 deletions .changeset/fluffy-bikes-laugh.md
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': minor
---

Removed `featureLoader` from `createApp`, `features` instead accepts both `FrontendFeature` and `CreateAppFeatureLoader`
5 changes: 5 additions & 0 deletions .changeset/forty-mirrors-carry.md
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---

Migrate `renderInTestApp` to `@backstage/frontend-test-utils` for testing individual React components in an app.
5 changes: 5 additions & 0 deletions .changeset/fresh-seahorses-glow.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-org': patch
---

Fix issue where members inside of `<EntityMembersListCard>` would be rendered as squished when the card itself was shrunk down.
5 changes: 5 additions & 0 deletions .changeset/gentle-eggs-speak.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---

Grouped all `/alpha` extension data reference exports under `catalogExtensionData`.
5 changes: 5 additions & 0 deletions .changeset/gentle-timers-fail.md
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---

Updates the `schema openapi generate-client` command to export all generated types from the generated directory.
5 changes: 5 additions & 0 deletions .changeset/giant-pets-cover.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': minor
---

Add a new git repository url picker for `gitea`. This `GiteaRepoPicker` can be used in a template to scaffold a project to be cloned using gitea.
5 changes: 5 additions & 0 deletions .changeset/good-wolves-leave.md
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---

Use the new plugin type for error boundary components.
11 changes: 11 additions & 0 deletions .changeset/hip-cars-repair.md
@@ -0,0 +1,11 @@
---
'@backstage/repo-tools': patch
---

The `api-reports` command now checks for api report files that no longer apply.
If it finds such files, it's treated basically the same as report errors do, and
the check fails.

For example, if you had an `api-report-alpha.md` but then removed the alpha
export, the reports generator would now report that this file needs to be
deleted.
7 changes: 7 additions & 0 deletions .changeset/khaki-singers-film.md
@@ -0,0 +1,7 @@
---
'@backstage/plugin-azure-devops-backend': patch
'@backstage/plugin-azure-devops-common': patch
'@backstage/plugin-azure-devops': patch
---

Added multi-org support
6 changes: 6 additions & 0 deletions .changeset/kind-eels-sing.md
@@ -0,0 +1,6 @@
---
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-scaffolder-node': patch
---

Refactor some methods to `-node` instead and use the new external modules
6 changes: 6 additions & 0 deletions .changeset/large-oranges-press.md
@@ -0,0 +1,6 @@
---
'@backstage/plugin-catalog': patch
'@backstage/plugin-org': patch
---

Add permission check to catalog create and refresh button
5 changes: 5 additions & 0 deletions .changeset/light-beers-cheer.md
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': patch
---

Added `compatWrapper`, which can be used to wrap any React element to provide bi-directional interoperability between the `@backstage/core-*-api` and `@backstage/frontend-*-api` APIs.
5 changes: 5 additions & 0 deletions .changeset/long-trainers-matter.md
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---

Updating template generation for scaffolder module
5 changes: 5 additions & 0 deletions .changeset/many-days-wash.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-explore': patch
---

Added option to set `Direction` for the graph in the `GroupsDiagram`
5 changes: 5 additions & 0 deletions .changeset/metal-countries-sniff.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-vault-backend': patch
---

Updated to test using PostgreSQL 12 and 16
5 changes: 5 additions & 0 deletions .changeset/nasty-rockets-bathe.md
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': minor
---

Discover plugins and routes recursively beneath the root routes in `collectLecacyRoutes`
5 changes: 5 additions & 0 deletions .changeset/neat-plants-dream.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---

Internal naming updates for `/alpha` exports.
5 changes: 5 additions & 0 deletions .changeset/ninety-suns-accept.md
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---

Fixed the AwsS3UrlReader host regex and host to allow the S3 reading for CN AWS domain
5 changes: 5 additions & 0 deletions .changeset/odd-bats-kick.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-azure-devops': patch
---

Added support for annotations that use a subpath for the host. Also validated that the annotations have the correct number of slashes.
5 changes: 5 additions & 0 deletions .changeset/perfect-spoons-behave.md
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---

A `configLoader` passed to `createApp` now returns an object, to make room for future expansion
12 changes: 12 additions & 0 deletions .changeset/plenty-falcons-travel.md
@@ -0,0 +1,12 @@
---
'@backstage/plugin-kubernetes-node': patch
'@backstage/plugin-kubernetes-backend': patch
---

The `kubernetes-node` plugin has been modified to house a new extension points for Kubernetes backend plugin;
`KubernetesClusterSupplierExtensionPoint` is introduced .
`kubernetesAuthStrategyExtensionPoint` is introduced .
`kubernetesFetcherExtensionPoint` is introduced .
`kubernetesServiceLocatorExtensionPoint` is introduced .

The `kubernetes-backend` plugin was modified to use this new extension point.
5 changes: 5 additions & 0 deletions .changeset/plenty-plums-talk.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-azure-devops-backend': patch
---

Updated encoding of Org to use `encodeURIComponent` when building URL used to get credentials from credential provider
12 changes: 12 additions & 0 deletions .changeset/polite-crabs-build.md
@@ -0,0 +1,12 @@
---
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-search': patch
'@backstage/plugin-home': patch
---

Wrap `/alpha` export extension elements in backwards compatibility wrapper.
15 changes: 15 additions & 0 deletions .changeset/polite-rocks-kiss.md
@@ -0,0 +1,15 @@
---
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-stack-overflow': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-search-react': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-explore': patch
'@backstage/plugin-search': patch
'@backstage/plugin-home': patch
'@backstage/plugin-adr': patch
---

Updated `/alpha` exports to fit new naming patterns.

0 comments on commit 7289034

Please sign in to comment.