lp:ubuntu/lucid-proposed/desktopcouch

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/lucid-proposed/desktopcouch
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

22. By Rohan Garg

Add gnome-keyring to depends of python-desktopcouch (LP: #565376)
and desktop couch (LP: #561541) for proper authentication in KDE

21. By Ken VanDine

* debian/patches/lp_522538.patch
  - Handle reconnects if the server isn't running (LP: #522538)

20. By Ken VanDine

* debian/patches/replication-exclusion.patch
  - replication exclusion doesn't work with MergableList value (LP: #563901)

19. By Chad Miller

* Upstream release. Adds all patches that were previously in this packaging.
* Split desktopcouch-service threads into to discrete processes, since they
  do not depend on each other, and because multithreading breaks with recent
  changes to libraries. (LP: #524566, #530605)
* Made desktopcouch more robust when dealing with mergeable lists.
  (LP: #555908)
* If the replication service gives a user_id, then include it in the
  query string, so the service can shard access.
* Add bookmark records support.
* Handle cancelled keyring dialogs. (LP: #527036)
* Retry when starting couchdb fails. (LP: #530541)
* debian/patches/0-items-should-expose-private-data-for-now.patch
  - Gwibber demands that some items that are private be exposed, namely
    keys _id and _rev. These should properly be accessed as attributes
    .record_id and .record_revision in some future release of gwibber.

18. By Ken VanDine

* debian/patches/2-expire_log_files
  - Make log files rotate away so they don't grow out of control.
* debian/patches/4-lp_524566_gui_in_main_thread
  - Execute GUI operations in the main execution thread only. (LP: #524566)

17. By Ken VanDine

* debian/patches/lp_534171.patch
  - Don't parse all the _changes feed; work out update_seq from the DB info,
     so we never request the whole feed, which is doom when the whole feed is
     large. (LP: #534171)

16. By Elliot Murphy

* New upstream bugfix release.
  - Provide more isolation in tests to avoid polluting the env when
    running tests.
  - Drop no_uri.patch and revert_dbus_getport.patch (included upstream)
  - Don't depend on simplejson, use built in json (LP: #511427)
  - Provide a method for clients to enable/disable replication of
    arbitrary databases with Ubuntu One (needed to allow enabling and
    disabling of gwibber and contact syncing).

15. By Ken VanDine

* debian/patches/no_uri.patch
  - fix a place were replication was not fully qualifying its accesses to
    Databases with a specific URL.
* debian/patches/revert_dbus_getport.patch
  - Revert the change in 0.6.2 that completely relied on dbus to get the
    port, this failed multithreaded execution in the client (LP: #530716)

14. By Elliot Murphy

* New upstream bugfix release.
  - Include a new program bin/desktopcouch-get-port .
  - Use DBus to get port, and thereby start the service daemon, on normal
    Python access to the database. (LP: #519444)
  - Update docs to be explicit about put_record(r) mutating r .
  - Add new method put_records_batch(iterable_of_records) .
  - Fix up apport collection.
  - Fix a problem with couchdb mutating its INI file to store a hashed
    password, which is useless for HTTP Basic auth in the bookmark file.
  - Fix obscure bugs in couchdb startup regarding port availability.
  - Update execute_view() ti take a dict of additional parameters for
    execution.
  - Add has_key() method to desktopcouch.record.RecordDict so that it
    behaves more like a dictionary.

Branch metadata

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

Subscribers