initial v0.8 pre-release

This commit is contained in:
Gani Georgiev
2022-10-30 10:28:14 +02:00
parent 9cbb2e750e
commit 90dba45d7c
388 changed files with 21580 additions and 13603 deletions

View File

@@ -30,8 +30,8 @@ func MockRequestLogsData(app *TestApp) error {
"",
"",
"{}",
"2022-05-01 10:00:00.123",
"2022-05-01 10:00:00.123"
"2022-05-01 10:00:00.123Z",
"2022-05-01 10:00:00.123Z"
),
(
"f2133873-44fb-9f38-bf82-c918f53b310d",
@@ -44,8 +44,8 @@ func MockRequestLogsData(app *TestApp) error {
"",
"",
'{"errorDetails":"error_details..."}',
"2022-05-02 10:00:00.123",
"2022-05-02 10:00:00.123"
"2022-05-02 10:00:00.123Z",
"2022-05-02 10:00:00.123Z"
);
`).Execute()