Execute make generate with new versions (#2365)

Fixes current swagger checks:
https://ci.woodpecker-ci.org/repos/3780/pipeline/7605/26
This commit is contained in:
qwerty287 2023-09-01 16:44:55 +02:00 committed by GitHub
parent 482aae6c0b
commit aab7e73322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 24 deletions

View file

@ -1,5 +1,4 @@
// Code generated by swaggo/swag. DO NOT EDIT.
// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs
import "github.com/swaggo/swag"
@ -3760,10 +3759,27 @@ const docTemplate = `{
"type": "integer"
},
"type": {
"$ref": "#/definitions/model.LogEntryType"
"$ref": "#/definitions/LogEntryType"
}
}
},
"LogEntryType": {
"type": "integer",
"enum": [
0,
1,
2,
3,
4
],
"x-enum-varnames": [
"LogEntryStdout",
"LogEntryStderr",
"LogEntryExitCode",
"LogEntryMetadata",
"LogEntryProgress"
]
},
"Org": {
"type": "object",
"properties": {
@ -4307,23 +4323,6 @@ const docTemplate = `{
"EventManual"
]
},
"model.LogEntryType": {
"type": "integer",
"enum": [
0,
1,
2,
3,
4
],
"x-enum-varnames": [
"LogEntryStdout",
"LogEntryStderr",
"LogEntryExitCode",
"LogEntryMetadata",
"LogEntryProgress"
]
},
"model.Workflow": {
"type": "object",
"properties": {

View file

@ -16,7 +16,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0
// protoc v3.21.12
// protoc v4.23.4
// source: woodpecker.proto
package proto

View file

@ -16,7 +16,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.3.0
// - protoc v3.21.12
// - protoc v4.23.4
// source: woodpecker.proto
package proto

View file

@ -1,4 +1,4 @@
// Code generated by mockery v2.33.0. DO NOT EDIT.
// Code generated by mockery v2.33.1. DO NOT EDIT.
package mocks

View file

@ -1,4 +1,4 @@
// Code generated by mockery v2.33.0. DO NOT EDIT.
// Code generated by mockery v2.33.1. DO NOT EDIT.
package mocks