feat: Add alpha frontend system support#374
Open
joecombopiano wants to merge 6 commits into
Dynatrace:mainDynatrace/backstage-plugin:mainfrom
joecombopiano:feat/alpha-frontend-systemjoecombopiano/backstage-plugin:feat/alpha-frontend-systemCopy head branch name to clipboard
Open
feat: Add alpha frontend system support#374joecombopiano wants to merge 6 commits intoDynatrace:mainDynatrace/backstage-plugin:mainfrom joecombopiano:feat/alpha-frontend-systemjoecombopiano/backstage-plugin:feat/alpha-frontend-systemCopy head branch name to clipboard
joecombopiano wants to merge 6 commits into
Dynatrace:mainDynatrace/backstage-plugin:mainfrom
joecombopiano:feat/alpha-frontend-systemjoecombopiano/backstage-plugin:feat/alpha-frontend-systemCopy head branch name to clipboard
Conversation
…or alpha entrypoint Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ntity card blueprints Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…w frontend system Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
joecombopiano
force-pushed
the
feat/alpha-frontend-system
branch
from
May 26, 2026 22:47
04fa0c1 to
e3e496d
Compare
The alpha entrypoint is additive — the example app should keep its existing old-system wiring intact. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
|
@heinzburgstaller Hi - Joe here from the Backstage team at Spotify 👋 . I saw you are the most recent committer to this repo. This PR just adds in support for the new backstage alpha frontend system, so that some of my customers can take advantage of it. Do you mind taking a look? |
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
/alphaentrypoint to@dynatrace/backstage-plugin-dqlwith new Backstage frontend system support (createFrontendPlugin,EntityCardBlueprint,ApiBlueprint)app-config.yaml@backstage/frontend-defaultswith declarative plugin wiringsrc/index.ts,src/plugin.ts) are untouched — fully backwards compatibleTest plan
yarn build:allsucceeds and producesalpha.esm.js+alpha.d.tsyarn devand loads the new frontend system🤖 Generated with Claude Code