[GitHub] willholley commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace

2017-11-01 Thread GitBox
willholley commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace URL: https://github.com/apache/couchdb/issues/732#issuecomment-341207786 @drnybble It's a bug in Erlang 19 (will be fixed in Erlang 21) and any CouchDB version prior to 2.1.1 will be

[GitHub] janl closed pull request #952: R20 compat for 1.x.x

2017-11-01 Thread GitBox
janl closed pull request #952: R20 compat for 1.x.x URL: https://github.com/apache/couchdb/pull/952 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork),

[GitHub] popojargo commented on issue #1014: Fix Replication urls

2017-11-01 Thread GitBox
popojargo commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341222043 @garrensmith or @Antonio-Maranhao , I have fixed the url for the database replication but if I want to provide tests, what should I do (or is it

[GitHub] wohali closed pull request #192: Clean up wording in "Add, then delete" section

2017-11-01 Thread GitBox
wohali closed pull request #192: Clean up wording in "Add, then delete" section URL: https://github.com/apache/couchdb-documentation/pull/192 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] wohali commented on issue #192: Clean up wording in "Add, then delete" section

2017-11-01 Thread GitBox
wohali commented on issue #192: Clean up wording in "Add, then delete" section URL: https://github.com/apache/couchdb-documentation/pull/192#issuecomment-341235898 Since we're pushing forward with a 2.1.1 RC2 today, I'm merging this so I can move the tag and rebuild.

[GitHub] popojargo commented on issue #1014: Fix Replication urls

2017-11-01 Thread GitBox
popojargo commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341222043 @garrensmith or @Antonio-Maranhao , I have fixed the url for the database replication but if I want to provide tests, what should I do (or is it

[GitHub] flimzy commented on a change in pull request #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
flimzy commented on a change in pull request #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193#discussion_r148386714 ## File path: src/whatsnew/2.1.rst ## @@ -46,6 +46,15 @@ Upgrade Notes had been unfortunately misnamed, and has

[GitHub] popojargo opened a new pull request #1014: Fix Replication urls

2017-11-01 Thread GitBox
popojargo opened a new pull request #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014 ## Overview Fixed the url for replication ## Testing recommendations 1. Login in Fauxton 2. Click on a database 3. At the top left side

[GitHub] davisp commented on issue #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
davisp commented on issue #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193#issuecomment-341248737 Belated +1 This is an automated message from the Apache Git Service. To respond to

[GitHub] kxepal commented on a change in pull request #952: R20 compat for 1.x.x

2017-11-01 Thread GitBox
kxepal commented on a change in pull request #952: R20 compat for 1.x.x URL: https://github.com/apache/couchdb/pull/952#discussion_r148347880 ## File path: .travis.yml ## @@ -11,13 +11,12 @@ script: - make distcheck language: erlang otp_release: + - 20.0 Review

[GitHub] flimzy opened a new issue #953: GET /_scheduler returns 405

2017-11-01 Thread GitBox
flimzy opened a new issue #953: GET /_scheduler returns 405 URL: https://github.com/apache/couchdb/issues/953 Observe: ``` $ curl -v -X GET http://admin:abc123@localhost:6002/_scheduler Note: Unnecessary use of -X or --request, GET is already inferred. * Trying ::1... *

[GitHub] wohali opened a new pull request #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
wohali opened a new pull request #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] wohali closed pull request #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
wohali closed pull request #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] janl opened a new pull request #952: R20 compat for 1.x.x

2017-11-01 Thread GitBox
janl opened a new pull request #952: R20 compat for 1.x.x URL: https://github.com/apache/couchdb/pull/952 mostly 2.x backports from @nickva, thanks! :) This is an automated message from the Apache Git Service. To respond to

[GitHub] drnybble commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace

2017-11-01 Thread GitBox
drnybble commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace URL: https://github.com/apache/couchdb/issues/732#issuecomment-341206151 Did this issue exist in 2.0.0.1? I am seeing the same problem when running CouchDB 2.0.0.1 in a native Windows Docker

[GitHub] popojargo opened a new pull request #1015: Fix/database creation error feedback

2017-11-01 Thread GitBox
popojargo opened a new pull request #1015: Fix/database creation error feedback URL: https://github.com/apache/couchdb-fauxton/pull/1015 ## Overview When the user attempted to create an invalid database, no feedback was returned. I fixed the js error in order to have a

[GitHub] Antonio-Maranhao commented on issue #1014: Fix Replication urls

2017-11-01 Thread GitBox
Antonio-Maranhao commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341284868 @popojargo thanks for the pull request. I think a nightwatch test for that dropdown menu is probably the best approach here. Here's an example

[GitHub] popojargo commented on issue #1014: Fix Replication urls

2017-11-01 Thread GitBox
popojargo commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341285250 Indeed, I did a nightwatch test for another pr and it seems appropriate. I will a test tonight

[GitHub] wohali commented on a change in pull request #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
wohali commented on a change in pull request #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193#discussion_r148392614 ## File path: src/whatsnew/2.1.rst ## @@ -46,6 +46,15 @@ Upgrade Notes had been unfortunately misnamed, and has

[GitHub] Antonio-Maranhao commented on issue #1015: Fix/database creation error feedback

2017-11-01 Thread GitBox
Antonio-Maranhao commented on issue #1015: Fix/database creation error feedback URL: https://github.com/apache/couchdb-fauxton/pull/1015#issuecomment-341285412 +1 Nice work! This is an automated message from the Apache Git

[GitHub] janl closed pull request #945: ejson dupes

2017-11-01 Thread GitBox
janl closed pull request #945: ejson dupes URL: https://github.com/apache/couchdb/pull/945 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff

[GitHub] janl closed pull request #948: Several backports from master

2017-11-01 Thread GitBox
janl closed pull request #948: Several backports from master URL: https://github.com/apache/couchdb/pull/948 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from

[jira] [Commented] (COUCHDB-1356) POST _session responds with name: null if _admin user and no _users doc present

2017-11-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233720#comment-16233720 ] ASF subversion and git services commented on COUCHDB-1356: -- Commit

[GitHub] janl closed pull request #949: disable js tests that need the native query server

2017-11-01 Thread GitBox
janl closed pull request #949: disable js tests that need the native query server URL: https://github.com/apache/couchdb/pull/949 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] garrensmith opened a new pull request #1011: Fix could not bulk delete from table view

2017-11-01 Thread GitBox
garrensmith opened a new pull request #1011: Fix could not bulk delete from table view URL: https://github.com/apache/couchdb-fauxton/pull/1011 Fixed an issue where the _rev was not getting added to the doc so table view could not do bulk deletes ## Checklist - [x]

[GitHub] garrensmith commented on issue #1007: Replicate database button not supported

2017-11-01 Thread GitBox
garrensmith commented on issue #1007: Replicate database button not supported URL: https://github.com/apache/couchdb-fauxton/issues/1007#issuecomment-341022613 Hey @popojargo that is correct. If you could fix this, that would be great. Thank you

[GitHub] garrensmith commented on issue #1011: Fix could not bulk delete from table view

2017-11-01 Thread GitBox
garrensmith commented on issue #1011: Fix could not bulk delete from table view URL: https://github.com/apache/couchdb-fauxton/pull/1011#issuecomment-341053425 @Antonio-Maranhao and @popojargo would you mind reviewing this for me?

[GitHub] garrensmith commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341020934 THanks @popojargo this is a good start. I'm struggling to review it though. There seems a lot of unnecessary changes

[jira] [Commented] (COUCHDB-2310) Add a bulk API for revs & open_revs

2017-11-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233724#comment-16233724 ] ASF subversion and git services commented on COUCHDB-2310: -- Commit

[jira] [Commented] (COUCHDB-2375) 500 error returned if rev query parameter contains -

2017-11-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233723#comment-16233723 ] ASF subversion and git services commented on COUCHDB-2375: -- Commit

[jira] [Commented] (COUCHDB-2534) Return forbidden error when authed user tries to access database it doesn't allowed

2017-11-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233725#comment-16233725 ] ASF subversion and git services commented on COUCHDB-2534: -- Commit

[jira] [Commented] (COUCHDB-1447) X-Couch-Update-NewRev header is missed if custom headers are specified in response of _update handler

2017-11-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16233721#comment-16233721 ] ASF subversion and git services commented on COUCHDB-1447: -- Commit

[GitHub] garrensmith opened a new pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
garrensmith opened a new pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951 For Get / _index only return the partial_filter_selector for an index if it is set to something other than default ## Checklist

[Jenkins] FAILURE: CouchDB » 2.1.x #7

2017-11-01 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/2.1.x/7/

[GitHub] Antonio-Maranhao commented on issue #1013: Support fauxton on IE10,IE11 and Edge

2017-11-01 Thread GitBox
Antonio-Maranhao commented on issue #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#issuecomment-341310322 @popojargo @garrensmith Took me some time to get a VM with IE11 but now I'm set. I'll continue looking into this tomorrow.

[GitHub] nickva commented on issue #953: GET /_scheduler returns 405

2017-11-01 Thread GitBox
nickva commented on issue #953: GET /_scheduler returns 405 URL: https://github.com/apache/couchdb/issues/953#issuecomment-341306474 I think the idea was to reserve _scheduler for the future to return replication stats or summary. But it hasn't been implemented yet. Yeah 404 might

[Jenkins] FAILURE: CouchDB » 2.1.x #8

2017-11-01 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/2.1.x/8/

[GitHub] Antonio-Maranhao commented on issue #1011: Fix could not bulk delete from table view

2017-11-01 Thread GitBox
Antonio-Maranhao commented on issue #1011: Fix could not bulk delete from table view URL: https://github.com/apache/couchdb-fauxton/pull/1011#issuecomment-341101006 +1 Thanks for fixing this! This is an automated message

[GitHub] garrensmith commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341102256 @popojargo the issue here is that have a few unrelated changes all in 1 pr. The package-lock should be in the repo.

[GitHub] garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#discussion_r148257077 ## File path: webpack.config.release.js ## @@ -22,7 +22,7 @@ const settings =

[GitHub] garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#discussion_r148255942 ## File path: app/addons/documents/mango/components/ExecutionStats.js ## @@ -122,6

[GitHub] garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#discussion_r148256878 ## File path: package-lock.json ## @@ -0,0 +1,8938 @@ +{ + "name": "fauxton",

[GitHub] garrensmith commented on a change in pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
garrensmith commented on a change in pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951#discussion_r148258763 ## File path: src/mango/src/mango_idx_view.erl ## @@ -120,7 +120,7 @@ is_usable(Idx, Selector,

[GitHub] rpiaggio commented on issue #932: Enable temporary views in CouchDB 2.x

2017-11-01 Thread GitBox
rpiaggio commented on issue #932: Enable temporary views in CouchDB 2.x URL: https://github.com/apache/couchdb/issues/932#issuecomment-34125 Thank you @wohali for your quick response. We had not considered using the `_changes` feed for this but after looking at it, it does not

[GitHub] popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341090152 @garrensmith My bad with the white spaces. I am using Webstorm IDE and when I fixed the EsLint error, it automatically

[GitHub] eiri commented on issue #849: Fix external size bug when seq btree exists

2017-11-01 Thread GitBox
eiri commented on issue #849: Fix external size bug when seq btree exists URL: https://github.com/apache/couchdb/pull/849#issuecomment-341085878 @wohali `seq_indexed` turns on seq btree generation in the views used in `_view_changes`. The feature itself not exposed on API at the moment and

[GitHub] popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341090152 @garrensmith My bad with the white spaces. I am using Webstorm IDE and when I fixed the EsLint error, it automatically

[GitHub] willholley commented on a change in pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
willholley commented on a change in pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951#discussion_r148256899 ## File path: src/mango/test/16-index-selectors-test.py ## @@ -264,4 +270,11 @@ def

[GitHub] willholley commented on a change in pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
willholley commented on a change in pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951#discussion_r148256961 ## File path: src/mango/src/mango_idx_view.erl ## @@ -120,7 +120,7 @@ is_usable(Idx, Selector,

[GitHub] willholley commented on a change in pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
willholley commented on a change in pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951#discussion_r148256783 ## File path: src/mango/test/16-index-selectors-test.py ## @@ -161,6 +161,12 @@ def

[GitHub] popojargo commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#discussion_r148261410 ## File path: webpack.config.release.js ## @@ -22,7 +22,7 @@ const settings =

[GitHub] popojargo opened a new pull request #1012: Fix/remove deprecated proptypes

2017-11-01 Thread GitBox
popojargo opened a new pull request #1012: Fix/remove deprecated proptypes URL: https://github.com/apache/couchdb-fauxton/pull/1012 ## Overview Simply remove React.PropTypes and use prop-types instead due to deprecation warning. ## Checklist - [ ] Code is written and

[GitHub] garrensmith commented on issue #1012: Fix/remove deprecated proptypes

2017-11-01 Thread GitBox
garrensmith commented on issue #1012: Fix/remove deprecated proptypes URL: https://github.com/apache/couchdb-fauxton/pull/1012#issuecomment-341114658 I'll merge once the tests pass This is an automated message from the Apache

[GitHub] popojargo closed pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo closed pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[GitHub] popojargo opened a new pull request #1013: Support fauxton on IE10,IE11 and Edge

2017-11-01 Thread GitBox
popojargo opened a new pull request #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013 ## Overview - Added babel-polyfill to support ES6 functions on browsers that doesn't support them - Fixed layouts problems on IE11 and Edge

[GitHub] popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341142142 Closing this PR for another cleaner PR This is an

[GitHub] dannyroberts commented on issue #192: Clean up wording in "Add, then delete" section

2017-11-01 Thread GitBox
dannyroberts commented on issue #192: Clean up wording in "Add, then delete" section URL: https://github.com/apache/couchdb-documentation/pull/192#issuecomment-341118656 Thanks @flimzy, sorry for the sloppiness! My original intention was to correct a few confusing typos, and I ended up

[GitHub] garrensmith closed pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
garrensmith closed pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] wohali commented on issue #932: Enable temporary views in CouchDB 2.x

2017-11-01 Thread GitBox
wohali commented on issue #932: Enable temporary views in CouchDB 2.x URL: https://github.com/apache/couchdb/issues/932#issuecomment-341144874 FYI there is work in progress to add reduce functionality to Mango. Hopefully this will support your needs in the future.

[GitHub] flimzy opened a new pull request #194: Update example replication document to reflect 2.1

2017-11-01 Thread GitBox
flimzy opened a new pull request #194: Update example replication document to reflect 2.1 URL: https://github.com/apache/couchdb-documentation/pull/194 We're still using old (2.0?) replication document examples. This updates it. More to do.

[GitHub] flimzy commented on issue #927: Confusing error message for bad index creation

2017-11-01 Thread GitBox
flimzy commented on issue #927: Confusing error message for bad index creation URL: https://github.com/apache/couchdb/issues/927#issuecomment-341249653 Thanks for the info, @janl. I'm happy to try to tackle this, but don't know if I'll have time in the short term.

[Jenkins] SUCCESS: CouchDB » master #132

2017-11-01 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/132/