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

chore(swagger): Update to Gate 1.30.x #357

Merged
merged 2 commits into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion gateapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Class | Method | HTTP request | Description
*PipelineControllerApi* | [**DeletePipelineUsingDELETE1**](docs/PipelineControllerApi.md#deletepipelineusingdelete1) | **Delete** /pipelines/{id} | Delete a pipeline execution
*PipelineControllerApi* | [**EvaluateExpressionForExecutionAtStageUsingGET**](docs/PipelineControllerApi.md#evaluateexpressionforexecutionatstageusingget) | **Get** /pipelines/{id}/{stageId}/evaluateExpression | Evaluate a pipeline expression at a specific stage using the provided execution as context
*PipelineControllerApi* | [**EvaluateExpressionForExecutionUsingGET**](docs/PipelineControllerApi.md#evaluateexpressionforexecutionusingget) | **Get** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
*PipelineControllerApi* | [**EvaluateExpressionForExecutionViaPOSTUsingPOST**](docs/PipelineControllerApi.md#evaluateexpressionforexecutionviapostusingpost) | **Post** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
*PipelineControllerApi* | [**EvaluateExpressionForExecutionViaPOSTUsingPOST1**](docs/PipelineControllerApi.md#evaluateexpressionforexecutionviapostusingpost1) | **Post** /pipelines/{id}/evaluateExpression | Evaluate a pipeline expression using the provided execution as context
*PipelineControllerApi* | [**EvaluateVariablesUsingPOST**](docs/PipelineControllerApi.md#evaluatevariablesusingpost) | **Post** /pipelines/{id}/evaluateVariables | Evaluate variables same as Evaluate Variables stage using the provided execution as context
*PipelineControllerApi* | [**GetPipelineUsingGET**](docs/PipelineControllerApi.md#getpipelineusingget) | **Get** /pipelines/{id} | Retrieve a pipeline execution
*PipelineControllerApi* | [**InvokePipelineConfigUsingPOST1**](docs/PipelineControllerApi.md#invokepipelineconfigusingpost1) | **Post** /pipelines/{application}/{pipelineNameOrId} | Trigger a pipeline execution
Expand Down
111 changes: 95 additions & 16 deletions gateapi/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ paths:
schema:
type: "array"
items:
$ref: "#/definitions/Map«string,object»"
$ref: "#/definitions/Map«string,object»"
"401":
description: "Unauthorized"
"403":
Expand Down Expand Up @@ -4120,7 +4120,7 @@ paths:
schema:
type: "array"
items:
$ref: "#/definitions/Map«string,object»"
$ref: "#/definitions/Map«string,object»"
"401":
description: "Unauthorized"
"403":
Expand Down Expand Up @@ -4284,6 +4284,55 @@ paths:
format: "double"
x-exportParamName: "HeadersAcceptLanguage0Weight"
x-optionalDataType: "Float64"
- name: "headers.acceptPatch[0].charset.registered"
in: "formData"
required: false
type: "boolean"
x-exportParamName: "HeadersAcceptPatch0CharsetRegistered"
x-optionalDataType: "Bool"
- name: "headers.acceptPatch[0].concrete"
in: "formData"
required: false
type: "boolean"
x-exportParamName: "HeadersAcceptPatch0Concrete"
x-optionalDataType: "Bool"
- name: "headers.acceptPatch[0].qualityValue"
in: "formData"
required: false
type: "number"
format: "double"
x-exportParamName: "HeadersAcceptPatch0QualityValue"
x-optionalDataType: "Float64"
- name: "headers.acceptPatch[0].subtype"
in: "formData"
required: false
type: "string"
x-exportParamName: "HeadersAcceptPatch0Subtype"
x-optionalDataType: "String"
- name: "headers.acceptPatch[0].subtypeSuffix"
in: "formData"
required: false
type: "string"
x-exportParamName: "HeadersAcceptPatch0SubtypeSuffix"
x-optionalDataType: "String"
- name: "headers.acceptPatch[0].type"
in: "formData"
required: false
type: "string"
x-exportParamName: "HeadersAcceptPatch0Type"
x-optionalDataType: "String"
- name: "headers.acceptPatch[0].wildcardSubtype"
in: "formData"
required: false
type: "boolean"
x-exportParamName: "HeadersAcceptPatch0WildcardSubtype"
x-optionalDataType: "Bool"
- name: "headers.acceptPatch[0].wildcardType"
in: "formData"
required: false
type: "boolean"
x-exportParamName: "HeadersAcceptPatch0WildcardType"
x-optionalDataType: "Bool"
- name: "headers.accept[0].charset.registered"
in: "formData"
required: false
Expand All @@ -4309,6 +4358,12 @@ paths:
type: "string"
x-exportParamName: "HeadersAccept0Subtype"
x-optionalDataType: "String"
- name: "headers.accept[0].subtypeSuffix"
in: "formData"
required: false
type: "string"
x-exportParamName: "HeadersAccept0SubtypeSuffix"
x-optionalDataType: "String"
- name: "headers.accept[0].type"
in: "formData"
required: false
Expand Down Expand Up @@ -4451,6 +4506,12 @@ paths:
type: "string"
collectionFormat: "multi"
x-exportParamName: "HeadersConnection"
- name: "headers.contentDisposition.attachment"
in: "formData"
required: false
type: "boolean"
x-exportParamName: "HeadersContentDispositionAttachment"
x-optionalDataType: "Bool"
- name: "headers.contentDisposition.charset.registered"
in: "formData"
required: false
Expand All @@ -4470,6 +4531,18 @@ paths:
type: "string"
x-exportParamName: "HeadersContentDispositionFilename"
x-optionalDataType: "String"
- name: "headers.contentDisposition.formData"
in: "formData"
required: false
type: "boolean"
x-exportParamName: "HeadersContentDispositionFormData"
x-optionalDataType: "Bool"
- name: "headers.contentDisposition.inline"
in: "formData"
required: false
type: "boolean"
x-exportParamName: "HeadersContentDispositionInline"
x-optionalDataType: "Bool"
- name: "headers.contentDisposition.modificationDate"
in: "formData"
required: false
Expand Down Expand Up @@ -4617,6 +4690,12 @@ paths:
type: "string"
x-exportParamName: "HeadersContentTypeSubtype"
x-optionalDataType: "String"
- name: "headers.contentType.subtypeSuffix"
in: "formData"
required: false
type: "string"
x-exportParamName: "HeadersContentTypeSubtypeSuffix"
x-optionalDataType: "String"
- name: "headers.contentType.type"
in: "formData"
required: false
Expand Down Expand Up @@ -6304,9 +6383,9 @@ paths:
tags:
- "pipeline-controller"
summary: "Evaluate a pipeline expression using the provided execution as context"
operationId: "evaluateExpressionForExecutionViaPOSTUsingPOST"
operationId: "evaluateExpressionForExecutionViaPOSTUsingPOST_1"
consumes:
- "text/plain"
- "application/json"
produces:
- "*/*"
parameters:
Expand All @@ -6321,7 +6400,7 @@ paths:
description: "pipelineExpression"
required: true
schema:
type: "string"
type: "object"
x-exportParamName: "PipelineExpression"
responses:
"200":
Expand Down Expand Up @@ -6366,7 +6445,7 @@ paths:
schema:
type: "array"
items:
$ref: "#/definitions/Map«string,string»"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure where these odd characters come from. Swaggergen?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice that they're disappearing...

$ref: "#/definitions/Map«string,string»"
x-examples:
application/json: "[{\"key\":\"a\",\"value\":\"1\"},{\"key\":\"b\",\"value\"\
:\"2\"},{\"key\":\"sum\",\"value\":\"${a+b}\"}]"
Expand Down Expand Up @@ -7015,7 +7094,7 @@ paths:
schema:
type: "array"
items:
$ref: "#/definitions/Map«string,string»"
$ref: "#/definitions/Map«string,string»"
"401":
description: "Unauthorized"
"403":
Expand Down Expand Up @@ -8992,7 +9071,7 @@ definitions:
artifacts:
type: "array"
items:
$ref: "#/definitions/Map«string,object»"
$ref: "#/definitions/Map«string,object»"
environments:
type: "array"
items:
Expand Down Expand Up @@ -9265,7 +9344,7 @@ definitions:
constraints:
type: "array"
items:
$ref: "#/definitions/Map«string,object»"
$ref: "#/definitions/Map«string,object»"
locations:
type: "object"
properties: {}
Expand All @@ -9282,7 +9361,7 @@ definitions:
verifyWith:
type: "array"
items:
$ref: "#/definitions/Map«string,object»"
$ref: "#/definitions/Map«string,object»"
title: "Environment"
example:
verifyWith:
Expand Down Expand Up @@ -9526,9 +9605,9 @@ definitions:
type: "object"
properties: {}
title: "GraphQLRequest"
HashMap«string,object»:
HashMap«string,object»:
type: "object"
title: "HashMap«string,object»"
title: "HashMap«string,object»"
additionalProperties:
type: "object"
properties: {}
Expand Down Expand Up @@ -9594,15 +9673,15 @@ definitions:
InputStream:
type: "object"
title: "InputStream"
Map«string,object»:
Map«string,object»:
type: "object"
title: "Map«string,object»"
title: "Map«string,object»"
additionalProperties:
type: "object"
properties: {}
Map«string,string»:
Map«string,string»:
type: "object"
title: "Map«string,string»"
title: "Map«string,string»"
additionalProperties:
type: "string"
Notification:
Expand Down
Loading