summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add setup.pyDavid Pursehouse2012-07-312-0/+19
* Tidy up docstrings to follow the PEP-257 docstring convention0.0.2David Pursehouse2012-07-316-126/+110
* Refactor into submodulesDavid Pursehouse2012-07-318-346/+371
* Add .settings to .gitignoreDavid Pursehouse2012-07-241-0/+1
* Remove check for supported approval typesDavid Pursehouse2012-07-241-9/+0
* Add .gitignore0.0.1David Pursehouse2012-07-241-0/+3
* Add Makefile and script for unit testsDavid Pursehouse2012-07-242-0/+120
* Add unit tests for event handlingDavid Pursehouse2012-07-2411-0/+311
* Reason is missing in ChangeRestoredEventDavid Pursehouse2012-07-241-0/+1
* `comment-added` event can have multiple approvalsDavid Pursehouse2012-07-241-16/+24
* Add support for the `draft-published` eventDavid Pursehouse2012-07-241-0/+18
* Minor refactoring of unit testsDavid Pursehouse2012-07-245-3/+5
* Fixing PEP-8 and pylint warningsDavid Pursehouse2012-07-241-8/+13
* Python cleanup: inherit from objectErnst Sjostrand2012-07-241-7/+7
* Undefined variable in GerritCommentAddedEventDavid Pursehouse2012-07-241-32/+37
* Check for callable event handler on attachDavid Pursehouse2012-07-242-1/+22
* Minor refactoring and adding initial unit testsDavid Pursehouse2012-07-246-46/+183
* Initial version of class for handling Gerrit stream eventsDavid Pursehouse2012-07-241-0/+281
* Initial empty commitDavid Pursehouse2012-07-240-0/+0