Skip to content

Commit 3cb799f

Browse files
authored
Merge pull request #814 from Vafilor/fix/timestamp.logs
fix: workflow execution logs showing timestamps incorrectly
2 parents 25fbbf5 + 8d896c0 commit 3cb799f

File tree

6 files changed

+580
-492
lines changed

6 files changed

+580
-492
lines changed

api/api.swagger.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,13 +1289,13 @@
12891289
"type": "object",
12901290
"properties": {
12911291
"result": {
1292-
"$ref": "#/definitions/LogEntry"
1292+
"$ref": "#/definitions/LogStreamResponse"
12931293
},
12941294
"error": {
12951295
"$ref": "#/definitions/google.rpc.Status"
12961296
}
12971297
},
1298-
"title": "Stream result of LogEntry"
1298+
"title": "Stream result of LogStreamResponse"
12991299
}
13001300
},
13011301
"default": {
@@ -3543,6 +3543,17 @@
35433543
}
35443544
}
35453545
},
3546+
"LogStreamResponse": {
3547+
"type": "object",
3548+
"properties": {
3549+
"logEntries": {
3550+
"type": "array",
3551+
"items": {
3552+
"$ref": "#/definitions/LogEntry"
3553+
}
3554+
}
3555+
}
3556+
},
35463557
"Metric": {
35473558
"type": "object",
35483559
"properties": {

0 commit comments

Comments
 (0)