summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add more detailed examples of SSH interface usage in the READMEDavid Pursehouse2013-09-251-2/+35
* | Update the README notes about ssh configurationDavid Pursehouse2013-09-251-3/+3
* | Add support for Kerberos authentication in example scriptDavid Pursehouse2013-09-241-1/+15
* | Allow client to disable SSL certificate verificationDavid Pursehouse2013-09-241-2/+6
|/
* Add REST API exampleDavid Pursehouse2013-09-181-0/+90
* Refactor the authentication handlingDavid Pursehouse2013-09-182-35/+74
* Add MANIFEST to .gitignoreDavid Pursehouse2013-09-131-0/+1
* Add method to build url from endpointDavid Pursehouse2013-09-131-4/+16
* Merge branch 'master' into internalDavid Pursehouse2013-09-1315-105/+475
|\
| * 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
* | Make get, put, post and delete REST methods publicDavid Pursehouse2013-09-121-4/+4
* | Fix authentication setupDavid Pursehouse2013-08-271-5/+5
* | Add handling of HTTP error status codes in responsesDavid Pursehouse2013-08-271-0/+24
* | Add support for HTTP digest authenticationDavid Pursehouse2013-08-261-1/+41
* | Initial implementation of Gerrit REST API interfaceDavid Pursehouse2013-08-263-1/+112
* | Disable W0142 'Used * or ** magic' in the Pylint configurationDavid Pursehouse2013-08-231-1/+1
|/
* 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