summaryrefslogtreecommitdiff
path: root/testdata/change-abandoned-event.txt
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-03-14 12:20:31 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-04-28 16:26:50 +0900
commitf0b77968389966cd7bad0cac1fe7f04526eafde1 (patch)
tree8be265591681d9a1cc470ff77525dcfaa4ccdb68 /testdata/change-abandoned-event.txt
parentc499b43b9cbf1f98364b75a1ea718b6b756b9c93 (diff)
downloadpygerrit-f0b77968389966cd7bad0cac1fe7f04526eafde1.tar.gz
Remove support for Gerrit over ssh
From now only the REST API is supported. This makes installation of the package a bit lighter as we no longer depend on paramiko and pycrypto Change-Id: Ieda773d596fd43047c05895f3304690ddf709094
Diffstat (limited to 'testdata/change-abandoned-event.txt')
-rw-r--r--testdata/change-abandoned-event.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/testdata/change-abandoned-event.txt b/testdata/change-abandoned-event.txt
deleted file mode 100644
index 879ea28..0000000
--- a/testdata/change-abandoned-event.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-{"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"}