]> scripts.mit.edu Git - wizard.git/blobdiff - TODO
Fix pylint errors.
[wizard.git] / TODO
diff --git a/TODO b/TODO
index 21698b2e58e892db278ed26133d7b6f3e5b471be..26155de541671e95c9970651a5e252b8763ca9e0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,10 +5,16 @@ TODO NOW:
 - Keep my sanity when upgrading 1000 installs
     - Custom merge algo: absolute php.ini symlinks to relative symlinks (this
       does not seem to have been a problem in practice)
-    - Custom merge algo: check if it's got extra \r's in the file,
-      and dos2unix it if it does, before performing the merge
     - Prune -7 call errors and automatically reprocess them (with a
-      strike out counter of 3)--this requires better error parsing
+      strike out counter of 3)--this requires better error parsing.
+    - IOError should be aggregated, right now contains custom string
+      that makes this not possible. Partition on a colon.
+    - Replace gaierror with a more descriptive name (this is a DNS error)
+    - Stronger skips means that backup failures should also be avoided
+    - Distinguish between types of backup failures
+    - Ignore empty blacklists; they should all have reasons
+    - wizard upgrade should have different exit codes for merge failure
+      and blacklist error.
 
 - Distinguish from logging and reporting (so we can easily send mail
   to users)
@@ -39,7 +45,21 @@ TODO NOW:
       output summary charts when I increase specificity
     - Summary script should do something intelligent when distinguishing
       between old-style and new-style installs
-    - Report code in wizard/command/__init__.py is ugly as sin
+    - Report code in wizard/command/__init__.py is ugly as sin.  Also,
+      the Report object should operate at a higher level of abstraction
+      so we don't have to manually increment fails. (in fact, that should
+      probably be called something different).  The by-percent errors should
+      also be automated.
+    - Indents in upgrade.py are getting pretty ridiculous; more breaking
+      into functions is probably a good idea
+    - Move resolutions in mediawiki.py to a text file? (the parsing overhead
+      may not be worth it)
+    - Investigate QuotaParseErrors
+    - If a process is C-ced, it can result in a upgrade that has
+      an updated filesystem but not updated database. Make this more
+      resilient
+    - PHP end of file allows omitted semicolon, can result in parse error
+      if merge resolutions aren't careful.
 
 - Other stuff
     - Don't use the scripts heuristics unless we're on scripts with the