1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- - Documentation extensions:
- - [group:x] documentation
- - [eventlistener:x] documentation
- - Capture mode / process comm events documentation
- - Write "UPGRADING.txt" for people who are upgrading from supervisor
- 2.0 to 3.0.
- - Revisit test_startProcessGroup and test_startAllProcesses (see XXX
- comment about ordering).
- - Allow process config to opt out of capture mode.
- - Address outstanding collector issues.
- - Support groups in supervisorctl / web interface.
- - Expose stderr/stdout logfiles separately in RPC interface return
- values.
- - 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.
|