summaryrefslogtreecommitdiff
path: root/example.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove support for Gerrit over ssh"David Pursehouse2014-05-291-55/+58
* Stop using pylintDavid Pursehouse2014-05-021-2/+0
* Remove support for Gerrit over sshDavid Pursehouse2014-04-281-58/+57
* Fix up usage of argparse in examplesDavid Pursehouse2014-04-111-10/+12
* Update examples to use argparse instead of optparseAndrey Devyatkin2014-04-111-24/+24
* Fix #10: Allow to manually specify ssh username and portDavid Pursehouse2013-09-121-1/+8
* Allow example script to continue if errors are receivedDavid Pursehouse2013-09-111-1/+4
* Fix #5: Move json parsing and error handling into the event factoryDavid Pursehouse2013-09-111-2/+2
* Improved logging in the example scriptDavid Pursehouse2013-09-111-1/+7
* Add __repr__ methods on event and model classesDavid Pursehouse2013-09-111-1/+1
* Don't put copyright and license headers in Python module docstringsDavid Pursehouse2013-08-071-25/+23
* Make the shebangs consistentDavid Pursehouse2013-08-061-0/+1
* Better error message in example scriptDavid Pursehouse2013-01-291-1/+1
* Better error handling in the example scriptDavid Pursehouse2013-01-181-3/+17
* Refactor getting the Gerrit versionDavid Pursehouse2012-10-241-0/+1
* Add __str__ on event base classDavid Pursehouse2012-10-161-1/+1
* Add license informationDavid Pursehouse2012-09-201-1/+25
* Add an example of how the Gerrit client class is usedDavid Pursehouse2012-09-121-0/+55