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
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
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
renovate[bot]
0ce7178d33
chore(deps): update dependency dompurify to v3.3.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-18 10:03:40 +00: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
renovate[bot]
5e81a860b5
chore(deps): update dependency docusaurus-plugin-openapi-docs to v4.5.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-18 10:02:53 +00: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]
f0066306fa
chore(deps): update dependency @uiw/codemirror-themes to v4.25.3
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-18 09:57:01 +00: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