74233 Commits

Author SHA1 Message Date
Martin Polaško bdd7f952d7 chore(kubernetes-common): add changeset and update API report
Make SERVICEACCOUNT_CA_PATH public so it can be imported by external modules.

Signed-off-by: Martin Polaško <mpolasko@redhat.com>
2025-08-28 21:30:38 +02:00
Martin Polaško 98ec79ca83 The const is being exported while the type is not being exported.
Signed-off-by: Martin Polaško <mpolasko@redhat.com>
2025-08-28 21:30:38 +02:00
MT Lewis 730793028f ui: add bui-align-baseline class implied by Flex component
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2025-08-28 17:35:32 +01:00
Gustaf Räntilä 37b4eaf462 Make the action 'get-catalog-entity' throw ConflictError instead of Error
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2025-08-28 15:26:14 +02:00
Gustaf Räntilä d08b0c9630 Return known errors thrown in MCP actions as textual description
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2025-08-28 15:13:47 +02:00
Fredrik Adelöw a4c82adcea Only run provider orphan cleanup if the engine is started in the first place
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-08-28 11:23:30 +02:00
Stanislav C 33bd4d0507 fix: deduplicate discovered backend features
Signed-off-by: Stanislav C <150145013+stanislav-c@users.noreply.github.com>
2025-08-28 11:03:10 +02:00
Hellgren Heikki 75977819f6 fix(catalog): msgraph to use only first parent for groups
the order of the groups from msgraph is random, thus the parent group
for groups having multiple parents can be random. this leads to
situation where the grpup parent is changing over the msgraph
provider runs leading to unnecessary stitching.

other possibility for the fix would be to change the model to allow
multiple parents for groups (like mentioned in the TODO) but that
could have some weird consequences in apps.

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-08-28 09:19:22 +03:00
Kurt King f2d3a2c4da Change import path for ActionsRegistryService
Signed-off-by: Kurt King <kurtaking@gmail.com>
2025-08-27 20:47:59 -06:00
Mathieu Benoit 7cfea1aac8 feat: Update backend/Dockerfile - node:20 --> node:22
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
2025-08-27 16:19:32 -04:00
Mathieu Benoit bf02e9649e feat: Update backend/Dockerfile - node:20 --> node:22
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
2025-08-27 16:14:49 -04:00
Vincenzo Scamporlino 210406dfc0 Merge pull request #30922 from JessicaJHee/unset-cookie-domain
fix: remove domain attribute to set OAuth cookies as host-only
2025-08-27 21:18:32 +02:00
Paul Schultz ed21beb509 Merge pull request #30693 from sn0wcat/master
chore: improved the logging message
2025-08-27 14:17:34 -05:00
Mathieu Benoit 6dbf53531f docs: Update docker.md - node:20 --> node:22 for base images
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
2025-08-27 13:17:25 -04:00
David Fankhänel 5b64169384 fix(TemplateListPage): fix tsc error
Signed-off-by: David Fankhänel <david.fankhaenel@aeb.com>
2025-08-27 10:28:28 +02:00
Zeshan Ziya 28d0c0f43c chore: remove example-app from changeset
Signed-off-by: Zeshan Ziya <zeshan.ziya@axelerant.com>
2025-08-27 13:00:59 +05:30
Zeshan Ziya e7d59d3c72 chore: add changeset
Signed-off-by: Zeshan Ziya <zeshan.ziya@axelerant.com>
2025-08-27 12:46:34 +05:30
Zeshan Ziya 9a3f11889a fix(home): add example to deletable flag on customizable home page
Signed-off-by: Zeshan Ziya <zeshan.ziya@axelerant.com>
2025-08-27 12:45:32 +05:30
Zeshan Ziya 0d4c4db867 fix(home): correct clearAll logic to properly handle deletable flag
Signed-off-by: Zeshan Ziya <zeshan.ziya@axelerant.com>
2025-08-27 12:44:46 +05:30
Gustaf Räntilä 4d0de036ed Minor change, not patch
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2025-08-27 08:38:55 +02:00
Patrik Oldsberg bc7d142350 Merge pull request #30937 from backstage/changeset-release/master
Version Packages (next)
2025-08-26 16:06:16 +02:00
David Fankhänel 0d415ae014 fix(scaffolder): render TechDocs link on Template List page for TechDocs annotations
Show “View TechDocs” link when template has backstage.io/techdocs-ref or backstage.io/techdocs-entity.
Append backstage.io/techdocs-entity-path when set.
Use buildTechDocsURL from @backstage/plugin-techdocs-react.
Add tests covering both annotations and path handling.
Update dependencies to include @backstage/plugin-techdocs-common and @backstage/plugin-techdocs-react.
Add sample TechDocs scaffolding to notifications-demo template.
Closes #29076.

