summaryrefslogtreecommitdiff
path: root/tests/units/fixtures/bitbucket_issue_closed.json
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-21 12:19:06 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-21 12:19:06 -0400
commitd7a8160c2b422dcf950093d9d17d90f1e80201de (patch)
tree51ad4b6bd086e178406ec2b6c5b29699f7917cf7 /tests/units/fixtures/bitbucket_issue_closed.json
parent98fd34bfe340fae6d0fd3b7333b6f9a6647cbae2 (diff)
Update Bitbucket webhooks to handle issues/commit/comments
Diffstat (limited to 'tests/units/fixtures/bitbucket_issue_closed.json')
-rw-r--r--tests/units/fixtures/bitbucket_issue_closed.json183
1 files changed, 183 insertions, 0 deletions
diff --git a/tests/units/fixtures/bitbucket_issue_closed.json b/tests/units/fixtures/bitbucket_issue_closed.json
new file mode 100644
index 00000000..473b5167
--- /dev/null
+++ b/tests/units/fixtures/bitbucket_issue_closed.json
@@ -0,0 +1,183 @@
+{
+ "actor": {
+ "username": "minicoders",
+ "uuid": "{fc59b45a-f68b-4fc1-ad1f-a17d4f17cd2c}",
+ "type": "user",
+ "display_name": "Frederic Guillot",
+ "links": {
+ "avatar": {
+ "href": "https://bitbucket.org/account/minicoders/avatar/32/"
+ },
+ "self": {
+ "href": "https://bitbucket.org/api/2.0/users/minicoders"
+ },
+ "html": {
+ "href": "https://bitbucket.org/minicoders"
+ }
+ }
+ },
+ "changes": {
+ "status": {
+ "old": "new",
+ "new": "closed"
+ }
+ },
+ "repository": {
+ "full_name": "minicoders/test-webhook",
+ "type": "repository",
+ "links": {
+ "avatar": {
+ "href": "https://bitbucket.org/minicoders/test-webhook/avatar/16/"
+ },
+ "self": {
+ "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook"
+ },
+ "html": {
+ "href": "https://bitbucket.org/minicoders/test-webhook"
+ }
+ },
+ "owner": {
+ "username": "minicoders",
+ "uuid": "{fc59b45a-f68b-4fc1-ad1f-a17d4f17cd2c}",
+ "type": "user",
+ "display_name": "Frederic Guillot",
+ "links": {
+ "avatar": {
+ "href": "https://bitbucket.org/account/minicoders/avatar/32/"
+ },
+ "self": {
+ "href": "https://bitbucket.org/api/2.0/users/minicoders"
+ },
+ "html": {
+ "href": "https://bitbucket.org/minicoders"
+ }
+ }
+ },
+ "uuid": "{590fd9c4-0812-425e-8d72-ab08b4fd5735}",
+ "name": "test-webhook"
+ },
+ "comment": {
+ "content": {
+ "html": "",
+ "raw": null,
+ "markup": "markdown"
+ },
+ "created_on": "2015-06-21T02:54:40.263014+00:00",
+ "updated_on": null,
+ "id": 19176265,
+ "user": {
+ "username": "minicoders",
+ "uuid": "{fc59b45a-f68b-4fc1-ad1f-a17d4f17cd2c}",
+ "type": "user",
+ "display_name": "Frederic Guillot",
+ "links": {
+ "avatar": {
+ "href": "https://bitbucket.org/account/minicoders/avatar/32/"
+ },
+ "self": {
+ "href": "https://bitbucket.org/api/2.0/users/minicoders"
+ },
+ "html": {
+ "href": "https://bitbucket.org/minicoders"
+ }
+ }
+ },
+ "links": {
+ "self": {
+ "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1/comments/19176265"
+ }
+ }
+ },
+ "issue": {
+ "state": "closed",
+ "votes": 0,
+ "assignee": {
+ "username": "minicoders",
+ "uuid": "{fc59b45a-f68b-4fc1-ad1f-a17d4f17cd2c}",
+ "type": "user",
+ "display_name": "Frederic Guillot",
+ "links": {
+ "avatar": {
+ "href": "https://bitbucket.org/account/minicoders/avatar/32/"
+ },
+ "self": {
+ "href": "https://bitbucket.org/api/2.0/users/minicoders"
+ },
+ "html": {
+ "href": "https://bitbucket.org/minicoders"
+ }
+ }
+ },
+ "links": {
+ "vote": {
+ "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1/vote"
+ },
+ "html": {
+ "href": "https://bitbucket.org/minicoders/test-webhook/issue/1/my-new-issue"
+ },
+ "self": {
+ "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1"
+ },
+ "watch": {
+ "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1/watch"
+ },
+ "comments": {
+ "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1/comments"
+ },
+ "attachments": {
+ "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook/issues/1/attachments"
+ }
+ },
+ "priority": "major",
+ "version": null,
+ "watches": 1,
+ "edited_on": null,
+ "reporter": {
+ "username": "minicoders",
+ "uuid": "{fc59b45a-f68b-4fc1-ad1f-a17d4f17cd2c}",
+ "type": "user",
+ "display_name": "Frederic Guillot",
+ "links": {
+ "avatar": {
+ "href": "https://bitbucket.org/account/minicoders/avatar/32/"
+ },
+ "self": {
+ "href": "https://bitbucket.org/api/2.0/users/minicoders"
+ },
+ "html": {
+ "href": "https://bitbucket.org/minicoders"
+ }
+ }
+ },
+ "content": {
+ "html": "<p><strong>test</strong></p>",
+ "raw": "**test**",
+ "markup": "markdown"
+ },
+ "component": null,
+ "created_on": "2015-06-21T02:17:40.990654+00:00",
+ "updated_on": "2015-06-21T02:54:40.249466+00:00",
+ "kind": "bug",
+ "id": 1,
+ "milestone": null,
+ "type": "issue",
+ "repository": {
+ "full_name": "minicoders/test-webhook",
+ "uuid": "{590fd9c4-0812-425e-8d72-ab08b4fd5735}",
+ "type": "repository",
+ "name": "test-webhook",
+ "links": {
+ "avatar": {
+ "href": "https://bitbucket.org/minicoders/test-webhook/avatar/16/"
+ },
+ "self": {
+ "href": "https://bitbucket.org/api/2.0/repositories/minicoders/test-webhook"
+ },
+ "html": {
+ "href": "https://bitbucket.org/minicoders/test-webhook"
+ }
+ }
+ },
+ "title": "My new issue"
+ }
+} \ No newline at end of file