]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
checker: overhaul checker results, split check/check_and_repair into separate methods...
authorBrian Warner <warner@allmydata.com>
Sun, 7 Sep 2008 19:44:56 +0000 (12:44 -0700)
committerBrian Warner <warner@allmydata.com>
Sun, 7 Sep 2008 19:44:56 +0000 (12:44 -0700)
commit3408d552cdf6da80cbed971c1bfc797e4abafd63
treee1924c8b6c694309fcdc6510398c05b2a6c1df2c
parentc061e588aa5357f26bdf27ec59c7a294a09d1beb
checker: overhaul checker results, split check/check_and_repair into separate methods, improve web displays
22 files changed:
src/allmydata/checker_results.py [new file with mode: 0644]
src/allmydata/dirnode.py
src/allmydata/immutable/checker.py
src/allmydata/immutable/filenode.py
src/allmydata/interfaces.py
src/allmydata/mutable/checker.py
src/allmydata/mutable/node.py
src/allmydata/mutable/repair.py
src/allmydata/mutable/servermap.py
src/allmydata/test/common.py
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_filenode.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_system.py
src/allmydata/test/test_web.py
src/allmydata/web/check-and-repair-results.xhtml [new file with mode: 0644]
src/allmydata/web/checker-results.xhtml
src/allmydata/web/checker_results.py
src/allmydata/web/deep-check-and-repair-results.xhtml [new file with mode: 0644]
src/allmydata/web/deep-check-results.xhtml
src/allmydata/web/directory.py
src/allmydata/web/filenode.py