Commit Graph

16 Commits (de031c84d519d00891418d043ffc7a6e2efa19e4)

Author SHA1 Message Date
Michael DeHaan 78e5f6129f Documentation updates for supervisor module changes. 11 years ago
inetfuture(Aaron Wang) fbd3902652 supervisorctl: add group support and refine documenation. 11 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments 11 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
James Cammarata bfb1d469e6 Checking for a transitional running state in supervisorctl
Fixes #3977
11 years ago
Thomas Omans 1dbdd9d6d1 supervisorctl: user expansion on config filepath 11 years ago
egghead 255d2d6770 supervisorctl module: fixing typo in error handling 11 years ago
egghead 3f4dc876fc supervisorctl module: adding support for custom supervisord installations
Supervisord can be installed at the user level or system level.
Installating as a user is particularly useful for systems without root access.

Adds the ability to provide a custom supervisorctl executable path, supporting custom installations
11 years ago
didiercrunch 15160f2d93 Update supervisorctl
Fixed the example.
11 years ago
Michael DeHaan e1167d6977 tweak indentation for 'make pep8' 11 years ago
Michael DeHaan 85731a374e Document when options were added on this module. 11 years ago
Evan Wies f5c81f79de supervisor_ctl: rename to server_url and improve documentation 11 years ago
Evan Wies cbeb6a63e5 supervisorctl: add command-line options as module parameters
Adds more parameters which may be passed to supervisorctl:  config,
serverurl, username, password

Also refactored the various `module.run_command(build_a_string)` calls
into a single `run_supervisorctl` function.
11 years ago
Jan-Piet Mens 5c69918d53 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
11 years ago
Michael DeHaan 956bff2f07 Standardize docs 11 years ago
Michael DeHaan 391fb98ee2 Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago