123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- - FATAL state for supervisor.
- - Figure out how to make sample.conf evident when supervisor is installed
- via easy_install.
- - Support stopping and starting groups in supervisorctl / web
- interface.
- - Support operations against both stderr and stdout logs within
- supervisorctl / web interface.
- - Revisit test_startProcessGroup and test_startAllProcesses (see XXX
- comment about ordering).
- - Address outstanding collector issues.
- - We *might* be able to delay shutdown until all buffered events have
- been processed (or a timeout has been reached).
- - Release a meld3 version that doesn't require that ext_modules get
- built if an environment variable is present (or if distutils
- supports conditionally compiling extensions, use whatever it does).
- Make supervisor's setup.py depend on this version and document how
- to cause supervisor's "setup.py install" to install a C-free meld3.
- - Web interface:
- - Support POST requests.
- - Unit tests for meld classes and ui server.
- - Meta-refresh on tail page.
- - Expat error on Jens' system running slapd as root after reload.
- - Unit tests for log rotation.
- - Command-line arg tests.
- - Log logtail requests.
- - Provide a way to get the supervisord pid from supervisorctl/web interface.
- - Add a new cwd option that will chdir after the fork-exec.
|