rclone-dev:azure-pipelines

Last commit made on 2019-08-06
Get this branch:
git clone -b azure-pipelines https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
azure-pipelines
Repository:
lp:rclone-dev

Recent commits

85882fa... by Nick Craig-Wood

build: unify uploading in CI and add artifacts to Azure Pipelines

- remove compile_all step as we compile everything in the release step
- rename travis_beta to beta
- split into upload_beta and make depend on rclone
- use latest OSes in pipelines build
- Add workaround for cmd/mount tests lockup from #3154

27a075e... by negative0 <email address hidden>

rcd: Removed the shorthand for webgui. Shorthand is reserved for rsync compatibility.

5065c42... by Nick Craig-Wood

lib/random: unify random string generation into random.String

This was factored from fstest as we were including the testing
enviroment into the main binary because of it.

This was causing opening the browser to fail because of 8243ff8bc8.

72d5b11... by Nick Craig-Wood

serve restic: rename test file to avoid it being linked into main binary

526a334... by Nick Craig-Wood

rcd: Fix permissions problems on cache directory with web gui download

23910ba... by Nick Craig-Wood

servetest: add tests for --auth-proxy

ee7101e... by Nick Craig-Wood

serve: factor out common testing parts for ftp, sftp and webdav tests

36c1b37... by Nick Craig-Wood

serve webdav: support --auth-proxy

72782bd... by Nick Craig-Wood

serve ftp: implement --auth-proxy

b94eef1... by Nick Craig-Wood

serve ftp: refactor to bring into line with other serve commands