add changesets and api report
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -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.
|
||||
@@ -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).
|
||||
@@ -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`
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user