TODO.txt 1.3 KB

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