Colt McKissick
7ef8c8a7d4
Update .changeset/great-files-shave.md
...
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Signed-off-by: Colt McKissick <colt.mckissick@gmail.com >
2025-11-19 19:30:49 -05: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
milliehartnt123
e95dcfea36
Fixed formatting in viewing-catalog documentation
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-19 14:08:37 -05:00
milliehartnt123
b02b47bf05
Add graphic showing relationships section
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-19 14:05:57 -05:00
milliehartnt123
8173347d43
Fixed link to update-component.md file
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-19 14:01:35 -05:00
milliehartnt123
2ddb0fe1af
Add additional graphics for viewing catalog doc
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-19 13:56:28 -05:00
milliehartnt123
49d2e017ba
Revise Viewing the Catalog documentation
...
Updated content and images for the Viewing the Catalog documentation.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-19 13:54:20 -05:00
milliehartnt123
826fef5d8f
Add graphics for viewing catalog doc
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-19 13:14:43 -05:00
milliehartnt123
830b73376b
Add new viewing-catalog file to getting started
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-19 13:09:39 -05:00
Valério Valério
762985b0df
Fix Vale check failure
...
Signed-off-by: Valério Valério <vdv100@gmail.com >
2025-11-19 19:58:43 +02:00
Valério Valério
bad559c1f9
Move the suspended user logic to a transformer filter
...
Signed-off-by: Valério Valério <vdv100@gmail.com >
2025-11-19 19:46:58 +02:00
Valério Valério
ed5a7a3ef3
Add changeset
...
Signed-off-by: Valério Valério <vdv100@gmail.com >
2025-11-19 19:36:06 +02:00
Valério Valério
35c23e5463
Update documentation to list the new option 'excludeSuspendedUsers'
...
Signed-off-by: Valério Valério <vdv100@gmail.com >
2025-11-19 19:36:02 +02:00
Valério Valério
9d72ca9250
Generate API report
...
Signed-off-by: Valério Valério <vdv100@gmail.com >
2025-11-19 19:34:38 +02:00
Valério Valério
70666ee784
Add test cases for the GitHub getOrganizationUsers call
...
Signed-off-by: Valério Valério <vdv100@gmail.com >
2025-11-19 19:18:57 +02:00
Valério Valério
b0ff0d2579
Introduce new option in the GH catalog plugin to exclude suspended users
...
Introduce an optional setting to exclude suspended users from GitHub Enterprise instances.
When it’s set to true, suspended users won’t be emitted by the default transform.
If a custom transformer is used, it should check if the property `suspendedAt` from the `GithubUser` is defined,
in order to exclude such users. This logic was not introduced in the `GithubMultiOrgReaderProcessor.ts`,
since the usage there is marked as deprecated.
To note that this setting should be used only against GitHub Enterprise instances,
the property does not exist in the github.com GraphQL schema, adding it will cause a schema validation error
and the syncing of users will fail.
Signed-off-by: Valério Valério <vdv100@gmail.com >
2025-11-19 19:18:40 +02: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
renovate[bot]
ff87168869
chore(deps): update dependency esbuild-loader to v4.4.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-19 15:02:27 +00: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
Ayush More
e7f2028de9
Add cncf-white.svg image file
...
Signed-off-by: Ayush More <ayushmore42595@gmail.com >
2025-11-19 19:46:11 +05:30
tduniec
5396287fe2
publishing Template Designer plugin
...
Signed-off-by: tduniec <tomekduniec@gmail.com >
2025-11-19 14:59:03 +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
renovate[bot]
16c56da095
chore(deps): update dependency elastic-builder to v2.31.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-19 13:37:10 +00: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
enyineer
ab017b9918
Remove global-agent from create-app
...
Signed-off-by: enyineer <nico.enking@gmail.com >
2025-11-19 10:42:45 +01:00
enyineer
1a483ed02f
Remove undici and old mocks
...
Signed-off-by: enyineer <nico.enking@gmail.com >
2025-11-19 10:11:12 +01:00
Hellgren Heikki
8101ec1a53
fix(catalog): fix refresh service ancestry to follow the tree
...
if location is referenced by another location, that will not get updated properly
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2025-11-19 10:36:07 +02:00
its-mitesh-kumar
0afbd91822
updating api report
...
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com >
2025-11-19 14:02:00 +05:30
Patrik Oldsberg
36f98f12d8
backend-app-api: wrap returned result
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-18 20:40:18 +01:00
Patrik Oldsberg
c3273dacd3
docs/backend-system: document backend startup result
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-18 20:40:17 +01:00
Patrik Oldsberg
5a2d53889b
changesets: add changeset for backend.start() result
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-18 20:40:17 +01:00
Patrik Oldsberg
3f4b717b3f
backend-app-api: export BackendStartupError
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-18 20:40:17 +01:00
Patrik Oldsberg
c38c640001
backend-app-api: update API report
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-18 20:40:17 +01:00
Patrik Oldsberg
d69df5a70e
backend-app-api: refactor startup tracking and report results
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-18 20:40:17 +01:00
Patrik Oldsberg
595f99a1ea
backend-app-api: add createAllowBootFailurePredicate
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-18 20:40:16 +01:00
ElaineDeMattosSilvaB
7ed0dc1158
feat: add dbsystel as adopter
...
Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com >
2025-11-18 20:39:33 +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
its-mitesh-kumar
bb42830a77
address remaining comments
...
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com >
2025-11-18 20:17:39 +05:30
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
its-mitesh-kumar
ff28f897c4
addressing review comments
...
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com >
2025-11-18 19:37:25 +05:30
Christoph Jerolimov
5d52dabbbd
fix(core-components): Add i18n support for LogViewer search control
...
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com >
2025-11-18 14:50:48 +01:00