lp:~cmiller/desktopcouch/put_record_documented_more

Created by Chad Miller and last modified
Get this branch:
bzr branch lp:~cmiller/desktopcouch/put_record_documented_more
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

126. By Chad Miller

More ACHTUNG.

125. By Chad Miller

Clean up bad assumptions about the effects of sending a record to the db
through python-couch. It mutates the RHS, which means we need not fetch
what we just put to operate on what we just put.

124. By Chad Miller

Document the fact that put_record has side effects of mutating its argument's
value, to set the REV and ID.

123. By Chad Miller

The couchdb INI file may be updatec by couchdb to have a hashed password value, so we can not blindly take that to update the bookmark file any more. Now, store the username and password (yes in the INI also, but) in the bookmark file using a parsable format. Now, we can poke the value in initially, and later read the bookmark file to update the bookmark file.

122. By Chad Miller

Fix a more obscure find_port bug in which reading all entries in a directory and then inspecting each entry fails, because an entry no longer exists.

121. By Eric Casteleijn

backported safer update_fields method from server code in a backwards compatible way, fixed tests so they run in lucid (testtools changed so that setUp has to call super's setUp, and same for tearDown), did pedantic cleanup in files I touched

120. By Stuart Langridge

Allow execute_view to take a dict of additional parameters, such as { "descending": True }, which can be passed on to the underlying view, thus allowing extra params to be passed onto the CouchDB request.

119. By Stuart Langridge

Allow generation of full HTML API documentation, with "epydoc --config=data/epydoc.conf".

118. By Chad Miller

desktopcouch.record.RecordDict needs .has_key() to be more like the dict that we emulate. This sucks because dict.has_key is going away in Py 3, but let's be extra nice for another year or so.

117. By Chad Miller

Bump version number for release.

Branch metadata

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

Subscribers