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

iilyak pushed a change to branch upgrade-nose2
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 0501c69eb Update `nose2` to 0.13 to remove the missing method warning.
     add 78309a678 upgrade dropwizard to 4.0.7
     add e3a819f41 Merge pull request #5047 from apache/dropwizard-4.0.7
     add 022ffd15f Update CI Erlang versions
     add 105cf01cd Update CI OSes
     add ada51350d Use the built-in crypto:pbkdf2_hmac function
     add f82be73e6 Add QuickJS as a Javascript engine option
     add 0d8105c8e Update `nose2` to 0.13 to remove the missing method warning.

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   (0501c69eb)
            \
             N -- N -- N   refs/heads/upgrade-nose2 (0d8105c8e)

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:
 LICENSE                                            |    54 +
 Makefile                                           |    18 +-
 Makefile.win                                       |    13 +-
 build-aux/Jenkinsfile.full                         |    37 +-
 build-aux/Jenkinsfile.pr                           |    10 +-
 configure                                          |    49 +-
 configure.ps1                                      |    23 +
 nouveau/build.gradle                               |     2 +-
 rebar.config.script                                |     8 +-
 rel/overlay/etc/default.ini                        |    35 +
 rel/reltool.config                                 |    12 +-
 share/server/{loop.js => dispatch-quickjs.js}      |   144 +-
 share/server/dreyfus.js                            |     2 +-
 share/server/render.js                             |     2 +-
 share/server/util.js                               |    11 +-
 share/server/views.js                              |     2 +-
 src/chttpd/src/chttpd_node.erl                     |    16 +-
 src/couch/rebar.config.script                      |    38 +-
 src/couch/src/couch.app.src                        |     4 +-
 src/couch/src/couch_passwords.erl                  |     2 +-
 src/couch/src/couch_passwords_cache.erl            |     2 +-
 src/couch/src/couch_proc_manager.erl               |    20 +
 src/couch/src/couch_server.erl                     |    12 +
 src/couch_quickjs/.gitignore                       |    21 +
 src/couch_quickjs/build_js.escript                 |   117 +
 src/couch_quickjs/c_src/.gitignore                 |     5 +
 src/couch_quickjs/c_src/couchjs.c                  |   504 +
 .../patches/01-spidermonkey-185-mode.patch         |    27 +
 src/couch_quickjs/priv/.gitignore                  |     2 +
 src/couch_quickjs/quickjs/Changelog                |   175 +
 src/couch_quickjs/quickjs/LICENSE                  |    22 +
 src/couch_quickjs/quickjs/Makefile                 |   590 +
 src/couch_quickjs/quickjs/VERSION                  |     1 +
 src/couch_quickjs/quickjs/cutils.c                 |   631 +
 src/couch_quickjs/quickjs/cutils.h                 |   347 +
 src/couch_quickjs/quickjs/libbf.c                  |  8475 +++
 src/couch_quickjs/quickjs/libbf.h                  |   535 +
 src/couch_quickjs/quickjs/libregexp-opcode.h       |    57 +
 src/couch_quickjs/quickjs/libregexp.c              |  2503 +
 src/couch_quickjs/quickjs/libregexp.h              |    55 +
 src/couch_quickjs/quickjs/libunicode-table.h       |  4557 ++
 src/couch_quickjs/quickjs/libunicode.c             |  1910 +
 src/couch_quickjs/quickjs/libunicode.h             |   182 +
 src/couch_quickjs/quickjs/list.h                   |    99 +
 src/couch_quickjs/quickjs/qjsc.c                   |   761 +
 src/couch_quickjs/quickjs/quickjs-atom.h           |   273 +
 src/couch_quickjs/quickjs/quickjs-libc.c           |  4052 ++
 src/couch_quickjs/quickjs/quickjs-libc.h           |    60 +
 src/couch_quickjs/quickjs/quickjs-opcode.h         |   372 +
 src/couch_quickjs/quickjs/quickjs.c                | 55992 +++++++++++++++++++
 src/couch_quickjs/quickjs/quickjs.h                |  1087 +
 src/couch_quickjs/quickjs/run-test262.c            |  2216 +
 src/couch_quickjs/quickjs/test262.conf             |   227 +
 src/couch_quickjs/quickjs/test262_errors.txt       |     8 +
 src/couch_quickjs/quickjs/tests/test262.patch      |    71 +
 src/couch_quickjs/rebar.config.script              |    95 +
 .../src/couch_quickjs.app.src}                     |     6 +-
 src/couch_quickjs/src/couch_quickjs.erl            |    58 +
 .../src/couch_quickjs_scanner_plugin.erl           |   497 +
 .../test/couch_quickjs_scanner_plugin_tests.erl    |   167 +
 src/couch_quickjs/test/couch_quickjs_tests.erl     |    68 +
 src/couch_quickjs/update_and_apply_patches.sh      |    54 +
 src/docs/src/config/couchdb.rst                    |    11 +
 src/docs/src/config/index.rst                      |     1 +
 src/docs/src/config/quickjs.rst                    |   122 +
 src/docs/src/config/scanner.rst                    |     1 +
 src/fast_pbkdf2/.gitignore                         |    30 -
 src/fast_pbkdf2/LICENSE                            |   191 -
 src/fast_pbkdf2/README.md                          |    58 -
 src/fast_pbkdf2/benchmarks/bench.ex                |    36 -
 src/fast_pbkdf2/c_src/fast_pbkdf2.c                |   592 -
 src/fast_pbkdf2/mix.exs                            |    18 -
 src/fast_pbkdf2/rebar.config                       |    75 -
 src/fast_pbkdf2/rebar.config.script                |     8 -
 src/fast_pbkdf2/src/fast_pbkdf2.app.src            |    15 -
 src/fast_pbkdf2/src/fast_pbkdf2.erl                |    62 -
 src/fast_pbkdf2/test/erl_pbkdf2.erl                |    42 -
 src/fast_pbkdf2/test/pbkdf2_SUITE.erl              |   203 -
 test/elixir/test/view_errors_test.exs              |     3 +-
 test/elixir/test/view_sandboxing_test.exs          |    20 +-
 80 files changed, 87409 insertions(+), 1474 deletions(-)
 copy share/server/{loop.js => dispatch-quickjs.js} (66%)
 create mode 100644 src/couch_quickjs/.gitignore
 create mode 100644 src/couch_quickjs/build_js.escript
 create mode 100644 src/couch_quickjs/c_src/.gitignore
 create mode 100644 src/couch_quickjs/c_src/couchjs.c
 create mode 100644 src/couch_quickjs/patches/01-spidermonkey-185-mode.patch
 create mode 100644 src/couch_quickjs/priv/.gitignore
 create mode 100644 src/couch_quickjs/quickjs/Changelog
 create mode 100644 src/couch_quickjs/quickjs/LICENSE
 create mode 100644 src/couch_quickjs/quickjs/Makefile
 create mode 100644 src/couch_quickjs/quickjs/VERSION
 create mode 100644 src/couch_quickjs/quickjs/cutils.c
 create mode 100644 src/couch_quickjs/quickjs/cutils.h
 create mode 100644 src/couch_quickjs/quickjs/libbf.c
 create mode 100644 src/couch_quickjs/quickjs/libbf.h
 create mode 100644 src/couch_quickjs/quickjs/libregexp-opcode.h
 create mode 100644 src/couch_quickjs/quickjs/libregexp.c
 create mode 100644 src/couch_quickjs/quickjs/libregexp.h
 create mode 100644 src/couch_quickjs/quickjs/libunicode-table.h
 create mode 100644 src/couch_quickjs/quickjs/libunicode.c
 create mode 100644 src/couch_quickjs/quickjs/libunicode.h
 create mode 100644 src/couch_quickjs/quickjs/list.h
 create mode 100644 src/couch_quickjs/quickjs/qjsc.c
 create mode 100644 src/couch_quickjs/quickjs/quickjs-atom.h
 create mode 100644 src/couch_quickjs/quickjs/quickjs-libc.c
 create mode 100644 src/couch_quickjs/quickjs/quickjs-libc.h
 create mode 100644 src/couch_quickjs/quickjs/quickjs-opcode.h
 create mode 100644 src/couch_quickjs/quickjs/quickjs.c
 create mode 100644 src/couch_quickjs/quickjs/quickjs.h
 create mode 100644 src/couch_quickjs/quickjs/run-test262.c
 create mode 100644 src/couch_quickjs/quickjs/test262.conf
 create mode 100644 src/couch_quickjs/quickjs/test262_errors.txt
 create mode 100644 src/couch_quickjs/quickjs/tests/test262.patch
 create mode 100644 src/couch_quickjs/rebar.config.script
 copy src/{docs/src/docs.app.src => couch_quickjs/src/couch_quickjs.app.src} 
