You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/04/29 22:16:06 UTC

[couchdb] branch main updated (82aa1625c -> aa8eb076c)

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 82aa1625c Merge pull request #4556 from apache/nouveau-remove-afterburner
     add d5c78e6be finish partitioned support for nouveau
     new aa8eb076c Merge pull request #4557 from apache/nouveau-partition-support

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/nouveau/src/nouveau_api.erl           | 15 +++++--
 src/nouveau/src/nouveau_fabric_search.erl |  8 +++-
 src/nouveau/src/nouveau_httpd.erl         |  6 +++
 src/nouveau/src/nouveau_index_updater.erl |  9 +++-
 test/elixir/test/config/nouveau.elixir    |  5 ++-
 test/elixir/test/nouveau_test.exs         | 70 +++++++++++++++++++++++++++++++
 6 files changed, 106 insertions(+), 7 deletions(-)


[couchdb] 01/01: Merge pull request #4557 from apache/nouveau-partition-support

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit aa8eb076c311d3c816ea554ccf15e1232194bbfd
Merge: 82aa1625c d5c78e6be
Author: Robert Newson <rn...@apache.org>
AuthorDate: Sat Apr 29 22:16:00 2023 +0000

    Merge pull request #4557 from apache/nouveau-partition-support
    
    finish partitioned support for nouveau

 src/nouveau/src/nouveau_api.erl           | 15 +++++--
 src/nouveau/src/nouveau_fabric_search.erl |  8 +++-
 src/nouveau/src/nouveau_httpd.erl         |  6 +++
 src/nouveau/src/nouveau_index_updater.erl |  9 +++-
 test/elixir/test/config/nouveau.elixir    |  5 ++-
 test/elixir/test/nouveau_test.exs         | 70 +++++++++++++++++++++++++++++++
 6 files changed, 106 insertions(+), 7 deletions(-)