summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Version 0.2.50.2.5David Pursehouse2014-04-173-1/+8
* Fix up usage of argparse in examplesDavid Pursehouse2014-04-112-13/+17
* Update examples to use argparse instead of optparseAndrey Devyatkin2014-04-112-49/+46
* Fix for hanging connectionsJohannes Richter2014-04-031-0/+4
* Version 0.2.40.2.4David Pursehouse2014-03-173-1/+10
* Accept kwargs for request functionsChristopher Zee2014-03-171-18/+8
* Correct Gerrit documentation linkDavid Pursehouse2014-03-171-1/+1
* Add badges to the READMEDavid Pursehouse2014-03-111-0/+6
* Fix README markup to work properly on GitlabDavid Pursehouse2014-03-031-18/+6
* Version 0.2.30.2.3David Pursehouse2013-12-172-1/+6
* Use find_packages() in setupDavid Pursehouse2013-12-171-2/+2
* Bump version to 0.2.20.2.2David Pursehouse2013-11-181-1/+1
* Release notes for 0.2.2David Pursehouse2013-11-181-0/+13
* 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
* Handle errors in REST API exampleDavid Pursehouse2013-11-071-4/+8
* 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
* Fix NameError in REST API exampleDavid Pursehouse2013-11-071-1/+1
* Bump to requests 2.0.1 also in setup.pyDavid Pursehouse2013-11-071-1/+1
* Bump requests version up to 2.0.1David Pursehouse2013-10-311-1/+1
* Update change log for 0.2.10.2.1David Pursehouse2013-10-251-0/+5
* Document the HTTP password configuration for REST API usageDavid Pursehouse2013-10-231-0/+13
* Reword the prerequisites in the readmeDavid Pursehouse2013-10-231-2/+2
* Separate prerequisites and configuration in the readmeDavid Pursehouse2013-10-231-0/+5
* Bump version to 0.2.00.2.0David Pursehouse2013-10-211-1/+1
* Update change log for 0.2.0David Pursehouse2013-10-211-0/+10
* Suppress pylint "Unable to import" errorDavid Pursehouse2013-10-211-0/+2
* Suppress pylint warning about catching too general exceptionDavid Pursehouse2013-10-181-1/+1
* Merge branch 'master' into internalDavid Pursehouse2013-10-181-8/+12
|\
| * 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
* | Fix pylint error in rest_example.pyDavid Pursehouse2013-10-181-2/+3
* | Change abandoned and restored events don't have a patchset fieldDavid Pursehouse2013-10-181-8/+4
* | Merge branch 'master' into internalDavid Pursehouse2013-10-183-3/+22
|\ \
| * \ Merge pull request #16 from EnJens/add-myself-as-authorDavid Pursehouse2013-10-171-1/+1
| |\ \
| | * | Add myself to authorsJens Andersen2013-10-171-1/+1
| |/ /
| * | Add an authors list that contributors can add themselves toDavid Pursehouse2013-10-181-0/+14
| * | 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
| | |/
| * | Merge pull request #14 from EnJens/fix-missing-reasonDavid Pursehouse2013-10-171-3/+6
| |\ \ | | |/ | |/|
| | * Reason is optional in abandon and restore changesJens Andersen2013-10-171-3/+6
| |/
* | Update the README to mention the REST APIDavid Pursehouse2013-10-171-1/+19
* | Add more detailed examples of SSH interface usage in the READMEDavid Pursehouse2013-09-251-2/+35