TODO.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. - Support stopping and starting groups in supervisorctl / web
  2. interface.
  3. - Support operations against both stderr and stdout logs within
  4. supervisorctl / web interface.
  5. - Revisit test_startProcessGroup and test_startAllProcesses (see XXX
  6. comment about ordering).
  7. - Address outstanding collector issues.
  8. - We *might* be able to delay shutdown until all buffered events have
  9. been processed (or a timeout has been reached).
  10. - Release a meld3 version that doesn't require that ext_modules get
  11. built if an environment variable is present (or if distutils
  12. supports conditionally compiling extensions, use whatever it does).
  13. Make supervisor's setup.py depend on this version and document how
  14. to cause supervisor's "setup.py install" to install a C-free meld3.
  15. - Web interface:
  16. - Support POST requests.
  17. - Unit tests for meld classes and ui server.
  18. - Meta-refresh on tail page.
  19. - Expat error on Jens' system running slapd as root after reload.
  20. - Unit tests for log rotation.
  21. - Command-line arg tests.
  22. - Log logtail requests.
  23. - Provide a way to get the supervisord pid from supervisorctl/web interface.