lp://qastaging/~cmiller/desktopcouch/remove-nonexistent-record

Created by Chad Miller and last modified
Get this branch:
bzr branch lp://qastaging/~cmiller/desktopcouch/remove-nonexistent-record
Only Chad Miller can upload to this branch. If you are Chad Miller please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Chad Miller
Project:
desktopcouch
Status:
Merged

Recent revisions

259. By Chad Miller

If a record id is not in a database, desktopcouch would raise a strange exception when it was used to try to delete a record. Now, return normally, with value None as the deleted-record id. (LP: #702979)

258. By Chad Miller

Release 1.0.5.

257. By dobey

Fix a line too long from Manuel's Windows support branch

256. By Chad Miller

Change to the new system of initiating replication with python-couchdb. (LP: #700128)

255. By Manuel de la Peña

Added the correct import of the keyring on windows to fix lp:699766
Added implementation for the base dirs on windows to fix lp:699818

254. By Chad Miller

Move data migration to the service startup. (LP: #700129)

253. By Chad Miller

In the ubuntuone service module, where we request credentials from dbus, we get back a DBus structure that can't be encoded by some JSON libraries that python-couchdb uses. Manually decode now. (LP: #700132)

252. By Eric Casteleijn

Added __eq__ and __ne__ to MergeableList class so they can be compared to regular lists.

251. By Manuel de la Peña

The following changes has been perform to allow tests to be ran on other platforms besides linux:
    - skipped TestGnomeKeyring in those platforms that are not linux. The test will be ran on linux always and will raise an import error if gnomekeyring is not present. (lp:699749)
    - moved the TestKeyring class to the platform module. Used the set_application_name function to set the name of the process running the tests. (lp:699743)
    - added a batch that will allow to run the tests on windows. (lp:699757)

250. By Natalia Bidart

Removed testtools, replaced with unittest.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/desktopcouch
This branch contains Public information 
Everyone can see this information.

Subscribers