74233 Commits

Author SHA1 Message Date
Fredrik Adelöw 9c9708dbed Merge pull request #31867 from backstage/freben/reports
fix forgotten api report
2025-11-25 13:30:42 +01:00
Fredrik Adelöw dd65c2bb7e fix forgotten api report
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-11-25 13:14:15 +01:00
Ben Lambert 1fa44b6e65 Merge pull request #31757 from schultzp2020/cursor-rules
feat: add cursor testing rules
2025-11-25 11:07:07 +01:00
benjdlambert 8f4adedc59 chore: fixing open-api
Signed-off-by: benjdlambert <ben@blam.sh>
2025-11-25 11:05:23 +01:00
Ben Lambert 29200353e5 Merge pull request #31490 from rferreira98/fix-propertyNaming-ignored-on-hyphen-usage
feat: preserve hyphenated property names in OpenAPI generators when u…
2025-11-25 11:03:10 +01:00
Ben Lambert 538c91064c Merge pull request #31485 from gaelgoth/add-themeid-context
Use theme ID context instead default 'backstage' value
2025-11-25 10:46:04 +01:00
Ben Lambert b877a56871 Merge pull request #31674 from its-mitesh-kumar/feat/kubernetes-localization
fix(kubernetes): add missing i18n support for kubernetes and kubernetes-react plugin
2025-11-25 10:42:46 +01:00
Ben Lambert 9549a8bb5d Merge pull request #31823 from tduniec/master
publishing Template Designer plugin
2025-11-25 10:41:16 +01:00
Ben Lambert 4cd620f5cc Merge pull request #31754 from mrlunchbox777/fix-case-sensitive-github-url
fix: making the github urls case insensitive
2025-11-25 10:40:47 +01:00
Ben Lambert c287d93327 Merge pull request #31794 from backstage/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4.3.1
2025-11-25 10:39:20 +01:00
Ben Lambert 065cf360b6 Merge pull request #31847 from johnmcollier/clarifymcperrorhandling
chore(mcp): clarify error handling in mcp-actions-backend readme
2025-11-25 10:38:34 +01:00
Ben Lambert 41f5876e75 Merge pull request #30974 from angeliski/add-default-enviroment
feat(scaffolder-backend): add defaultEnvironment config to scaffolder
2025-11-25 10:26:51 +01:00
Ben Lambert e2c6671a03 Merge pull request #31381 from enyineer/fix/create-app-with-proxy
Allow configuration of Proxy when using create-app CLI
2025-11-25 10:25:23 +01:00
Jessica He 2389358126 fix(auth): remove leading dot in auth cookie cleanup
Signed-off-by: Jessica He <jhe@redhat.com>
2025-11-24 12:25:18 -05:00
Fredrik Adelöw d9759a1ba6 remove old alpha instance metadata service
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-11-24 17:18:57 +01:00
Patrik Oldsberg 11ae484a05 Merge pull request #31820 from backstage/rugvip/backend-start-result
backend-app-api: add backend startup result reporting
2025-11-24 16:55:47 +01:00
ivangonzalezacuna df4d64609e [catalog-unprocessed-entities] Move types and clients from frontend to common plugin
Moved some types, as well as the API and client definitions to the common package.
The original types, client and interface are now re-exported from the common package instead.

This allows not only frontend plugins, but also backend ones, to use this client
if needed. Until now, and since the types and all definitions were stored in the
frontend plugin, the only way to implement such feature was to copy the code
in the project. It would make much more sense to make this exportable from the
plugin itself and let people use this plugin if needed.

I made this change a patch, since all types have been initially deprecated and
a mention to the new location has been added.

