Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Synthetics CI test metadata #610

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-02 14:05:20.854606",
"spec_repo_commit": "ca6b2d8"
"regenerated": "2021-11-03 12:24:03.439599",
"spec_repo_commit": "5a8a968"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-02 14:05:21.374269",
"spec_repo_commit": "ca6b2d8"
"regenerated": "2021-11-03 12:24:04.135960",
"spec_repo_commit": "5a8a968"
}
}
}
25 changes: 19 additions & 6 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9846,22 +9846,34 @@ components:
description: Description of the CI provider.
properties:
pipeline:
description: Name of the pipeline.
type: string
$ref: '#/components/schemas/SyntheticsCIBatchMetadataPipeline'
provider:
description: Name of the CI provider.
type: string
$ref: '#/components/schemas/SyntheticsCIBatchMetadataProvider'
type: object
SyntheticsCIBatchMetadataGit:
description: Git information.
properties:
branch:
description: The branch name.
type: string
commit_sha:
commitSha:
description: The commit SHA.
type: string
type: object
SyntheticsCIBatchMetadataPipeline:
description: Description of the CI pipeline.
properties:
url:
description: URL of the pipeline.
type: string
type: object
SyntheticsCIBatchMetadataProvider:
description: Description of the CI provider.
properties:
name:
description: Name of the CI provider.
type: string
type: object
SyntheticsCITest:
description: Test configuration for Synthetics CI
properties:
Expand Down Expand Up @@ -10659,7 +10671,8 @@ components:
properties:
assertions:
default: []
description: Array of assertions used for the test.
description: Array of assertions used for the test. Required for single
API tests.
example: []
items:
$ref: '#/components/schemas/SyntheticsAssertion'
Expand Down
2 changes: 2 additions & 0 deletions docs/v1/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions docs/v1/SyntheticsApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/v1/SyntheticsCIBatchMetadataCI.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/v1/SyntheticsCIBatchMetadataPipeline.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/v1/SyntheticsCIBatchMetadataProvider.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/v1/SyntheticsTestConfig.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading