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
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
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
Fredrik Adelöw
d9e12f8bce
Merge pull request #31836 from SnowBlitzer/jordans/tokenizer
...
Changing tokenizer separator for search indexing
2025-11-21 17:43:23 +01:00
Johan Persson
c145031c74
fix(ui): correct Column sorting indicator direction
...
Fixed the Table Column sorting indicator to show an up arrow when
no sorting is active, correctly indicating that clicking will sort
ascending. Previously, the down arrow was shown by default, which
was misleading.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-21 17:27:58 +01:00
Jordan Snow
9353f6e3f9
Test fix and vocab addition
...
Signed-off-by: Jordan Snow <jordans@spotify.com >
2025-11-21 10:40:19 -05:00
Johan Persson
6dd15832a0
Update .changeset/famous-jars-lose.md with affected components.
...
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-21 16:33:09 +01:00
Fredrik Adelöw
88795642c2
Update .changeset/famous-jars-lose.md
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2025-11-21 16:33:09 +01:00
Johan Persson
b3ad928bb8
fix(ui): handle Table Row without href prop correctly
...
Fixed the Table Row component to properly handle cases where no href
is provided. This prevents unnecessary RouterProvider wrapping and
fixes the cursor incorrectly appearing as a pointer when the row is
not actually a link.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-21 16:33:09 +01:00
Patrik Oldsberg
2b3fb40d06
Merge pull request #31832 from backstage/rugvip/patch-process
...
add new patch release process
2025-11-21 15:06:59 +01:00
Patrik Oldsberg
d8b7285f88
scripts/patch-release-for-pr: include PR link in generated body
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-21 13:54:12 +01:00
Patrik Oldsberg
fa6aa57345
docs/publishing: update with new patch release flow
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-21 13:54:11 +01:00
Patrik Oldsberg
281a517d0b
patches: add patch for BUI useTable fix
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-21 11:04:33 +01:00
Patrik Oldsberg
fb5c157262
add new patch release process
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-21 11:04:32 +01:00
Jordan Snow
4d3ddb99b6
Changing tokenizer seperator for seach indexing
...
Signed-off-by: Jordan Snow <jordans@spotify.com >
2025-11-20 16:23:32 -05:00
Ben Lambert
c16d83c70c
Merge pull request #31236 from ivangonzalezacuna/kubernetes-backend/replace-package
...
(kubernetes-backend) Replace package aws-sdk/signature-v4 with smithy
2025-11-20 11:44:21 +01:00
Ben Lambert
9825cd27eb
Merge pull request #31830 from backstage/blam/exit2
...
chore: enter pre-release
2025-11-20 11:28:26 +01:00
benjdlambert
097516ec6f
chore: enter pre-release
...
Signed-off-by: benjdlambert <ben@blam.sh >
2025-11-20 11:00:52 +01:00
Paul Schultz
69c19609f7
Merge pull request #31828 from gaelgoth/doc/fix-fr-doc-typo
...
Fix little typo in french readme
2025-11-19 17:47:48 -05:00
Vincenzo Scamporlino
53ffb3d561
Merge pull request #31767 from kurtaking/patch-4
...
Update Procore entry in ADOPTERS.md
2025-11-19 22:56:36 +01:00
gaelgoth
49a5d94dc0
Update doc
...
Signed-off-by: gaelgoth <gothuey.gael@gmail.com >
2025-11-19 22:21:30 +01:00
Patrik Oldsberg
2a9caf448c
Merge pull request #31825 from backstage/rugvip/input-opaque-fix
...
frontend-plugin-api: fix input incompatibility crash
2025-11-19 20:13:12 +01:00
Patrik Oldsberg
0bc1ce919e
frontend-plugin-api: fix input incompatibility crash
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-19 17:42:16 +01:00
Fredrik Adelöw
a6d5e3018a
Merge pull request #31792 from backstage/dependabot/npm_and_yarn/microsite/js-yaml-4.1.1
...
chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /microsite
2025-11-19 17:00:22 +01:00
backstage-goalie[bot]
e99e24c342
Merge pull request #31808 from backstage/renovate/base-ui-components-react-1.x-lockfile
...
chore(deps): update dependency @base-ui-components/react to v1.0.0-beta.6
2025-11-19 14:50:21 +00:00
Johan Persson
fe7c751344
fix(ui): prioritize providedRowCount in useTable hook
...
Changed the row count calculation in the useTable hook to prioritize
the providedRowCount prop over data.length. This ensures accurate
row count values in server-side pagination scenarios where the total
number of rows differs from the current page's data length.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-19 15:37:46 +01:00
Fredrik Adelöw
f5b79967e7
dedupe
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2025-11-19 14:49:17 +01:00
dependabot[bot]
dc4c3549ac
chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /microsite
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-19 14:48:27 +01:00
Fredrik Adelöw
100b0806b6
Merge pull request #31764 from backstage/renovate/npm-js-yaml-vulnerability
...
chore(deps): update dependency js-yaml to v4.1.1 [security]
2025-11-19 14:29:49 +01:00
Ben Lambert
181c85d432
Merge pull request #31816 from backstage/blam/releasenotes
...
`docs`: add 1.45.0 release notes
2025-11-19 14:23:55 +01:00
benjdlambert
7015891784
chgore: add release notes
...
Signed-off-by: benjdlambert <ben@blam.sh >
2025-11-18 16:41:35 +01:00
Ben Lambert
cd79f31c8c
Merge pull request #31815 from backstage/rugvip/zero
...
gateway-backend: ignore negative hop counts
2025-11-18 15:59:09 +01:00
Patrik Oldsberg
626b03c684
gateway-backend: ignore negative hop counts
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-18 15:40:42 +01:00