]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_web.py
web: add /status/?t=json, with active upload/download ops. Addresses #493.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_web.py
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...
2008-01-28 Brian Warnerwebish: upload+localdir=missing should give an error
2008-01-14 Brian Warnerremove wait_for_numpeers and the when_enough_peers...
2008-01-15 Brian Warnertest_GET_DIRURL_large: reduce from 400 to 200 children...
2008-01-15 Zooko O'Whielacronxtests: put back skipped and todo tests
2008-01-11 Zooko O'Whielacronxtests: increase the timeout on a test which failed...
2008-01-04 Zooko O'Whielacronxsuppress the skipped and the todo unit tests in order...
2008-01-04 Zooko O'Whielacronxremove automatic private dir
2008-01-03 Zooko O'Whielacronxadd human-encodings of caps, refactor encodings of...
2007-12-25 Brian Warnerrefactor webish.py slightly, improve the test coverage...
2007-12-25 Brian Warnertest_web.py: fix pyflakes error
2007-12-25 Brian Warnertest_web: more coverage of URIPOSTHandler error cases
2007-12-25 Brian Warnertest_web: test POST_upload_no_link against /uri, not...
2007-12-25 Brian Warnertest_web.py: use /uri?t=mkdir instead of /uri/?t=mkdir...
2007-12-20 Zooko O'Whielacronxwebish: add button to make directories and unit test...
2007-12-20 Zooko O'Whielacronxmake the unit test of the overwrite button more general
2007-12-20 Zooko O'Whielacronxmake the wapi/wui [*] support creation of a new directo...
2007-12-19 Brian Warnerdirnode: add set_uris() and set_nodes() (plural), to...
2007-12-20 Zooko O'Whielacronxremove some no-longer needed replacements of "/" with...
2007-12-19 Zooko O'Whielacronxunit test that POST /uri/?t=mkdir works
2007-12-18 Zooko O'Whielacronxmake more precise regexp for WriteableSSKFileURI and...
2007-12-18 Zooko O'Whielacronxfix unit tests to assert that we do *not* link to start...
2007-12-17 Zooko O'Whielacronxput all private state in $BASEDIR/private
2007-12-15 Zooko O'Whielacronxfix the overwrite button and add unit test for it
2007-12-14 Brian Warnertest_web.py: cosmetic, remove leftover trailing space
2007-12-13 Zooko O'Whielacronxremove unimplemented and skipped test for feature that...
2007-12-13 Zooko O'Whielacronxa few documentation and naming convention updates
2007-12-12 Brian Warnertest_web.py: survive localdir/localfile= names with...
2007-12-12 Brian Warnerwebish: append save=true to a GET URL to save-to-disk...
2007-12-07 Zooko O'Whielacronxadd POST /uri?t=upload and tests thereof
2007-12-05 Brian Warnerwebish: fix overwrite form display
2007-12-05 Brian Warnertest_web.py: add coverage for directory listings that...
2007-12-05 Brian Warnertest_web.py: add coverage for POST t=check
2007-12-05 Brian Warnerwebish: add POST t=mutable, make it replace files in...
2007-12-05 Brian Warnertest_web.py: remove last use of fake_* methods, remove...
2007-12-05 Brian Warnerrefactor web tests, and interfaces.IFileNode
2007-12-04 Brian Warnerrename dirnode2.py to dirnode.py
2007-12-04 Brian Warnertest_mutable: improve test coverage a bit, add test_fil...
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-09 Brian Warnerwebish: add preliminary mutable file support: upload...
2007-10-22 czookomake the anchor text in the WUI be descriptive of the...
2007-10-11 Brian Warnerwebish: write node.url, for the benefit of CLI tools
2007-10-04 Zooko O'Whielacronxmore information SkipTest for XMLRPC
next