IS-11630 Scaffold the DevOps Dashboard 2 Backstage app - #278
Open
aleixsuau wants to merge 1 commit into
Open
Conversation
aleixsuau
marked this pull request as ready for review
August 4, 2026 12:36
aleixsuau
requested review from
luisgoncalves,
urre and
vahag-curity
and
a lite review from Copilot
and removed request for
Copilot
August 4, 2026 12:36
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.
Jira: https://curity.atlassian.net/browse/IS-11630
DevOps Dashboard 2 — Backstage app scaffold
100% generated code — nothing to review line-by-line. This is the untouched output of:
npx @backstage/create-app@latest # Backstage 1.53placed at
ui-kit/src/devops-dashboard-backstage-app/, plus the Yarn 4 lockfile.It is the host app for DevOps Dashboard 2 (dev harness now; basis of the branded, operator-deployed instance later — see the epic for the ADRs). It is not wired into the ui-kit root workspaces/build; it is a self-contained Yarn project.
The first real change (Curity sign-in) is stacked on top: #277 — review happens there.
Review here is only directional: agree that the app lives at
src/devops-dashboard-backstage-app/in this repo, and that scaffold output is committed unmodified.