summaryrefslogtreecommitdiff
path: root/pygerrit/events.py
Commit message (Expand)AuthorAgeFilesLines
* Change abandoned and restored events don't have a patchset fieldDavid Pursehouse2013-10-181-8/+4
* Reason is optional in abandon and restore changesJens Andersen2013-10-171-3/+6
* Completely refactor the stream event handlingDavid Pursehouse2013-09-121-3/+2
* Add missing __repr__ methods on ErrorEvent and UnhandledEventDavid Pursehouse2013-09-121-1/+7
* Fix initialisation of error eventDavid Pursehouse2013-09-111-0/+1
* Fix #8: Support the "topic-changed" stream eventDavid Pursehouse2013-09-111-0/+23
* Fix #7: Support the "reviewer-added" stream eventDavid Pursehouse2013-09-111-0/+20
* Fix #6: Support the "merge-failed" stream eventDavid Pursehouse2013-09-111-0/+21
* Fix #5: Move json parsing and error handling into the event factoryDavid Pursehouse2013-09-111-3/+31
* Fix #3: Don't treat unhandled event types as errorsDavid Pursehouse2013-09-111-3/+11
* Fix #4: Keep event's raw json data in the event objectDavid Pursehouse2013-09-111-9/+9
* Add __repr__ methods on event and model classesDavid Pursehouse2013-09-111-3/+33
* Don't put copyright and license headers in Python module docstringsDavid Pursehouse2013-08-071-26/+24
* Fix pylint warningsDavid Pursehouse2013-08-061-1/+2
* Fix relative importsDavid Pursehouse2013-08-061-2/+2
* Fix one more PEP-257 violationDavid Pursehouse2013-08-061-0/+2
* Python 2.6 style exception handlingDavid Pursehouse2012-10-251-7/+7
* Add __str__ on event base classDavid Pursehouse2012-10-161-0/+3
* Add license informationDavid Pursehouse2012-09-201-1/+26
* Fix event registration from other moduleDavid Pursehouse2012-09-121-3/+7
* Inject event name into event classes with decoratorDavid Pursehouse2012-08-221-0/+1
* Revert "GerritEventFactory should be a singleton"David Pursehouse2012-08-221-8/+0
* GerritEventFactory should be a singletonDavid Pursehouse2012-08-081-0/+8
* Add event factory and refactor event dispatchingDavid Pursehouse2012-08-021-0/+46
* Add helper methods for initialisation from json dataDavid Pursehouse2012-08-011-12/+3
* Tidy up docstrings to follow the PEP-257 docstring convention0.0.2David Pursehouse2012-07-311-30/+16
* Refactor into submodulesDavid Pursehouse2012-07-311-0/+139