feat(x2a): RHDH 1.10 support#3321
Draft
mareklibra wants to merge 5 commits into
Draft
Conversation
Signed-off-by: Marek Libra <marek.libra@gmail.com>
Signed-off-by: Marek Libra <marek.libra@gmail.com>
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
| url: '${AAP_URL:-https://aap.example.com}', | ||
| orgName: '${AAP_ORG_NAME:-MyOrganization}', | ||
| username: '${AAP_USERNAME}', | ||
| password: '${AAP_PASSWORD}', |
Bump all @backstage/* dependencies from 1.45.3 to 1.49.4 manifest levels across all plugins (x2a, x2a-backend, x2a-common, x2a-node, x2a-mcp-extras, scaffolder-backend-module-x2a) and app packages. Key changes: - Add dual frontend architecture: rename packages/app to packages/app-legacy (legacy frontend) and create new packages/app using the New Frontend System (NFS) with PageBlueprint, NavContentBlueprint, and TranslationBlueprint - Add plugins/x2a/src/alpha.tsx with NFS plugin definition (createFrontendPlugin, x2aTranslationsModule) - Integrate RHDH theme, scaffolder, config-driven sign-in, and sidebar navigation into the NFS app - Replace deprecated scaffolder-backend-module-bitbucket with scaffolder-backend-module-bitbucket-cloud - Remove variant="gridItem" props per Backstage 1.49 breaking changes - Remove x2a-dcr references from the app (RHDH 1.9-only workaround) - Add Jest 30 + cli-defaults devDependencies (Backstage 1.46+ change) - Add resolutions for @backstage/frontend-plugin-api, plugin-catalog, plugin-scaffolder, and zod to fix schema/type conflicts - Update CatalogService mock with new required methods (queryLocations, streamLocations, updateLocation) - Refactor DownloadStaticPublicFile to use a mockable navigateTo helper for Jest 30 jsdom compatibility - Add app.extensions config for NFS language settings - Add dist-dynamic to eslint ignorePatterns in all plugin configs (x2a, x2a-backend, x2a-mcp-extras, scaffolder-backend-module-x2a) Signed-off-by: Marek Libra <marek.libra@gmail.com>
Signed-off-by: Marek Libra <marek.libra@gmail.com>
|
Member
Author
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Fixes: FLPATH-4033
Upgrade x2a workspace to Backstage 1.49.4 for RHDH 1.10
Bump all @backstage/* dependencies from 1.45.3 to 1.49.4 manifest
levels across all plugins (x2a, x2a-backend, x2a-common, x2a-node,
x2a-mcp-extras, scaffolder-backend-module-x2a) and app packages.
Key changes:
packages/app-legacy (legacy frontend) and create new packages/app
using the New Frontend System (NFS) with PageBlueprint,
NavContentBlueprint, and TranslationBlueprint
(createFrontendPlugin, x2aTranslationsModule)
sidebar navigation into the NFS app
scaffolder-backend-module-bitbucket-cloud
plugin-scaffolder, and zod to fix schema/type conflicts
(queryLocations, streamLocations, updateLocation)
helper for Jest 30 jsdom compatibility
TODO:
@backstage/authin an OCP setup via a latest 1.49.z overlays build