summaryrefslogtreecommitdiff
path: root/testdata/change-abandoned-event.txt
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-05-29 17:08:22 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-05-29 17:15:44 +0900
commitd202b97cb67f816ee7b82f6850e8a36bf65babf9 (patch)
treefe140b22066d175f9c954ffe89e3cc2c7b802759 /testdata/change-abandoned-event.txt
parent7064be15a16240c3318a9c54141387d40ecb69f5 (diff)
downloadpygerrit-d202b97cb67f816ee7b82f6850e8a36bf65babf9.tar.gz
Revert "Remove support for Gerrit over ssh"
The ssh interface is still being used and patches are being contributed [1]. It's easier to revert the removal on master than attempt to keep the support in a separate branch. This reverts commit f0b77968389966cd7bad0cac1fe7f04526eafde1. [1] https://github.com/sonyxperiadev/pygerrit/pull/21 Conflicts: README.rst example.py requirements.txt setup.py unittests.py Change-Id: I9e02208c57cb2022ff39cff6650101ed40c0519d
Diffstat (limited to 'testdata/change-abandoned-event.txt')
-rw-r--r--testdata/change-abandoned-event.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/testdata/change-abandoned-event.txt b/testdata/change-abandoned-event.txt
new file mode 100644
index 0000000..879ea28
--- /dev/null
+++ b/testdata/change-abandoned-event.txt
@@ -0,0 +1,13 @@
+{"type":"change-abandoned",
+ "change":{"project":"project-name",
+ "branch":"branch-name",
+ "topic":"topic-name",
+ "id":"Ideadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
+ "number":"123456",
+ "subject":"Commit message subject",
+ "owner":{"name":"Owner Name",
+ "email":"owner@example.com"},
+ "url":"http://review.example.com/123456"},
+ "abandoner":{"name":"Abandoner Name",
+ "email":"abandoner@example.com"},
+ "reason":"Abandon reason"}