← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/couchbase-trunk into lp:zorba

 

Juan Zacarias has proposed merging lp:~zorba-coders/zorba/couchbase-trunk into lp:zorba.

Commit message:
Adds couchbase module as a new external module.
Updates Changelog and ExternalModules.conf

Requested reviews:
  Cezar Andrei (cezar-andrei)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/couchbase-trunk/+merge/135779

Adds couchbase module as a new external module.

Needs lp:~zorba-coders/zorba/couchbase-module tagged as lp:zorba/couchbase-module
-- 
https://code.launchpad.net/~zorba-coders/zorba/couchbase-trunk/+merge/135779
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'ChangeLog'
--- ChangeLog	2012-11-20 01:01:49 +0000
+++ ChangeLog	2012-11-22 21:21:23 +0000
@@ -7,6 +7,7 @@
   * (bug #1039284) Implemented jn:json-doc().
   * (bug #867363) Added http-uri-resolution feature to disable HTTP
 	when resolving URIs.
+  * Added noncore couchbase module for handling data in a couchbase server.
 
 Optimizations:
   * Various optimizations in the implementation of the optimizer rules.

=== modified file 'modules/ExternalModules.conf'
--- modules/ExternalModules.conf	2012-11-08 14:07:24 +0000
+++ modules/ExternalModules.conf	2012-11-22 21:21:23 +0000
@@ -47,4 +47,4 @@
 schema-tools    bzr  lp:zorba/schema-tools-module     zorba-2.7
 stack           bzr  lp:zorba/stack-module            zorba-2.7
 queue           bzr  lp:zorba/queue-module            zorba-2.7
-
+couchbase       bzr  lp:zorba/couchbase-module        zorba-2.7


Follow ups