Skip to content

Commit

Permalink
Fix Lookout runTimeSeconds casing (#3673)
Browse files Browse the repository at this point in the history
This field is incorrectly cased, meaning that the field isn't correctly flowing through the UI

Fixing this field means the Runtime column will work properly in Lookout

Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
  • Loading branch information
JamesMurkin authored Jun 14, 2024
1 parent 6bf8937 commit 5530e50
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
34 changes: 17 additions & 17 deletions internal/lookoutv2/gen/models/job.go

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

24 changes: 12 additions & 12 deletions internal/lookoutv2/gen/restapi/embedded_spec.go

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

4 changes: 2 additions & 2 deletions internal/lookoutv2/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ definitions:
- annotations
- runs
- cluster
- RuntimeSeconds
- runtimeSeconds
properties:
jobId:
type: string
Expand Down Expand Up @@ -125,7 +125,7 @@ definitions:
type: integer
format: int32
x-nullable: true
RuntimeSeconds:
runtimeSeconds:
type: integer
format: int32
x-nullable: false
Expand Down

0 comments on commit 5530e50

Please sign in to comment.