chore(quickstart): backstage upgrade with app & app-legacy setup#2605
chore(quickstart): backstage upgrade with app & app-legacy setup#2605rohitkrai03 wants to merge 1 commit intoredhat-developer:mainfrom
Conversation
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
|
Review Summary by QodoMigrate quickstart to new Backstage frontend system with app-legacy fallback
WalkthroughsDescription• Upgraded Backstage from v1.45.2 to v1.49.2 across all packages • Migrated app package to new frontend system with modular architecture • Created app-legacy package preserving old frontend implementation • Added new navigation module with sidebar components and logo assets • Updated all Backstage dependencies to latest compatible versions Diagramflowchart LR
A["Backstage v1.45.2"] -->|"Upgrade to v1.49.2"| B["Updated Dependencies"]
C["Old App Package"] -->|"Refactor"| D["New App with Frontend Modules"]
C -->|"Preserve"| E["App-Legacy Package"]
D -->|"Add"| F["Navigation Module"]
F -->|"Contains"| G["Sidebar & Logo Components"]
File Changes1. workspaces/quickstart/backstage.json
|
Code Review by Qodo
1. Unused sidebar imports
|
fd7f9c3 to
94e2846
Compare
6f813ba to
f534e65
Compare
Signed-off-by: Rohit Rai <rohitkrai03@gmail.com>
f534e65 to
03ea0f3
Compare
|
HusneShabbir
left a comment
There was a problem hiding this comment.
/lgtm
Fine with the e2e file changes.




Hey, I just made a Pull Request!
This PR is the first step in migrating quickstarts plugin to new frontend system.