summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | Update travis.yml based on ↵Mark Roberts2014-04-301-7/+9
| | | | | | | | | | | | | | | | | | | | http://alexgaynor.net/2014/jan/06/why-travis-ci-is-great-for-the-python-community/
| | | * | Remove libsnappy-javaMark Roberts2014-04-301-1/+0
| | | | |
| | | * | Attempt to install libsnappy in the travis environmentMark Roberts2014-04-301-0/+2
| | | | |
| | | * | Update travis.ymlMark Roberts2014-04-301-0/+1
| | | | |
| | | * | Merge branch 'exception_refactor' into add_testsMark Roberts2014-04-303-54/+114
| | | |\ \
| | | | * | Make commit() check for errors instead of simply assert no errorMark Roberts2014-04-301-1/+1
| | | | | |
| | | | * | Merge branch 'add_tests' into exception_refactorMark Roberts2014-04-302-2/+2
| | | | |\ \
| | | | * | | Make BrokerRequestError a base class, make subclasses for each broker errorMark Roberts2014-04-303-53/+113
| | | | | | |
| | | * | | | Update .travis.yml to support new test suiteMark Roberts2014-04-301-5/+6
| | | | |/ / | | | |/| |
| | | * | | Build kafka 0.8.1 for only one version of scalaMiguel Eduardo Gil Biraud2014-04-301-1/+1
| | | | | |
| | | * | | Fix log directory as per documentation: ↵Miguel Eduardo Gil Biraud2014-04-301-1/+1
| | | |/ / | | | | | | | | | | | | | | | http://kafka.apache.org/08/documentation.html#brokerconfigs
| | | * | Various fixesMark Roberts2014-04-258-22/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump version number to 0.9.1 Update readme to show supported Kafka/Python versions Validate arguments in consumer.py, add initial consumer unit test Make service kill() child processes when startup fails Add tests for util.py, fix Python 2.6 specific bug.
| | | * | Fix last remaining test by making autocommit more intuitiveMark Roberts2014-04-242-3/+3
| | | | |
| | | * | Fix Python 2.6 supportMark Roberts2014-04-2312-54/+39
| | | | |
| | | * | Update consumer_integration to flip the autocommit switch when testing kafka ↵Mark Roberts2014-04-231-30/+36
| | | | | | | | | | | | | | | | | | | | 0.8.1
| | | * | Split out kafka version environments, default tox no longer runs any ↵Mark Roberts2014-04-238-36/+96
| | | | | | | | | | | | | | | | | | | | integration tests, make skipped integration also skip setupClass, implement rudimentary offset support in consumer.py
| | | * | Add test support for multiple versions of kafka. Uncomment first 0.8.1 ↵Mark Roberts2014-04-237-12/+51
| | | | | | | | | | | | | | | | | | | | specific test. Add rudimentary (failing) consumer resumption test
| | | * | Update READMEMark Roberts2014-04-231-23/+25
| | | | |
| | | * | Add support for kafka 0.8.1Mark Roberts2014-04-238-4/+115
| | | | |
| | | * | Move kafka-src to servers/0.8.0/kafka-src, move test/resources to ↵Mark Roberts2014-04-238-9/+11
| | | | | | | | | | | | | | | | | | | | servers/0.8.0/resources, update fixtures, add build_integration.sh for getting started with development
| | | * | Update fixtures to eliminate extraneous logging on non-errors, split out ↵Mark Roberts2014-04-225-221/+240
| | | | | | | | | | | | | | | | | | | | mostly unrelated service.py, fix test in client_integration to use get_open_port, fix unintended import cascade in test_producer_integration
| | | * | Merge branch 'master' into add_testsMark Roberts2014-04-211-0/+11
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | In memory of @rdiomar, 2014David Arthur2014-04-211-1/+1
| | | | |
* | | | | Update AUTHORS.mdDavid Arthur2014-04-211-0/+11
|/ / / /
| | * | Fix bug in socket timeout per PR #161 by maciejkula, add testMark Roberts2014-04-192-4/+14
| | | |
| | * | Finish breaking out integration testsMark Roberts2014-04-175-933/+387
| | | |
| | * | Split up and speed up producer based integration testsMark Roberts2014-04-174-72/+344
| | | |
| | * | Split out and speed up producer testsMark Roberts2014-04-171-0/+139
| | | |
| | * | Refactor away _get_conn_for_broker. Fix bug in _get_connMark Roberts2014-04-092-14/+7
| | | |
| | * | Add final tests for 100% coverage of protocol.py from test/test_protocol.pyMark Roberts2014-04-091-6/+63
| | | |
| | * | Add encode_offset_fetch_request testMark Roberts2014-04-091-9/+40
| | | |
| | * | Add commit offset request testMark Roberts2014-04-091-26/+47
| | | |
| | * | Add tests for encode_offset_requestMark Roberts2014-04-091-3/+43
| | | |
| | * | Add python-snappy to tox dependencies. Fix snappy protocol testMark Roberts2014-04-092-27/+37
| | | |
| | * | Convert test_encode_fetch_request to struct.pack format, improve test ↵Mark Roberts2014-04-091-12/+45
| | | | | | | | | | | | | | | | reliability
| | * | Update more tests, fix intermittent failureMark Roberts2014-04-091-40/+89
| | | |
| | * | Merge branch 'master' into add_testsMark Roberts2014-04-081-0/+4
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #148 from wizzat/seek_commitOmar2014-04-031-0/+4
|\ \ \ \ | | | | | | | | | | Make seek(); commit(); work without commit discarding the seek change
| * | | | Commit in seek if autocommitMark Roberts2014-03-271-1/+4
| | | | |
| * | | | Make seek(); commit(); work without commit discarding the seek changeMark Roberts2014-03-251-0/+1
|/ / / /
| | * | Convert more tests to struct.packMark Roberts2014-04-081-29/+75
| | | |
| | * | Convert serveral tests to struct.packMark Roberts2014-04-081-81/+93
| | | |
| | * | Reinstate test_integrate, make test_protocol more explicit, create testutilMark Roberts2014-04-086-956/+979
| | | |
| | * | Explicit testing of protocol errors. Make tests more explicit, and start ↵Mark Roberts2014-04-083-17/+41
| | | | | | | | | | | | | | | | working on intermittent failures in test_encode_fetch_request and test_encode_produc_request
| | * | Comment out all of test_integration because it currently does not workMark Roberts2014-04-081-936/+936
| | | |
| | * | Split test files, modify test_protocolMark Roberts2014-04-085-376/+396
| | | |
| | * | Remove test support for py26 since it's brokenMark Roberts2014-04-074-1/+116
| |/ / |/| |
* | | Merge pull request #134 from wizzat/conn_refactorv0.9.0Dana Powers2014-03-215-39/+133
|\ \ \ | | | | | | | | conn.py performance improvements, make examples work, add another example
| * \ \ Merge branch 'master' into conn_refactorMark Roberts2014-03-183-5/+15
| |\ \ \
| * | | | Update load_exampleMark Roberts2014-02-261-2/+2
| | | | |