summaryrefslogtreecommitdiff
path: root/pygerrit
Commit message (Expand)AuthorAgeFilesLines
* Set HTTP headers to reduce data transfer timeDavid Pursehouse2014-05-021-1/+4
* Migrate setup to pbrDavid Pursehouse2014-05-021-3/+0
* Remove support for Gerrit over sshDavid Pursehouse2014-04-288-910/+0
* Version 0.2.50.2.5David Pursehouse2014-04-171-1/+1
* Fix for hanging connectionsJohannes Richter2014-04-031-0/+4
* Version 0.2.40.2.4David Pursehouse2014-03-171-1/+1
* Accept kwargs for request functionsChristopher Zee2014-03-171-18/+8
* Version 0.2.30.2.3David Pursehouse2013-12-171-1/+1
* Bump version to 0.2.20.2.2David Pursehouse2013-11-181-1/+1
* Add user in the Approval objectDavid Pursehouse2013-11-181-0/+1
* Add support for CurrentPatchSetDavid Pursehouse2013-11-181-0/+30
* Include change status in Change objectDavid Pursehouse2013-11-181-0/+1
* Always set sortkey in Change objectDavid Pursehouse2013-11-181-2/+1
* Simplify REST API error handlingDavid Pursehouse2013-11-072-30/+16
* Add username field in the account dataDavid Pursehouse2013-11-071-0/+1
* Add method to run a gerrit command from the clientDavid Pursehouse2013-11-071-0/+6
* Add method to get username and Gerrit versionDavid Pursehouse2013-11-072-0/+9
* Bump version to 0.2.00.2.0David Pursehouse2013-10-211-1/+1
* Suppress pylint warning about catching too general exceptionDavid Pursehouse2013-10-181-1/+1
* Merge pull request #13 from EnJens/masterDavid Pursehouse2013-10-171-8/+12
|\
| * Ensure errors in json parsing doesn't leave everything in a broken stateJens Andersen2013-10-171-8/+12
| * Avoid busy loop when receiving incoming stream data.Jens Andersen2013-10-161-1/+1
* | Change abandoned and restored events don't have a patchset fieldDavid Pursehouse2013-10-181-8/+4
* | Merge branch 'master' into internalDavid Pursehouse2013-10-182-3/+8
|\ \
| * \ Merge pull request #15 from EnJens/return-sortkey-from-queryDavid Pursehouse2013-10-171-0/+2
| |\ \
| | * | Fix indentationJens Andersen2013-10-171-1/+1
| | * | Return sortKey from query result, to allow resuming query.Jens Andersen2013-10-171-0/+2
| | |/
| * | Reason is optional in abandon and restore changesJens Andersen2013-10-171-3/+6
| |/
* | Allow client to disable SSL certificate verificationDavid Pursehouse2013-09-241-2/+6
|/
* Refactor the authentication handlingDavid Pursehouse2013-09-182-35/+74
* Add method to build url from endpointDavid Pursehouse2013-09-131-4/+16
* Merge branch 'master' into internalDavid Pursehouse2013-09-136-90/+241
|\
| * Bump version to 0.1.10.1.1David Pursehouse2013-09-131-1/+1
| * Fix #10: Allow to manually specify ssh username and portDavid Pursehouse2013-09-122-12/+22
| * Completely refactor the stream event handlingDavid Pursehouse2013-09-122-23/+18
| * Add missing __repr__ methods on ErrorEvent and UnhandledEventDavid Pursehouse2013-09-121-1/+7
| * Fix initialisation of error eventDavid Pursehouse2013-09-111-0/+1
| * Fix #11: correct handling of `identityfile` in the ssh configDavid Pursehouse2013-09-111-1/+1
| * Fix #8: Support the "topic-changed" stream eventDavid Pursehouse2013-09-111-0/+23
| * Fix #7: Support the "reviewer-added" stream eventDavid Pursehouse2013-09-111-0/+20
| * Fix #6: Support the "merge-failed" stream eventDavid Pursehouse2013-09-111-0/+21
| * Fix #5: Move json parsing and error handling into the event factoryDavid Pursehouse2013-09-113-27/+40
| * Fix #3: Don't treat unhandled event types as errorsDavid Pursehouse2013-09-111-3/+11
| * Fix #4: Keep event's raw json data in the event objectDavid Pursehouse2013-09-111-9/+9
| * Add __repr__ methods on event and model classesDavid Pursehouse2013-09-112-3/+50
| * Remove redundant `exec_command` methodDavid Pursehouse2013-09-111-15/+10
| * Fix #2: Establish SSH connection in a thread-safe wayDavid Pursehouse2013-09-111-6/+20
| * Fix #1: Use select.select() instead of select.poll()David Pursehouse2013-09-101-14/+12
* | Make get, put, post and delete REST methods publicDavid Pursehouse2013-09-121-4/+4
* | Fix authentication setupDavid Pursehouse2013-08-271-5/+5