add changesets and api report

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-02-19 22:16:01 -05:00
parent 317cb08b5d
commit cfdc5e7d38
3 changed files with 35 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixes an issue where `/analyze-location` would incorrectly throw a 500 error on an invalid url.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': minor
---
Adds two new commands, `repo schema openapi fuzz` and `package schema openapi fuzz` for fuzzing your plugins documented with OpenAPI. This can help find bugs in your application code through the use of autogenerated schema-compliant inputs. For more information on the underlying library this leverages, take a look at [the docs](https://schemathesis.readthedocs.io/en/stable/index.html).
+25
View File
@@ -97,9 +97,23 @@ Options:
Commands:
init
generate [options]
fuzz [options]
help [command]
```
### `backstage-repo-tools package schema openapi fuzz`
```
Usage: backstage-repo-tools package schema openapi fuzz [options]
Options:
--count <count>
--workers <workers>
--debug
--exclude-checks <excludeChecks>
-h, --help
```
### `backstage-repo-tools package schema openapi generate`
```
@@ -157,9 +171,20 @@ Commands:
verify [paths...]
lint [options] [paths...]
test [options] [paths...]
fuzz [options]
help [command]
```
### `backstage-repo-tools repo schema openapi fuzz`
```
Usage: backstage-repo-tools repo schema openapi fuzz [options]
Options:
--since <ref>
-h, --help
```
### `backstage-repo-tools repo schema openapi lint`
```