TODO.txt 1.3 KB

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