]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_web.py
webapi: pass client through constructor arguments, remove IClient, should make it...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_web.py
2009-02-20 Brian Warnerwebapi: pass client through constructor arguments,...
2009-02-19 Brian Warnerreliability: switch to NumPy, since Numeric is deprecated
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2009-02-17 Brian Warnerwebapi #590: add streaming deep-check. Still need a...
2009-02-17 Brian Warnertest_web.Grid: change the CHECK() function to make...
2009-02-17 Brian Warnertest_web: improve checker-results coverage with a no...
2009-02-15 Brian Warnerprovisioning/reliability: add tests, hush pyflakes...
2009-02-04 Brian Warnerwebapi: add verifycap (spelled 'verify_url') to the...
2009-01-23 Brian Warner#590: add webish t=stream-manifest
2008-12-19 Zooko O'Whielacronxtry to tidy up uri-as-string vs. uri-as-object
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-11-18 francoisfilenode.py: Fix partial HTTP Range header handling...
2008-12-05 Brian Warnertest_web: add get_permuted_peers, to unbreak recent...
2008-11-24 Brian Warnerdirnode manifest: add verifycaps, both to internal...
2008-11-19 Brian Warnermanifest: add storage-index strings to the json results
2008-11-07 Brian Warnerchecker: add is_recoverable() to checker results, make...
2008-10-29 Brian Warnerwebapi: serve the /static URL tree from /public_html...
2008-10-29 Brian Warnertest_web.py: one more line of test coverage
2008-10-29 Brian Warnertest_web: improve test coverage of PUT DIRURL t=uri...
2008-10-29 Brian Warnerweb: test (and fix) PUT DIRURL t=uri, which replaces...
2008-10-29 Brian Warnermove testutil into test/common_util.py, since it doesn...
2008-10-28 Brian Warner#527: support HTTP 'Range:' requests, using a cachefile...
2008-10-24 Brian Warnertest_web.test_POST_DIRURL_deepcheck: confirm that ...
2008-10-24 Brian Warnertest_web: more test coverage
2008-10-23 Brian Warnerwebapi: fix t=rename from==to, it used to delete the...
2008-10-23 Brian Warnerdeep-check: add webapi links to detailed per-file/dir...
2008-10-23 Brian Warnerwebapi: make the /operations/ 't=status' qualifier...
2008-10-22 Brian Warnermore #514 log-webop status/cancel: add handle-expiratio...
2008-10-22 Brian Warner#514: improve test coverage
2008-10-22 Brian WarnerChange deep-size/stats/check/manifest to a start+poll...
2008-10-07 Brian Warnertest_web: deep-size is more variable than I thought...
2008-10-07 Brian Warnerweb: change t=manifest to return a list of (path,read...
2008-10-07 Brian Warnerweb: rewrite t=deep-size in terms of deep-stats, update...
2008-09-30 Brian Warnertolerate simplejson-2.0.0 and newer, which frequently...
2008-09-24 Brian Warnerwebapi: survive slashes in filenames better: make t...
2008-09-18 Brian Warnerweb: add 'more info' pages for files and directories...
2008-09-10 Brian Warnerhush pyflakes
2008-09-10 Brian Warnerchecker results: add output=JSON to webapi, add tests...
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-13 Brian Warnertest_web: workaround broken HEAD behavior in twisted...
2008-08-13 Brian Warnertest_web: oops, actually use HEAD (instead of GET)...
2008-07-26 Brian Warnerweb: add /status/?t=json, with active upload/download...
2008-07-19 Brian Warnertest_web: test that save=true filename=unicode doesn...
2008-07-17 Brian Warnerdeep-check: add webapi, add 'DEEP-CHECK' button to...
2008-07-16 Brian Warnerchecker: re-enable checker web results (although they...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-06-18 Brian Warnerweb: stop using absolute links (or url.here) in forms...
2008-06-11 robk-tahoetest_web: fix webapi test around redirection issues
2008-06-04 Brian Warnerweb: add test for unicode POST when the name comes...
2008-06-03 Brian Warnerweb: make nickname more visible in the welcome page...
2008-06-03 Brian Warnerweb: transform FileTooLargeError into a friendlier...
2008-05-20 Brian Warnerweb t=json: add 'mutable' key to the information dict
2008-05-20 Brian Warnertest_web: improve test coverage of web.common utility...
2008-05-20 Brian Warnerweb: fix JSON output for mutable files
2008-05-20 Brian Warnerweb: handle PUT mutable=true properly
2008-05-20 Brian Warnertest_web: add HEAD coverage
2008-05-20 Brian Warnerweb: more mutable-file coverage
2008-05-20 Brian Warnerweb: even more test coverage
2008-05-20 Brian Warnerweb: improve test coverage, remove some dead code
2008-05-20 Brian Warnertest_web/test_system: improve test coverage
2008-05-20 Brian Warnerweb: improve test coverage
2008-05-20 Brian Warnerweb/directory: fix rw_uri output in t=JSON to reflect...
2008-05-19 Brian Warnertest_web: remove leftover import to hush pyflakes
2008-05-19 Brian Warnertest_web: implement API changes from the recent webapi...
2008-05-19 Brian Warnertest_web.py: minor cleanups, improved error reporting
2008-05-19 Brian Warnertest_web.py: localdir=/localfile= is going away, so...
2008-05-14 Brian Warnerwebish: add /file links, change directory page to use...
2008-05-08 Brian Warnerdeep-stats: add file-size histogram
2008-05-08 Brian Warnerdirnode: add a deep_stats(), like deep-size but with...
2008-04-18 Brian Warnermutable: replace MutableFileNode API, update tests...
2008-04-17 Brian Warnermutable WIP: clean up status handling, shrink the code...
2008-04-17 Brian Warnermutable WIP: add servermap update status pages
2008-04-15 Brian Warnermutable WIP: rename NotEnoughPeersError to NotEnoughSha...
2008-04-15 Brian Warnerweb: return a proper error upon POST with a bad t=...
2008-04-15 Brian Warnerhelper status: include percentage fetched+pushed, add...
2008-03-27 Brian Warneradd GET /uri/URI/?t=deep-size, to compute the total...
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-03-18 robk-tahoewebish mkdir-p: added unit test
2008-03-05 Brian Warnerwebish: this file is too big, start breaking it into...
2008-03-04 Brian Warnerwebish: add primitive publish/retrieve status pages
2008-03-04 Brian Warnertest_web: improve upload/download status coverage
2008-03-03 Brian Warnerwebish: make upload timings visible on the recent uploa...
2008-03-01 Brian Warnerwebish: add per-file upload/download status pages
2008-03-01 Brian Warnerretain 10 most recent upload/download status objects...
2008-03-01 Zooko O'Whielacronxwapi: add POST /uri/$DIRECTORY?t=set_children
2008-02-26 Brian Warnerwebish status: distinguish active uploads/downloads...
2008-02-14 Brian Warnerunicode handling: declare dirnodes to contain unicode...
2008-02-13 Brian Warneradd test coverage for the /stats web page
2008-02-13 Brian Warnertest_web: remove test_GET_DIRURL_large, it failed to...
2008-02-12 Brian Warnerwebish: add edge metadata to t=json output, including...
2008-02-06 Brian Warnerwebish: add when_done= to POST /uri?t=upload . I did...
2008-02-06 Brian Warnerwebish: make POST /uri?t=upload deposit you on an ...
2008-02-06 Brian Warnertest_web.py: hush pyflakes
2008-02-06 Brian Warnerwebish: add PUT /uri?mutable=true
2008-02-06 Brian Warnerwebish: add POST /uri?t=upload&mutable=true
2008-02-06 Brian Warnerwebish: add upload/view-uri forms (not associated with...
2008-02-06 Brian Warnerupload: return an UploadResults instance (with .uri...
2008-02-06 Brian Warnerwebish: add extra introducer data (version, timestamps...
2008-01-30 Brian Warnerwebish: link to directory URIs rather than a child...
next