Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
Build:
runs-on: [ self-hosted, vm ]
if : ${{ github.actor != 'dependabot[bot]' }}
if: ${{ github.actor != 'dependabot[bot]' }}
strategy:
fail-fast: true
steps:
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Each line is a pattern followed by one or more owners

# Default owners for the entire repository
* @gmelikov @phantomii @akremenetsky @slashburygin
* @exordos/code_owners
47 changes: 47 additions & 0 deletions docs/openapi/openapi_boot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
name:
type: string
minLength: 0
Expand All @@ -77,12 +78,14 @@ components:
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
updated_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
capabilities:
type: object
Expand Down Expand Up @@ -134,6 +137,7 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
name:
type: string
minLength: 0
Expand All @@ -150,12 +154,14 @@ components:
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
updated_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
capabilities:
type: object
Expand Down Expand Up @@ -207,6 +213,7 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
name:
type: string
minLength: 0
Expand All @@ -223,12 +230,14 @@ components:
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
updated_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
capabilities:
type: object
Expand Down Expand Up @@ -280,22 +289,26 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
created_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
updated_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
project_id:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
name:
type: string
minLength: 0
Expand Down Expand Up @@ -400,6 +413,7 @@ components:
minLength: 0
maxLength: 64
example: any_string
readOnly: true
required:
- kind
KindModel_Get:
Expand All @@ -410,6 +424,7 @@ components:
minLength: 0
maxLength: 64
example: any_string
readOnly: true
required:
- kind
Resource_Get:
Expand All @@ -420,17 +435,20 @@ components:
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
updated_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
uuid:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
kind:
type: string
value:
Expand Down Expand Up @@ -482,17 +500,20 @@ components:
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
updated_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
uuid:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
kind:
type: string
value:
Expand Down Expand Up @@ -544,17 +565,20 @@ components:
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
updated_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
uuid:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
kind:
type: string
value:
Expand Down Expand Up @@ -605,17 +629,20 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
created_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
updated_at:
type: string
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
private_key:
type: string
Expand All @@ -638,6 +665,7 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
name:
name: name
Expand Down Expand Up @@ -665,6 +693,7 @@ components:
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
updated_at:
name: updated_at
Expand All @@ -674,6 +703,7 @@ components:
x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
example: '2006-01-02T15:04:05.000576Z'
format: date-time
readOnly: true
default: '2006-01-02T15:04:05.000576Z'
capabilities:
name: capabilities
Expand Down Expand Up @@ -731,6 +761,7 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
project_id:
name: project_id
Expand All @@ -739,6 +770,7 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
cores:
name: cores
in: query
Expand Down Expand Up @@ -832,6 +864,7 @@ components:
minLength: 0
maxLength: 64
example: any_string
readOnly: true
required: true
uuid:
name: uuid
Expand All @@ -840,6 +873,7 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
kind:
name: kind
in: query
Expand Down Expand Up @@ -893,6 +927,7 @@ components:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
private_key:
name: private_key
Expand Down Expand Up @@ -1024,6 +1059,7 @@ paths:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
responses:
'200':
Expand All @@ -1046,6 +1082,7 @@ paths:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
responses:
'200':
Expand Down Expand Up @@ -1075,6 +1112,7 @@ paths:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
responses:
'204':
Expand All @@ -1094,6 +1132,7 @@ paths:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
responses:
'200':
Expand All @@ -1116,6 +1155,7 @@ paths:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
responses:
'200':
Expand Down Expand Up @@ -1162,6 +1202,7 @@ paths:
minLength: 0
maxLength: 64
example: any_string
readOnly: true
required: true
responses:
'200':
Expand All @@ -1186,6 +1227,7 @@ paths:
minLength: 0
maxLength: 64
example: any_string
readOnly: true
required: true
responses:
'201':
Expand Down Expand Up @@ -1217,6 +1259,7 @@ paths:
minLength: 0
maxLength: 64
example: any_string
readOnly: true
required: true
- name: ResourceRes_uuid
in: path
Expand Down Expand Up @@ -1247,6 +1290,7 @@ paths:
minLength: 0
maxLength: 64
example: any_string
readOnly: true
required: true
- name: ResourceRes_uuid
in: path
Expand Down Expand Up @@ -1284,6 +1328,7 @@ paths:
minLength: 0
maxLength: 64
example: any_string
readOnly: true
required: true
- name: ResourceRes_uuid
in: path
Expand All @@ -1310,6 +1355,7 @@ paths:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
responses:
'200':
Expand All @@ -1333,6 +1379,7 @@ paths:
type: string
example: 00000000-0000-0000-0000-000000000000
format: uuid
readOnly: true
required: true
responses:
'200':
Expand Down
Loading