(84%)
 create mode 100644 src/couch_quickjs/src/couch_quickjs.erl
 create mode 100644 src/couch_quickjs/src/couch_quickjs_scanner_plugin.erl
 create mode 100644 
src/couch_quickjs/test/couch_quickjs_scanner_plugin_tests.erl
 create mode 100644 src/couch_quickjs/test/couch_quickjs_tests.erl
 create mode 100755 src/couch_quickjs/update_and_apply_patches.sh
 create mode 100644 src/docs/src/config/quickjs.rst
 delete mode 100644 src/fast_pbkdf2/.gitignore
 delete mode 100644 src/fast_pbkdf2/LICENSE
 delete mode 100644 src/fast_pbkdf2/README.md
 delete mode 100644 src/fast_pbkdf2/benchmarks/bench.ex
 delete mode 100644 src/fast_pbkdf2/c_src/fast_pbkdf2.c
 delete mode 100644 src/fast_pbkdf2/mix.exs
 delete mode 100644 src/fast_pbkdf2/rebar.config
 delete mode 100644 src/fast_pbkdf2/rebar.config.script
 delete mode 100644 src/fast_pbkdf2/src/fast_pbkdf2.app.src
 delete mode 100644 src/fast_pbkdf2/src/fast_pbkdf2.erl
 delete mode 100644 src/fast_pbkdf2/test/erl_pbkdf2.erl
 delete mode 100644 src/fast_pbkdf2/test/pbkdf2_SUITE.erl

Reply via email to