You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by KlausTrainer <gi...@git.apache.org> on 2015/08/19 12:28:51 UTC

[GitHub] couchdb pull request: Add couchdb_peruser

GitHub user KlausTrainer opened a pull request:

    https://github.com/apache/couchdb/pull/336

    Add couchdb_peruser

    Please also review [couchdb_peruser](https://github.com/apache/couchdb-peruser).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/couchdb couchdb-peruser

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/336.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #336
    
----
commit 3d722bb638d1a562efaeb33a7b8f80852bb31f2f
Author: Klaus Trainer <kl...@apache.org>
Date:   2015-08-10T20:22:52Z

    Add couchdb_peruser

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request: Add couchdb_peruser

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on the pull request:

    https://github.com/apache/couchdb/pull/336#issuecomment-132974351
  
    has the new repo been created and populated? does this work for clusters?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request: Add couchdb_peruser

Posted by KlausTrainer <gi...@git.apache.org>.
Github user KlausTrainer closed the pull request at:

    https://github.com/apache/couchdb/pull/336


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request: Add couchdb_peruser

Posted by KlausTrainer <gi...@git.apache.org>.
Github user KlausTrainer commented on a diff in the pull request:

    https://github.com/apache/couchdb/pull/336#discussion_r37526203
  
    --- Diff: rebar.config.script ---
    @@ -30,6 +30,7 @@ DepDescs = [
         {couch_plugins,     "couch-plugins",    {branch, "master"}},
         {couch_event,       "couch-event",      {branch, "master"}},
         {couch_stats,       "couch-stats",      {branch, "master"}},
    +    {couchdb_peruser,   "peruser",          {branch, "master"}},
    --- End diff --
    
    Fixed it. Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request: Add couchdb_peruser

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb/pull/336#discussion_r37517327
  
    --- Diff: rebar.config.script ---
    @@ -30,6 +30,7 @@ DepDescs = [
         {couch_plugins,     "couch-plugins",    {branch, "master"}},
         {couch_event,       "couch-event",      {branch, "master"}},
         {couch_stats,       "couch-stats",      {branch, "master"}},
    +    {couchdb_peruser,   "peruser",          {branch, "master"}},
    --- End diff --
    
    naming convention is couch_ :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request: Add couchdb_peruser

Posted by KlausTrainer <gi...@git.apache.org>.
Github user KlausTrainer commented on the pull request:

    https://github.com/apache/couchdb/pull/336#issuecomment-133004766
  
    Yes. Please see the repository here: https://git-wip-us.apache.org/repos/asf?p=couchdb-peruser.git.
    
    Regarding clusters: I've made some efforts to get it 2.0-ready. E.g., it now uses fabric for dealing with user databases, and I added integrations tests that go against the clustered HTTP interface.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request: Add couchdb_peruser

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb/pull/336#issuecomment-132534443
  
    +1 \o/
    
    P.S. Ignore travis failure - it's because of docs. I should merge https://github.com/apache/couchdb/pull/329 once it'll be green.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---