0
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Apply some PEP8 and pyflakes fixes. More... over 11 years ago
Predicate the bucket properties features on version detection. More... over 11 years ago
Fix a few doc string problems in bucket.py. More... over 11 years ago
Use the search property instead of directly modifying precommit. More... over 11 years ago
Cleanup bucket properties shortcuts with a helper function. More... over 11 years ago
Add some much needed documentation for other PB codec methods. More... over 11 years ago
Add support for all bucket properties and clearing in PB. More... over 11 years ago
Unify the bucket properties tests since PBC will support all properties. More... over 11 years ago
Bump client version and riak_pb dep for Riak 1.4 features. More... over 11 years ago
Rename bmbm and friends and fix minor bugs in multiget. More... over 11 years ago
Add some tests for multiget. More... over 11 years ago
Use CPU count as the pool size, no difference apparent above that. More... over 11 years ago
Expose multiget operations on client and bucket objects. More... over 11 years ago
Add multiget benchmark. More... over 11 years ago
Add multiget implementation with a static worker pool. More... over 11 years ago
Merge pull request #258 from basho/gh218-http-masks-errors More... over 11 years ago
Merge pull request #261 from basho/sdc-resolution-race More... over 11 years ago
Merge pull request #260 from basho/g245-test-server-ssl-dist-args More... over 11 years ago
Increased the delay between sibling writes so as to avoid races in resolution test. More... over 11 years ago
Use pipes for stdio when running chkconfig. More... over 11 years ago
Merge pull request #259 from basho/gh241-protocols-warning More... over 11 years ago
Eject the bad connection from the pool even on the last try. More... over 11 years ago
Test that retry logic re-raises the original exception when tries are exhausted. More... over 11 years ago
Move _connect() call into _send_msg() so that streaming doesn't break. More... over 11 years ago
Raise the final exception when the retry limit has been reached. More... over 11 years ago
Don't open the PBC connection until a request is sent. More... over 11 years ago
Add documentation about protocol selection and the lazy-connection semantics. Closes #241. More... over 11 years ago
Touch the ssl_distribution.args_file by running `riak chkconfig`. Closes #245. More... over 11 years ago
Merge pull request #257 from basho/sdc-resolvers More... over 11 years ago
Factor out the sibling generation into a helper method. More... over 11 years ago