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

ronny pushed a change to branch dev/update-git-attributes-for-nouveau
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 19220cf2d dev: Update .gitattributes for Nouveau
     add 549185c32 Don't use db handle after closing in dreyfus_index
     add ab6bd038e Do not reset dreyfus purge_seq back to 0 in dreyfus
     add b950ae0ac add group test for search
     add 574768997 improve disk_monitor_test.exs
     add 30293ec19 Merge pull request #5917 from apache/group-search-elixir-test
     add f519c1b1f Handle a just deleted db in auto-purge plugin
     add 5610e7688 fix: Align vdu_rejects counter with actual VDU behaviour
     add 3cba0ae81 chore: Add some basic testing for the JS-based VDU interface
     add 166335b0e feat: Add the ability for VDUs to be written as Mango 
selectors
     add ae57d855d docs: Documentation for Mango-selector-based VDUs
     add 28ee29984 Merge pull request #5839 from neighbourhoodie/mango-vdu
     add 18ab16af9 refactor to allow delayed worker startup
     add 49d5fce77 start workers sequentially by range
     add e68a2862b consider a conflict a final decision
     add a12e0ab08 distribute load over nodes by dbname and range
     add 711e51993 eunit tests to prove early termination on conflict
     add 0879fe59d config toggle between serial and parallel worker startup
     add c570deff3 Merge pull request #5371 from 
apache/reduce-intra-cluster-conflicts
     add d2994e7e5 update nouveau indexes with bulk request for performance
     add 3afc6fd71 Merge pull request #5896 from 
apache/nouveau-streaming-index-update
     add 2613f6ec6 Use a more reliable "in release" checking method
     add b1394fdfa add sbt to mise for clouseau building
     add cdae5b4c7 optionally disable the clouseau node check
     add 45b0fbc5f Merge pull request #5922 from apache/clouseau-tweaks
     add d23ca9ecc ci: Enable parallel EUnit tests on CI workers (#5914)
     add 17d6c72d6 Update URLs to use HTTPS in mac installation guide
     add 0bcb54eea Merge pull request #5924 from pjfanning/patch-1
     add 62ad51025 Change CouchDB links to use HTTPS
     add 24ad3ba23 Merge pull request #5925 from pjfanning/patch-1
     add a6e2e7a6d confirm set_purge_seq returned ok
     add 219ed263b Merge pull request #5927 from apache/dreyfus-purge-ok
     add f231a28a0 perf: Pre-parse fields when normalizing Mango selectors
     add 7f87ba630 fix: Hide the format of selector fields inside 
`mango_selector`
     add 3e16debf5 fix: Make sure selectors are valid JSON before storing them 
in mango_idx:add
     add 66703ea40 fix: Make text search handle sort fields with the new 
selector structure
     add 05dffb9a6 Merge pull request #5869 from 
neighbourhoodie/faster-norm-fields
     add 04ec067cf Upgrade rebar3 and erlfmt
     add e273f702b Handle cases when dreyfus checkpoint is out-of-sync with the 
index
     add bf1bf8313 Don't need to set verify_peer any longer
     add 252990065 dev: Update .gitattributes for 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   (19220cf2d)
            \
             N -- N -- N   refs/heads/dev/update-git-attributes-for-nouveau 
(252990065)

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                                           |    2 +-
 build-aux/Jenkinsfile                              |   73 +-
 configure                                          |   10 +-
 configure.ps1                                      |    7 +-
 dev/run                                            |   10 +-
 extra/nouveau/build.gradle                         |    1 +
 .../api/{Ok.java => BulkUpdateRequest.java}        |   11 +-
 .../couchdb/nouveau/api/DocumentDeleteRequest.java |    2 +-
 .../nouveau/api/{Ok.java => DocumentRequest.java}  |   18 +-
 .../nouveau/api/{Ok.java => DocumentUpdate.java}   |   10 +-
 .../couchdb/nouveau/api/DocumentUpdateRequest.java |    2 +-
 .../couchdb/nouveau/health/IndexHealthCheck.java   |   11 +-
 .../couchdb/nouveau/resources/IndexResource.java   |   19 +
 mise.toml                                          |    1 +
 rel/overlay/etc/default.ini                        |    4 +
 src/couch/src/couch_auto_purge_plugin.erl          |    5 +-
 src/couch/src/couch_query_servers.erl              |   22 +-
 src/couch_mrview/src/couch_mrview.erl              |    2 +-
 .../src/couch_replicator_parse.erl                 |    1 -
 .../src/couch_replicator_utils.erl                 |    1 -
 src/docs/src/api/ddoc/common.rst                   |    5 +-
 src/docs/src/ddocs/ddocs.rst                       |   75 ++
 src/docs/src/install/mac.rst                       |   10 +-
 src/docs/src/install/windows.rst                   |    6 +-
 src/dreyfus/src/dreyfus_index.erl                  |    4 +-
 src/dreyfus/src/dreyfus_index_updater.erl          |   99 +-
 src/dreyfus/src/dreyfus_util.erl                   |    2 +-
 src/dreyfus/test/eunit/dreyfus_purge_test.erl      | 1119 --------------------
 src/fabric/src/fabric_doc_update.erl               |  195 +++-
 src/mango/src/mango_cursor.erl                     |    2 +-
 src/mango/src/mango_cursor_view.erl                |    2 +-
 src/mango/src/mango_idx.erl                        |    2 +-
 src/mango/src/mango_idx_view.erl                   |   19 +-
 src/mango/src/mango_native_proc.erl                |   27 +
 src/mango/src/mango_selector.erl                   |   43 +-
 src/mango/src/mango_selector_text.erl              |   10 +-
 src/mango/src/mango_util.erl                       |   27 +
 src/nouveau/src/nouveau_api.erl                    |   89 ++
 src/nouveau/src/nouveau_index_updater.erl          |  122 ++-
 test/elixir/test/config/search.elixir              |   18 +
 test/elixir/test/config/suite.elixir               |   12 +
 test/elixir/test/disk_monitor_test.exs             |    3 +
 test/elixir/test/dreyfus_purge_test.exs            |  474 +++++++++
 test/elixir/test/search_test.exs                   |   22 +
 test/elixir/test/validate_doc_update_test.exs      |  212 ++++
 45 files changed, 1462 insertions(+), 1349 deletions(-)
 copy extra/nouveau/src/main/java/org/apache/couchdb/nouveau/api/{Ok.java => 
BulkUpdateRequest.java} (82%)
 copy extra/nouveau/src/main/java/org/apache/couchdb/nouveau/api/{Ok.java => 
DocumentRequest.java} (58%)
 copy extra/nouveau/src/main/java/org/apache/couchdb/nouveau/api/{Ok.java => 
DocumentUpdate.java} (82%)
 delete mode 100644 src/dreyfus/test/eunit/dreyfus_purge_test.erl
 create mode 100644 test/elixir/test/dreyfus_purge_test.exs
 create mode 100644 test/elixir/test/validate_doc_update_test.exs

Reply via email to