Fredrik Adelöw
|
3fa40dde23
|
Merge pull request #26846 from AmbrishRamachandiran/backstage-accessibility-docs
Fixed grammar mistakes in the backstage accessibility docs
|
2024-10-08 11:00:07 +02:00 |
|
Patrik Oldsberg
|
6732d1b88f
|
Merge pull request #25538 from aramissennyeydd/openapi-tooling/custom-proxy-server
feat(openapi-tooling): validate schema in jest tests
|
2024-10-08 10:51:08 +02:00 |
|
Patrik Oldsberg
|
06490f8c1e
|
Update packages/backend-openapi-utils/src/schema/parameter-validation.ts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-08 10:17:51 +02:00 |
|
Fredrik Adelöw
|
aeab4702d1
|
Merge pull request #27001 from backstage/freben/more-catalog-test-utils
use the catalog mock in more tests
|
2024-10-08 10:14:32 +02:00 |
|
Patrik Oldsberg
|
a7ef006e15
|
update API reports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-08 10:12:27 +02:00 |
|
Fredrik Adelöw
|
73979b8c34
|
Merge pull request #26922 from backstage/core/close-db-connections-shutdown
core: Attempt to close db connections on shutdown
|
2024-10-08 09:49:19 +02:00 |
|
Ben Lambert
|
df69b3f39f
|
Merge pull request #26982 from mbenson/scaffolder_step_if_false
handle step.if: false
|
2024-10-08 08:49:09 +02:00 |
|
renovate[bot]
|
36d49dde50
|
chore(deps): update dependency @openapitools/openapi-generator-cli to v2.14.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-08 04:55:42 +00:00 |
|
Patrik Oldsberg
|
2dc3526214
|
docs/auth: update sign-in resolver docs to encourage use of allowedDomains
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-08 01:12:10 +02:00 |
|
Patrik Oldsberg
|
217458a9a8
|
auth-node: add allowedDomains options for emailLocalPartMatchingUserEntityName + fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-08 01:12:10 +02:00 |
|
Patrik Oldsberg
|
809776acd7
|
events-backend: skip tests if postgres tests are skipped
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-08 00:43:57 +02:00 |
|
Patrik Oldsberg
|
eeb62e3346
|
cli: few extra comments for repo test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-08 00:18:12 +02:00 |
|
Patrik Oldsberg
|
25943ab18b
|
cli: move repot test result processing to runner, and by path
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-08 00:14:53 +02:00 |
|
Fredrik Adelöw
|
bd819ca533
|
Merge pull request #25418 from Julien-Hery/feat/limitVisitsApi
feat(visitsApi): make use of `limit` query param in `.list()` function
|
2024-10-07 21:16:48 +02:00 |
|
Łukasz Jernaś
|
237029eed4
|
Merge branch 'master' into feat/26838
|
2024-10-07 20:02:54 +02:00 |
|
Patrik Oldsberg
|
86d6c1d2bf
|
cli: only configure jest result processor if success cache is used
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-07 18:55:26 +02:00 |
|
Patrik Oldsberg
|
554c61bb3b
|
Merge pull request #27003 from backstage/rugvip/preserve
cli: use preserveModules for CJS builds
|
2024-10-07 18:50:51 +02:00 |
|
Patrik Oldsberg
|
2165ec2694
|
Merge pull request #26986 from backstage/rugvip/lint-cache
cli: add --successCache option for repo lint
|
2024-10-07 18:50:36 +02:00 |
|
Fredrik Adelöw
|
3bd0501776
|
some more
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2024-10-07 17:42:31 +02:00 |
|
Fredrik Adelöw
|
033c957321
|
use the catalog mock in more tests
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2024-10-07 17:42:31 +02:00 |
|
Fredrik Adelöw
|
3459f9390d
|
Merge pull request #26999 from backstage/freben/catalog-test-utils
Add `catalogApiMock` to `catalog-react/testUtils`
|
2024-10-07 17:41:01 +02:00 |
|
Patrik Oldsberg
|
b3b4825162
|
cli: fix for repo test arg trimming removing too many args
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-07 17:23:15 +02:00 |
|
Patrik Oldsberg
|
ea1663376e
|
cli: use preserveModules for CJS builds
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-07 17:17:47 +02:00 |
|
Patrik Oldsberg
|
a99a28570b
|
workflows: use --successCache option for repo test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-07 16:54:11 +02:00 |
|
Patrik Oldsberg
|
3047813d42
|
cli: add --successCache option for repo test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-07 16:54:11 +02:00 |
|
Patrik Oldsberg
|
50cc7351cf
|
cli: switch repo lint --cache option to --successCache and --successCacheDir
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-10-07 16:45:31 +02:00 |
|
aramissennyeydd
|
7263f925b4
|
remove unused import
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:07:29 -04:00 |
|
aramissennyeydd
|
4fe1284661
|
add backend/test-utils
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:07:29 -04:00 |
|
aramissennyeydd
|
bc92f808c6
|
cleanup new proxies
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
7869607165
|
simplify parameter sorting
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
74aa8f8b49
|
fix api report
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
0af3a4998b
|
address feedback and double fix schema
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
395e6b9c3c
|
only mention schema changes in the changeset
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
94018ea5a8
|
remove optic files for test cases that we're moving over to new jest plugin
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
79655cb580
|
use a cjs compatible get-port
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
85b4e92f5c
|
small fixes for CI checks
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
28744791cb
|
remove configuration around throwing
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
66af016ab7
|
add changesets
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
ea8ffdb9dc
|
don't validate 400 request body or query params
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
f63ad78082
|
more fixes and validating with search-backend
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:23 -04:00 |
|
aramissennyeydd
|
1e952426c1
|
add comments and improve form/explode checks
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:22 -04:00 |
|
aramissennyeydd
|
2c7750ca57
|
better error messages
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:22 -04:00 |
|
aramissennyeydd
|
1b05177ef6
|
linting things
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:22 -04:00 |
|
aramissennyeydd
|
71ee97ddba
|
add tests for path calculations
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:22 -04:00 |
|
aramissennyeydd
|
ea0b6b4262
|
adding test for request and response validation and adjusting error messages
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:22 -04:00 |
|
aramissennyeydd
|
3bf5285bd6
|
adjusting validation library format and adding test cases
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:22 -04:00 |
|
aramissennyeydd
|
5555a58d62
|
throw on failure correctly
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:22 -04:00 |
|
aramissennyeydd
|
5d8114c1d6
|
feat(openapi-tooling): custom validation server for test cases
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
|
2024-10-07 10:04:22 -04:00 |
|
Fredrik Adelöw
|
4ecd2e9f11
|
fixup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2024-10-07 14:20:19 +02:00 |
|
Fredrik Adelöw
|
38911b78e3
|
implement in some tests
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2024-10-07 14:02:35 +02:00 |
|