You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/02 18:52:05 UTC

[jira] [Commented] (COUCHDB-2607) Gracefully handle _stats request failure

    [ https://issues.apache.org/jira/browse/COUCHDB-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343456#comment-14343456 ] 

ASF GitHub Bot commented on COUCHDB-2607:
-----------------------------------------

GitHub user robertkowalski opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/299

    Detect system databases on _

    All system databases are now prefixed by `_`, so we can remove
    a lot of detection logic.
    
    Additionally colored the warning in red.
    
    closes COUCHDB-2607

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

    $ git pull https://github.com/robertkowalski/couchdb-fauxton COUCHDB-2607-is-system-db

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

    https://github.com/apache/couchdb-fauxton/pull/299.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 #299
    
----
commit c2646568418c5bffbe659f3b4f24d70c4258a245
Author: Robert Kowalski <ro...@apache.org>
Date:   2015-03-02T17:43:00Z

    Detect system databases on _
    
    All system databases are now prefixed by `_`, so we can remove
    a lot of detection logic.
    
    Additionally colored the warning in red.
    
    closes COUCHDB-2607

----


> Gracefully handle _stats request failure
> ----------------------------------------
>
>                 Key: COUCHDB-2607
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2607
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Fauxton
>            Reporter: Alexander Shorin
>
> {{_stats}} resource isn't available from cluster interface. But on browsing all documents page Fauxton makes a request to {{_stats}} and after receiving {{HTTP 404 Not Found}} response proudly reports that database doesn't exists and refuses to render inner sidebar elements.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)