Bläddra i källkod

Note auto-refresh in web interface TODO. Closes #73

Mike Naberezny 13 år sedan
förälder
incheckning
4f22690c8e
1 ändrade filer med 6 tillägg och 4 borttagningar
  1. 6 4
      TODO.txt

+ 6 - 4
TODO.txt

@@ -1,5 +1,5 @@
 - Both the "tail" and "fg" commands in supervisorctl have tests to verify
-  their error handling but not actual operation.  We should add some additional 
+  their error handling but not actual operation.  We should add some additional
   tests to verify their operation for completeness.
 
 - Add an option that allows numprocs for an existing process group to be
@@ -29,7 +29,7 @@
 
    - When we try to kill a process and the os.kill command raises an
      exception (stopProcess)
-     
+
    - If eventlisteners repeatedly reject (or crash on) an event, causing
      the event to be rebuffered above a reasonable threshold.
 
@@ -58,15 +58,17 @@
    - Support operations against both stderr and stdout logs.
 
    - Organize processes by group and allow groups to be started/stopped.
-   
+
    - Allow a supervisorctl-like command line through the web interface.
-   
+
    - Consider configuration reloading options (see issue #37 for more).
 
    - Display more information about Supervisor (identification, pid, etc.)
 
    - Should use POST requests for actions that change server state
 
+   - Option to automatically refresh the status page (issue #73).
+
 - Expat error on Jens' system running slapd as root after reload.
 
 - Unit tests for log rotation.