You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/03/09 11:44:15 UTC

[couchdb] branch fix/1097/compaction-daemon-disk-size updated (9fe5650 -> 9178669)

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

jan pushed a change to branch fix/1097/compaction-daemon-disk-size
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 9fe5650  fix: compaction daemon symlink resolution and log level #1097
     add 817b2b6  Add bcrypt hashing option
     add b58021e  Introduce bin_opt_info erl_opts compilation option
     add 3c26bc3  Fix dialyzer warning for couch_att:from_disk_term
     new 9178669  Merge branch 'master' into fix/1097/compaction-daemon-disk-size

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                                 |   1 +
 LICENSE                                    | 117 +++++++++++++++++++++++
 NOTICE                                     |   7 ++
 rebar.config.script                        |   8 +-
 rel/overlay/etc/default.ini                |   3 +-
 rel/reltool.config                         |   2 +
 src/couch/src/couch.app.src                |   1 +
 src/couch/src/couch.erl                    |   1 +
 src/couch/src/couch_att.erl                |  24 ++++-
 src/couch/src/couch_auth_cache.erl         |   7 ++
 src/couch/src/couch_httpd_auth.erl         |  12 ++-
 src/couch/src/couch_passwords.erl          |  19 +++-
 src/couch/src/couch_users_db.erl           |  10 +-
 src/couch/test/couch_passwords_tests.erl   |  42 ++++++++-
 test/javascript/tests/users_db_security.js | 144 ++++++++++++++++++++++++++---
 15 files changed, 374 insertions(+), 24 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jan@apache.org.

[couchdb] 01/01: Merge branch 'master' into fix/1097/compaction-daemon-disk-size

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

jan pushed a commit to branch fix/1097/compaction-daemon-disk-size
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 917866940ace9ba41dac0b6678ec74aff262cc2b
Merge: 9fe5650 3c26bc3
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Fri Mar 9 12:44:13 2018 +0100

    Merge branch 'master' into fix/1097/compaction-daemon-disk-size

 .gitignore                                 |   1 +
 LICENSE                                    | 117 +++++++++++++++++++++++
 NOTICE                                     |   7 ++
 rebar.config.script                        |   8 +-
 rel/overlay/etc/default.ini                |   3 +-
 rel/reltool.config                         |   2 +
 src/couch/src/couch.app.src                |   1 +
 src/couch/src/couch.erl                    |   1 +
 src/couch/src/couch_att.erl                |  24 ++++-
 src/couch/src/couch_auth_cache.erl         |   7 ++
 src/couch/src/couch_httpd_auth.erl         |  12 ++-
 src/couch/src/couch_passwords.erl          |  19 +++-
 src/couch/src/couch_users_db.erl           |  10 +-
 src/couch/test/couch_passwords_tests.erl   |  42 ++++++++-
 test/javascript/tests/users_db_security.js | 144 ++++++++++++++++++++++++++---
 15 files changed, 374 insertions(+), 24 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jan@apache.org.