Commit Graph

53066 Commits

Author SHA1 Message Date
Fredrik Adelöw 841a50d933 Merge pull request #24062 from backstage/renovate/yup-0.x
chore(deps): update dependency @types/yup to ^0.32.0
2024-04-08 15:31:05 +02:00
Patrik Oldsberg ec76818cbd Merge pull request #24024 from backstage/mob/create-obo-tokens
backend-app-api: add support for OBO tokens
2024-04-08 15:28:40 +02:00
Thorsten Gilfert c6cafe64c7 Added changeset
Signed-off-by: Thorsten Gilfert <thorsten.gilfert@bbraun.com>
2024-04-08 13:25:49 +00:00
Fredrik Adelöw c019c62513 Merge pull request #23800 from backstage/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3.24.10
2024-04-08 15:24:10 +02:00
Thorsten Gilfert ae7a775fb8 Status checks are in an array of commits
Signed-off-by: Thorsten Gilfert <thorsten.gilfert@bbraun.com>
2024-04-08 13:16:24 +00:00
Fredrik Adelöw 1e5f38046d Merge pull request #23866 from backstage/dependabot/npm_and_yarn/express-4.19.2
build(deps): bump express from 4.18.3 to 4.19.2
2024-04-08 15:12:32 +02:00
Fredrik Adelöw 32d4f6ec4f Merge pull request #23864 from backstage/dependabot/npm_and_yarn/microsite/express-4.19.2
build(deps): bump express from 4.18.2 to 4.19.2 in /microsite
2024-04-08 15:12:23 +02:00
Andre Wanlin ae3a99ff1b Merge pull request #23634 from QuadmanSWE/patch-plugin-azure-devops-backstage-getAllTeams-topTeams
Add optional limit parameter for getAllTeams method, default 100
2024-04-08 08:01:14 -05:00
Fredrik Adelöw 34c24a15f8 Merge pull request #23812 from BillyMichael/docs/openapi-fix
Update OpenAPI docs to use the correct NPM package for Optic
2024-04-08 14:52:54 +02:00
Fredrik Adelöw 44a03c1207 Merge pull request #23865 from backstage/dependabot/npm_and_yarn/storybook/express-4.19.2
build(deps): bump express from 4.18.1 to 4.19.2 in /storybook
2024-04-08 14:50:38 +02:00
Fredrik Adelöw 60cb44fb32 Merge pull request #24075 from backstage/freben/field-validator
add example for adjusting metadata.name validation
2024-04-08 14:49:46 +02:00
Fredrik Adelöw b4b04d2251 dedupe
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-04-08 14:27:45 +02:00
Fredrik Adelöw 9cf8f03bff dedupe
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-04-08 14:25:44 +02:00
Patrik Oldsberg 7978a58ded backend-app-api: use minimum exp of plugin and obo token
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-04-08 14:21:35 +02:00
Patrik Oldsberg 122cf5eed1 Merge pull request #24023 from backstage/rugvip/404
backend-app-api: deprecate plugin path configuration and fix /api/* 404
2024-04-08 14:12:45 +02:00
Patrik Oldsberg 06be96d9d3 Merge pull request #24070 from aramissennyeydd/nbs/config
fix: update config reading for NBS
2024-04-08 13:56:32 +02:00
Patrik Oldsberg 3b3d9730e8 backend-app-api: added root router test for case without index path
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-04-08 13:54:37 +02:00
Patrik Oldsberg 7522a9e51e docs/backend-system: reword 404 handling in root router docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-04-08 13:47:53 +02:00
Fredrik Adelöw 89b998bcfa add example for adjusting metadata.name validation
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-04-08 12:21:32 +02:00
Marek Libra b7cb5838b7 Merge pull request #23645 from mareklibra/FLPATH-1090.bulkActions
feat: add bulk actions to the Notifications page
2024-04-08 12:13:41 +02:00
Patrik Oldsberg 5f94ce1e92 Merge pull request #24072 from drodil/plugin_id_fix
fix: backend cli util to use the correct id
2024-04-08 09:17:17 +02:00
Heikki Hellgren 6b5ddbe622 fix: backend cli util to use the correct id
instead of using `pluginId: 'testPlugin'` now it uses the right id for
example `pluginId: 'test'`.

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-08 08:26:13 +03:00
web-next-automation f93376c5dd fix: update config reading for NBS
Signed-off-by: web-next-automation <web-platform@doordash.com>
2024-04-07 19:36:19 -04:00
Juan Pablo Garcia Ripa b450af3142 Add ESLint Rule to techdocs-react plugin
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2024-04-08 00:09:00 +02:00
ovalice 8b08e98fee Also check for logStream.destroyed during test in case .end() was not called to close the logStream
Signed-off-by: ovalice <31350208+ovalice@users.noreply.github.com>
2024-04-07 23:36:33 +02:00
ovalice bc4ab9fcf6 Use writableEnded to determine whether logStream was closed during test
When asserting whether the logStream is closed, the .closed prop is not sufficient.
The prop only becomes true when all the data has been flushed, which probably happens after
we want to do the assertion. By using .writableEnded, we can properly check whether
the logStream was intentionally closed, as it becomes true as soon as .end() is called.

Signed-off-by: ovalice <31350208+ovalice@users.noreply.github.com>
2024-04-07 23:36:25 +02:00
ovalice 8ccbdb2dbf Fix typo in changeset
Signed-off-by: ovalice <31350208+ovalice@users.noreply.github.com>
2024-04-07 23:36:18 +02:00
ovalice 75a53b838a Keep log stream open when running a container with KubernetesContainerRunner
Signed-off-by: ovalice <31350208+ovalice@users.noreply.github.com>
2024-04-07 23:36:05 +02:00
Andre Wanlin b819c00802 Updated external integrations with new backend system examples
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-07 13:00:18 -05:00
Andre Wanlin 520490ed85 Updated Kubernetes installation with new backend system examples
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-07 12:59:42 -05:00
Andre Wanlin 1e3088c8f2 Updated TechDocs with new backend systems examples
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-07 12:57:41 -05:00
Andre Wanlin e0b22fa549 Renamed based on feedback
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-07 12:41:07 -05:00
Andre Wanlin 1027638897 Changes based on feedback
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-07 12:39:15 -05:00
Andre Wanlin b8de7cbed7 Added verify-no-top-level-material-ui-4-imports script
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-07 12:39:15 -05:00
David Söderlund b356ead6c4 Add teamsLimit parameter to router test expected results.
Added test where the teamsLimit is supplied.

Signed-off-by: Quadman <QuadmanSWE@gmail.com>
Signed-off-by: David Söderlund <QuadmanSWE@gmail.com>
2024-04-07 19:05:52 +02:00
Quadman a16fe875d6 updated api-report
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:42 +02:00
Quadman 481f784d6e made the teams limit option available in front end but with no defined default value since it is set to a default 100 in backend
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:42 +02:00
Quadman 06980ee398 Refactor getAllTeams method to accept options parameter.
Added teamsLimit parameter to PullRequestDashBoardProvider options

Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:42 +02:00
Quadman 5ce79db67e Refactor getAllTeams method in PullRequestsDashboardProvider
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
Quadman fbdd051829 Fix getAllTeams method whitespace
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
David Söderlund d8a731b9d6 Update plugins/azure-devops-backend/src/api/AzureDevOpsApi.ts
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Signed-off-by: David Söderlund <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
David Söderlund b27382f411 Update plugins/azure-devops-backend/src/api/AzureDevOpsApi.ts
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Signed-off-by: David Söderlund <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
Quadman d6a4e2b470 Update getAllTeams parameter name to 'limit'
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
Quadman 637c1eacf0 Renamed the parameter to teamsLimit, reran api report, tsc, lint, and tests.
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
Quadman 171e80c9ea Updated API report for azure-devops plugins
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
Quadman 11fa8ea465 added topTeams to PullRequestsPageProps and implemented through to backend
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
Quadman 106b904f31 Fixed variable name to not use underscore
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
David Söderlund b9c2d2fc60 Update .changeset/brown-beers-share.md
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: David Söderlund <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
Quadman 95b057332a Add optional topTeams parameter for getAllTeams method, defaults to 100 which is default in azure-devops-node-api
Signed-off-by: Quadman <QuadmanSWE@gmail.com>
2024-04-07 18:39:41 +02:00
renovate[bot] 43ca784013 chore(deps): update dependency @types/yup to ^0.32.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-07 09:33:03 +00:00