Brian Warner
|
8dded7819c
|
web: fix JSON output for mutable files
|
2008-05-20 15:14:19 -07:00 |
|
Brian Warner
|
1d8e452184
|
CLI: add 'list-aliases', factor out get_aliases
|
2008-05-20 14:36:04 -07:00 |
|
Brian Warner
|
1236bc3408
|
CLI: add 'ln', just like move but without the delete
|
2008-05-20 13:30:31 -07:00 |
|
Brian Warner
|
f09f92c371
|
test_system.py: remove dead code
|
2008-05-20 13:20:48 -07:00 |
|
Brian Warner
|
3803d591cf
|
tahoe_ls: improve output formatting
|
2008-05-20 13:07:50 -07:00 |
|
Brian Warner
|
abe4addbdb
|
CLI mv: if we can't created the new child, don't delete the old one
|
2008-05-20 12:49:47 -07:00 |
|
Brian Warner
|
a8ed3208ba
|
CLI ls: add --readonly-uri to display readonly URIs for all children
|
2008-05-20 12:49:11 -07:00 |
|
Brian Warner
|
e889463f0c
|
CLI: add put --mutable, enhance ls to show mutable vs immutable as rw/r-
|
2008-05-20 12:36:55 -07:00 |
|
Brian Warner
|
e323019708
|
web: handle PUT mutable=true properly
|
2008-05-20 12:36:02 -07:00 |
|
Brian Warner
|
d72f75019f
|
test_web: add HEAD coverage
|
2008-05-20 11:47:43 -07:00 |
|
Brian Warner
|
b0e306a753
|
web: more mutable-file coverage
|
2008-05-20 11:35:47 -07:00 |
|
Brian Warner
|
6b51841ec8
|
web: even more test coverage
|
2008-05-20 11:33:14 -07:00 |
|
Brian Warner
|
2eadabbf82
|
web: improve test coverage, remove some dead code
|
2008-05-20 11:13:12 -07:00 |
|
Brian Warner
|
88457fbc32
|
test_web/test_system: improve test coverage
|
2008-05-19 23:28:52 -07:00 |
|
Brian Warner
|
506ce2dfd0
|
test_system: fix windows test failure, open files with binary mode
|
2008-05-19 20:24:12 -07:00 |
|
Brian Warner
|
8e92dfcb50
|
overhaul CLI: not quite complete but it works a lot better than it used to. The new scheme uses 'tahoe add-alias' and rsync/scp-style 'alias:foo/bar.txt' arguments
|
2008-05-19 19:28:50 -07:00 |
|
Brian Warner
|
9662e6d986
|
test/common: oops, forgot the FakeMutableFileNode.get_readonly fix
|
2008-05-19 18:52:19 -07:00 |
|
Brian Warner
|
ef929e51f9
|
web: improve test coverage
|
2008-05-19 18:38:39 -07:00 |
|
Brian Warner
|
fe8fdfac64
|
web/filenode: remove unreachable code
|
2008-05-19 18:38:28 -07:00 |
|
Brian Warner
|
daebb42060
|
web/directory: fix rw_uri output in t=JSON to reflect mutable files properly
|
2008-05-19 18:37:28 -07:00 |
|
Brian Warner
|
d0685d42ff
|
web: factor out identical renderHTTP methods
|
2008-05-19 15:19:25 -07:00 |
|
Brian Warner
|
242b98f750
|
webish: censor URLs that start with /file and /named too
|
2008-05-19 14:34:13 -07:00 |
|
Brian Warner
|
fdb4149bad
|
test_web: remove leftover import to hush pyflakes
|
2008-05-19 14:28:39 -07:00 |
|
Brian Warner
|
b1d2922ea3
|
test_system: match webapi change, making new files now returns 201 Created, not 200 OK
|
2008-05-19 14:09:31 -07:00 |
|
Brian Warner
|
40172047a0
|
filenode: add is_mutable to non-MutableFileNode classes
|
2008-05-19 13:03:00 -07:00 |
|
Brian Warner
|
f9cd30d9bc
|
webish: complete rewrite, break into smaller pieces, auto-create directories, improve error handling
|
2008-05-19 12:57:04 -07:00 |
|
Brian Warner
|
b8c0217ad5
|
test_web: implement API changes from the recent webapi.txt overhaul
|
2008-05-19 12:56:02 -07:00 |
|
Brian Warner
|
869e1ed41a
|
test_web.py: minor cleanups, improved error reporting
|
2008-05-19 12:33:39 -07:00 |
|
Brian Warner
|
3360fd24fc
|
test_web.py: localdir=/localfile= is going away, so remove the tests that exercise it
|
2008-05-19 12:32:09 -07:00 |
|
Brian Warner
|
b2f8c22fb8
|
debug dump-share: print size of encprivkey and signature too
|
2008-05-19 14:24:41 -07:00 |
|
Brian Warner
|
154dca10a0
|
servermap.py: add size_of_version(), to retrieve the size of a mutable file version
|
2008-05-19 14:16:02 -07:00 |
|
Brian Warner
|
87c1e8e066
|
dirnode: add overwrite= to most API calls, defaulting to True. When False, this raises ExistingChildError rather than overwriting an existing child
|
2008-05-16 16:09:47 -07:00 |
|
Brian Warner
|
1121df6664
|
testutil.shouldFail: mention the 'which' string in substring failures too
|
2008-05-16 16:08:38 -07:00 |
|
Brian Warner
|
304abfee32
|
webish: add /file links, change directory page to use them. This fixes filenames in wget. Closes #221.
|
2008-05-14 14:32:21 -07:00 |
|
Brian Warner
|
5098297a2b
|
introweb.py: tolerate foolscap>=0.2.6, which changed the internals of .locationHints
|
2008-05-14 13:55:47 -07:00 |
|
Brian Warner
|
ff0b9e2549
|
test_mutable.py: test replacing a file that has one new outlier share present: closes #272
|
2008-05-14 13:10:41 -07:00 |
|
Brian Warner
|
26187bfc81
|
use a weakref cache in the client to manage singleton filenodes/dirnodes, to avoid autocollision. Should close #391.
|
2008-05-08 18:02:55 -07:00 |
|
Brian Warner
|
8f4e409677
|
check_memory: oops, fix HTTP-based modes: trailing slash in node.url vs no slash
|
2008-05-08 18:01:31 -07:00 |
|
Brian Warner
|
7323ced8e4
|
test_dirnode: improve coverage of not-mutable-error a bit
|
2008-05-08 16:53:35 -07:00 |
|
Brian Warner
|
411f578c19
|
check_memory: don't use fixed webports, they cause occasional test failures
|
2008-05-08 16:49:27 -07:00 |
|
Brian Warner
|
fabdc28c06
|
deep-stats: add file-size histogram
|
2008-05-08 16:19:42 -07:00 |
|
Brian Warner
|
a1ea3d9b37
|
test_dirnode: the size of the directories varies, tolerate it as low as 500 bytes
|
2008-05-08 13:42:42 -07:00 |
|
Brian Warner
|
e6ae7a2c60
|
dirnode: refactor deep-stats a bit
|
2008-05-08 13:33:07 -07:00 |
|
Brian Warner
|
6c00a70dbc
|
dirnode: add a deep_stats(), like deep-size but with more information. webish adds t=deeps-size too.
|
2008-05-08 13:21:14 -07:00 |
|
Brian Warner
|
462ef2a0ac
|
run a stats provider even if there's no gatherer, since the HTTP /statistics page is then useful. Only run the once-per-second load-monitor if there is a gatherer configured
|
2008-05-08 11:37:30 -07:00 |
|
Brian Warner
|
3cb361e233
|
dirnode: use the concurrency limiter in t=manifest and t=deep-size, allow 10 retrievals in parallel
|
2008-05-07 18:36:37 -07:00 |
|
Brian Warner
|
d76cf6f748
|
limiter: fix bug that ignores the limit= argument
|
2008-05-07 18:35:53 -07:00 |
|
Brian Warner
|
15a9f3d01b
|
test_util: improve ConcurrencyLimiter tests
|
2008-05-07 17:00:47 -07:00 |
|
Brian Warner
|
c7e441309d
|
add a basic concurrency limiter utility
|
2008-05-07 16:53:30 -07:00 |
|
Brian Warner
|
1e4b904b1a
|
web status: abbreviate file size in the upload+download summary page
|
2008-05-07 13:53:58 -07:00 |
|