Patrik Oldsberg
be30fe0e03
Merge pull request #33193 from backstage/rugvip/nfs-icon-sizing
...
frontend-app-api: align icon sizing in nfs
2026-03-17 00:53:11 +01:00
Patrik Oldsberg
55b18a3c2e
Merge pull request #33113 from backstage/rugvip/docs-frontend-plugin-installation
...
docs: default frontend plugin docs to the new frontend system
2026-03-16 22:08:47 +01:00
Patrik Oldsberg
ed8d9ce67c
further NFS icon migration and alignment
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-03-16 21:39:40 +01:00
Patrik Oldsberg
98b6b9701b
Address review feedback on plugin README updates
...
- Apply freben's suggested wording for old frontend system sections to
clarify they can be skipped on the new frontend system
- Fix scaffolder README: add missing imports (AnyApiFactory,
scmIntegrationsApiRef), closing bracket, and update link text
- Fix devtools README: correct closing tag from `</ FlatRoutes>` to
`</FlatRoutes>`
- Fix kubernetes README: reword "must be explicitly added" to avoid
conflicting with feature discovery paragraph
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-16 13:20:01 +01:00
Patrik Oldsberg
e26e3de81e
frontend-plugin-api: accept IconElement in AuthProviderInfo
...
Update the `icon` field on `AuthProviderInfo` to accept `IconElement`
in addition to `IconComponent`, and update consumers in core-components
and user-settings to handle both types at runtime.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-16 11:07:36 +01:00
github-actions[bot]
ed7c4e3bef
Version Packages (next)
2026-03-10 17:34:12 +00:00
Patrik Oldsberg
d0206c499a
Remove deprecated defaultPath migration helper from PageBlueprint
...
The `defaultPath` param was a compile-time migration artifact typed to
produce an error, guiding users to use `path` instead. The migration
period is over, so this removes it from the public API surface.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-05 09:53:22 +01:00
Patrik Oldsberg
17dff0ba25
docs: rename package discovery to feature discovery and reduce duplication
...
Rename "package discovery" to "feature discovery" across all plugin
READMEs and docs to match the established terminology. Slim down the
Feature Discovery section in the architecture docs to avoid duplicating
the configuration details now covered in the installing plugins page.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-04 12:57:49 +01:00
Patrik Oldsberg
348141b8ee
docs(user-settings): update README for new frontend system as default
...
Move old frontend system wiring instructions to an "Old Frontend
System" section. The default installation path now uses package
discovery with no manual wiring needed.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-04 11:36:50 +01:00
github-actions[bot]
db0d171511
Version Packages (next)
2026-03-03 14:16:49 +00:00
github-actions[bot]
4bd6a3a1af
Version Packages (next)
2026-02-24 19:24:06 +00:00
github-actions[bot]
e6df5d52ce
Version Packages
2026-02-17 16:06:18 +00:00
Patrik Oldsberg
b7ae1243e0
frontend-plugin-api: make header actions a element[]
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 12:35:20 +01:00
Patrik Oldsberg
018ca876d0
add plugin title and icons
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:34 +01:00
Patrik Oldsberg
4d2b2642c0
frontend-plugin-api: added noHeader param for page blueprint
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:28 +01:00
Patrik Oldsberg
d2705be180
frontend-plugin-api: add support for sub page icons
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:28 +01:00
Patrik Oldsberg
abd0a5ad52
frontend-plugin-api: migration to IconElement + API reports
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:23 +01:00
Patrik Oldsberg
e1f22f2d15
plugin icons and titles
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:22 +01:00
github-actions[bot]
7c41134684
Version Packages (next)
2026-02-10 16:14:59 +00:00
Patrik Oldsberg
68cd53769a
docs: fix links to renamed app-legacy package
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-10 14:30:16 +01:00
Patrik Oldsberg
95759066ad
chore: update API reports
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-10 14:30:16 +01:00
Fredrik Adelöw
8b6e7d9e21
Merge pull request #31106 from grantila/grantila/add-multiget-to-user-settings
...
Batch consecutive get calls to user-settings
2026-02-03 22:01:11 +01:00
Gustaf Räntilä
233bb3086c
Changed endpoint name, GET->POST, request/response signature, and perform batch queries against db
...
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com >
2026-02-03 20:08:21 +01:00
Gustaf Räntilä
f79e0d9d77
Use p-limit instead of already for promise concurrency limit
...
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com >
2026-02-03 20:08:19 +01:00
Gustaf Räntilä
104ca74ec2
Add multiget to usersettings to batch get()s in one call and cache the result for a short period
...
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com >
2026-02-03 20:07:53 +01:00
Paul Schultz
a7e0d506a2
feat: enable react router feature flags for v7
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2026-02-03 09:37:11 -06:00
github-actions[bot]
1ea737c1e2
Version Packages (next)
2026-02-03 14:24:29 +00:00
github-actions[bot]
d4b85dddee
Version Packages (next)
2026-01-27 15:51:11 +00:00
Patrik Oldsberg
7edb810248
frontend-plugin-api: add new internal option for extension inputs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-01-23 11:41:15 +01:00
github-actions[bot]
2e902e7b43
Version Packages
2026-01-20 16:40:05 +00:00
github-actions[bot]
e237d65cdc
Version Packages (next)
2026-01-05 22:23:51 +00:00
Backstage Service Account
9f1ee3e667
Version Packages (next) ( #32222 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 16:06:20 +01:00
github-actions[bot]
c24788d5bb
Version Packages
2025-12-16 14:08:20 +00:00
Patrik Oldsberg
f85dafa7f2
update API reports for moduleResolution: bundler
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-12-02 22:25:00 +01:00
github-actions[bot]
756986e5e7
Version Packages (next)
2025-11-25 16:21:32 +00:00
Patrik Oldsberg
395ff1c43b
plugins: remove unused dependencies on core-compat-api
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-23 14:36:02 +01:00
Patrik Oldsberg
1c7ea4a3e8
plugins: remove unnecessary use of convertLegacyRouteRef(s)
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-23 14:36:02 +01:00
Patrik Oldsberg
d02db50b42
plugins: cleanup unnecessary use of compatWrapper
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-23 12:56:54 +01:00
Patrik Oldsberg
ebe5538d55
update API reports for core/frontend inversion
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-23 01:59:07 +01:00
github-actions[bot]
792f4d7e3d
Version Packages
2025-11-18 12:23:09 +00:00
Patrik Oldsberg
a1c58124a7
sync API reports
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-17 10:35:43 +01:00
github-actions[bot]
807af8ce0e
Version Packages (next)
2025-10-21 16:14:43 +00:00
Patrik Oldsberg
b436f73803
Merge pull request #31166 from schultzp2020/constructor-parameters
...
refactor: convert constructor parameter properties for erasableSyntaxOnly compatibility
2025-10-15 18:56:42 +02:00
Ben Lambert
cecb2113e3
Revert "feat(user-settings): add storage api blueprint for nfs"
...
Signed-off-by: benjdlambert <ben@blam.sh >
2025-10-15 14:19:41 +02:00
github-actions[bot]
d6ce2db9ca
Version Packages
2025-10-14 15:29:54 +00:00
Paul Schultz
05f60e1e0a
refactor: convert constructor parameter properties for erasableSyntaxOnly compatibility
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2025-10-14 08:29:21 -05:00
Hellgren Heikki
52fa06875e
feat(user-settings): add storage api blueprint for nfs
...
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2025-10-14 14:27:13 +03:00
github-actions[bot]
ffb5b44d86
Version Packages (next)
2025-09-30 14:42:12 +00:00
github-actions[bot]
c2c60546d2
Version Packages (next)
2025-09-24 12:57:42 +00:00
github-actions[bot]
c73bfa46d4
Version Packages (next)
2025-09-23 15:00:29 +00:00