Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list_mock.json « components « error_tracking « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54ae0a4c7cf705ff2e28e78f1888cbb0daee43f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
  {
    "id": "1",
    "title": "PG::ConnectionBad: FATAL",
    "type": "error",
    "userCount": 0,
    "count": "52",
    "firstSeen": "2019-05-30T07:21:46Z",
    "lastSeen": "2019-11-06T03:21:39Z",
    "status": "unresolved"
  },
  {
    "id": "2",
    "title": "ActiveRecord::StatementInvalid",
    "type": "error",
    "userCount": 0,
    "count": "12",
    "firstSeen": "2019-10-19T03:53:56Z",
    "lastSeen": "2019-11-05T03:51:54Z",
    "status": "unresolved"
  },
  {
    "id": "3",
    "title": "Command has failed",
    "type": "default",
    "userCount": 0,
    "count": "275",
    "firstSeen": "2019-02-12T07:22:36Z",
    "lastSeen": "2019-10-22T03:20:48Z",
    "status": "unresolved"
  }
]