This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 020a52c76 Merge pull request #5599 from
apache/print-failed-property-test
add 2578b55fc nouveau: use http/2
new 94a77becf Merge pull request #5598 from apache/nouveau-gun-http2
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:
.gitignore | 2 +
configure | 4 +
configure.ps1 | 4 +
.../{core/ser/LongWrapper.java => api/Ok.java} | 11 +-
.../couchdb/nouveau/resources/IndexResource.java | 26 +-
rebar.config.script | 1 +
rel/nouveau.yaml | 4 +-
rel/reltool.config | 4 +
src/nouveau/src/nouveau.app.src | 2 +-
src/nouveau/src/nouveau_api.erl | 269 ++++++++-------------
src/nouveau/src/nouveau_gun.erl | 125 ++++++++++
src/nouveau/src/nouveau_index_manager.erl | 33 ---
src/nouveau/src/nouveau_index_updater.erl | 46 ++--
src/nouveau/src/nouveau_sup.erl | 1 +
src/nouveau/src/nouveau_util.erl | 10 +-
15 files changed, 283 insertions(+), 259 deletions(-)
copy
nouveau/src/main/java/org/apache/couchdb/nouveau/{core/ser/LongWrapper.java =>
api/Ok.java} (77%)
create mode 100644 src/nouveau/src/nouveau_gun.erl