lp://qastaging/~statik/desktopcouch/prefer-json-simplejson

Created by Elliot Murphy and last modified
Get this branch:
bzr branch lp://qastaging/~statik/desktopcouch/prefer-json-simplejson
Only Elliot Murphy can upload to this branch. If you are Elliot Murphy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Elliot Murphy
Project:
desktopcouch
Status:
Merged

Recent revisions

137. By Elliot Murphy

Fix a missed rename, hurrah for code review.

136. By Elliot Murphy

Don't unconditionally import simplejson. We don't want to depend on
simplejson on the desktop where we have python2.6. Only fall back to
simplejson when running in python2.5 environments (hardy servers).

135. By Chad Miller

Add class to ubuntuone replication that allows one to set and unset and retreive exclusions to what is replicated to Ubuntu One servers.

134. By James Westby

Report the directory we are looking in when we can't find the fds.

It's not always going to be all that useful (e.g. if the process has
ended), but it's going to be more useful than just knowing it was looking
in /proc, and implicitly tells you the pid that it thinks the child should
have.

133. By Chad Miller

Cover a single place were replication was not fully qualifying its accesses to Databases with a specific URL.

132. By Elliot Murphy

Fixed the execute bit on bin/desktopcouch-stop

131. By Chad Miller

Update setup.py to have new version and include new file.

130. By Chad Miller

Even though we explained how to get the Desktopcuch listening port in docs ("use DBus"), we still exposed a python function that would get the port directly. Python programmers seemed to use that instead.

The problem is that the DBus call starts the service, which has other supporting ancillary functions included, like replication, and soon, compaction.

So now, make the mis-used get_port method do what we want, and make a new private function that does the low-level work.

129. By Chad Miller

Add a simple way for any language to get the communications port, by executing a program.

128. By Chad Miller

Make it clear that a owner of a record will get their data mutated when they call put_record, and that the result is safe to put again, with no need to fetch it from the server.

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