You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/04/25 08:42:47 UTC

[couchdb] branch jenkins-enable-nouveau-ci updated (63fe0ff70 -> da4b59e72)

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

rnewson pushed a change to branch jenkins-enable-nouveau-ci
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 63fe0ff70 enable nouveau in CI
     add 37aca1ddb enable nouveau tests in CI
     add 9230b1e14 allow PUT to existing index if definition identical
     add da4b59e72 OTP 23 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   (63fe0ff70)
            \
             N -- N -- N   refs/heads/jenkins-enable-nouveau-ci (da4b59e72)

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:
 .../couchdb/nouveau/api/IndexDefinition.java       |   1 +
 src/nouveau/src/nouveau_fabric_info.erl            |   2 +-
 src/nouveau/src/nouveau_fabric_search.erl          |   4 +-
 src/nouveau/src/nouveau_httpd.erl                  |   2 +-
 src/nouveau/src/nouveau_maps.erl                   | 103 +++++++++++++++++++++
 5 files changed, 108 insertions(+), 4 deletions(-)
 create mode 100644 src/nouveau/src/nouveau_maps.erl