rclone-dev:fix-onedrive-list

Last commit made on 2018-10-25
Get this branch:
git clone -b fix-onedrive-list https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-onedrive-list
Repository:
lp:rclone-dev

Recent commits

e606d45... by Nick Craig-Wood

onedrive: add --onedrive-list-chunk to control listing size

On very large directories this may help with timeouts.

See: https://forum.rclone.org/t/error-reading-destination-directory/7316

c0ca93a... by Nick Craig-Wood

opendrive: fix retries of upload chunks - fixes #2646

Before this change, upload chunks were being emptied on retry. This
change introduces a RepeatableReader to fix the problem.

38a89d4... by Nick Craig-Wood

fstest/test_all: tidy HTML report

- link test number to online copy
- style links
- attempt to make a nicer colour scheme

6531126... by Darth Shadow

Fixes the rc docs creation

Signed-off-by: Anagh Kumar Baranwal <email address hidden>

25d0e59... by Nick Craig-Wood

fstest/test_all: make sure Version is correct in build

b0db08f... by Nick Craig-Wood

fstest/test_all: constrain to go1.10 and above

07addf7... by Nick Craig-Wood

fstest/test_all: upload a copy of the report to "current"

52c7c73... by Nick Craig-Wood

fstest/test_all: limit concurrency and run tests in random order

5c32b32... by Nick Craig-Wood

fstest/test_all: fix directories that tests are run in

- Don't build a binary for backend tests
- Run tests in their relevant directories

fe61cff... by Nick Craig-Wood

crypt: ensure integration tests run correctly when -remote is set