aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/custom-measures-spec/search-deleted.json
blob: e2a82e7480474432b94677732d9292eb8d9cbc0b (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "customMeasures": [
    {
      "id": "4",
      "value": "1",
      "description": "",
      "metric": {
        "id": "159",
        "key": "dist",
        "type": "DISTRIB",
        "name": "Distribution",
        "domain": ""
      },
      "projectId": "eb294572-a6a4-43cf-acc2-33c2fe37c02e",
      "projectKey": "backbone",
      "createdAt": "2015-07-08T12:26:22+0200",
      "updatedAt": "2015-07-08T12:26:22+0200",
      "pending": true,
      "user": {
        "login": "admin",
        "name": "Administrator",
        "email": "",
        "active": true
      }
    },
    {
      "id": "3",
      "value": "35",
      "description": "",
      "metric": {
        "id": "157",
        "key": "team_size",
        "type": "INT",
        "name": "Team size",
        "domain": "Management"
      },
      "projectId": "eb294572-a6a4-43cf-acc2-33c2fe37c02e",
      "projectKey": "backbone",
      "createdAt": "2015-07-08T12:13:15+0200",
      "updatedAt": "2015-07-08T12:13:15+0200",
      "pending": true,
      "user": {
        "login": "admin",
        "name": "Administrator",
        "email": "",
        "active": true
      }
    },
    {
      "id": "1",
      "value": "3.2000123E7",
      "description": "Description...",
      "metric": {
        "id": "155",
        "key": "burned_budget",
        "type": "FLOAT",
        "name": "Burned budget",
        "domain": "Management"
      },
      "projectId": "eb294572-a6a4-43cf-acc2-33c2fe37c02e",
      "projectKey": "backbone",
      "createdAt": "2015-07-08T09:21:50+0200",
      "updatedAt": "2015-07-08T12:25:37+0200",
      "pending": true,
      "user": {
        "login": "admin",
        "name": "Administrator",
        "email": "",
        "active": true
      }
    }
  ],
  "total": 3,
  "p": 1,
  "ps": 100
}