Commit Graph

68542 Commits

Author SHA1 Message Date
Vidhan Shah 0f258e24fa PR comments
Signed-off-by: Vidhan Shah <vidhans958@gmail.com>
2025-11-21 21:17:50 +05:30
vidhanshah fdbb17ee17 Merge pull request #9 from backstage/master
fetching commits from main
2025-11-21 21:14:55 +05:30
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
Vidhan Shah 73dd79a16b Merge branch 'feat/uploadingtoS3' of https://github.com/vidhanshah/keyboard-nav-techdocs into feat/uploadingtoS3 2025-11-21 20:57:06 +05:30
vidhanshah 1ab5eb92c6 Merge pull request #8 from backstage/master
Fetching commits from main
2025-11-21 20:55:23 +05:30
Vidhan Shah e6314f2534 PR comments
Signed-off-by: Vidhan Shah <vidhans958@gmail.com>
2025-11-21 20:54:32 +05:30
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
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
Ben Lambert 2549125dc1 Merge pull request #31761 from backstage/changeset-release/master
Version Packages
2025-11-18 15:33:11 +01:00
github-actions[bot] 792f4d7e3d Version Packages 2025-11-18 12:23:09 +00:00
Fredrik Adelöw a2f8158cf7 Merge pull request #31810 from backstage/blam/dcr-state
`DCR`: Change internal `state` column to `text`
2025-11-18 13:16:50 +01:00
Patrik Oldsberg 132bca2821 Merge pull request #31812 from backstage/rugvip/hops
gateway-backend: add loop detection
2025-11-18 12:51:45 +01:00
Ben Lambert 90894ee669 Merge pull request #31734 from christoph-jerolimov/api-docs/extend-i18n
fix(api-docs): Add i18n support for Raw tab title and an error message
2025-11-18 12:35:26 +01:00
benjdlambert 3511ba4431 chore: fix down migration
Signed-off-by: benjdlambert <ben@blam.sh>
2025-11-18 12:29:24 +01:00
Patrik Oldsberg 229f63ef2e gateway-backend: add loop detection
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-18 12:14:18 +01:00
benjdlambert 064471c87f chore: update sql reports
Signed-off-by: benjdlambert <ben@blam.sh>
2025-11-18 11:32:15 +01:00
Patrik Oldsberg f2bb8c6129 Merge pull request #31804 from backstage/rugvip/compat-route-refs
core-plugin-api: add forwards compatibility for route refs
2025-11-18 11:22:37 +01:00
benjdlambert eb279cbe7b chore: codereview comments
Signed-off-by: benjdlambert <ben@blam.sh>
2025-11-18 11:12:37 +01:00
Ben Lambert cea5680006 Merge pull request #31809 from backstage/freben/glob-bump
bump glob
2025-11-18 11:09:41 +01:00
benjdlambert a9315d0f77 chore: add changeset
Signed-off-by: benjdlambert <ben@blam.sh>
2025-11-18 11:04:45 +01:00
benjdlambert 986bf8f3aa feat: set state column to text instead of varchar
Signed-off-by: benjdlambert <ben@blam.sh>
2025-11-18 11:03:39 +01:00
Patrik Oldsberg debf9ea34f catalog: add note about route ref conversion
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-18 11:02:00 +01:00
renovate[bot] b4fcbbcb6e chore(deps): update dependency js-yaml to v4.1.1 [security]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-18 09:52:56 +00:00
Fredrik Adelöw 64662f9b3e Merge pull request #31801 from awanlin/topic/bitbucket-token-support
Bitbucket Cloud - API Token Support
2025-11-18 10:28:52 +01:00
Fredrik Adelöw 92319b17e8 bump glob
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-11-18 10:26:53 +01:00
Patrik Oldsberg 83439b1539 core-plugin-api: add forwards compatibility for route refs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-18 10:26:20 +01:00
Patrik Oldsberg 4d03f08d19 frontend-plugin-api: refactor to use opaque type for route refs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-11-18 10:26:20 +01:00