You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by eiri <gi...@git.apache.org> on 2017/01/24 17:34:15 UTC

[GitHub] couchdb-fabric pull request #85: Add admin ctx on open ddoc in group_info

GitHub user eiri opened a pull request:

    https://github.com/apache/couchdb-fabric/pull/85

    Add admin ctx on open ddoc in group_info

    Group info on ddocs in _users database require admin privileges.
    
    COUCHDB-3279

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

    $ git pull https://github.com/cloudant/couchdb-fabric 81924-admin_ctx-in-group_info

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

    https://github.com/apache/couchdb-fabric/pull/85.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 #85
    
----
commit f9f568138ff24f4769b5047f13f4db7a7f3ce94a
Author: Eric Avdey <ei...@eiri.ca>
Date:   2017-01-24T17:25:41Z

    Add admin ctx on open ddoc in group_info

----


---
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-fabric pull request #85: Add admin ctx on open ddoc in group_info

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

    https://github.com/apache/couchdb-fabric/pull/85


---
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-fabric issue #85: Add admin ctx on open ddoc in group_info

Posted by nickva <gi...@git.apache.org>.
Github user nickva commented on the issue:

    https://github.com/apache/couchdb-fabric/pull/85
  
    +1
    
    ```node1@127.0.0.1)4> fabric:get_view_group_info(<<"_users">>, <<"_design/_auth">>).
    {ok,[{updates_pending,{[{minimum,2},
                            {preferred,0},
                            {total,2}]}},
         {waiting_commit,false},
         {waiting_clients,0},
         {updater_running,false},
         {update_seq,0},
         {sizes,{[{file,408},{external,0},{active,0}]}},
         {signature,<<"3e823c2a4383ac0c18d4e574135a5b08">>},
         {purge_seq,0},
         {language,<<"javascript">>},
         {disk_size,408},
         {data_size,0},
         {compact_running,false}]}
    ```


---
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.
---