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

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


 discard b2eb37deb Move up to match Lucene source compatibility
 discard 3365fb135 document nouveau handling of lucene 9 & 10
 discard f3631c9c9 fix formatting error in previous PR
 discard 58bf445ba add scanner to upgrade nouveau indexes
 discard e62433f6d insert lucene version in new design documents if missing
 discard 873f131e0 nouveau welcome message for version negotiation
 discard fc27a0a77 support legacy indexes but prevent new ones
 discard f0012b847 upgrade to Lucene 10
 discard 1fec4a6a5 add lucene version to ddoc and index definition
     add 3ed762b95 Disable windows clouseau tests for now
     add 06dfb8203 ci: don’t run tests if we only change .github configuration
     add 9837f06ef convert bug and enhancement template to form
     add c5a6fb8d9 Merge pull request #5812 from apache/github-forms
     add 48bc077e4 Revert "convert bug and enhancement template to form"
     add 6c4fdf583 Merge pull request #5814 from apache/revert-github-forms
     add 1378f37aa try again
     add 09b36ea7b Merge pull request #5815 from apache/github-issue-forms
     add 45acd8169 add lucene version to ddoc and index definition
     add f56f88574 upgrade to Lucene 10
     add 35ecc07fb support legacy indexes but prevent new ones
     add 9d786e0de nouveau welcome message for version negotiation
     add 244b8f356 insert lucene version in new design documents if missing
     add 9cb7fdbc0 add scanner to upgrade nouveau indexes
     add 7207ba5cf fix formatting error in previous PR
     add 53f85d0bd document nouveau handling of lucene 9 & 10
     add 06c10636f Move up to match Lucene source compatibility

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   (b2eb37deb)
            \
             N -- N -- N   refs/heads/lucene-10 (06c10636f)

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:
 .github/ISSUE_TEMPLATE/bug_report.md   | 36 -------------
 .github/ISSUE_TEMPLATE/bug_report.yml  | 60 ++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/config.yml      |  1 +
 .github/ISSUE_TEMPLATE/enhancement.md  | 27 ----------
 .github/ISSUE_TEMPLATE/enhancement.yml | 22 ++++++++
 .github/ISSUE_TEMPLATE/rfc.md          | 85 -------------------------------
 .github/ISSUE_TEMPLATE/rfc.yml         | 93 ++++++++++++++++++++++++++++++++++
 build-aux/Jenkinsfile                  | 37 +++++++++-----
 8 files changed, 201 insertions(+), 160 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml
 create mode 100644 .github/ISSUE_TEMPLATE/config.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/enhancement.md
 create mode 100644 .github/ISSUE_TEMPLATE/enhancement.yml
 delete mode 100644 .github/ISSUE_TEMPLATE/rfc.md
 create mode 100644 .github/ISSUE_TEMPLATE/rfc.yml

Reply via email to