]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_cli.py
Remove -u shortcut for 'tahoe ls --uri' which clashes with --node-url. fixes ticket...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_cli.py
2016-02-02 Daira HopwoodRemove -u shortcut for 'tahoe ls --uri' which clashes...
2016-01-15 Daira HopwoodMerge pull request #220 from tahoe-lafs/2669.magic...
2015-12-28 Daira HopwoodRequire arguments to do_cli to be strs.
2015-07-17 Daira HopwoodEliminate mock dependency. 2465.eliminate-mock.1 175/head
2015-05-26 Brian WarnerMerge branch 'globalopts2'
2015-05-26 Brian Warnerwrap long lines, and tolerate various-width wrappings... 170/head
2015-05-26 Brian Warnercli: improve formatting of all commands
2015-02-24 Brian Warnertest_cli.py: split the largest test classes out into...
2015-02-04 Brian Warnerremove stray trailing whitespace
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-01-30 Daira HopwoodAdds test_ticket_2027 to test_cli.Cp. refs #2027
2015-01-30 Daira HopwoodChange uses of os.path.expanduser and os.path.abspath...
2015-01-30 Daira HopwoodQuote local paths correctly. refs #2235
2015-01-30 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2014-12-05 Daira HopwoodFix minor dependencies on "allmydata-tahoe" as appname.
2014-10-26 Brian WarnerMerge branch '1159-notac-4'
2014-10-21 Daira HopwoodImprove error reporting and help for start/stop/etc... 1159-notac-4 123/head
2014-09-02 Brian WarnerMerge branch markberger/712-tahoe-cp-doesnt-copy-dir
2014-09-02 Mark BergerFix tests which relied on the old behavior of tahoe...
2014-09-02 Mark BergerAdds test_cli.Cp.test_cp_copies_dir
2014-05-12 zookoMerge pull request #91 from zooko/master
2014-05-05 Daira HopwoodRevert [603f5eba32c98d4bfbc354530dcd36dfcd58887a] which...
2014-05-05 Daira HopwoodFix #2048 (test_copy_using_filecap was doing much more...
2014-05-05 Daira HopwoodFix comments in test_copy_using_filecap to reflect...
2014-05-04 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2013-08-27 zookoMerge pull request #57 from markberger/1842-lease-trade...
2013-08-27 zookoMerge pull request #48 from markberger/740-cli-accept...
2013-07-26 Mark BergerAdded test_check_with_multiple_aliases in test_cli 48/head
2013-04-22 Daira HopwoodAdd "[global-opts]" to help synopsis for tahoe ls....
2013-04-15 Daira HopwoodImprove a test for ref #1643, and make sure that unexpe...
2013-04-12 Brian WarnerCLI: tolerate caps-from-future in unused aliases. Close...
2013-04-09 Brian Warnertest_cli: probably remove the unix-ism that broke tests...
2013-04-09 Brian Warnerbin/tahoe: clean up global-vs-subcommand arguments...
2013-03-20 Brian Warnertest_cli.py: fix mutable PUT stderr expectations
2013-03-20 David-Sarah HopwoodImprove 'tahoe put --help' to clarify behaviour for...
2013-03-20 David-Sarah HopwoodAvoid double-counting source files in 'tahoe cp --verbo...
2013-03-15 David-Sarah HopwoodAdd test for anti-Ubuntu-crash-reporter exception-catch...
2013-01-03 David-Sarah Hopwoodtahoe_check.py: tolerate missing fields in check result...
2012-11-01 David-Sarah HopwoodCLI: fix synopsis for 'tahoe ls'. fixes #1839
2012-09-30 frederik bfixed wrong index in tahoe cp --verbose, as explained...
2012-09-04 Brian WarnerApply David-Sarah's recommended changes. Closes #974
2012-09-04 Andrew MillerWhen the CLI cannot connect to the gateway, it prints...
2012-05-22 Brian Warnerswitch UploadResults to use get_uri(), hide internal...
2012-05-16 david-sarahSimplifications resulting from requiring Python 2.5...
2012-03-31 david-sarahAdd 'tahoe debug flogtool' command, test for --help...
2012-03-14 Brian Warner'tahoe admin generate-keypair/derive-pubkey': add Ed255...
2011-10-14 Brian Warneradd --format= to 'tahoe put'/'mkdir', remove --mutable...
2011-10-07 david-sarahFix some potential bugs in test code exposed by check...
2011-10-13 Brian Warnerwebapi: use all-caps "SDMF"/"MDMF" acronyms in t=json...
2011-10-13 Brian Warnerwebapi: handle format=, remove mutable-type=
2011-10-01 Brian WarnerMDMF: remove extension fields from caps, tolerate arbit...
2011-09-06 david-sarahCLI: test_cli.py -- remove an unnecessary call in test_...
2011-09-06 david-sarahCLI: improve test for 'tahoe mkdir --mutable-type=...
2011-09-05 david-sarahCLI: make the --mutable-type option value for 'tahoe...
2011-09-03 Kevan Carstensencli: make --mutable-type imply --mutable in 'tahoe...
2011-08-27 Brian WarnerAdd 'tahoe debug dump-cap' support for MDMF, DIR2-CHK...
2011-08-07 Kevan Carstensentest: fix assorted tests broken by MDMF changes
2011-08-07 Kevan Carstensenuri: add MDMF and MDMF directory caps, add extension...
2011-08-02 Kevan Carstensencli: teach CLI how to create MDMF mutable files
2011-07-24 david-sarahAdd test for webopen. fixes #1149
2011-08-01 david-sarahcleanup: implement rm as a synonym for unlink rather...
2011-01-04 david-sarahtest_cli.py: Test for error message when 'tahoe rm...
2011-07-30 david-sarahtest_cli.py: use to_str on fields loaded using simplejs...
2011-07-29 Kevan Carstensencli: make 'tahoe cp' overwrite mutable files in-place
2011-07-24 david-sarahFix the help synopses of CLI commands to include [optio...
2011-06-29 david-sarahencodingutil: argv and output encodings are always...
2011-02-27 Brian Warnerimmutable/downloader/share.py: reduce get_serverid...
2011-01-19 david-sarahsrc/allmydata/test/test_cli.py: add test for 'tahoe...
2011-01-14 david-sarahCLI: tests for ref #1305 (v2, remove spurious extra...
2011-01-17 Brian WarnerImprove 'tahoe ln' help text. Patch by David-Sarah...
2010-11-12 david-sarahtest_cli.py: test that 'tahoe mv' reports errors from...
2010-11-10 david-sarahtest_cli.py: fix a stale comment that incorrectly impli...
2010-10-31 david-sarahtahoe backup: perform tilde expansion in exclude-from...
2010-10-29 Brian Warnerscripts/tahoe_backup.py: oops, fix missing import,...
2010-10-29 Francois Deppierraztahoe_cp.py: Don't call urllib.quote with an Unicode...
2010-09-01 Brian WarnerSegmentFetcher: use new diversity-seeking share-selecti...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch adds...
2010-08-03 david-sarahtest_cli.py: make 'tahoe mkdir' tests slightly less...
2010-08-03 david-sarahtest_cli.py: use u-escapes instead of UTF-8.
2010-07-25 david-sarahFix test failures due to Unicode basedir patches.
2010-07-22 david-sarahReplace uses of os.path.abspath with abspath_expanduser...
2010-07-19 Zooko O'Whielacronximmutable: extend the tests to check that the shares...
2010-07-18 david-sarahCorrect stringutils->encodingutil patch to be the newer...
2010-07-18 david-sarahtest_cli.py: fix error that crept in when rebasing...
2010-07-17 david-sarahCLI: add 'tahoe unlink' as an alias to 'tahoe rm',...
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...
2010-06-18 david-sarahtest_cli.py: fix test failure in CLI.test_listdir_unico...
2010-06-18 david-sarahtahoe backup: unicode tests.
2010-06-09 david-sarahFix for Unicode-related test failures on Zooko's OS...
2010-06-07 david-sarahtest_cli.py: remove invalid 'test_listdir_unicode_bad...
2010-06-07 david-sarahMore Unicode test fixes.
2010-06-07 david-sarahUnicode fixes for platforms with non-native-Unicode...
2010-06-07 david-sarahUnicode fixes.
2010-06-04 Zooko O'Whielacronxunicode: make test_cli test a non-ascii argument, and...
2010-06-04 Zooko O'Whielacronxunicode: always decode json manifest as utf-8 then...
2010-06-04 Zooko O'Whielacronxfix flakes
2010-05-21 Francois Deppierraztest_stringutils.py: Skip test test_listdir_unicode_goo...
2010-05-20 Francois Deppierraztest_cli.py: Fix tests when sys.stdout.encoding=None...
2010-05-20 Francois DeppierrazFix handling of correctly encoded unicode filenames...
2010-04-30 Francois DeppierrazCLI: Support for https url in option --node-url
next