lp:~noizyland/duplicity/fix_azurebackend_list

Created by Scott McKenzie and last modified
Get this branch:
bzr branch lp:~noizyland/duplicity/fix_azurebackend_list
Only Scott McKenzie can upload to this branch. If you are Scott McKenzie please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott McKenzie
Project:
Duplicity
Status:
Development

Recent revisions

1100. By Scott McKenzie

- Enable _list method to return more than 5000 items (Azure SDK default)

1099. By Kenneth Loafman

* Fix a couple of PEP8 glitches.

1098. By Kenneth Loafman

* Merged in lp:~raymii/duplicity/fix-swiftbackend-max-10000-files-in-list
  - Swiftclient by default returns at max 10000 files. By adding
    full_listing=True we make sure all objects are returned.
    Ref: https://lists.nongnu.org/archive/html/duplicity-talk/2015-05/msg00060.html
    and http://docs.openstack.org/developer/python-swiftclient/swiftclient.html#swiftclient.client.get_container

1097. By Kenneth Loafman

* Merged in lp:~ed.so/duplicity/gdocs.pydrive
  - make pydrive new gdocs default backend
  - keep gdata backend as gdata+gdocs://

1096. By Kenneth Loafman

* Merged in lp:~bmerry/duplicity/pydrive-regular
  - This implements the proposal made by somebody else
    (http://lists.gnu.org/archive/html/duplicity-talk/2015-02/msg00037.html)
    to allow the pydrive backend to work with a normal drive account instead
    of a service account. It seems to be working for me: I was able to migrate
    seamlessly from the gdocs backend. It's set up so that a service account
    can still be used, depending on which environment variable is set.
    The man page is updated to describe how to use the new functionality.

1095. By Kenneth Loafman

* Merged in lp:~noizyland/duplicity/fix-progress
  - Fixes bug 1264744. selection.filelist_globbing_get_sfs leaves the
    filelist file object's position at the end of the file. When the
    --progress option is used the filelists need to be read twice. On
    the second read nothing is read from the file because file has
    already been read and the position is EOF. This patch calls seek(0)
    on the filelist to reset the position to BOF so that subsequent
    read() calls will return data.
* Added pylint ignore error in webdavbackend.py.

1094. By Kenneth Loafman

* Prep for 0.7.03
(fix date)

1093. By Kenneth Loafman

* Prep for 0.7.03

1092. By Kenneth Loafman

* Merge in lp:~sjakthol/duplicity/onedrive-error-message
  - Add proper error message for OneDrive backend when python-requests or
    python-requests-oauthlib is not installed (bug 1453355).

1091. By Kenneth Loafman

* Added ability to get single file status from collection-status with
  patch from jitao (bug 1044715), like so:
  $ duplicity collection-status --file-changed c1 file://./foo

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~duplicity-team/duplicity/0.7-series
This branch contains Public information 
Everyone can see this information.

Subscribers