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
Type-check when setting the resolver on bucket and object. More... over 11 years ago
Add sibling-resolution functions. More... over 11 years ago
Merge pull request #251 from basho/sdc-install-riak More... over 11 years ago
Merge pull request #250 from basho/bch-pbc-fulltext-search More... over 11 years ago
Switch fulltext_add/delete back to @retryableHttpOnly More... over 11 years ago
Cleanup the builder config. [ci skip] More... over 11 years ago
Transpose arguments of the service command. More... over 11 years ago
Pipe `yes n` to the apt-get install command More... over 11 years ago
Don't override the existing Riak configs. More... over 11 years ago
Attempt to install latest Riak on Travis builder. More... over 11 years ago
Allow RiakClientOperations.fulltext_search/add/delete to run under PBC as well as HTTP More... over 11 years ago
Merge pull request #247 from wkral/text-plain-deserializer More... over 11 years ago
Added encoder back for symmetry More... over 11 years ago
Merge branch 'master' into text-plain-deserializer More... over 11 years ago
Merge pull request #249 from wkral/unicode-data-http-transport More... over 11 years ago
Fixed RiakHttpTransport with non-ascii streams - Encoded data that has octets outside the 128 byte range fail in python's httplib - Using a bytearray for the message body causes the entire stream to be converted to a bytearray when a str object is added to it and the message is transported correctly - Added two tests one with unicode data in a json object and one unicode data in a string More... over 11 years ago
Changed decoder to simple str and removed encoder More... over 11 years ago
Moving ignored personal stuff to .git/info/exclude More... over 11 years ago
Merge pull request #248 from wkral/test_server More... over 11 years ago
Speed up test server start - Seemed to slow down with riak 1.3 which seems to be because of much more text output when starting - wait_for_erlang_prompt was reading one character at a time and running a long regex against the output which was causing the output of riak console to stall - Changed to read a line at a time speeds up from 34 seconds to 2.4 on my system More... over 11 years ago
Added text/plain encoding handling by default - The old version of the client handled this out of the box - Added a test to ensure it works More... over 11 years ago
Merge pull request #243 from basho/sdc-refactor-siblings More... almost 12 years ago
whitespace cleanup More... almost 12 years ago
Add test for sibling tombstones. More... almost 12 years ago
Merge pull request #244 from pims/master More... almost 12 years ago
Updating README and tutorial to reflect that get_data() is no longer used
tim
More... almost 12 years ago
Correct documentation of _decode_link method. More... almost 12 years ago
Correct documentation on exists property. More... almost 12 years ago
HTTP uses a plain tuple for links, so should PBC. More... almost 12 years ago
Normalize handling of get/put responses in PBC to prevent clobbering of object data. More... almost 12 years ago