]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_magic_folder.py
Add magic-folder test_scan_once_on_startup
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_magic_folder.py
2016-01-25 David StaintonAdd magic-folder test_scan_once_on_startup
2016-01-25 David StaintonFix tests usage of umask
2016-01-25 David StaintonAdd download.umask config option with default of 077
2016-01-25 David StaintonAdd umask to Downloader
2016-01-25 David StaintonRemove magic-folder exclude stat
2016-01-25 Daira HopwoodRefactor is_new_file.
2016-01-25 meejahremove print
2016-01-25 meejahAdd a unit-test and correct the code for "already deleted"
2016-01-25 David StaintonFix test: previously we accounted for the propagation...
2016-01-25 David StaintonFix test helper _check_version_in_local_db
2016-01-25 David StaintonWIP
2016-01-25 David StaintonCreate test for last upload uri conflict
2016-01-25 Daira HopwoodFix an unused import.
2016-01-25 Daira HopwoodFix test_errors.
2016-01-25 Daira HopwoodFix test_move_tree.
2016-01-25 Daira HopwoodDebugging WIP.
2016-01-25 Daira HopwoodFix a type error.
2016-01-25 Daira HopwoodFlush handling WIP.
2016-01-25 Daira HopwoodUse fileutil.write for magic folder tests.
2016-01-25 Daira HopwoodFix some path Unixisms.
2016-01-25 Daira HopwoodFix test_alice_bob.
2016-01-25 Daira HopwoodRefactor _check_up/downloader_count.
2016-01-25 David StaintonAdd file conflict unit test
2016-01-25 David StaintonAdd basic bob upload test and fix conflict detect
2016-01-25 David StaintonFix bob's uploading test...
2016-01-25 David StaintonAttempt to teach bob to upload a file
2016-01-25 Daira HopwoodAvoid .format, since it is inconsistent between Python...
2016-01-25 Daira HopwoodFix test_alice_bob.
2016-01-25 Daira HopwoodAdvance Bob's clock after notifying.
2016-01-25 Daira Hopwoodtest_alice_bob: use magic= argument to notify, rather...
2016-01-25 meejahadd excluded check
2016-01-25 meejahadd the 'spurious' notifies
2016-01-25 Daira HopwoodFix a pyflakes warning and check existence of file...
2016-01-25 meejahimplement 'delete' functionality, with tests
2016-01-25 Daira HopwoodAdd test that we don't write files outside the magic...
2016-01-25 Daira HopwoodEnsure that errors from Alice-and-Bob tests are reporte...
2016-01-25 Daira HopwoodCosmetics.
2016-01-25 Daira HopwoodTest creation of a subdirectory.
2016-01-25 Daira HopwoodPatch Downloader.REMOTE_SCAN_INTERVAL rather than setti...
2016-01-25 Daira HopwoodRefactoring to allow logging from _write_downloaded_fil...
2016-01-25 Daira HopwoodRefactor and fix race conditions in test_alice_bob.
2016-01-25 Daira HopwoodMake sure that test_move_tree waits until files have...
2016-01-25 David StaintonTeach uploader+downloader to use to db schema
2016-01-25 Daira HopwoodAdd magicfolderdb.py.
2016-01-25 David StaintonWIP
2016-01-25 Daira HopwoodSimplify the cleanup_Alice_and_Bob callback.
2016-01-25 meejahMake downloader delay a class-variable
2016-01-25 meejahTeach unit-tests to time-warp
2016-01-25 Daira HopwoodWIP.
2016-01-25 Daira HopwoodMagic Folder file moves.