openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
B
basho's riak-python-client
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
13 days
ago. based on code collected
14 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 42 of 49
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Pass a ConnectionManager to the transport constructor.
Greg Stein
More...
over 13 years ago
Adjust for compatibility with Python 2.5
Greg Stein
More...
over 13 years ago
Adjust for compatibility with Python 2.5
Greg Stein
More...
over 13 years ago
Merge branch 'master' of git://github.com/basho/riak-python-client into newhttp
Greg Stein
More...
over 13 years ago
Merge pull request #57 from gstein/master
Russell Brown
More...
over 13 years ago
Merge pull request #58 from reiddraper/nmsglen-type-error
Russell Brown
More...
over 13 years ago
Merge pull request #54 from gstein/simplify
Russell Brown
More...
over 13 years ago
Fixes via @reiddraper.
Greg Stein
More...
over 13 years ago
Fix TypeError in exception text by using len(nmsglen) instead of nmsglen directly
Reid Draper
More...
over 13 years ago
Fix the test suite when invoked as "python test_all.py". In this case, __file__ has no directory component, so .dirname() returns '' and adding it to '/test_all.py' (or similar) will result in a reference to a file at th root of the filesystem (oops). Using os.path.join() properly handles this situation, and can increase portability.
Greg Stein
More...
over 13 years ago
Skip RiakHttpReuseTransport tests because that transport is broken (it is redundant, given the new RiakHttpTransport capabilities)
Greg Stein
More...
over 13 years ago
Merge branch 'simplify' into newhttp
Greg Stein
More...
over 13 years ago
Align the .http_request() method of the RiakHttpTransport subclasses with the superclass' signature.
Greg Stein
More...
over 13 years ago
Merge branch 'master' into simplify
Greg Stein
More...
over 13 years ago
Merge pull request #51 from sorenh/master
Russell Brown
More...
over 13 years ago
Add 2i query support.
Rusty Klophaus
More...
over 13 years ago
Fix syntax error from 303bad9
Russell Brown
More...
over 13 years ago
Enable the test suite to run under earlier versions of Python, and when some dependencies (protobuf and urllib3) are missing. Adjust the existing SKIP_* tests to use the unittest "skip" mechanisms.
Greg Stein
More...
over 13 years ago
Add/expand some commentary in the ConnectionManager, and add code to open a connection to the Riak server(s) once its host/port is defined. When a host (and port) is removed from the hostport set, then remove connections.
Greg Stein
More...
over 13 years ago
Build a connection management class to handle multiple connections to multiple hosts, passing them out for use. Both HTTP and bare sockets are supported.
Greg Stein
More...
over 13 years ago
Fold .httplib_request() directly into .http_request().
Greg Stein
More...
over 13 years ago
Fix docstring for RiakTransport.delete_file().
Greg Stein
More...
over 13 years ago
Turn a seemingly random base-10 value into an understandable hex value.
Greg Stein
More...
over 13 years ago
Remove unused populate_links() method.
Greg Stein
More...
over 13 years ago
Remove host/port parameters from various method signatures, and rely on self._host and self._port for the values.
Greg Stein
More...
over 13 years ago
Remove pycurl: it does not provide anything beyond the builtin httplib.
Greg Stein
More...
over 13 years ago
Remove the unused get_value() method, which is just DICT.get() anyways.
Greg Stein
More...
over 13 years ago
Move erl_src under riak/'s namespace.
Soren Hansen
More...
over 13 years ago
change string format to 2.5 (cherry picked from commit 80931c36a3aba05ae161baf61971fab2039dc08d)
Socrates Lee
More...
over 13 years ago
change to python 2.5 string
unknown
More...
over 13 years ago
←
1
2
…
38
39
40
41
42
43
44
45
46
47
48
49
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree