renovate[bot]
e1e51cff34
chore(deps): update dependency @types/node to v18.11.18
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-12-27 10:29:25 +00:00
Ben Lambert
a45da82302
Merge pull request #15097 from kuangp/feat/search/maxPageLimit
...
feat(search): allow max page limit to be configurable
2022-12-27 11:18:09 +01:00
Patrik Oldsberg
6b5bf5116b
Merge pull request #15355 from backstage/sarabadu/tsconf-for-reports
...
use isAllPackages to generate tmp config
2022-12-27 11:03:48 +01:00
Ben Lambert
a15da5cf51
Merge pull request #15387 from backstage/jhaals/rmtuboat
...
Remove tugboat workflow
2022-12-27 10:47:00 +01:00
Ben Lambert
c7db15fdd1
Merge pull request #15392 from backstage/renovate/jss-10.x
...
fix(deps): update dependency jss to ~10.9.0
2022-12-27 10:37:08 +01:00
Robert Bunning
54baecbd1a
Implement caching via response etags for adr backend
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 16:26:33 -05:00
Phil Kuang
bfd66b0478
feat(search): allow max page limit to be configurable
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-12-23 16:18:21 -05:00
Robert Bunning
42ecf54e48
Export api types
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 13:32:18 -05:00
Robert Bunning
654e8ac5af
Added api for adr plugin
...
Switched to using an AdrApi and removed the fetchers for adr reading.
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 13:11:49 -05:00
sblausten
f31659e9d8
Fix import
...
Signed-off-by: sblausten <sam@roadie.io >
2022-12-23 18:09:19 +01:00
sblausten
28b417769e
Add error to each result
...
Signed-off-by: sblausten <sam@roadie.io >
2022-12-23 18:09:19 +01:00
sblausten
8de258cb8f
Always return 200
...
Signed-off-by: sblausten <sam@roadie.io >
2022-12-23 18:09:19 +01:00
sblausten
98dd59a158
Remove test
...
Signed-off-by: sblausten <sam@roadie.io >
2022-12-23 18:09:19 +01:00
sblausten
a5ea625550
Small tweak
...
Signed-off-by: sblausten <sam@roadie.io >
2022-12-23 18:09:19 +01:00
sblausten
138b37994a
Return 200 unless all fail
...
Signed-off-by: sblausten <sam@roadie.io >
2022-12-23 18:09:19 +01:00
sblausten
4d1094bef4
Return all errors
...
Signed-off-by: sblausten <sam@roadie.io >
2022-12-23 18:09:19 +01:00
sblausten
7a38a31699
Do not fail fast on run checks endpoint when a single check fails and return error message alongside any results that completed
...
Signed-off-by: sblausten <sam@roadie.io >
2022-12-23 18:09:18 +01:00
Salih Candir
1c0fcca4b8
refactor: use route ref instead of relative paths
...
Using `useRouteRef` allows us to make the component testable, with a relative path we cannot use `mountedRoutes` within `wrapInTestApp`
Signed-off-by: Salih Candir <salih@live.at >
2022-12-23 17:24:38 +01:00
Salih Candir
1bb2630563
fix: use right url path
...
Signed-off-by: Salih Candir <salih.candir@styleflasher.at >
Signed-off-by: Salih Candir <salih@live.at >
2022-12-23 17:24:38 +01:00
Salih Candir
2f1b283de2
docs: add .changeset
...
Signed-off-by: Salih Candir <salih@live.at >
2022-12-23 17:24:37 +01:00
Salih Candir
ef795700d6
fix: use '../' instead of '../../' for relative paths
...
With `../../audit/<id>` we navigate from `/<base-url>/audit/<id>` to `/audit/<id>` but this is wrong because the base path is missing. Therefore we use `../audit/<id>` and this will navigate to the right url with respect to the base path.
Signed-off-by: Salih Candir <salih@live.at >
2022-12-23 17:24:37 +01:00
Patrik Oldsberg
79536d9df1
Merge pull request #15140 from vorbrodt/group-diagram-moves-on-its-own
...
Make diagram scale to viewport without growing on its own
2022-12-23 16:55:28 +01:00
Robert Bunning
b267b6c045
Adjusted dependencies
...
Changed @types imports to be dev dependencies. Changed import of DiscoveryApi to remove reference to @backstage/plugin-permission-common
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 10:07:05 -05:00
Robert Bunning
30519deddc
Updated documentation
...
Changed the wording in the changeset. Fixed a grammar mistake in the backend plugin's readme.
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 09:40:21 -05:00
Robert Bunning
5b6a1920cd
Changed endpoint names
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 09:24:53 -05:00
Robunnin
4ec300de73
Merge branch 'backstage:master' into adr-plugin-adjustments
2022-12-23 09:14:17 -05:00
Ben Lambert
02ebf52de3
Merge pull request #15402 from dagda1/onchange-handler-for-stepper
...
add onChange handler to next/Stepper
2022-12-23 14:54:22 +01:00
Ben Lambert
057fbbbc0c
Merge pull request #15411 from fletchgqc/correct-template-doco
...
Minor comprehension fix for writing template example
2022-12-23 14:52:34 +01:00
John Fletcher
17da0d3ceb
Minor comprehension fix for writing template example
...
Signed-off-by: John Fletcher <fletchgqc@gmail.com >
2022-12-23 14:05:33 +01:00
Johan Haals
0c439fcd75
Merge pull request #15409 from iLert/fix/ilert-services-uptimepercentage
...
Fix/ilert services uptimepercentage
2022-12-23 13:44:23 +01:00
Johan Haals
2c6d391cb2
Merge pull request #15277 from backstage/jhaals/micro-next-sidebar
...
microsite-next: Add Sidebar, make references compatible
2022-12-23 13:25:02 +01:00
Paul Cowan
c4d2226ef2
ensure mock is called in Stepper test
...
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot >
2022-12-23 12:16:35 +00:00
Paul Cowan
89faf7c9b5
test nested form data in multiple steps
...
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot >
2022-12-23 12:16:35 +00:00
Paul Cowan
0b0bd3379b
merge formData with current in Stepper onChange
...
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot >
2022-12-23 12:16:34 +00:00
Paul Cowan
4e5bd31242
update changeset
...
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot >
2022-12-23 12:16:34 +00:00
Paul Cowan
223e2c5f03
add onChange handler to stepper
...
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot >
2022-12-23 12:16:33 +00:00
Marko Simon
b1279d396d
add changeset
...
Signed-off-by: Marko Simon <marko@ilert.com >
2022-12-23 12:40:05 +01:00
Marko Simon
a4c04c17eb
add nullchecks for uptimePercentage
...
Signed-off-by: Marko Simon <marko@ilert.com >
2022-12-23 12:27:03 +01:00
backstage-goalie[bot]
ceb8325708
Merge pull request #15407 from backstage/renovate/canvas-2.x-lockfile
...
chore(deps): update dependency canvas to v2.11.0
2022-12-23 11:14:07 +00:00
renovate[bot]
16c135350a
chore(deps): update dependency canvas to v2.11.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-12-23 10:48:21 +00:00
backstage-goalie[bot]
bc8b1dd63c
Merge pull request #15405 from backstage/renovate/rjsf-validator-ajv6-5.x-lockfile
...
fix(deps): update dependency @rjsf/validator-ajv6 to v5.0.0-beta.15
2022-12-23 10:36:06 +00:00
renovate[bot]
ad8f37bfd9
fix(deps): update dependency @rjsf/validator-ajv6 to v5.0.0-beta.15
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-12-23 10:02:47 +00:00
backstage-goalie[bot]
fa83895b4e
Merge pull request #15404 from backstage/renovate/rjsf-utils-5.x-lockfile
...
fix(deps): update dependency @rjsf/utils to v5.0.0-beta.15
2022-12-23 09:52:30 +00:00
renovate[bot]
b8e9ff548a
fix(deps): update dependency @rjsf/utils to v5.0.0-beta.15
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-12-23 09:16:04 +00:00
Johan Haals
d526c0f574
Merge pull request #15378 from backstage/sarabadu/transitive-deps
...
[repo-tools] moved to peerDeps to match version w/api-extractor
2022-12-23 10:05:44 +01:00
Fredrik Adelöw
3f59aaf23f
Merge pull request #15393 from backstage/freben/coverage
...
minor improvements to the coverage backend
2022-12-23 10:01:36 +01:00
Brian Fletcher
a06b01ee38
fixes test
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2022-12-22 21:42:41 +00:00
Brian Fletcher
3d679f83c1
address review comments
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2022-12-22 19:28:28 +00:00
Juan Pablo Garcia Ripa
93cff3053e
moved to peerDeps to match version w/api-extractor
...
Signed-off-by: Juan Pablo Garcia Ripa <juanpablog@spotify.com >
2022-12-22 17:23:25 +01:00
Adam Harvey
b3484d4368
fix: Missed the renamed file
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2022-12-22 11:07:38 -05:00