tahoe-lafs/src/allmydata/web
Brian Warner e60982c851 helper: remove timings["existence_check"], aka "Already-In-Grid Check"
This measured how long the Helper took to do a filecheck before asking
for ciphertext. The "Contacting Helper" report includes both
existence_check and the client-helper RTT.

For non-overlapping uploads, it was being returned correctly. But when
multiple upload requests overlapped, and the file was not already in the
grid, the filecheck would only run once, and its existence_check time
would be reported for all uploaders (even if they didn't have to wait
for that time). Cleaning that up proved too difficult: the only correct
place to report this time is from the initial remote_upload_chk() call,
but the return value of that is too constrained to accomodate it in the
needs-upload case.

So I'm removing it altogether. Eventually I plan to add a proper
events/times field and record more data, including this check, in a form
that can be drawn on a nice zoomable timeline view.

Old clients talking to a new Helper (which doesn't supply the value)
will tolerate the loss (they'll just display an empty field on the web
view).
2012-05-21 21:13:11 -07:00
..
static tahoe.css: fix #section typo, update welcome.xhtml to match 2012-03-06 18:22:41 -08:00
__init__.py tweak webish to use resource_filename to find css and html files 2008-01-22 17:44:58 -07:00
check_results.py Rename web CheckResults to -Renderer, to avoid confusion. Closes #1705. 2012-04-02 20:04:51 -07:00
check-and-repair-results.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
check-results.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
common.py misc mutable-type fixes: 2011-10-13 09:32:29 -07:00
deep-check-and-repair-results.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
deep-check-results.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
directory.py webapi: don't allow ETags in t=info or t=rename-form, both are variable 2012-05-13 00:45:11 -07:00
directory.xhtml webui: merge 'move' form with 'rename' form 2012-05-09 14:21:37 -07:00
download-status-timeline.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
download-status.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
filenode.py webapi: don't allow ETags in t=info or t=rename-form, both are variable 2012-05-13 00:45:11 -07:00
helper.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
info.py webapi changes for MDMF 2011-08-06 17:43:48 -07:00
info.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
introducer.xhtml introweb announcements: show serverid, not tubid 2012-04-24 01:37:28 -04:00
introweb.py introweb announcements: show serverid, not tubid 2012-04-24 01:37:28 -04:00
literal-check-results.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
manifest.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
map-update-status.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
operations.py Increase ophandle expiration times, per #577 2010-02-20 17:05:12 -08:00
publish-status.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
rename-form.xhtml webui: merge 'move' form with 'rename' form 2012-05-09 14:21:37 -07:00
retrieve-status.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
root.py Add nickname/nodeid to storage-status web page. Closes #1204. 2012-03-12 19:57:36 -07:00
statistics.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
status.py helper: remove timings["existence_check"], aka "Already-In-Grid Check" 2012-05-21 21:13:11 -07:00
status.xhtml Marcus Wanner's favicon patch. fixes #1592 2011-12-17 03:32:01 +00:00
storage_status.xhtml Add nickname/nodeid to storage-status web page. Closes #1204. 2012-03-12 19:57:36 -07:00
storage.py Add nickname/nodeid to storage-status web page. Closes #1204. 2012-03-12 19:57:36 -07:00
unlinked.py misc mutable-type fixes: 2011-10-13 09:32:29 -07:00
upload-results.xhtml helper: remove timings["existence_check"], aka "Already-In-Grid Check" 2012-05-21 21:13:11 -07:00
upload-status.xhtml helper: remove timings["existence_check"], aka "Already-In-Grid Check" 2012-05-21 21:13:11 -07:00
welcome.xhtml Change capitalization of WUI and introducer welcome page headings; add test for introducer welcome page. Also fix a typo in a CSS class name. fixes #1708 2012-04-05 23:57:23 +00:00