]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_dirnode.py
Add t=mkdir-immutable to the webapi. Closes #607.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_dirnode.py
2009-11-18 Brian WarnerAdd t=mkdir-immutable to the webapi. Closes #607. trac-4100
2009-11-12 Brian Warnernodemaker: implement immutable directories (internal...
2009-11-11 Brian Warnerstop using IURI()/etc as an adapter
2009-11-11 Brian Warnerclean up uri-vs-cap terminology, emphasize cap instance...
2009-10-26 Brian Warnerdirnode.pack_children(): add deep_immutable= argument
2009-10-20 Brian Warnernodemaker.create_new_mutable_directory: pack_children...
2009-10-17 Brian Warnertest_dirnode.py: add tests of initial_children= args...
2009-10-17 Brian Warnerupdate many dirnode interfaces to accept dict-of-nodes...
2009-10-17 Brian Warnermove dirnode.CachingDict to dictutil.AuxValueDict,...
2009-10-13 Brian Warnerreplace dirnode.create_empty_directory() with create_su...
2009-10-13 Brian Warnerdirnode.set_children: change return value: fire with...
2009-10-13 Brian Warnerdirnode.set_nodes: change return value: fire with self...
2009-10-13 Brian Warnerdirnode.set_children: take a dict, not a list
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-08-15 Brian Warnerimmutable.Downloader: pass StorageBroker to constructor...
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-07-20 kevanAlter Adder + Adder tests to look for 'only-files'...
2009-07-18 kevanAdd unit tests for the Adder in dirnode.py
2009-07-17 Brian Warnerrename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000
2009-07-04 kevanAdd tests for CachingDict, _pack_contents, _unpack_contents
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-10 Zooko O'Whielacronxtest: multiple by 10 or so all timeouts that Zandr...
2009-06-05 Zooko O'Whielacronxtests: bump up the timeout on a bunch of tests that...
2009-04-13 Zooko O'Whielacronxtests: remove obsolete test (it tests functionality...
2009-04-12 Zooko O'Whielacronxtrivial: remove trailing whitespace and unused import
2009-04-11 Zooko O'Whielacronxdirnode: add 'tahoe'/'linkcrtime' and 'tahoe'/'linkmoti...
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2009-02-17 Brian Warnertest_dirnode.py: convert Deleter to new no-network...
2009-02-13 Brian Warnertest_dirnode: #625 run deep-check on a readonly dirnode too
2009-01-23 Brian Warnerdirnode: add get_repair_cap()
2009-01-10 Zooko O'Whielacronxnaming: finish renaming "CheckerResults" to "CheckResults"
2009-01-06 Zooko O'Whielacronxrename "checker results" to "check results", because...
2008-12-22 Zooko O'Whielacronxdirnode: don't check MAC on entries in dirnodes
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-12-07 Zooko O'Whielacronxmutable: merge renaming with test patches
2008-12-06 Brian Warnermutable.modify(): after UCWE, publish even if the secon...
2008-12-06 Brian Warnerdirnode.py: dirnode.delete which hits UCWE should not...
2008-11-24 Brian Warnerdirnode manifest: add verifycaps, both to internal...
2008-11-19 Brian Warnertest_dirnode: add an explainError call
2008-11-19 Brian Warnermanifest: add storage-index strings to the json results
2008-11-19 Brian Warnermanifest: include stats in results. webapi is unchanged.
2008-11-07 Brian Warnerchecker: add is_recoverable() to checker results, make...
2008-10-30 Brian Warnerweb: add 'Repair' button to checker results when they...
2008-10-29 Brian Warnermove testutil into test/common_util.py, since it doesn...
2008-10-27 Brian Warnerdirnode lookup: use distinct NoSuchChildError instead...
2008-10-22 Brian Warnertest_dirnode.py: oops, missed a Monitor(), unbreak...
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
2008-10-22 Brian WarnerChange deep-size/stats/check/manifest to a start+poll...
2008-10-07 Brian Warnerweb: change t=manifest to return a list of (path,read...
2008-10-03 Brian Warnerdirnode: fix my remarkably-consistent 'metdadata' typo
2008-10-03 Brian Warnerdirnode: add get_child_and_metadata_at_path
2008-09-26 Brian Warnertest_netstring.py: move netstring tests to a separate...
2008-09-10 Brian Warnerdirnode: cleanup, make get_verifier() always return...
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-12 Brian WarnerIFilesystemNode: add get_storage_index(), it makes...
2008-08-12 Brian Warnerchecker: add information to results, add some deep...
2008-07-17 Brian Warnerdirnode deep-check: add tests of cycles, fix failures
2008-07-17 Brian Warnerfirst pass at deep-checker, no webapi yet, probably...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-07-16 Brian Warneroverhaul checker invocation
2008-05-16 Brian Warnerdirnode: add overwrite= to most API calls, defaulting...
2008-05-08 Brian Warnertest_dirnode: improve coverage of not-mutable-error...
2008-05-08 Brian Warnerdeep-stats: add file-size histogram
2008-05-08 Brian Warnertest_dirnode: the size of the directories varies, toler...
2008-05-08 Brian Warnerdirnode: refactor deep-stats a bit
2008-05-08 Brian Warnerdirnode: add a deep_stats(), like deep-size but with...
2008-04-23 Brian Warnerhush pyflakes warning about code that got moved in...
2008-04-22 Brian Warnertestutil: factor stall() out into a common location
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-03-01 Zooko O'Whielacronxwapi: add POST /uri/$DIRECTORY?t=set_children
2008-02-14 Brian Warnerunicode handling: declare dirnodes to contain unicode...
2008-02-12 Brian Warnertest_dirnode.py: improve error messages in case timesta...
2008-02-12 Brian Warnertest_dirnode.py: simplejson-1.7.1 incorrectly rounds...
2008-02-11 Brian Warnertest_dirnode.py: assert that we update mtime and preser...
2008-02-11 Brian Warnerdirnode.py: add metadata= to add_file(), add tests
2008-02-11 Brian Warnertest_dirnode.py: add diag output to test-ctime/mtime...
2008-02-09 Brian Warnerdirnode: add ctime/mtime to metadata, update metadata...
2008-02-06 Brian Warnerupload: return an UploadResults instance (with .uri...
2008-01-14 Brian Warnerremove wait_for_numpeers and the when_enough_peers...
2008-01-03 Zooko O'Whielacronxadd human-encodings of caps, refactor encodings of...
2007-12-12 Zooko O'Whielacronxediting: change names like "MyThing" to "FakeThing...
2007-12-05 Brian Warnerrefactor web tests, and interfaces.IFileNode
2007-12-04 Brian Warnerimprove test coverage on FileNode.check
2007-12-04 Brian Warnertest_dirnode.py: obtain full coverage of dirnode.py
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-09 Brian Warnerconsolidate dirnode/filenode-creation code into Client
2007-10-15 Brian Warneradd a simple checker, for both files and directories
2007-08-17 Brian Warnerdirnode: change the defined behavior of RIVirtualDriveS...
2007-08-15 Brian WarnerIDirectoryNode: add has_child() method
2007-07-22 Brian WarnerCHK: remove the storage index from the URI, deriving...
2007-07-21 Brian Warneruri: implement URI-processing classes, IFileURI/IDirnod...
2007-07-07 Brian Warnerweb: use KeyError (rather than IndexError) to signal...
2007-07-07 Brian Warneradd IDirectoryNode.get_child_at_path
2007-06-27 Brian Warnerdirnode: add build_manifest() and introduce 'refresh...
2007-06-27 Brian Warnermerge vdrive.py and filetable.py into a single dirnode.py