rclone-dev:fix-4415-term

Last commit made on 2020-07-10
Get this branch:
git clone -b fix-4415-term https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-4415-term
Repository:
lp:rclone-dev

Recent commits

e773b07... by Nick Craig-Wood

lib/terminal: DEBUG which kind of terminal we are using FIXME DO NOT MERGE

f97d690... by Nick Craig-Wood

vendor: changes after go mod tidy

0792f47... by Nick Craig-Wood

swift: fix purge not deleting directory markers

At some point Purge stopped deleting directory markers. We don't have
an integration test for this so it went unnoticed.

This patch fixes the problem but doesn't introduce an integration test
as we don't have a framework for making directory markers yet.

db37360... by Nick Craig-Wood

swift: fix dangling large objects breaking the listing

Before this change, large objects which had had their contents deleted
would return "Object not found" and break the listing.

This change makes these objects appear as 0 sized entities so they can
be listed and deleted.

44ff766... by Nick Craig-Wood

mkdir: warn when using mkdir on remotes which can't have empty directories

It is a source of confusion for users that `rclone mkdir` on a remote
which can't have empty directories such as s3/b2 does nothing.

This emits a warning at NOTICE level if the user tries to mkdir a
directory not at the root for a remote which can't have empty
directories.

See: https://forum.rclone.org/t/mkdir-on-b2-consider-adding-some-output/17689

bfa5715... by Max Sum <email address hidden>

fs/accounting: sort transfers by start time

e2183ad... by Max Sum <email address hidden>

fs/accounting: use transferMap instead of stringSet

e220168... by Nick Craig-Wood

build: add ARMv7 to the supported builds - fixes #748

0f72aa8... by Nick Craig-Wood

docs: add section about config variable precedence

See: https://forum.rclone.org/t/precedence-rules-for-config/17707

b2f4f52... by Nick Craig-Wood

vfs cache: make logging consistent and remove some debug logging