Signed-off-by: David Fankhänel <david.fankhaenel@aeb.com>
2025-08-26 15:08:55 +02:00
Owen Shartle 72543e92b8 Adding catalogApiRef to test-utils to support catalog API usage by TechDocs reader page.
Signed-off-by: Owen Shartle <timeloveinvent+github@gmail.com>
2025-08-25 22:05:59 -04:00
Owen Shartle def6247bb6 Adding catalogApiRef to test-utils.tsx.
Signed-off-by: Owen Shartle <timeloveinvent+github@gmail.com>
2025-08-25 22:00:22 -04:00
Owen Shartle 8eb950ff64 Adding a try-catch around the usage of the catalog API in the TechDocsReaderPage as it could still attempt to load a standard TechDocs page.
Signed-off-by: Owen Shartle <timeloveinvent+github@gmail.com>
2025-08-25 21:36:57 -04:00
Owen Shartle 40fe543447 Running prettier on files.
Signed-off-by: Owen Shartle <timeloveinvent+github@gmail.com>
2025-08-25 16:43:58 -04:00
Owen Shartle dcdb03c7f4 Correcting chagesets -- had duplicate changeset.
Signed-off-by: Owen Shartle <timeloveinvent+github@gmail.com>
2025-08-25 16:00:27 -04:00
Owen Shartle a0b604cb6a Adding handling which checks if the current entity (the catalog entity being loaded) has an annotation for an external entity's TechDocs. If it does then we will redirect there rather than allowing a 404 (mic drop). This helps keep older URLs routing to the updated locations.
Adding changesets.
Adding test coverage for external TechDocs entitiy redirect.

Signed-off-by: Owen Shartle <timeloveinvent+github@gmail.com>
2025-08-25 15:39:29 -04:00
Adam Letizia c3405dbc91 fix(scaffolder-backend): sets router max upload size to 10MB
Signed-off-by: Adam Letizia <LetiziaAdam@JohnDeere.com>
2025-08-25 13:37:40 -05:00
github-actions[bot] 9c441f9a78 Version Packages (next) 2025-08-25 15:09:39 +00:00
Fredrik Adelöw a4a517d501 Merge pull request #30982 from backstage/rugvip/conflict
cli: fix nfs plugin template id -> pluginId
2025-08-25 17:03:34 +02:00
Patrik Oldsberg 080f25215f cli: fix nfs plugin template id -> pluginId
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-08-25 16:39:50 +02:00
Benjamin Janssens 198d170443 Merge branch 'master' into catalog/github-app-discovery 2025-08-25 16:10:30 +02:00
Fredrik Adelöw 56bf797146 Merge pull request #30567 from stephenglass/fix/catalog-msgraph-encoding
fix(catalog-msgraph): Encode query filters in requests made to msgraph
2025-08-25 14:10:43 +02:00
Fredrik Adelöw a7fb31eb2a Update .changeset/slick-lamps-clap.md
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-08-25 14:10:36 +02:00
Fredrik Adelöw 500ac74691 Merge pull request #30971 from backstage/freben/depr-ex
deprecate explore collator
2025-08-25 12:09:15 +02:00
Patrik Oldsberg a19d9ef133 Merge pull request #30978 from backstage/rugvip/conflict
cli: fix package detection conflict
2025-08-25 11:31:40 +02:00
Fredrik Adelöw ddf1de03f8 Update .changeset/stupid-pans-flash.md
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-08-25 11:10:14 +02:00
Patrik Oldsberg 275bda809e cli: fix package detection conflict
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-08-25 10:42:34 +02:00
Fredrik Adelöw e60b871986 Merge pull request #30394 from 04kash/tutorial/adding-events
Add Docs on Integrating Event-Driven Updates with Entity Providers
2025-08-25 09:37:43 +02:00
Stephen Glass e409becd3f Fixes for rendering initials in the avatar component
Signed-off-by: Stephen Glass <stephen@stephen.glass>
2025-08-23 20:58:00 -04:00
Fredrik Adelöw f615c9fd40 Merge pull request #30823 from backstage/renovate/actions-cache-digest
chore(deps): update actions/cache digest to 0400d5f
2025-08-23 12:25:13 +02:00
Fredrik Adelöw 4d6c6b80b5 Merge pull request #30826 from backstage/renovate/ilshidur-action-discord-0.x
chore(deps): update ilshidur/action-discord action to v0.4.0
2025-08-23 12:24:58 +02:00
Fredrik Adelöw 4642837a3f Merge pull request #30829 from backstage/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3.29.6
2025-08-23 12:24:21 +02:00
Fredrik Adelöw ce1a18f1c9 Merge pull request #30965 from backstage/dependabot/npm_and_yarn/cipher-base-1.0.6
chore(deps): bump cipher-base from 1.0.4 to 1.0.6
2025-08-23 12:24:05 +02:00
Fredrik Adelöw 5a81e5e3ac Merge pull request #30973 from backstage/dependabot/npm_and_yarn/sha.js-2.4.12
chore(deps): bump sha.js from 2.4.11 to 2.4.12
2025-08-23 12:23:30 +02:00
dependabot[bot] d87fa94281 chore(deps): bump sha.js from 2.4.11 to 2.4.12
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12.
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12)

---
updated-dependencies:
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-22 21:34:35 +00:00
Andre Wanlin dae9dd1af0 Merge pull request #30966 from backstage/dependabot/npm_and_yarn/microsite/sha.js-2.4.12
chore(deps): bump sha.js from 2.4.11 to 2.4.12 in /microsite
2025-08-22 16:29:52 -05:00
Fredrik Adelöw 021a4db7a2 Merge pull request #30972 from backstage/freben/contrib-split
🧹  update contrib read/write split doc to match new client methods
2025-08-22 22:02:10 +02:00
Fredrik Adelöw 208b7e7c08 update contrib read/write split doc to match new client methods
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-08-22 21:45:24 +02:00