TODO.txt 604 B

1234567891011121314151617181920212223242526
  1. - Web interface:
  2. - present status in addition to state (e.g. spawnerr, etc, same as
  3. supervisorctl)
  4. - Use HTTP_HOST for generated URL names in web.py, use POST requests
  5. and deferreds.
  6. - Rewrite RPC stuff: use ProcessStates rather than direct attribute
  7. access, rename methods.
  8. - Unit tests for meld classes and ui server.
  9. - Unit tests for log rotation.
  10. - Better remote explanation when kill_undead needs to happen from
  11. supervisorctl (long blockage).
  12. - Command-line arg tests.
  13. - Log logtail requests.
  14. - Stop logging all RPC requests in info mode when we ship
  15. - Test on Linux.