This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from b877fb976 Merge pull request #5628 from apache/lucene-10
add 849cdd408 Port a basic _find test to Elixir along with the user_docs
fixture it depends on
add 1f303d92b Port the friend_docs fixture and one dependent test as an
example from Python to Elixir
add ad54a11a2 Port the limit_docs fixture and one dependent test from
Python to Elxir
add fedd48b82 Instruct jiffy to use `nil` as the Elixir equivalent of the
JSON null value
add b7743a977 Complete MangoDatabase Elixir port
add 0d949fc13 refactor(test): 11 ignore design docs from python to elixir
add 463eac686 deprecate python vs of 11 ignore design docs
add 25f1f5577 chore(makefile): add possibility to run elixir-search per
file
add 7f2d9c728 refactor(basic-find-test): Port test for basic-find-test to
elixir
add 672a8c693 refactor: remove python test basic-find-test
add e218b2e19 Merge branch 'main' into port-python-02-basic-find
add 949156ad3 Merge branch 'main' into port-python-02-basic-find
add 5e8137e74 Merge branch 'main' into port-python-02-basic-find
add 1c6578567 Merge branch 'main' into port-python-02-basic-find
new 40ae312e2 Merge pull request #5763 from
neighbourhoodie/port-python-02-basic-find
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/mango/test/02-basic-find-test.py | 320 --------------------------
test/elixir/test/config/suite.elixir | 30 ++-
test/elixir/test/mango/02_basic_find_test.exs | 298 ++++++++++++++++++++++++
3 files changed, 327 insertions(+), 321 deletions(-)
delete mode 100644 src/mango/test/02-basic-find-test.py