summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.1.10.1.1David Pursehouse2013-09-131-1/+1
* Add changelogDavid Pursehouse2013-09-131-0/+25
* Fix #10: Allow to manually specify ssh username and portDavid Pursehouse2013-09-123-13/+30
* Completely refactor the stream event handlingDavid Pursehouse2013-09-122-23/+18
* Add missing __repr__ methods on ErrorEvent and UnhandledEventDavid Pursehouse2013-09-121-1/+7
* Fix initialisation of error eventDavid Pursehouse2013-09-111-0/+1
* Fix #11: correct handling of `identityfile` in the ssh configDavid Pursehouse2013-09-111-1/+1
* Allow example script to continue if errors are receivedDavid Pursehouse2013-09-111-1/+4
* Fix #9: Add a bit more detail in the documentationDavid Pursehouse2013-09-111-5/+45
* Fix #8: Support the "topic-changed" stream eventDavid Pursehouse2013-09-113-1/+56
* Fix #7: Support the "reviewer-added" stream eventDavid Pursehouse2013-09-113-1/+63
* Fix #6: Support the "merge-failed" stream eventDavid Pursehouse2013-09-113-1/+66
* Fix #5: Move json parsing and error handling into the event factoryDavid Pursehouse2013-09-116-36/+59
* Improved logging in the example scriptDavid Pursehouse2013-09-111-1/+7
* Fix #3: Don't treat unhandled event types as errorsDavid Pursehouse2013-09-113-4/+22
* Fix #4: Keep event's raw json data in the event objectDavid Pursehouse2013-09-112-10/+10
* Add __repr__ methods on event and model classesDavid Pursehouse2013-09-113-4/+51
* Remove redundant `exec_command` methodDavid Pursehouse2013-09-111-15/+10
* Fix #2: Establish SSH connection in a thread-safe wayDavid Pursehouse2013-09-111-6/+20
* Fix #1: Use select.select() instead of select.poll()David Pursehouse2013-09-101-14/+12
* Bump version to 0.1.00.1.0David Pursehouse2013-08-091-1/+1
* Add Python trove classifiers to the setupDavid Pursehouse2013-08-091-1/+11
* Include full license text in the license parameter of setupDavid Pursehouse2013-08-091-1/+1
* Add long description in the setupDavid Pursehouse2013-08-081-0/+1
* Add MANIFEST.in fileDavid Pursehouse2013-08-071-0/+1
* Improve formatting in the README fileDavid Pursehouse2013-08-071-3/+6
* Rename README to README.rstDavid Pursehouse2013-08-071-0/+0
* Add make target and rules to ensure environment setup tools are OKDavid Pursehouse2013-08-071-1/+20
* Add a make target to build the API documentation zip archiveDavid Pursehouse2013-08-071-0/+6
* Don't put copyright and license headers in Python module docstringsDavid Pursehouse2013-08-0711-275/+255
* Add a make target to build the source distributionDavid Pursehouse2013-08-072-0/+45
* Add a make target to check for clean git statusDavid Pursehouse2013-08-071-0/+4
* Add a make target to check that the git is tagged properlyDavid Pursehouse2013-08-071-0/+4
* Add generation of package documentationDavid Pursehouse2013-08-074-2/+37
* Separate test dependency installation into its own build targetDavid Pursehouse2013-08-061-6/+11
* Separate environment intialisation into its own build targetDavid Pursehouse2013-08-061-2/+4
* Make the shebangs consistentDavid Pursehouse2013-08-062-0/+4
* Add pylint check in the MakefileDavid Pursehouse2013-08-062-1/+10
* Fix pylint warningsDavid Pursehouse2013-08-064-6/+9
* Add PEP-257 conformance check in the MakefileDavid Pursehouse2013-08-062-1/+7
* Add a unit test to ensure dependency package version consistencyDavid Pursehouse2013-08-062-14/+44
* Separate package dependencies from verification/test dependenciesDavid Pursehouse2013-08-063-3/+3
* Bump paramiko dependency to version 1.11.0David Pursehouse2013-08-062-3/+3
* Fix relative importsDavid Pursehouse2013-08-065-13/+12
* Fix one more PEP-257 violationDavid Pursehouse2013-08-061-0/+2
* Add a `clean` target in the MakefileDavid Pursehouse2013-08-061-1/+5
* Add PEP-8 conformance check in the MakefileDavid Pursehouse2013-08-062-1/+7
* Add pyflakes check in the MakefileDavid Pursehouse2013-08-062-1/+7
* Add a Makefile to install dependencies and run unit testsDavid Pursehouse2013-08-062-0/+37
* Only allow strings as query terms and commandsDavid Pursehouse2013-08-052-13/+15