lp://staging/~cmiller/desktopcouch/decode-dbus-data-from-creds

Created by Chad Miller and last modified
Get this branch:
bzr branch lp://staging/~cmiller/desktopcouch/decode-dbus-data-from-creds
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

255. By Chad Miller

Use variable names pylint likes, not "t" for a value's type.

254. By Chad Miller

Don't assume we know all the dbus types. Instead, test the Python builtin types for superclassness or equality to known singletons.

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.

249. By dobey

Fix the issues with the plug-in loader to actually load the plug-ins
Move the plug-in loading call to the dbus service startup
Remove the old entry_points code using pkg_resources

248. By Manuel de la Peña

Moved trash db to be an instance variable for bug #697661
Fixed how deleted records ids are generated for bug #697636
Added unit tests in which the db access is mocked for bug #674587

247. By Eric Casteleijn

The po/ directory was accidentally deleted. This reverts that deletion.

246. By Eric Casteleijn

Fixes the view for the deletion migration so it does not break on couchdb documents with no record_type.

Branch metadata

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

Subscribers