summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to version 0.0.70.0.7David Pursehouse2013-06-101-1/+1
* Better error message in example scriptDavid Pursehouse2013-01-291-1/+1
* Rename the readme and license filesDavid Pursehouse2013-01-182-0/+0
* Bump to version 0.0.60.0.6David Pursehouse2013-01-181-1/+1
* Better error handling in the example scriptDavid Pursehouse2013-01-181-3/+17
* Move license to its own file and add basic documentationDavid Pursehouse2013-01-172-18/+38
* Merge "Use correct URL in setup information"David Pursehouse2013-01-171-1/+1
|\
| * Use correct URL in setup informationDavid Pursehouse2013-01-171-1/+1
* | Handle socket connection error in SSH clientDavid Pursehouse2012-12-141-4/+8
|/
* Python 2.6 style exception handlingDavid Pursehouse2012-10-254-12/+12
* Add Eclipse and Pydev project filesDavid Pursehouse2012-10-253-2/+27
* Bump to version 0.0.50.0.5David Pursehouse2012-10-241-1/+1
* Revert "Basic thread-safeness in the SSH client"David Pursehouse2012-10-241-5/+0
* Encapsulate the SSH command results in a classDavid Pursehouse2012-10-243-7/+17
* Update pylint config to work with version 0.26David Pursehouse2012-10-242-12/+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-243-16/+35
* Reduce nested `if` blocks in stream handlingDavid Pursehouse2012-10-231-10/+9
* Add pylint configuration fileDavid Pursehouse2012-10-231-0/+309
* More error handling improvements in streamDavid Pursehouse2012-10-231-11/+22
* Handle exception when running ssh commandDavid Pursehouse2012-10-231-2/+7
* Fix pylint warnings in stream.pyDavid Pursehouse2012-10-231-6/+10
* Basic thread-safeness in the SSH clientDavid Pursehouse2012-10-231-1/+6
* More exception handling in streamDavid Pursehouse2012-10-231-1/+1
* Bump version to 0.0.40.0.4David Pursehouse2012-10-171-1/+1
* Fix hostname in unit testsDavid Pursehouse2012-10-171-1/+1
* Get Gerrit version during client initialisationDavid Pursehouse2012-10-171-0/+17
* Add query functionalityDavid Pursehouse2012-10-172-0/+49
* Add __str__ on event base classDavid Pursehouse2012-10-162-1/+4
* Move SSH client from stream class to main client classDavid Pursehouse2012-10-162-7/+7
* Add license informationDavid Pursehouse2012-09-2011-10/+274
* Simplify the unit test structureDavid Pursehouse2012-09-2015-130/+1
* Bump version to 0.0.30.0.3David Pursehouse2012-09-191-1/+1
* Add an example of how the Gerrit client class is usedDavid Pursehouse2012-09-121-0/+55
* Wait for thread to complete when stopping streamDavid Pursehouse2012-09-121-0/+1
* Handle errors when reading event streamDavid Pursehouse2012-09-121-12/+29
* Fix event registration from other moduleDavid Pursehouse2012-09-123-4/+38
* Refactor event stream handling to use SSH clientDavid Pursehouse2012-09-1118-351/+79
* Handle invalid port in ssh configDavid Pursehouse2012-09-041-1/+5
* Add GerritSSHClientDavid Pursehouse2012-09-032-0/+54
* Add initial stub of GerritClient classDavid Pursehouse2012-08-241-0/+43
* Inject event name into event classes with decoratorDavid Pursehouse2012-08-222-0/+8
* Revert "GerritEventFactory should be a singleton"David Pursehouse2012-08-226-39/+0
* GerritEventFactory should be a singletonDavid Pursehouse2012-08-086-0/+39
* Pass input stream in the constructor of GerritStreamDavid Pursehouse2012-08-033-28/+40
* Add support for topic name in change attributeDavid Pursehouse2012-08-028-0/+13
* Add event factory and refactor event dispatchingDavid Pursehouse2012-08-022-50/+65
* Events unit tests should also test event dispatchingDavid Pursehouse2012-08-011-42/+113
* Add helper methods for initialisation from json dataDavid Pursehouse2012-08-013-59/+58