summaryrefslogtreecommitdiff
path: root/pygerrit/rest
Commit message (Expand)AuthorAgeFilesLines
* Raise exception if the json content is invalidGeorge Peristerakis2016-02-291-2/+3
* Updated add_comment() to support line rangesBenjamin Foster2015-08-191-5/+19
* Don't use requests.session()0.2.10David Pursehouse2015-06-291-5/+4
* Don't set Content-Type on PUT/POST if there is no bodyDavid Pursehouse2015-06-291-4/+6
* Add debug log of response contentDavid Pursehouse2015-06-241-1/+2
* Fix incorrect docstringDavid Pursehouse2014-12-081-4/+1
* Restructure docstrings for better html output.David Pursehouse2014-10-302-54/+87
* Add inline review support0.2.8Peter Theckanath2014-09-011-0/+85
* Revert "Remove support for Gerrit over ssh"David Pursehouse2014-05-292-0/+212
* Remove support for Gerrit over sshDavid Pursehouse2014-04-282-205/+0
* Accept kwargs for request functionsChristopher Zee2014-03-171-18/+8
* Simplify REST API error handlingDavid Pursehouse2013-11-072-30/+16
* 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
* Make get, put, post and delete REST methods publicDavid Pursehouse2013-09-121-4/+4
* Fix authentication setupDavid Pursehouse2013-08-271-5/+5
* Add handling of HTTP error status codes in responsesDavid Pursehouse2013-08-271-0/+24
* Add support for HTTP digest authenticationDavid Pursehouse2013-08-261-1/+41
* Initial implementation of Gerrit REST API interfaceDavid Pursehouse2013-08-261-0/+110