Skip to content

Commit

Permalink
chore: sync Mergify JSON Schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify-ci-bot authored and github-actions[bot] committed Jan 21, 2025
1 parent f1c9602 commit 61a4310
Showing 1 changed file with 0 additions and 271 deletions.
271 changes: 0 additions & 271 deletions public/api-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3795,195 +3795,6 @@
}
}
},
"/repos/{owner}/{repository}/ci_issues_upload": {
"post": {
"tags": [
"ci_issues"
],
"summary": "Send JUnit XML files to CI Issues",
"description": "Send, a maximum of 5, JUnit XML files to CI Issues",
"operationId": "upload_ci_issue_junit_files_repos__owner___repository__ci_issues_upload_post",
"security": [
{
"HTTPBearer": []
}
],
"parameters": [
{
"name": "repository",
"in": "path",
"required": true,
"schema": {
"type": "string",
"minLength": 1,
"pattern": "^[\\w\\-\\.]+$",
"description": "The name of the repository",
"title": "Repository"
},
"description": "The name of the repository"
},
{
"name": "owner",
"in": "path",
"required": true,
"schema": {
"type": "string",
"minLength": 1,
"maxLength": 40,
"pattern": "^[a-zA-Z0-9\\-]+$",
"description": "The owner of the repository",
"title": "Owner"
},
"description": "The owner of the repository"
}
],
"requestBody": {
"required": true,
"content": {
"multipart/form-data": {
"schema": {
"$ref": "#/components/schemas/Body_upload_ci_issue_junit_files_repos__owner___repository__ci_issues_upload_post"
}
}
}
},
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CiIssuesJunitResponse"
}
}
}
},
"403": {
"description": "Forbidden"
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
}
}
},
"/ci_issues_token/{owner}": {
"get": {
"tags": [
"ci_issues"
],
"summary": "Get the token to be able to upload JUnit XML reports",
"description": "Get the token to be able to upload JUnit XML reports",
"operationId": "get_ci_issues_token_ci_issues_token__owner__get",
"security": [
{
"ApplicationAuth": []
}
],
"parameters": [
{
"name": "owner",
"in": "path",
"required": true,
"schema": {
"type": "string",
"minLength": 1,
"maxLength": 40,
"pattern": "^[a-zA-Z0-9\\-]+$",
"description": "The owner of the repository",
"title": "Owner"
},
"description": "The owner of the repository"
}
],
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CiIssuesTokenResponse"
}
}
}
},
"403": {
"description": "Forbidden"
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
}
},
"put": {
"tags": [
"ci_issues"
],
"summary": "Rotate the token to be able to upload JUnit XML reports",
"description": "Rotate the token to be able to upload JUnit XML reports",
"operationId": "rotate_ci_issues_token_ci_issues_token__owner__put",
"security": [
{
"ApplicationAuth": []
}
],
"parameters": [
{
"name": "owner",
"in": "path",
"required": true,
"schema": {
"type": "string",
"minLength": 1,
"maxLength": 40,
"pattern": "^[a-zA-Z0-9\\-]+$",
"description": "The owner of the repository",
"title": "Owner"
},
"description": "The owner of the repository"
}
],
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CiIssuesTokenResponse"
}
}
}
},
"403": {
"description": "Forbidden"
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
}
}
},
"/repos/{owner}/{repository}/scheduled_freeze": {
"get": {
"tags": [
Expand Down Expand Up @@ -4565,58 +4376,6 @@
],
"title": "BaseRefsResponse"
},
"Body_upload_ci_issue_junit_files_repos__owner___repository__ci_issues_upload_post": {
"properties": {
"name": {
"type": "string",
"maxLength": 4000,
"minLength": 1,
"title": "Name"
},
"head_sha": {
"type": "string",
"maxLength": 40,
"title": "Head Sha"
},
"files": {
"items": {
"type": "string",
"format": "binary"
},
"type": "array",
"maxItems": 5,
"minItems": 1,
"title": "Files"
},
"provider": {
"type": "string",
"enum": [
"none",
"github_action",
"circleci"
],
"title": "Provider",
"default": "none"
},
"branch": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Branch"
}
},
"type": "object",
"required": [
"name",
"head_sha"
],
"title": "Body_upload_ci_issue_junit_files_repos__owner___repository__ci_issues_upload_post"
},
"Branch": {
"properties": {
"name": {
Expand Down Expand Up @@ -4843,32 +4602,6 @@
],
"title": "ChecksOutcomeResponse"
},
"CiIssuesJunitResponse": {
"properties": {
"gigid": {
"type": "string",
"title": "Gigid"
}
},
"type": "object",
"required": [
"gigid"
],
"title": "CiIssuesJunitResponse"
},
"CiIssuesTokenResponse": {
"properties": {
"token": {
"type": "string",
"title": "Token"
}
},
"type": "object",
"required": [
"token"
],
"title": "CiIssuesTokenResponse"
},
"CreateScheduledQueueFreezePayload": {
"properties": {
"reason": {
Expand Down Expand Up @@ -10684,10 +10417,6 @@
"ApplicationAuth": {
"type": "http",
"scheme": "bearer"
},
"HTTPBearer": {
"type": "http",
"scheme": "bearer"
}
}
},
Expand Down

0 comments on commit 61a4310

Please sign in to comment.