feat: upgrade Backstage v1.28.4 → v1.49.4 with CNOE UI revamp - #54
Merged
Conversation
punkwalker
force-pushed
the
feat/upgrade
branch
2 times, most recently
from
April 30, 2026 18:28
4dca020 to
ceeb441
Compare
- Backstage CLI 0.36.0, Node 22, MUI v5 resolution - CNOE vibrant theme with wave hero headers, dark mode support - Custom pages: ApiExplorer, Search with HeroHeader + dropdown filters - Global CSS: consistent header styling across all pages (light + dark) - Backend: auto-detect k8s cluster, cnoe scaffolder actions, mock backends - Dockerfile: Node 22, NODE_OPTIONS=--no-node-snapshot, dual config - GitHub workflows: pr.yaml (tsc+lint+build), build-and-push scoped to main/tags - Config-driven homepage quick links via app-config.yaml - idpbuilder local-stack manifests for Kro + plugin integration testing - Mock entities wired to fixture data for MOCK_MODE development - Taskfile.yml for dev, build, stack, and CI workflows - Playwright e2e tests with guest auth - Removed lerna, @material-ui/v4, stale Kro modules Signed-off-by: Pankaj Walke <punkwalker@gmail.com>
- Fix deprecated React default imports across all plugins and packages - Add eslintrc.js for packages/app and packages/backend - Add .eslintignore for argo-workflows generated API code - Add jest devDependency to terraform-backend plugin - Fix guard-for-in, prefer-const, no-shadow, no-use-before-define - Fix jsx-a11y accessibility issues (keyboard handlers, roles) - Fix eqeqeq, no-console, prefer-template violations - Update playwright config: longer timeouts, disable webpack overlay - Update GitHub workflow actions to v6 Signed-off-by: Pankaj Walke <punkwalker@gmail.com>
The mock service worker handlers use MSW v1 API (rest, setupWorker). Pin msw to ^1.0.0 to prevent CI from resolving v2 which has breaking API changes (rest -> http, setupWorker moved to msw/browser). Signed-off-by: Pankaj Walke <punkwalker@gmail.com>
- Add @backstage/cli-defaults devDependency (prevents CLI fallback removal breakage) - Add react-router and react-router-dom ^6.30.2 resolutions (resolves ~40 peer dep warnings) - Update internal plugin React peer deps from ^16/^17 to ^17/^18 Signed-off-by: Pankaj Walke <punkwalker@gmail.com>
punkwalker
force-pushed
the
feat/upgrade
branch
from
April 30, 2026 19:16
e88e608 to
415a32b
Compare
elamaran11
enabled auto-merge (squash)
April 30, 2026 19:28
elamaran11
approved these changes
Apr 30, 2026
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.
Summary
Full upgrade of the CNOE Backstage developer portal from v1.28.4 to v1.49.4, including a modern UI revamp, new plugin integrations, local testing infrastructure, and developer tooling.
Backstage Core Upgrade
0.26.10→0.36.0, backstage.json1.28.4→1.49.4@material-ui/v4to@mui/v5scaffolderActionsExtensionPointimport (moved from/alphato main export in v1.49.4)CNOE Vibrant Theme
Custom Pages & Components
CustomApiExplorerPage— hero header + search bar + dropdown filtersCustomSearchPage— matching layout with filter dropdown (replaces left sidebar)HeroHeadershared component for reusemain > header) styles stock Backstage pages to match custom onesBackend
publish:gitea,cnoe:create-argocd-app,cnoe:kubernetes-apply,cnoe:sanitize-resource,cnoe:verify-dependencyConfig-Driven Homepage
app-config.yamlunderhomepage.quickLinksDocker & CI
NODE_OPTIONS=--no-node-snapshot, copies bothapp-config.yamlandapp-config.production.yamlpr.yaml: Node 22, yarn cache, tsc + lint + build:backendbuild-and-push.yaml: scoped tomainbranch andv*tags onlyLocal Testing Stack (idpbuilder)
examples/local-stack/— add-on package for cnoe-io/stacks ref-implementationyarn dev:mockDeveloper Tooling
Taskfile.ymlwith 27 tasks:task stack:up,task stack:iterate,task dev:mock,task check, etc.CLAUDE.mdandAGENTS.mdfor AI agent instructionsBreaking Changes
lerna.json(no longer a lerna monorepo)@internal/plugin-scaffolder-backend-module-gitlabfrom backend (incompatible extension point)Test Plan
yarn tsc— zero errorsyarn build:backend— builds successfullydocker build— image builds with Node 22publish:giteaaction creates repos in GiteaMOCK_MODE=true yarn devrenders all entity tabs