lp:~raymii/duplicity/fix-swiftbackend-max-10000-files-in-list

Created by Remy van Elst and last modified
Get this branch:
bzr branch lp:~raymii/duplicity/fix-swiftbackend-max-10000-files-in-list
Only Remy van Elst can upload to this branch. If you are Remy van Elst please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Remy van Elst
Project:
Duplicity
Status:
Merged

Recent revisions

1097. By Remy van Elst <email address hidden>

Add full_listing=True so that swiftclient returns more than 10000 objects. Default is False.

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

1090. By Kenneth Loafman

  - Enable --ignore-errors flag in rdiffdir

1089. By Kenneth Loafman

* Fixed bug 1448249 and bug 1449151 thanks to David Coppit.
  - When patching, close base file before renaming

1088. By Kenneth Loafman

* Fixed bug 1444404 with patch from Samu Nuutamo
  - rdiffdir patch crashes if a regular file is changed to a non-regular
    file (symlink, fifo, ...)

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