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

rnewson pushed a change to branch query-method
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 9a7c43347 add QUERY method support
     add 2195612ae Sort key libicu NIF
     add eb89864dc Speed up views with ICU sort keys
     add 8cec0e5e5 clarify lucene_version handling
     add 6de9f6bb2 Fix javascript for loop in index function
     add 3b3e55c52 Update jiffy to 2.0.2
     add 4218427b6 Merge pull request #6058 from apache/jiffy-2.0.2
     add 14c5c20dd improve JWT error messages
     add 4fcda34e5 Merge pull request #6061 from apache/jwtf-error-messages
     add 00e617b66 nouveau: always use cacertfile if specified; explicit peer 
verification
     add 5fc777545 Merge pull request #6056 from 
apache/nouveau-verify-cacertfile-config
     add d7504cf9a add QUERY method support

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   (9a7c43347)
            \
             N -- N -- N   refs/heads/query-method (d7504cf9a)

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:
 rebar.config.script                                |   2 +-
 rel/overlay/etc/default.ini                        |   3 +
 .../priv/couch_ejson_compare/couch_ejson_compare.c |  86 ++++++
 src/couch/src/couch_ejson_compare.erl              |  33 ++-
 src/couch/test/eunit/couch_ejson_compare_tests.erl | 102 +++++++
 src/docs/src/ddocs/nouveau.rst                     |  15 +-
 src/docs/src/partitioned-dbs/index.rst             |  10 +-
 src/fabric/src/fabric_view.erl                     | 320 ++++++++++++---------
 src/fabric/src/fabric_view_map.erl                 |  82 ++++--
 src/fabric/src/fabric_view_reduce.erl              |  32 ++-
 src/jwtf/src/jwtf.erl                              |   8 +-
 src/jwtf/test/jwtf_tests.erl                       |  14 +-
 src/nouveau/src/nouveau_gun.erl                    |  19 +-
 13 files changed, 536 insertions(+), 190 deletions(-)

Reply via email to