[GitHub] couchdb-fauxton pull request: Change all scrollbars to show up onl...

2015-07-23 Thread michellephung
Github user michellephung closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/479 --- 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

[GitHub] couchdb-couch-stats pull request: Use `chttpd:qs` instead of `couc...

2015-07-23 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch-stats/pull/6#issuecomment-124271793 +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: Change all scrollbars to show up onl...

2015-07-23 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/479#issuecomment-124271797 merged 47ddf4c01f3c0f3cb943a1204f573d1729c5cd99 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] couchdb-couch-dbupdates pull request: Use `chttpd:qs` instead of `...

2015-07-23 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch-dbupdates/pull/2#issuecomment-124271789 +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

[GitHub] couchdb-chttpd pull request: Use `chttpd:qs*` instead of `couch_ht...

2015-07-23 Thread iilyak
GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-chttpd/pull/48 Use `chttpd:qs*` instead of `couch_httpd:qs*` You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloudant/couchdb-chttpd chttpd-qs

[GitHub] couchdb-couch-stats pull request: Use `chttpd:qs` instead of `couc...

2015-07-23 Thread iilyak
GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-couch-stats/pull/6 Use `chttpd:qs` instead of `couch_httpd:qs` You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloudant/couchdb-couch-stats chttpd-qs

[GitHub] couchdb-documentation pull request: Document modifying triggered r...

2015-07-23 Thread grameh
GitHub user grameh opened a pull request: https://github.com/apache/couchdb-documentation/pull/23 Document modifying triggered replication documents Adds documentation describing what happens when you try to modify a triggered continuous replication. You can merge this pull

[GitHub] couchdb-documentation pull request: Document modifying triggered r...

2015-07-23 Thread grameh
Github user grameh commented on the pull request: https://github.com/apache/couchdb-documentation/pull/23#issuecomment-124078341 Looking at travis, it seems the build is failing. However, i have made no modifications to this file. This is the the failure reason

[GitHub] couchdb pull request: Install and use own rebar if it missed or ha...

2015-07-23 Thread kxepal
GitHub user kxepal opened a pull request: https://github.com/apache/couchdb/pull/330 Install and use own rebar if it missed or has bad version It's quite common issue when popular distributives ships rebar 2.0.0, which is heavily outdated and cannot build CouchDB. That means that

[GitHub] couchdb-ets-lru pull request: Integrate with Travis CI

2015-07-23 Thread kxepal
GitHub user kxepal opened a pull request: https://github.com/apache/couchdb-ets-lru/pull/2 Integrate with Travis CI You can merge this pull request into a Git repository by running: $ git pull https://github.com/kxepal/couchdb-ets-lru travis Alternatively you can review and

[GitHub] couchdb pull request: Travis update

2015-07-23 Thread kxepal
GitHub user kxepal opened a pull request: https://github.com/apache/couchdb/pull/329 Travis update You can merge this pull request into a Git repository by running: $ git pull https://github.com/kxepal/couchdb travis-update Alternatively you can review and apply these

[GitHub] couchdb-documentation pull request: Document modifying triggered r...

2015-07-23 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-documentation/pull/23#issuecomment-124079759 @grameh Thanks, it's fixed now. It seems like those changes landed without check. Please rebase for the green light. --- If your project is set up for

[GitHub] couchdb-documentation pull request: Document modifying triggered r...

2015-07-23 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-documentation/pull/23#issuecomment-124079863 @grameh Also, it would be good to squash your commits (: --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] couchdb-documentation pull request: Document modifying triggered r...

2015-07-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-documentation/pull/23 --- 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

[GitHub] couchdb-chttpd pull request: add configurable blacklist for all UR...

2015-07-23 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-chttpd/pull/47#discussion_r35314608 --- Diff: src/chttpd_handlers.erl --- @@ -51,6 +54,20 @@ design_handler(HandlerKey, DefaultFun) - %% Internal Function Definitions %%

[GitHub] couchdb-fauxton pull request: Change all scrollbars to show up onl...

2015-07-23 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/479#issuecomment-124207246 ty :) --- 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

[jira] [Commented] (COUCHDB-523) View API POST keys to retrieve multiple docs by key could also allow for multiple 'range' queries, i.e. an array of { startkey: .., endkey: ... } params in the POST

2015-07-23 Thread imadulhaq (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14639353#comment-14639353 ] imadulhaq commented on COUCHDB-523: --- How can I download patch of this? Need to have

[GitHub] couchdb-chttpd pull request: add configurable blacklist for all UR...

2015-07-23 Thread janl
Github user janl commented on a diff in the pull request: https://github.com/apache/couchdb-chttpd/pull/47#discussion_r35296472 --- Diff: src/chttpd_handlers.erl --- @@ -51,6 +54,20 @@ design_handler(HandlerKey, DefaultFun) - %% Internal Function Definitions %%

[GitHub] couchdb-chttpd pull request: add configurable blacklist for all UR...

2015-07-23 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-chttpd/pull/47#discussion_r35306707 --- Diff: src/chttpd_handlers.erl --- @@ -51,6 +54,20 @@ design_handler(HandlerKey, DefaultFun) - %% Internal Function Definitions %%

[GitHub] couchdb-chttpd pull request: add configurable blacklist for all UR...

2015-07-23 Thread janl
Github user janl commented on a diff in the pull request: https://github.com/apache/couchdb-chttpd/pull/47#discussion_r35307710 --- Diff: src/chttpd_handlers.erl --- @@ -51,6 +54,20 @@ design_handler(HandlerKey, DefaultFun) - %% Internal Function Definitions %%