aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/custom-measures-spec/search.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/test/json/custom-measures-spec/search.json')
-rw-r--r--server/sonar-web/src/test/json/custom-measures-spec/search.json99
1 files changed, 0 insertions, 99 deletions
diff --git a/server/sonar-web/src/test/json/custom-measures-spec/search.json b/server/sonar-web/src/test/json/custom-measures-spec/search.json
deleted file mode 100644
index a0739da9efa..00000000000
--- a/server/sonar-web/src/test/json/custom-measures-spec/search.json
+++ /dev/null
@@ -1,99 +0,0 @@
-{
- "customMeasures": [
- {
- "id": "5",
- "value": "1.0",
- "description": "",
- "metric": {
- "id": "160",
- "key": "rating",
- "type": "RATING",
- "name": "Rating",
- "domain": ""
- },
- "projectId": "eb294572-a6a4-43cf-acc2-33c2fe37c02e",
- "projectKey": "backbone",
- "createdAt": "2015-07-08T12:26:41+0200",
- "updatedAt": "2015-07-08T12:27:41+0200",
- "pending": true,
- "user": {
- "login": "admin",
- "name": "Administrator",
- "email": "",
- "active": true
- }
- },
- {
- "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": 4,
- "p": 1,
- "ps": 100
-}