Fredrik Adelöw
1844a62209
Merge pull request #33431 from backstage/freben/omitIdentityTokenOwnershipClaim
...
switch `omitIdentityTokenOwnershipClaim` to true
2026-03-19 09:45:41 +01:00
Fredrik Adelöw
99d9ad495f
Merge pull request #33429 from backstage/freben/worktr
...
gitignore claude worktrees
2026-03-18 23:49:03 +01:00
Fredrik Adelöw
d7c67cddf5
switch omitIdentityTokenOwnershipClaim to true
...
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
2026-03-18 22:10:50 +01:00
Fredrik Adelöw
13be681f39
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2026-03-18 21:45:21 +01:00
Fredrik Adelöw
1917f7cd63
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2026-03-18 21:45:01 +01:00
Fredrik Adelöw
59cafb5493
add docs for the scheduler cancel endpoint
...
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
2026-03-18 21:36:45 +01:00
Fredrik Adelöw
9a27627579
gitignore claude worktrees
...
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
2026-03-18 21:29:27 +01:00
Patrik Oldsberg
7d86248253
Merge pull request #33424 from backstage/rugvip/ui-react-aria-deps
...
ui: add React Aria and React Stately dependencies
2026-03-18 21:18:54 +01:00
Aditya Sharma
dbfa414a93
Add DORA Metrics plugin to directory
...
Signed-off-by: Aditya Sharma <glennadi007@gmail.com >
2026-03-18 23:24:59 +05:30
Patrik Oldsberg
73549d4193
Update changeset to reflect react-stately as a regular dependency
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-18 17:41:31 +01:00
Patrik Oldsberg
4b95f50f3b
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-03-18 17:32:21 +01:00
Patrik Oldsberg
33daf392b2
Merge pull request #33422 from backstage/rugvip/drop-react-17-packages-ui
...
Drop React 17 support from `@backstage/ui`
2026-03-18 17:30:17 +01:00
Johan Persson
9e86095752
chore(docs-ui): sync changelog data for v0.12.0 and v0.13.0
...
Generated changelog entries for @backstage/ui v0.12.0 (30 entries)
and v0.13.0 (48 entries) using the sync-changelog script.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2026-03-18 16:45:54 +01:00
Johan Persson
bfc5acd0c6
feat(docs-ui): show sub-component changelogs on parent pages
...
Add all exported sub-components to the Component type union so
changelog entries referencing them are resolved correctly. Update
ChangelogComponent to accept an array of components, showing scoped
badges when filtering by multiple components. Update 13 component
pages to include their sub-components in the changelog section.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2026-03-18 16:45:54 +01:00
Johan Persson
d566823908
fix(docs-ui): improve changelog sync script component detection
...
Broaden "Affected components" regex to handle all formats found in
CHANGELOG.md (bold, plain, and typo variants). Align unknown component
detection to use extraction-time tracking instead of re-parsing
stripped descriptions. Deduplicate component arrays after mapping.
Add --skip-prs flag and Grid.Item special case.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2026-03-18 16:45:54 +01:00
Patrik Oldsberg
0257ada6de
ui: add React Aria and React Stately dependencies
...
Add `react-aria`, `@react-aria/interactions`, `@react-stately/layout`,
and `@react-stately/overlays` as dependencies, and `react-stately` as a
dev dependency to `@backstage/ui`.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-18 16:21:19 +01:00
Patrik Oldsberg
270efef604
Update peer-deps lint to support React 18-only packages
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-18 16:14:09 +01:00
Patrik Oldsberg
bed3307b72
Drop React 17 support from @backstage/ui
...
Updated the peer dependency ranges for `react`, `react-dom`, and
`@types/react` in `packages/ui` to require React 18+, removing the
`^17.0.0` range.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-18 16:02:42 +01:00
Patrik Oldsberg
b479aed6ea
Merge pull request #33418 from backstage/rugvip/fix-docs-api-reference-links
...
docs: fix broken API reference links
2026-03-18 14:29:57 +01:00
Fredrik Adelöw
aeb53e18e5
chore: exclude stories from tsc type checking
...
Storybook CSF4 type inference generates massive .d.ts files for stories
(e.g. Card.stories.d.ts grew to 1.4MB by inlining all React HTML/ARIA
prop types). Excluding stories from tsc saves ~18s emit time, ~142MB
memory, and prevents unnecessary .d.ts bloat in dist-types.
No production code imports stories files, so this is safe.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
2026-03-18 13:52:53 +01:00
Patrik Oldsberg
945e3ba5be
docs: add patch entry for docs link fix
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-18 13:51:07 +01:00
Patrik Oldsberg
208442d755
docs: fix broken API reference links
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-18 13:31:46 +01:00
Peter Macdonald
b5d19abffa
Merge pull request #33301 from drodil/docs_seo
...
docs: add seo improvements to microsite
2026-03-18 12:32:22 +01:00
Patrik Oldsberg
a301867c7d
Merge pull request #33413 from backstage/rugvip/remove-cli-module-new-dep
...
create-app: remove unnecessary `@backstage/cli-module-new` dependency
2026-03-18 12:18:32 +01:00
Patrik Oldsberg
b6fd587e5c
Add .patches entry for PR #33413
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-18 11:10:42 +01:00
Patrik Oldsberg
4cf9f3a965
create-app: remove unnecessary @backstage/cli-module-new dependency
...
Removed the direct @backstage/cli-module-new devDependency from the
next-app template since it is already included transitively through
@backstage/cli-defaults.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-18 11:02:34 +01:00
Lokesh Kaki
86466d2955
fix(catalog-backend-module-azure): omit version param from location URLs to match provider format, complete JSDoc
...
Signed-off-by: Lokesh Kaki <lokeshkaki1@gmail.com >
2026-03-17 22:50:07 -05:00
Lokesh Kaki
39d27eea87
chore(changeset): rename Azure SCM events changeset to match naming convention
...
Signed-off-by: Lokesh Kaki <lokeshkaki1@gmail.com >
2026-03-17 22:33:37 -05:00
Lokesh Kaki
deb9a83746
fix(catalog-backend-module-bitbucket-cloud): remove unused isRelevantPath options parameter from analyzer
...
Signed-off-by: Lokesh Kaki <lokeshkaki1@gmail.com >
2026-03-17 22:31:07 -05:00
Lokesh Kaki
ffb5ff47e2
fix(catalog-backend-module-azure): conditionally wire SCM events bridge, fix URL encoding and error messages
...
Signed-off-by: Lokesh Kaki <lokeshkaki1@gmail.com >
2026-03-17 22:16:07 -05:00
Lokesh Kaki
f215863743
feat(catalog-backend-module-bitbucket-cloud): add Bitbucket Cloud SCM event translation and bridge wiring
...
Signed-off-by: Lokesh Kaki <lokeshkaki1@gmail.com >
2026-03-17 21:48:32 -05:00
Lokesh Kaki
5bc3a400d5
fix(catalog-backend-module-azure): fix prettier formatting, export alpha types, and add API reports
...
Signed-off-by: Lokesh Kaki <lokeshkaki1@gmail.com >
2026-03-17 21:13:59 -05:00
Lokesh Kaki
47d475113c
fix(catalog-backend-module-gitlab): regenerate API report after JSDoc additions
...
Signed-off-by: Lokesh Kaki <lokeshkaki1@gmail.com >
2026-03-17 20:28:51 -05:00
backstage-goalie[bot]
423d675d97
Merge pull request #33403 from backstage/renovate/npm-undici-vulnerability
...
Update dependency undici to v7.24.0 [SECURITY]
2026-03-18 01:24:10 +00:00
Lokesh Kaki
9af9fc1a85
fix(catalog-backend-module-gitlab): fix push event rename heuristic and add API docs
...
Signed-off-by: Lokesh Kaki <lokeshkaki1@gmail.com >
2026-03-17 20:03:28 -05:00
Lokesh Kaki
1759bfefc8
fix(catalog-backend-module-gitlab): fix prettier formatting, export alpha types, and add API reports
...
- Run prettier on changed files (GitLabScmEventsBridge, analyzeGitLabWebhookEvent, test files)
- Export AnalyzeWebhookEventOptions and AnalyzeWebhookEventResult from alpha entry point
- Add @alpha JSDoc tags to exported types and function
- Regenerate report-alpha.api.md with updated API surface
Signed-off-by: Lokesh Kaki <lokeshkaki1@gmail.com >
2026-03-17 19:47:36 -05:00
Patrik Oldsberg
8113bf0fde
Merge pull request #33406 from backstage/rugvip/v1.49.0-release-notes
...
docs: add v1.49.0 release notes
2026-03-18 01:12:56 +01:00
Patrik Oldsberg
f3b5a8b5bb
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-03-18 00:43:55 +01:00
Patrik Oldsberg
7918ae477c
Merge pull request #33291 from backstage/changeset-release/master
...
Version Packages
2026-03-17 23:15:20 +01:00
github-actions[bot]
5725b5fcfa
Version Packages
2026-03-17 21:39:07 +00:00
Patrik Oldsberg
e704c00979
Merge pull request #32627 from backstage/fix-plugipPackage-metadata
...
cli: Add pluginPackage support to backend-plugin-module template
2026-03-17 22:18:16 +01:00
Patrik Oldsberg
6a565f6880
Merge pull request #33389 from backstage/rugvip/nfs-header-page-migration
...
plugins: migrate NFS pages to HeaderPage
2026-03-17 22:16:12 +01:00
Patrik Oldsberg
c4f973543f
Merge pull request #33351 from backstage/dependabot/npm_and_yarn/yauzl-3.2.1
...
chore(deps): bump yauzl from 3.2.0 to 3.2.1
2026-03-17 22:06:20 +01:00
Patrik Oldsberg
718e2da288
Merge pull request #33349 from kurtaking/catalog-incremental-ingestion-metrics
...
refactor: use MetricsService in incremental catalog ingestion
2026-03-17 22:05:36 +01:00
Patrik Oldsberg
a6de6d4541
Merge pull request #33333 from chanchalkhatri19/docs/scheduler-rest-api-url-examples
...
docs(scheduler): add REST API URL examples
2026-03-17 22:04:47 +01:00
Patrik Oldsberg
73deff4947
Merge pull request #33316 from chanchalkhatri19/add-golden-path-descriptions
...
docs: add missing description frontmatter to golden-path docs
2026-03-17 22:03:49 +01:00
Patrik Oldsberg
67254a99ec
Merge pull request #33275 from zc149/chore/add-spring-batch-dashboard-plugin
...
chore(microsite) : Add Spring Batch Dashboard plugin to marketplace
2026-03-17 21:59:05 +01:00
Patrik Oldsberg
60b6c13748
Merge pull request #33325 from AmbrishRamachandiran/docs-title-fix
...
Add tooltips to GitHub and Discord navbar icons
2026-03-17 21:55:25 +01:00
Patrik Oldsberg
84a34ffeea
Merge pull request #33341 from chanchalkhatri19/docs/fix-missing-reference-links
...
docs: add missing reference link definitions in component design guidelines
2026-03-17 21:53:11 +01:00
Patrik Oldsberg
e7e2fee8a4
Merge pull request #33337 from chanchalkhatri19/docs/fix-gerrit-readme-link
...
docs: fix broken link in gerrit catalog module README.
2026-03-17 21:52:33 +01:00