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

jiahuili430 pushed a change to branch fix-changes-stats
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 1248947bd Avoid read docs twice when filtered `_changes` is triggered
    omit 29e02be08 Add tests for `_changes` with `include_docs=true`
     add 32b562834 upgrade to lucene 9.9.0
     add 0c2ed8677 Merge pull request #4923 from apache/lucene-9.9
     add f6f018559 align nouveau test config with package
     add 584a72126 Merge pull request #4924 from apache/nouveau-test-config
     add b1d8fc199 fix(docs): Break long lines for better readability within 
tables (#4925)
     add a75e77784 Disable FreeBSD ARM64 in full CI
     add b3b9fddc9 Add tests for `_changes` with `include_docs=true`
     add 21a3d4edc Avoid read docs twice when filtered `_changes` is triggered

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   (1248947bd)
            \
             N -- N -- N   refs/heads/fix-changes-stats (21a3d4edc)

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:
 build-aux/Jenkinsfile.full                    | 14 ++++---
 dev/run                                       |  2 +-
 nouveau/build.gradle                          |  2 +-
 nouveau/{ => src/test/resources}/nouveau.yaml | 12 +++---
 src/chttpd/test/eunit/chttpd_changes_test.erl | 54 +++++++++++++++++++++++++--
 src/docs/src/api/database/find.rst            | 10 ++---
 src/docs/src/conf.py                          |  1 +
 src/docs/static/css/rtd_theme.css             |  2 +-
 src/docs/static/css/tablefix.css              | 26 +++++++++++++
 src/nouveau/src/nouveau_util.erl              |  2 +-
 test/elixir/test/nouveau_test.exs             |  2 +-
 11 files changed, 101 insertions(+), 26 deletions(-)
 rename nouveau/{ => src/test/resources}/nouveau.yaml (71%)
 create mode 100644 src/docs/static/css/tablefix.css

Reply via email to