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: f8addef324e9b06e52e891b7280270fd4eff7f0f (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
  {
    "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",
    "frequency": [
      [
        0,
        1
      ],
      [
        1,
        2
      ]
    ]
  },
  {
    "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",
    "frequency": [
      [
        0,
        1
      ],
      [
        1,
        2
      ]
    ]
  },
  {
    "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",
    "frequency": [
      [
        0,
        1
      ],
      [
        1,
        2
      ]
    ]
  }
]