Matt Martz
a4078a4bf8
Use /usr/bin/python instead of /usr/bin/env python
11 years ago
James Martin
0a74cb484c
Fixes various typos introduced in a9017af2bb
.
...
Fixes odd encoding problem with wait_for_service.
11 years ago
Michael DeHaan
980653f20b
More shell fixes
11 years ago
James Cammarata
72217c297d
Adding validate_certs to all modules that use fetch_url
11 years ago
James Cammarata
a1b1182662
Validate SSL certs accessed through urllib*
...
* Adds another module utility file which generalizes the
access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.
Fixes #6211
11 years ago
James Martin
e312b0e5bf
Properly fetching the riak version, and properly setting the python interpreter.
11 years ago
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
11 years ago
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
James Martin
6539652a28
Fixes for python 2.4 support, better collection of riak version.
11 years ago
James Martin
79a00eca47
Fixed #3433 . Using get_bin_path, removed uneeded imports, "module" is inlined, misc other style improvements.
12 years ago
Jan-Piet Mens
3404a0fc16
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
12 years ago
Michael DeHaan
3012d269ff
pep8 fixes
12 years ago
Michael DeHaan
fd62197cf1
Docs standardization
12 years ago
James Martin
8fa7768e91
Now can specify amount of time to wait_for_handoffs or ring ready instead of booleans.
12 years ago
James Martin
9cfcede201
Timeouts implemented for riak stats operation. Removed failback mode
...
for fetching riak stats.
12 years ago
James Martin
0db8879915
Fixed docs. Fixed fallback status method. Fixed "changed" message with cluster commit.
12 years ago
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
12 years ago