Signed-off-by: ivangonzalezacuna <ivangonzalezacuna@gmail.com>
2025-11-24 16:54:18 +01:00
milliehartnt123 cc60909224 Add new structure and documents to Using Backstage section
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2025-11-24 10:46:53 -05:00
Patrik Oldsberg e512dfd1e5 Merge pull request #31854 from backstage/rugvip/compat
core-plugin-api: add forwards compatibility with frontend-plugin-api
2025-11-24 14:46:13 +01:00
Patrik Oldsberg f1ace47894 Merge pull request #31849 from backstage/rugvip/reverse
reverse relationship between core-plugin-api and frontend-plugin-api
2025-11-24 14:46:01 +01:00
Ben Lambert 5f06f93114 Merge pull request #31850 from awanlin/topic/community-plugins-hatched
Community Plugins Hatched 🐣 🐥
2025-11-24 13:58:32 +01:00
Vidhan Shah 848335461e PR comments
Signed-off-by: Vidhan Shah <vidhans958@gmail.com>
2025-11-24 16:42:38 +05:30
vidhanshah 2ab4af9c72 Merge pull request #11 from backstage/master
Fetching commits from main
2025-11-24 16:10:36 +05:30
Patrik Oldsberg 338c89936c core-plugin-api: avoid adding api context requirement for useApp and useRouteRef
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 17:43:19 +01: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 c8fc1429b4 yarn.lock: sync
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 13:24:42 +01:00
Patrik Oldsberg f28c68a13d app-next: remove compatWrapper
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 13:06:13 +01:00
Patrik Oldsberg e5a1b33b0b docs/frontend-system: remove use of compatWrapper
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 13:04:53 +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 358c6f7021 core-plugin-api: add forwards compatibility for useApp and useRouteRef
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 12:56:54 +01:00
Patrik Oldsberg 64e521767d docs: update links to point to frontend-plugin-api
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 12:56:08 +01:00
Patrik Oldsberg debd56dcf2 frontend-plugin-api: copy SignInPageProps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 12:43:21 +01:00
Patrik Oldsberg 8a219a4c89 yarn.lock: sync
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 12:43:21 +01:00
Patrik Oldsberg 97cd16f3b7 changesets: add changeset for core/frontend inversion
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 12:43:20 +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
Patrik Oldsberg 5fc53cb298 {core,frontend}-plugin-api: inverse dependency
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-23 01:59:06 +01:00
Fredrik Adelöw 9e88165368 Merge pull request #30665 from deiga/backend-defaults-better-sqlite-optional
Move `better-sqlite3` to dev and optional peer dependencies
2025-11-22 23:01:48 +01:00
Andre Wanlin 15a9ef7c65 Community Plugins Hatched
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-11-22 11:21:02 -06:00
Patrik Oldsberg 32a849124f backend-app-api: sort plugin IDs in init collector
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-22 13:48:02 +01:00
John Collier 7a74678c88 Fix typo in readme
Signed-off-by: John Collier <jcollier@redhat.com>
2025-11-21 18:59:56 -05:00
John Collier 79ef47113b Add changeset
Signed-off-by: John Collier <jcollier@redhat.com>
2025-11-21 18:56:52 -05:00
John Collier 42a6adc8d9 chore(mcp): clarify error handling in mcp-actions-backend readme
Signed-off-by: John Collier <jcollier@redhat.com>
2025-11-21 17:56:21 -05:00
milliehartnt123 d4a9940d0f Update redirect paths in docusaurus config for docs to new doc landing page
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2025-11-21 14:13:17 -05:00
milliehartnt123 a4e4ec889a Fix prettier errors in viewing-entity-relationships.ms
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2025-11-21 14:06:23 -05:00
milliehartnt123 f6e5f38267 Fixed prettier errors in viewing-catalog.md
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2025-11-21 13:53:25 -05:00
milliehartnt123 913fa0dfda Fix prettier errors for viewing owned entities
Fix prettier errors

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2025-11-21 13:42:29 -05:00
milliehartnt123 ef9cd538b7 Format update for update-a-component documentation
Fix prettier errors.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2025-11-21 13:19:55 -05:00
milliehartnt123 725622425d Refactor search-catalog.md for formatting consistency
Fixed prettier errors.
Added link to errors in entities

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2025-11-21 13:12:23 -05:00
milliehartnt123 b3af5278fb Fix formatting in create-a-component.md
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2025-11-21 13:06:52 -05:00