Commit Graph

14 Commits (7f40790fc1951c8b2bc30584b0f08250ed62bb4a)

Author SHA1 Message Date
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 Cammarata 2bd830369a Checking for a transitional running state in supervisorctl
Fixes #3977
11 years ago
Thomas Omans e83eb54d1f supervisorctl: user expansion on config filepath 11 years ago
egghead 99c53981ff supervisorctl module: fixing typo in error handling 11 years ago
egghead d05f21fc80 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 7f2ae3f375 Update supervisorctl
Fixed the example.
11 years ago
Michael DeHaan 6030c1bcaa tweak indentation for 'make pep8' 11 years ago
Michael DeHaan 80ef9e2628 Document when options were added on this module. 11 years ago
Evan Wies e48fb1e9a9 supervisor_ctl: rename to server_url and improve documentation 11 years ago
Evan Wies 80afcea54e 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 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
11 years ago
Michael DeHaan ebf26ec0a3 Standardize docs 11 years ago
Michael DeHaan cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago