summaryrefslogtreecommitdiff
path: root/pygerrit/client.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for automatically adding known_hostsChris Opland2019-04-121-6/+10
* Add keepalive support to GerritSSHClientVineet Naik2015-06-301-2/+7
* Restructure docstrings for better html output.David Pursehouse2014-10-301-13/+45
* Revert "Remove support for Gerrit over ssh"David Pursehouse2014-05-291-0/+136
* Remove support for Gerrit over sshDavid Pursehouse2014-04-281-136/+0
* 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-071-0/+4
* Fix #10: Allow to manually specify ssh username and portDavid Pursehouse2013-09-121-2/+2
* Fix #5: Move json parsing and error handling into the event factoryDavid Pursehouse2013-09-111-3/+3
* Don't put copyright and license headers in Python module docstringsDavid Pursehouse2013-08-071-25/+23
* Add generation of package documentationDavid Pursehouse2013-08-071-1/+1
* Fix relative importsDavid Pursehouse2013-08-061-6/+6
* Only allow strings as query terms and commandsDavid Pursehouse2013-08-051-6/+9
* Add missing docstrings to conform to PEP-257David Pursehouse2013-08-041-1/+1
* Python 2.6 style exception handlingDavid Pursehouse2012-10-251-1/+1
* Encapsulate the SSH command results in a classDavid Pursehouse2012-10-241-2/+2
* Only add query result lines to returned dataDavid Pursehouse2012-10-241-4/+3
* Handle JSON errors in query resultsDavid Pursehouse2012-10-241-1/+4
* Refactor getting the Gerrit versionDavid Pursehouse2012-10-241-16/+3
* Get Gerrit version during client initialisationDavid Pursehouse2012-10-171-0/+17
* Add query functionalityDavid Pursehouse2012-10-171-0/+34
* Move SSH client from stream class to main client classDavid Pursehouse2012-10-161-2/+3
* Add license informationDavid Pursehouse2012-09-201-1/+25
* Wait for thread to complete when stopping streamDavid Pursehouse2012-09-121-0/+1
* Refactor event stream handling to use SSH clientDavid Pursehouse2012-09-111-2/+18
* Add initial stub of GerritClient classDavid Pursehouse2012-08-241-0/+43