aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/custom-measures-spec/search-deleted.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/test/json/custom-measures-spec/search-deleted.json')
-rw-r--r--server/sonar-web/src/test/json/custom-measures-spec/search-deleted.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/server/sonar-web/src/test/json/custom-measures-spec/search-deleted.json b/server/sonar-web/src/test/json/custom-measures-spec/search-deleted.json
new file mode 100644
index 00000000000..e2a82e74804
--- /dev/null
+++ b/server/sonar-web/src/test/json/custom-measures-spec/search-deleted.json
@@ -0,0 +1,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
+}