summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into internalDavid Pursehouse2013-10-183-3/+22
|\ \
| * \ Merge pull request #16 from EnJens/add-myself-as-authorDavid Pursehouse2013-10-171-1/+1
| |\ \
| | * | Add myself to authorsJens Andersen2013-10-171-1/+1
| |/ /
| * | Add an authors list that contributors can add themselves toDavid Pursehouse2013-10-181-0/+14
| * | Merge pull request #15 from EnJens/return-sortkey-from-queryDavid Pursehouse2013-10-171-0/+2
| |\ \
| | * | Fix indentationJens Andersen2013-10-171-1/+1
| | * | Return sortKey from query result, to allow resuming query.Jens Andersen2013-10-171-0/+2
| | |/
| * | Merge pull request #14 from EnJens/fix-missing-reasonDavid Pursehouse2013-10-171-3/+6
| |\ \ | | |/ | |/|
| | * Reason is optional in abandon and restore changesJens Andersen2013-10-171-3/+6
| |/
* | Update the README to mention the REST APIDavid Pursehouse2013-10-171-1/+19
* | 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