This is an automated email from the ASF dual-hosted git repository.
wohali pushed a change to branch improve-rfc-template
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 46d8c1a Merge branch 'master' into improve-rfc-template
new d8eec70 Jenkins add attachment test (#1953)
new 0c7111c test: port multiple_rows.js to Elixir test suite (#1958)
new a36ec91 Improve chttpd_socket_buffer_size_test
new aee2fd9 Add stats in fabric for partition and normal views (#1963)
new c151a32 Ignore weak ETag part
new 8ef42f7 Merge pull request #1971 from apache/weak-etag-comparison
new d98fd88 Added more info for a mango sort error (#1970)
new df07960 Merge branch 'master' into improve-rfc-template
The 11631 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/chttpd/src/chttpd.erl | 45 +-
src/chttpd/src/chttpd_db.erl | 15 +
src/chttpd/test/chttpd_socket_buffer_size_test.erl | 152 +++----
src/couch/priv/stats_descriptions.cfg | 48 ++
src/mango/src/mango_error.erl | 16 +-
src/mango/src/mango_httpd.erl | 9 +-
src/mango/src/mango_idx.erl | 27 +-
test/elixir/README.md | 12 +-
test/elixir/test/attachments.exs | 482 +++++++++++++++++++++
test/elixir/test/multiple_rows_test.exs | 136 ++++++
test/elixir/test/partition_mango_test.exs | 27 ++
test/javascript/tests/etags_head.js | 4 +
12 files changed, 862 insertions(+), 111 deletions(-)
create mode 100644 test/elixir/test/attachments.exs
create mode 100644 test/elixir/test/multiple_rows_test.exs