]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Tue Nov 1 06:18:21 GMT 2011 Brian Warner <warner@lothar.com>
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 16:51:56 +0000 (17:51 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 16:51:56 +0000 (17:51 +0100)
commit58e11da51916b12a943af10c8d37e448abc79c62
tree0a9d5df0bb0f155f278973592c75ba24c9b03dcb
parent53914bceb90acaceff2cf22c970cff065b460d28
Tue Nov  1 06:18:21 GMT 2011  Brian Warner <warner@lothar.com>
  * Rewrite download-status-timeline visualizer ('viz') with d3.js

  * use d3.js v2.4.6
  * add a "toggle misc events" button, to get hash/bitmap-checking details
  * only draw data that's on screen, for speed
  * add fragment-arg to fetch timeline data.json from somewhere else
12 files changed:
src/allmydata/immutable/downloader/node.py
src/allmydata/immutable/downloader/share.py
src/allmydata/immutable/downloader/status.py
src/allmydata/immutable/filenode.py
src/allmydata/test/test_web.py
src/allmydata/web/d3-2.4.6.min.js [new file with mode: 0644]
src/allmydata/web/d3-2.4.6.time.min.js [new file with mode: 0644]
src/allmydata/web/download-status-timeline.xhtml
src/allmydata/web/download_status_timeline.js
src/allmydata/web/protovis-3.3.1.min.js [deleted file]
src/allmydata/web/root.py
src/allmydata/web/status.py