TODO.txt 787 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. - Web interface:
  2. - present status in addition to state (e.g. spawnerr, etc, same as
  3. supervisorctl)
  4. - provide "restart all" functionality
  5. - Documentation:
  6. - In nodaemon mode, child processes will be sent SIGINT when Ctrl-C
  7. is pressed.
  8. - Error conditions when X-bit not set on command file.
  9. - SUPERVISOR_ENABLED envvar.
  10. - stopsignal can be TERM, HUP, INT, QUIT, KILL, USR1, or USR2
  11. - Unit test the http_client package.
  12. - Unit tests for meld classes and ui server.
  13. - Tail main log.
  14. - Figure out how to test the actual supervisord class.
  15. - Test log rotation.
  16. - Command-line arg tests.
  17. - supervisorctl one-shot tests.
  18. - packaging.
  19. - supervisorctl command history
  20. - test startup as root
  21. - stop logging all RPC requests in info mode when we ship