-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d49534
commit 182e304
Showing
2 changed files
with
83 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -169,6 +169,76 @@ Feature: Manage issue | |
} | ||
} | ||
}, | ||
{ | ||
"id": "3", | ||
"assignee": { | ||
"id": "3", | ||
"username": "user4", | ||
"email": "[email protected]", | ||
"first_name": "Kreta", | ||
"last_name": "User4", | ||
"photo": null | ||
}, | ||
"children": [], | ||
"created_at": "2014-10-21T00:00:00+0200", | ||
"description": "Description", | ||
"labels": [ | ||
{ | ||
"id": "1", | ||
"name": "php" | ||
}, | ||
{ | ||
"id": "10", | ||
"name": "compass" | ||
}, | ||
{ | ||
"id": "4", | ||
"name": "behat" | ||
}, | ||
{ | ||
"id": "5", | ||
"name": "phpspec" | ||
}, | ||
{ | ||
"id": "7", | ||
"name": "html5" | ||
} | ||
], | ||
"numeric_id": 1, | ||
"parent": null, | ||
"priority": { | ||
"id": "5", | ||
"color": "#67b86a", | ||
"name": "Medium" | ||
}, | ||
"resolution": null, | ||
"reporter": { | ||
"id": "0", | ||
"username": "user", | ||
"email": "[email protected]", | ||
"first_name": "Kreta", | ||
"last_name": "User", | ||
"photo": null | ||
}, | ||
"status": { | ||
"type": "normal", | ||
"name": "Resolved", | ||
"id": "2", | ||
"color": "#f1c40f" | ||
}, | ||
"title": "Test issue 1", | ||
"_links": { | ||
"self": { | ||
"href": "http://kreta.test:8000/api/issues/3" | ||
}, | ||
"project": { | ||
"href": "http://kreta.test:8000/api/projects/1" | ||
}, | ||
"issues": { | ||
"href": "http://kreta.test:8000/api/issues" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "4", | ||
"assignee": { | ||
|
@@ -310,76 +380,6 @@ Feature: Manage issue | |
} | ||
} | ||
}, | ||
{ | ||
"id": "3", | ||
"assignee": { | ||
"id": "3", | ||
"username": "user4", | ||
"email": "[email protected]", | ||
"first_name": "Kreta", | ||
"last_name": "User4", | ||
"photo": null | ||
}, | ||
"children": [], | ||
"created_at": "2014-10-21T00:00:00+0200", | ||
"description": "Description", | ||
"labels": [ | ||
{ | ||
"id": "1", | ||
"name": "php" | ||
}, | ||
{ | ||
"id": "10", | ||
"name": "compass" | ||
}, | ||
{ | ||
"id": "4", | ||
"name": "behat" | ||
}, | ||
{ | ||
"id": "5", | ||
"name": "phpspec" | ||
}, | ||
{ | ||
"id": "7", | ||
"name": "html5" | ||
} | ||
], | ||
"numeric_id": 1, | ||
"parent": null, | ||
"priority": { | ||
"id": "5", | ||
"color": "#67b86a", | ||
"name": "Medium" | ||
}, | ||
"resolution": null, | ||
"reporter": { | ||
"id": "0", | ||
"username": "user", | ||
"email": "[email protected]", | ||
"first_name": "Kreta", | ||
"last_name": "User", | ||
"photo": null | ||
}, | ||
"status": { | ||
"type": "normal", | ||
"name": "Resolved", | ||
"id": "2", | ||
"color": "#f1c40f" | ||
}, | ||
"title": "Test issue 1", | ||
"_links": { | ||
"self": { | ||
"href": "http://kreta.test:8000/api/issues/3" | ||
}, | ||
"project": { | ||
"href": "http://kreta.test:8000/api/projects/1" | ||
}, | ||
"issues": { | ||
"href": "http://kreta.test:8000/api/issues" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "1", | ||
"assignee": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,6 +164,19 @@ Feature: Manage projects | |
"id": "0", | ||
"image": null, | ||
"name": "Test organization 1", | ||
"participants": [ | ||
{ | ||
"user": { | ||
"id": "0", | ||
"username": "user", | ||
"email": "[email protected]", | ||
"created_at": "2014-10-20T00:00:00+0200", | ||
"first_name": "Kreta", | ||
"last_name": "User", | ||
"photo": null | ||
} | ||
} | ||
], | ||
"slug": "test-organization-1" | ||
}, | ||
"slug": "test-project-1", | ||
|