]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_web.py
Fix an error-reporting problem in test_welcome (this does not fix the underlying...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_web.py
2010-01-28 david-sarahShow -IMM and -RO suffixes for types of immutable and...
2010-01-28 david-sarahFix inaccurate comment in test_mutant_dirnodes_are_omitted
2010-01-27 david-sarahAddress comments by Kevan on 833 and add test for strip...
2010-01-27 david-sarahMiscellaneous documentation, test, and code formatting...
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2010-01-24 david-sarahPatch to accept t=set-children as well as t=set_children
2010-01-21 Brian WarnerFix webapi t=mkdir with multpart/form-data, as on the...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: slightly less-trivial...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-12-27 Brian WarnerFix 'tahoe ls' on files (#771). Patch adapted from...
2009-12-27 Brian Warnerwebapi: don't accept zero-length childnames during...
2009-12-27 Brian WarnerCLI: send 'Accept:' header to ask for text/plain traceb...
2009-12-01 Brian WarnerSimplify immutable download API: use just filenode...
2009-11-26 Brian Warnerwebapi: fix t=check for DIR2-LIT (i.e. empty immutable...
2009-11-18 Brian WarnerAdd t=mkdir-immutable to the webapi. Closes #607. trac-4100
2009-11-18 Brian Warnermove convergence secret into SecretHolder, next to...
2009-11-11 Brian Warnerclean up uri-vs-cap terminology, emphasize cap instance...
2009-10-29 Zooko O'Whielacronxwui: s/TahoeLAFS/Tahoe-LAFS/
2009-10-26 Brian Warnerwebapi: use t=mkdir-with-children instead of a children...
2009-10-13 Brian Warnerwebapi: t=mkdir now accepts initial children, using...
2009-10-13 Brian Warnerreplace dirnode.create_empty_directory() with create_su...
2009-10-12 Brian Warnerdirnode.set_uri/set_children: change signature to take...
2009-10-12 Brian Warnerreplace Client.create_empty_dirnode() with create_dirno...
2009-10-12 Brian Warnertest_web.py: use a less-fake client, making test harnes...
2009-08-15 Brian Warnerde-Service-ify Helper, pass in storage_broker and secre...
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-07-20 kevanAdd tests for parse_replace_arg()
2009-07-20 kevanAdd tests for new PUT behavior
2009-07-17 Brian Warnerrename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000
2009-07-15 Brian WarnerAllow tests to pass with -OO by turning some AssertionE...
2009-07-15 Zooko O'Whielacronxwui: fix test for welcome page
2009-07-03 Brian WarnerTolerate unknown URI types in directory structures...
2009-07-02 Brian Warnercreate_node_from_uri: take both writecap+readcap, move...
2009-06-25 Brian WarnerSplit out NoSharesError, stop adding attributes to...
2009-06-23 Brian Warnerbig rework of introducer client: change local API,...
2009-06-09 Zooko O'Whielacronxtests: double the timeouts on some tests which time...
2009-06-08 Zooko O'Whielacronxtests: bump up timeouts so that the tests can finish...
2009-06-02 Brian Warnermore refactoring: move get_all_serverids() and get_nick...
2009-06-02 Brian Warnermore storage_broker refactoring: downloader gets a...
2009-06-01 Brian Warnerstart to factor server-connection-management into a...
2009-05-26 Kevin ReidModify markup of Tahoe web pages to be more amenable...
2009-05-26 Kevin ReidTweak wording in directory page: not-read-only is ...
2009-04-08 Brian Warnerweb: make sure that PUT /uri?mutable=false really means...
2009-04-07 Zooko O'Whielacronxwui: edit some of the human-readable parts of the wui...
2009-04-07 Zooko O'Whielacronxwui: fix bug in which empty directory is marked as...
2009-03-20 Brian WarnerWUI: fix display of empty directories, it threw an...
2009-03-07 Brian Warnertest_web: test behavior of broken-dirnode GET, both...
2009-03-07 Brian Warnerstorage: add a lease-checker-and-expirer crawler, plus...
2009-03-04 Brian Warnerweb: full patch for HTML-vs-plaintext traceback renderi...
2009-03-03 Brian Warnertest_web: move shouldHTTPError into common.WebErrorMixin
2009-03-03 Brian Warnertest_web: clean up shouldHTTPError methods
2009-02-25 Brian Warnerweb: fix the ERROR: line to work the same in python2...
2009-02-25 Brian Warnertest_cli/test_web: fix spurious test failure on solaris...
2009-02-25 Brian Warnerwebapi: modify streaming deep-manifest/deep-checker...
2009-02-25 Brian Warnertests/no_network: move GET into the GridTestMixin class
2009-02-24 Brian Warnertest_web: add (disabled) test to see what happens when...
2009-02-23 Brian Warnerstop using RuntimeError in unit tests, for #639
2009-02-22 Brian Warnertest_web.py: increase test coverage of web.status.plural()
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)...
next