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 2017/10/12 09:30:56 UTC

[couchdb] branch janl-patch-1 updated (3617ba1 -> c3a18cc)

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

jan pushed a change to branch janl-patch-1
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit 3617ba1  Merge branch 'master' into janl-patch-1
    omit 6403e4a  chore: no need to make it look one needs to create an issue on top of a PR
     add d71ce9f  Make couch_peruser a proper Erlang app (#756)
     add a99cc6f  Fix erlang time module compatibility
     add 703e6c5  Fix cluster upgrades when deploying ddoc_cache
     new c3a18cc  chore: no need to make it look one needs to create an issue on top of a PR

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3617ba1)
            \
             N -- N -- N   refs/heads/janl-patch-1 (c3a18cc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 rel/overlay/etc/default.ini                        |   5 +-
 src/couch/rebar.config.script                      |   2 +
 src/couch/src/couch_auth_cache.erl                 |   5 +-
 src/couch/src/couch_lru.erl                        |   4 +-
 src/couch/src/couch_util.erl                       |  15 +
 src/couch/src/couch_uuids.erl                      | 105 +++++--
 src/couch/src/test_util.erl                        |   2 +-
 src/couch_epi/test/couch_epi_tests.erl             |   2 +-
 src/couch_peruser/README.md                        |  19 +-
 src/couch_peruser/src/couch_peruser.app.src        |   6 +-
 src/couch_peruser/src/couch_peruser.erl            | 312 +++++++++++++++------
 .../src/couch_peruser_app.erl}                     |   6 +-
 .../src/couch_peruser_sup.erl}                     |  16 +-
 src/couch_peruser/test/couch_peruser_test.erl      |  19 ++
 src/couch_replicator/src/couch_replicator.erl      |   2 +-
 .../src/couch_replicator_clustering.erl            |  10 +-
 .../src/couch_replicator_worker.erl                |  10 +-
 src/ddoc_cache/src/ddoc_cache_lru.erl              |   7 +-
 src/fabric/src/fabric_db_create.erl                |   2 +-
 src/mango/src/mango_execution_stats.erl            |   6 +-
 src/mem3/src/mem3.erl                              |   8 +-
 src/mem3/src/mem3_shards.erl                       |   4 +-
 src/rexi/src/rexi_server.erl                       |   2 +-
 test/build/test-run-couch-for-mango.sh             |  13 +-
 24 files changed, 435 insertions(+), 147 deletions(-)
 copy src/{couch_log/src/couch_log_app.erl => couch_peruser/src/couch_peruser_app.erl} (90%)
 copy src/{couch_stats/src/couch_stats_sup.erl => couch_peruser/src/couch_peruser_sup.erl} (75%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].

[couchdb] 01/01: chore: no need to make it look one needs to create an issue on top of a PR

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

jan pushed a commit to branch janl-patch-1
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit c3a18ccd7ec6d5a55223cdabbc8aed7376d3ad2d
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Mon Oct 9 21:38:42 2017 +0200

    chore: no need to make it look one needs to create an issue on top of a PR
---
 .github/PULL_REQUEST_TEMPLATE.md | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index f364446..a64a17e 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -22,17 +22,10 @@
      Does it provides any behaviour that the end users
      could notice? -->
 
-## GitHub issue number
-
-<!-- If this is a significant change, please file a separate issue at:
-     https://github.com/apache/couchdb/issues
-     and include the number here and in commit message(s) using
-     syntax like "Fixes #472" or "Fixes apache/couchdb#472".  -->
-
-## Related Pull Requests
+## Related Issues or Pull Requests
 
 <!-- If your changes affects multiple components in different
-     repositories please put links to those pull requests here.  -->
+     repositories please put links to those issues or pull requests here.  -->
 
 ## Checklist
 

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.