This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch feature/database-partitions
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit 6c2785a  Add Elixir tests for database partitions
    omit 90b32d0  Support partitioned queries in Mango
    omit 6687d5d  Use index names when testing index selection
    omit 19999b5  Optimize offset/limit for partition queries
    omit 0763a2a  Optimize all_docs queries in a single partition
    omit 0e320ef  Implement partitioned views
    omit 9f097db  Implement `couch_db:get_partition_info/2`
    omit e9987da  Implement partitioned dbs
    omit e463553  Implement configurable hash functions
    omit 174a587  Validate design document options more strictly
    omit 5fff607  Pass the DB record to index validation functions
    omit 2bc7c1b  Implement `fabric_util:open_cluster_db`
    omit 0b4edb4  Improve `couch_db:clustered_db` flexibility
    omit c6221dc  Add PSE API to store opaque properties
     add be38d66  Support specifying individual Elixir tests to run
     add 82c9219  Merge branch 'master' into 
allow-specifying-individual-elixir-tests
     add 92adefa  Merge pull request #1800 from 
cloudant/allow-specifying-individual-elixir-tests
     add 11feb2f  Increase timeout on restart in JS/elixir tests to 30s (#1820)
     add 3ad082e  Add PSE API to store opaque properties
     add 60d9ee4  Improve `couch_db:clustered_db` flexibility
     add 92b58ba  Implement `fabric_util:open_cluster_db`
     add e943198  Pass the DB record to index validation functions
     add 1da3631  Validate design document options more strictly
     add ab806a7  Implement configurable hash functions
     add a32d0d6  Implement partitioned dbs
     add d3f508e  Implement `couch_db:get_partition_info/2`
     add 71efe57  Implement partitioned views
     add c5319c4  Optimize all_docs queries in a single partition
     add 329f4e3  Optimize offset/limit for partition queries
     add 004ce09  Use index names when testing index selection
     add 718c872  Support partitioned queries in Mango
     add 005b442  Add Elixir tests for database partitions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6c2785a)
            \
             N -- N -- N   refs/heads/feature/database-partitions (005b442)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Makefile                         |  8 +++++++-
 Makefile.win                     |  9 ++++++++-
 src/mango/test/user_docs.py      | 17 ++++++++++-------
 test/elixir/lib/couch/db_test.ex |  2 +-
 test/elixir/run                  |  2 +-
 test/elixir/run.cmd              |  2 +-
 test/javascript/test_setup.js    |  4 ++--
 7 files changed, 30 insertions(+), 14 deletions(-)

Reply via email to