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

ronny pushed a change to branch chore/configure-options
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 5b557c95d chore(dev): Improve configure help message
     add 1f7d7a269 refactor(covering-index-test): Port covering index test to 
Elixir
     add 830a0c234 mango-database: add partition paths
     add 1538a352e refactor(covering-index-test): remove python test
     add b4e391685 refactor(beginswith-test): Port beginswith-test to Elixir
     add 71ac5fb35 refactor: remove 25-beginswith python test
     add 98f251c7d refactor(04-key-tests): Port Key Tests
     add d00753224 refactor: remove 04-key-tests python test
     add c90d38f80 Merge branch 'main' into port-python-04-key-tests
     add bc68bcabf fix merge typo
     add 71bdee210 Merge pull request #5765 from 
neighbourhoodie/port-python-04-key-tests
     add 99cc52aa7 Merge branch 'main' into port-python-25-beginswith
     add c6accf6d3 Merge pull request #5766 from 
neighbourhoodie/port-python-25-beginswith
     add 754df16f7 Merge branch 'main' into port-python-22-covering-index
     add 21c111b1c Merge pull request #5767 from 
neighbourhoodie/port-python-22-covering-index
     add 565074d66 fix(tests): Fix and enable JWTRolesClaimTest
     add d9c059e12 Update Elixir tests and config files (#5822)
     add 1fe7ab175 chore: Use SpiderMonkey v128 as default version (#5624)
     add 64160106d chore(dev): Improve configure help message

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   (5b557c95d)
            \
             N -- N -- N   refs/heads/chore/configure-options (64160106d)

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:
 configure                                          |   2 +-
 configure.ps1                                      |   4 +-
 src/couch/rebar.config.script                      |   4 +-
 src/mango/test/04-key-tests.py                     | 159 ----
 src/mango/test/22-covering-index-test.py           | 183 ----
 src/mango/test/25-beginswith-test.py               | 134 ---
 test/elixir/test/cluster_with_quorum_test.exs      |  20 +-
 test/elixir/test/cluster_without_quorum_test.exs   |  47 +-
 test/elixir/test/config/search.elixir              |  12 +-
 test/elixir/test/config/skip.elixir                |  21 +-
 test/elixir/test/config/suite.elixir               | 105 ++-
 test/elixir/test/cookie_auth_test.exs              |  41 +-
 .../{disk_monitor.exs => disk_monitor_test.exs}    |   0
 test/elixir/test/jwt_roles_claim_test.exs          |  27 +-
 .../{large_docs_text.exs => large_docs_test.exs}   |   0
 test/elixir/test/mango/02_basic_find_test.exs      |   6 +-
 test/elixir/test/mango/04_key_test.exs             | 177 ++++
 test/elixir/test/mango/22-covering-index-test.exs  | 230 +++++
 test/elixir/test/mango/25_beginswith_test.exs      | 143 ++++
 ...nges_feed.exs => reshard_changes_feed_test.exs} |   0
 test/elixir/test/rewrite_js_test.exs               | 361 ++++----
 test/elixir/test/rewrite_test.exs                  | 937 +++++++++++----------
 test/elixir/test/support/friend_docs.ex            |   2 +-
 test/elixir/test/support/limit_docs.ex             |   2 +-
 test/elixir/test/support/mango_database.ex         |  44 +-
 test/elixir/test/support/user_docs.ex              |   2 +-
 26 files changed, 1381 insertions(+), 1282 deletions(-)
 delete mode 100644 src/mango/test/04-key-tests.py
 delete mode 100644 src/mango/test/22-covering-index-test.py
 delete mode 100644 src/mango/test/25-beginswith-test.py
 rename test/elixir/test/{disk_monitor.exs => disk_monitor_test.exs} (100%)
 rename test/elixir/test/{large_docs_text.exs => large_docs_test.exs} (100%)
 create mode 100644 test/elixir/test/mango/04_key_test.exs
 create mode 100644 test/elixir/test/mango/22-covering-index-test.exs
 create mode 100644 test/elixir/test/mango/25_beginswith_test.exs
 rename test/elixir/test/{reshard_changes_feed.exs => 
reshard_changes_feed_test.exs} (100%)

Reply via email to