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/05/10 09:47:00 UTC

[couchdb] branch nouveau-invalid-field-definition-error-handling updated (5be130191 -> 7815173c1)

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

rnewson pushed a change to branch nouveau-invalid-field-definition-error-handling
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 5be130191 handle invalid_index_fields_definition errors in nouveau
     add bc3eb6717 switch to Gradle
     add 9851bb396 Merge pull request #4587 from apache/nouveau-gradle
     add 7815173c1 handle invalid_index_fields_definition errors in nouveau

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   (5be130191)
            \
             N -- N -- N   refs/heads/nouveau-invalid-field-definition-error-handling (7815173c1)

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                                         |  14 +-
 build-aux/Jenkinsfile.full                       |   2 +-
 dev/run                                          |   2 +-
 nouveau/.gitignore                               |   4 +-
 nouveau/build.gradle                             |  77 ++++++
 nouveau/gradle/wrapper/gradle-wrapper.jar        | Bin 0 -> 62076 bytes
 nouveau/gradle/wrapper/gradle-wrapper.properties |   6 +
 nouveau/gradlew                                  | 245 +++++++++++++++++++
 nouveau/gradlew.bat                              |  92 ++++++++
 nouveau/nouveau.yaml                             |   2 +-
 nouveau/pom.xml                                  | 287 -----------------------
 nouveau/settings.gradle                          |   5 +
 src/docs/src/install/unix.rst                    |   1 -
 13 files changed, 437 insertions(+), 300 deletions(-)
 create mode 100644 nouveau/build.gradle
 create mode 100644 nouveau/gradle/wrapper/gradle-wrapper.jar
 create mode 100644 nouveau/gradle/wrapper/gradle-wrapper.properties
 create mode 100755 nouveau/gradlew
 create mode 100644 nouveau/gradlew.bat
 delete mode 100644 nouveau/pom.xml
 create mode 100644 nouveau/settings.gradle