Matt Martz
a4078a4bf8
Use /usr/bin/python instead of /usr/bin/env python
2014-04-01 13:54:37 -05:00
James Martin
0a74cb484c
Fixes various typos introduced in a9017af2bb
.
...
Fixes odd encoding problem with wait_for_service.
2014-03-12 21:26:16 -04:00
Michael DeHaan
980653f20b
More shell fixes
2014-03-12 17:43:31 -04:00
James Cammarata
72217c297d
Adding validate_certs to all modules that use fetch_url
2014-03-12 10:19:54 -05:00
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
2014-03-10 16:06:52 -05:00
James Martin
e312b0e5bf
Properly fetching the riak version, and properly setting the python interpreter.
2014-02-19 12:12:02 -05:00
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
2013-12-02 15:13:49 -05:00
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00
James Martin
6539652a28
Fixes for python 2.4 support, better collection of riak version.
2013-09-06 13:42:27 -04:00
James Martin
79a00eca47
Fixed #3433 . Using get_bin_path, removed uneeded imports, "module" is inlined, misc other style improvements.
2013-07-05 13:22:44 -04:00
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
2013-06-15 20:54:25 +02:00
Michael DeHaan
3012d269ff
pep8 fixes
2013-06-01 12:29:03 -04:00
Michael DeHaan
fd62197cf1
Docs standardization
2013-06-01 12:12:11 -04:00
James Martin
8fa7768e91
Now can specify amount of time to wait_for_handoffs or ring ready instead of booleans.
2013-05-27 17:24:10 -04:00
James Martin
9cfcede201
Timeouts implemented for riak stats operation. Removed failback mode
...
for fetching riak stats.
2013-05-27 17:12:13 -04:00
James Martin
0db8879915
Fixed docs. Fixed fallback status method. Fixed "changed" message with cluster commit.
2013-05-05 14:54:23 -04:00
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
2013-04-28 15:03:45 -04:00