debian-mirror-gitlab/spec/frontend/error_tracking/components/list_mock.json

32 lines
704 B
JSON
Raw Normal View History

2020-01-01 13:55:28 +05:30
[
{
"id": "1",
"title": "PG::ConnectionBad: FATAL",
"type": "error",
"userCount": 0,
"count": "52",
"firstSeen": "2019-05-30T07:21:46Z",
2020-04-22 19:07:51 +05:30
"lastSeen": "2019-11-06T03:21:39Z",
"status": "unresolved"
2020-01-01 13:55:28 +05:30
},
{
"id": "2",
"title": "ActiveRecord::StatementInvalid",
"type": "error",
"userCount": 0,
"count": "12",
"firstSeen": "2019-10-19T03:53:56Z",
2020-04-22 19:07:51 +05:30
"lastSeen": "2019-11-05T03:51:54Z",
"status": "unresolved"
2020-01-01 13:55:28 +05:30
},
{
"id": "3",
"title": "Command has failed",
"type": "default",
"userCount": 0,
"count": "275",
"firstSeen": "2019-02-12T07:22:36Z",
2020-04-22 19:07:51 +05:30
"lastSeen": "2019-10-22T03:20:48Z",
"status": "unresolved"
2020-01-01 13:55:28 +05:30
}
]