You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2021/04/27 12:38:35 UTC

[couchdb] branch main updated (bdb3818 -> 4f36e46)

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

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


    from bdb3818  Add AIMD-based batching to couch_jobs activity monitor and notifier
     new 845f917  Create couch_lib application
     new 94bcb53  Add couch_lib_parse:parse_{boolean|integer|non_neg_integer}
     new 4f36e46  Merge pull request #3529 from cloudant/create_couch_lib

The 13064 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:
 rebar.config.script                                |  1 +
 rel/reltool.config                                 |  2 +
 src/couch_lib/.gitignore                           | 21 ++++++++
 src/couch_lib/README.md                            | 28 ++++++++++
 .../src/couch_lib.app.src}                         | 13 +++--
 src/couch_lib/src/couch_lib_parse.erl              | 61 ++++++++++++++++++++++
 src/couch_views/src/couch_views.app.src            |  1 +
 src/couch_views/src/couch_views_http_util.erl      | 41 ++++-----------
 src/couch_views/test/couch_views_server_test.erl   |  3 +-
 9 files changed, 132 insertions(+), 39 deletions(-)
 create mode 100644 src/couch_lib/.gitignore
 create mode 100644 src/couch_lib/README.md
 copy src/{couch_eval/src/couch_eval.app.src => couch_lib/src/couch_lib.app.src} (80%)
 create mode 100644 src/couch_lib/src/couch_lib_parse.erl