Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | Update travis.yml based on ↵ | Mark Roberts | 2014-04-30 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | http://alexgaynor.net/2014/jan/06/why-travis-ci-is-great-for-the-python-community/ | |||||
| | | * | | Remove libsnappy-java | Mark Roberts | 2014-04-30 | 1 | -1/+0 | |
| | | | | | ||||||
| | | * | | Attempt to install libsnappy in the travis environment | Mark Roberts | 2014-04-30 | 1 | -0/+2 | |
| | | | | | ||||||
| | | * | | Update travis.yml | Mark Roberts | 2014-04-30 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | Merge branch 'exception_refactor' into add_tests | Mark Roberts | 2014-04-30 | 3 | -54/+114 | |
| | | |\ \ | ||||||
| | | | * | | Make commit() check for errors instead of simply assert no error | Mark Roberts | 2014-04-30 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | | * | | Merge branch 'add_tests' into exception_refactor | Mark Roberts | 2014-04-30 | 2 | -2/+2 | |
| | | | |\ \ | ||||||
| | | | * | | | Make BrokerRequestError a base class, make subclasses for each broker error | Mark Roberts | 2014-04-30 | 3 | -53/+113 | |
| | | | | | | | ||||||
| | | * | | | | Update .travis.yml to support new test suite | Mark Roberts | 2014-04-30 | 1 | -5/+6 | |
| | | | |/ / | | | |/| | | ||||||
| | | * | | | Build kafka 0.8.1 for only one version of scala | Miguel Eduardo Gil Biraud | 2014-04-30 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Fix log directory as per documentation: ↵ | Miguel Eduardo Gil Biraud | 2014-04-30 | 1 | -1/+1 | |
| | | |/ / | | | | | | | | | | | | | | | | http://kafka.apache.org/08/documentation.html#brokerconfigs | |||||
| | | * | | Various fixes | Mark Roberts | 2014-04-25 | 8 | -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 intuitive | Mark Roberts | 2014-04-24 | 2 | -3/+3 | |
| | | | | | ||||||
| | | * | | Fix Python 2.6 support | Mark Roberts | 2014-04-23 | 12 | -54/+39 | |
| | | | | | ||||||
| | | * | | Update consumer_integration to flip the autocommit switch when testing kafka ↵ | Mark Roberts | 2014-04-23 | 1 | -30/+36 | |
| | | | | | | | | | | | | | | | | | | | | 0.8.1 | |||||
| | | * | | Split out kafka version environments, default tox no longer runs any ↵ | Mark Roberts | 2014-04-23 | 8 | -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 Roberts | 2014-04-23 | 7 | -12/+51 | |
| | | | | | | | | | | | | | | | | | | | | specific test. Add rudimentary (failing) consumer resumption test | |||||
| | | * | | Update README | Mark Roberts | 2014-04-23 | 1 | -23/+25 | |
| | | | | | ||||||
| | | * | | Add support for kafka 0.8.1 | Mark Roberts | 2014-04-23 | 8 | -4/+115 | |
| | | | | | ||||||
| | | * | | Move kafka-src to servers/0.8.0/kafka-src, move test/resources to ↵ | Mark Roberts | 2014-04-23 | 8 | -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 Roberts | 2014-04-22 | 5 | -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_tests | Mark Roberts | 2014-04-21 | 1 | -0/+11 | |
| | | |\ \ | |_|_|/ / |/| | | | | ||||||
* | | | | | In memory of @rdiomar, 2014 | David Arthur | 2014-04-21 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Update AUTHORS.md | David Arthur | 2014-04-21 | 1 | -0/+11 | |
|/ / / / | ||||||
| | * | | Fix bug in socket timeout per PR #161 by maciejkula, add test | Mark Roberts | 2014-04-19 | 2 | -4/+14 | |
| | | | | ||||||
| | * | | Finish breaking out integration tests | Mark Roberts | 2014-04-17 | 5 | -933/+387 | |
| | | | | ||||||
| | * | | Split up and speed up producer based integration tests | Mark Roberts | 2014-04-17 | 4 | -72/+344 | |
| | | | | ||||||
| | * | | Split out and speed up producer tests | Mark Roberts | 2014-04-17 | 1 | -0/+139 | |
| | | | | ||||||
| | * | | Refactor away _get_conn_for_broker. Fix bug in _get_conn | Mark Roberts | 2014-04-09 | 2 | -14/+7 | |
| | | | | ||||||
| | * | | Add final tests for 100% coverage of protocol.py from test/test_protocol.py | Mark Roberts | 2014-04-09 | 1 | -6/+63 | |
| | | | | ||||||
| | * | | Add encode_offset_fetch_request test | Mark Roberts | 2014-04-09 | 1 | -9/+40 | |
| | | | | ||||||
| | * | | Add commit offset request test | Mark Roberts | 2014-04-09 | 1 | -26/+47 | |
| | | | | ||||||
| | * | | Add tests for encode_offset_request | Mark Roberts | 2014-04-09 | 1 | -3/+43 | |
| | | | | ||||||
| | * | | Add python-snappy to tox dependencies. Fix snappy protocol test | Mark Roberts | 2014-04-09 | 2 | -27/+37 | |
| | | | | ||||||
| | * | | Convert test_encode_fetch_request to struct.pack format, improve test ↵ | Mark Roberts | 2014-04-09 | 1 | -12/+45 | |
| | | | | | | | | | | | | | | | | reliability | |||||
| | * | | Update more tests, fix intermittent failure | Mark Roberts | 2014-04-09 | 1 | -40/+89 | |
| | | | | ||||||
| | * | | Merge branch 'master' into add_tests | Mark Roberts | 2014-04-08 | 1 | -0/+4 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | Merge pull request #148 from wizzat/seek_commit | Omar | 2014-04-03 | 1 | -0/+4 | |
|\ \ \ \ | | | | | | | | | | | Make seek(); commit(); work without commit discarding the seek change | |||||
| * | | | | Commit in seek if autocommit | Mark Roberts | 2014-03-27 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | Make seek(); commit(); work without commit discarding the seek change | Mark Roberts | 2014-03-25 | 1 | -0/+1 | |
|/ / / / | ||||||
| | * | | Convert more tests to struct.pack | Mark Roberts | 2014-04-08 | 1 | -29/+75 | |
| | | | | ||||||
| | * | | Convert serveral tests to struct.pack | Mark Roberts | 2014-04-08 | 1 | -81/+93 | |
| | | | | ||||||
| | * | | Reinstate test_integrate, make test_protocol more explicit, create testutil | Mark Roberts | 2014-04-08 | 6 | -956/+979 | |
| | | | | ||||||
| | * | | Explicit testing of protocol errors. Make tests more explicit, and start ↵ | Mark Roberts | 2014-04-08 | 3 | -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 work | Mark Roberts | 2014-04-08 | 1 | -936/+936 | |
| | | | | ||||||
| | * | | Split test files, modify test_protocol | Mark Roberts | 2014-04-08 | 5 | -376/+396 | |
| | | | | ||||||
| | * | | Remove test support for py26 since it's broken | Mark Roberts | 2014-04-07 | 4 | -1/+116 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #134 from wizzat/conn_refactorv0.9.0 | Dana Powers | 2014-03-21 | 5 | -39/+133 | |
|\ \ \ | | | | | | | | | conn.py performance improvements, make examples work, add another example | |||||
| * \ \ | Merge branch 'master' into conn_refactor | Mark Roberts | 2014-03-18 | 3 | -5/+15 | |
| |\ \ \ | ||||||
| * | | | | Update load_example | Mark Roberts | 2014-02-26 | 1 | -2/+2 | |
| | | | | |