[GitHub] couchdb-fauxton pull request: Design tweaks

2016-02-09 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/643 Design tweaks You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertkowalski/couchdb-fauxton design-tweaks Alternatively you

[GitHub] couchdb-fabric pull request: Support fetch ddoc logic for filtered...

2016-02-09 Thread davisp
Github user davisp commented on the pull request: https://github.com/apache/couchdb-fabric/pull/37#issuecomment-182003128 +1 --- 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

[GitHub] couchdb-couch pull request: Use ddoc_cache and new fetch rpc forma...

2016-02-09 Thread rnewson
Github user rnewson commented on the pull request: https://github.com/apache/couchdb-couch/pull/134#issuecomment-18289 +1 --- 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

[jira] [Created] (COUCHDB-2948) Internal server error returned instead of 403 Forbidden when cassim is disabled

2016-02-09 Thread Mike Wallace (JIRA)
Mike Wallace created COUCHDB-2948: - Summary: Internal server error returned instead of 403 Forbidden when cassim is disabled Key: COUCHDB-2948 URL: https://issues.apache.org/jira/browse/COUCHDB-2948

[jira] [Created] (COUCHDB-2947) Applying limit and continuous to _changes results in odd behavior when writing documents during request

2016-02-09 Thread Mike Rhodes (JIRA)
Mike Rhodes created COUCHDB-2947: Summary: Applying limit and continuous to _changes results in odd behavior when writing documents during request Key: COUCHDB-2947 URL:

[jira] [Commented] (COUCHDB-2948) Internal server error returned instead of 403 Forbidden when cassim is disabled

2016-02-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15139044#comment-15139044 ] ASF GitHub Bot commented on COUCHDB-2948: - GitHub user mikewallace1979 opened a pull request:

[GitHub] couchdb-fabric pull request: Return forbidden error if encountered...

2016-02-09 Thread mikewallace1979
GitHub user mikewallace1979 opened a pull request: https://github.com/apache/couchdb-fabric/pull/38 Return forbidden error if encountered on any shard This commit fixes an issue which caused HTTP 500 errors to be returned when an authorized user attempted to access a database

[GitHub] couchdb-fabric pull request: Return forbidden error if encountered...

2016-02-09 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fabric/pull/38#issuecomment-181912838 +1 --- 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

[GitHub] couchdb-fauxton pull request: trays: use higher order components t...

2016-02-09 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/642#issuecomment-181995502 Other than that one isMounted check, this looks good. +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] couchdb-couch pull request: Use ddoc_cache and new fetch rpc forma...

2016-02-09 Thread davisp
Github user davisp commented on the pull request: https://github.com/apache/couchdb-couch/pull/134#issuecomment-182003098 +1 --- 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

[GitHub] couchdb-couch pull request: Send a real EventSource event for hear...

2016-02-09 Thread gdamjan
GitHub user gdamjan opened a pull request: https://github.com/apache/couchdb-couch/pull/137 Send a real EventSource event for heartbeat Bring back 845bf7529a3bc565d6446a7fa6cc5fd1a140653e The EventSource connection can get stuck (in TCP half-open state*) and there's no way

[GitHub] couchdb-couch pull request: 2945 remove couch http cors

2016-02-09 Thread iilyak
GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-couch/pull/138 2945 remove couch http cors Remove second implementation of CORS (couch_http_cors) in favor of chttpd_cors. This refactoring is done in order to make sure we always call chttpd_cors:headers

[GitHub] couchdb-fauxton pull request: Design tweaks

2016-02-09 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/643#issuecomment-182139518 Looks good, +1 when 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

[GitHub] couchdb-chttpd pull request: 2945 remove couch http cors

2016-02-09 Thread iilyak
GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-chttpd/pull/101 2945 remove couch http cors You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloudant/couchdb-chttpd 2945-remove-couch_http_cors

[jira] [Commented] (COUCHDB-2945) CORS headers are missing for requests to _session endpoint

2016-02-09 Thread ILYA (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15140032#comment-15140032 ] ILYA commented on COUCHDB-2945: --- https://github.com/apache/couchdb-chttpd/pull/101

[GitHub] couchdb-fauxton pull request: Move compact-clean

2016-02-09 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/645 Move compact-clean This PR moves the Compact & Clean functionality to the databases page's Actions column. You can merge this pull request into a Git repository by running: $ git

[GitHub] couchdb-fauxton pull request: Design tweaks

2016-02-09 Thread benkeen
Github user benkeen commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/643#discussion_r52396080 --- Diff: app/addons/documents/queryoptions/queryoptions.react.jsx --- @@ -173,8 +173,8 @@ function (app, FauxtonAPI, React, ReactDOM, Stores,

[GitHub] couchdb-couch pull request: Send a real EventSource event for hear...

2016-02-09 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch/pull/137#issuecomment-182204136 Why it was removed? +1 to get it back. --- 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

[jira] [Commented] (COUCHDB-2943) Tray Refactor & Bugfix: does not close after querying

2016-02-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15139286#comment-15139286 ] ASF GitHub Bot commented on COUCHDB-2943: - GitHub user robertkowalski opened a pull request:

[GitHub] couchdb-fauxton pull request: trays: use higher order components t...

2016-02-09 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/642 trays: use higher order components to connect them to stores this is the first step to get rid of `` which uses `FauxtonAPI.Events` and additionally manages its own state by