[GitHub] wohali opened a new issue #967: `make dist` on a tag doesn't pick up tag revision #

2017-11-07 Thread GitBox
wohali opened a new issue #967: `make dist` on a tag doesn't pick up tag revision # URL: https://github.com/apache/couchdb/issues/967 Rather than special handling of `COUCH_RC=# make dist` it would be better if `make dist` could pull the tag from the current checkout and use that instead.

[GitHub] wohali opened a new pull request #968: Simplify make dist approach

2017-11-07 Thread GitBox
wohali opened a new pull request #968: Simplify make dist approach URL: https://github.com/apache/couchdb/pull/968 During the 2.1.1 release process there was a fault identified with the process. Even after checking out the `2.1.1` tag, a `make dist` command will build a tarball that has

[GitHub] wohali opened a new pull request #9: Eliminate duplicate symlink, fixes #7

2017-11-07 Thread GitBox
wohali opened a new pull request #9: Eliminate duplicate symlink, fixes #7 URL: https://github.com/apache/couchdb-pkg/pull/9 Moving the symlinks inside of %install ensures that rpm will clean them up on uninstall. Adding the -T (GNU option only, but should be fine in this situation)

[GitHub] tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#discussion_r149549786 ## File path: src/mango/src/mango_cursor.erl ## @@ -150,12

[GitHub] natevw commented on issue #972: 2.1.1 fails to open databases after upgrade

2017-11-07 Thread GitBox
natevw commented on issue #972: 2.1.1 fails to open databases after upgrade URL: https://github.com/apache/couchdb/issues/972#issuecomment-342674104 Here's a sample of what this might look like in the logs: > [error] 2017-11-08T00:26:55.849333Z couchdb@127.0.0.1 <0.259.0>

[GitHub] natevw commented on issue #972: 2.1.1 fails to open databases after upgrade

2017-11-07 Thread GitBox
natevw commented on issue #972: 2.1.1 fails to open databases after upgrade URL: https://github.com/apache/couchdb/issues/972#issuecomment-342674104 Here's a sample of what this might look like in the logs: ``` [error] 2017-11-08T00:26:55.849333Z couchdb@127.0.0.1 <0.259.0>

[GitHub] tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#discussion_r149549612 ## File path: src/mango/src/mango_cursor.erl ## @@ -150,12

[GitHub] tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#discussion_r149551044 ## File path: src/mango/src/mango_idx.erl ## @@ -59,20

[GitHub] tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#discussion_r149551201 ## File path: src/mango/test/05-index-selection-test.py ##

[GitHub] wohali closed issue #7: Fix recursive symlink in CentOS rpm pkg

2017-11-07 Thread GitBox
wohali closed issue #7: Fix recursive symlink in CentOS rpm pkg URL: https://github.com/apache/couchdb-pkg/issues/7 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] wohali closed pull request #9: Eliminate duplicate symlink, fixes #7

2017-11-07 Thread GitBox
wohali closed pull request #9: Eliminate duplicate symlink, fixes #7 URL: https://github.com/apache/couchdb-pkg/pull/9 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] wohali commented on issue #970: Startup crashes due to child couch_peruser started with bad argument on Ubuntu

2017-11-07 Thread GitBox
wohali commented on issue #970: Startup crashes due to child couch_peruser started with bad argument on Ubuntu URL: https://github.com/apache/couchdb/issues/970#issuecomment-342672126 This is fixed in 2.1.1. Please upgrade ASAP, this is a critical security release.

[GitHub] wohali closed issue #970: Startup crashes due to child couch_peruser started with bad argument on Ubuntu

2017-11-07 Thread GitBox
wohali closed issue #970: Startup crashes due to child couch_peruser started with bad argument on Ubuntu URL: https://github.com/apache/couchdb/issues/970 This is an automated message from the Apache Git Service. To respond

[GitHub] wohali closed issue #972: 2.1.1 fails to open databases after upgrade

2017-11-07 Thread GitBox
wohali closed issue #972: 2.1.1 fails to open databases after upgrade URL: https://github.com/apache/couchdb/issues/972 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] wohali opened a new issue #972: 2.1.1 fails to open databases after upgrade

2017-11-07 Thread GitBox
wohali opened a new issue #972: 2.1.1 fails to open databases after upgrade URL: https://github.com/apache/couchdb/issues/972 This is a pre-emptive bug against which we can de-duplicate issues that get filed in the future. "When starting up my CouchDB after upgrading from 2.0.0 or

[GitHub] tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#discussion_r149550494 ## File path: src/mango/src/mango_error.erl ## @@ -21,12

[GitHub] wohali commented on issue #7: Fix recursive symlink in CentOS rpm pkg

2017-11-07 Thread GitBox
wohali commented on issue #7: Fix recursive symlink in CentOS rpm pkg URL: https://github.com/apache/couchdb-pkg/issues/7#issuecomment-342440336 @sf-mrichter are you still seeing this symlink issue in your systems? if so can you let me know the exact scenario under which it appears? what

[GitHub] wohali commented on issue #7: Fix recursive symlink in CentOS rpm pkg

2017-11-07 Thread GitBox
wohali commented on issue #7: Fix recursive symlink in CentOS rpm pkg URL: https://github.com/apache/couchdb-pkg/issues/7#issuecomment-342437752 Cannot reproduce. From a freshly built RPM install on our Docker images: ```bash [build@29a9c41669ee ~]$ sudo rpm -i

[GitHub] wohali closed issue #7: Fix recursive symlink in CentOS rpm pkg

2017-11-07 Thread GitBox
wohali closed issue #7: Fix recursive symlink in CentOS rpm pkg URL: https://github.com/apache/couchdb-pkg/issues/7 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] wohali closed issue #956: CentOS 7 $releasever is 7Server, so repo described in documentation will not work

2017-11-07 Thread GitBox
wohali closed issue #956: CentOS 7 $releasever is 7Server, so repo described in documentation will not work URL: https://github.com/apache/couchdb/issues/956 This is an automated message from the Apache Git Service. To

[GitHub] wohali closed pull request #196: Correct RHEL instructions, fixes apache/couchdb#956

2017-11-07 Thread GitBox
wohali closed pull request #196: Correct RHEL instructions, fixes apache/couchdb#956 URL: https://github.com/apache/couchdb-documentation/pull/196 This is an automated message from the Apache Git Service. To respond to the

[GitHub] wohali closed pull request #199: Clarify change to default node name in 2.1.1

2017-11-07 Thread GitBox
wohali closed pull request #199: Clarify change to default node name in 2.1.1 URL: https://github.com/apache/couchdb-documentation/pull/199 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] wohali opened a new issue #7: Fix recursive symlink in CentOS rpm pkg

2017-11-07 Thread GitBox
wohali opened a new issue #7: Fix recursive symlink in CentOS rpm pkg URL: https://github.com/apache/couchdb-pkg/issues/7 https://gist.github.com/sf-mrichter/3da608bbcd93ee79a1277a1632f32c39 This is an automated message from

[GitHub] wohali closed pull request #202: Advertise stretch packages

2017-11-07 Thread GitBox
wohali closed pull request #202: Advertise stretch packages URL: https://github.com/apache/couchdb-documentation/pull/202 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] wohali opened a new pull request #202: Advertise stretch packages

2017-11-07 Thread GitBox
wohali opened a new pull request #202: Advertise stretch packages URL: https://github.com/apache/couchdb-documentation/pull/202 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] dharders opened a new issue #969: GET /db/_all_docs?update_seq=true missing 'offset' and 'update_seq' when 'keys' also provided

2017-11-07 Thread GitBox
dharders opened a new issue #969: GET /db/_all_docs?update_seq=true missing 'offset' and 'update_seq' when 'keys' also provided URL: https://github.com/apache/couchdb/issues/969 ## Expected Behavior A `GET /db/_all_docs?update_seq=true=["aValidKey"]` should return

[GitHub] jmziya commented on issue #910: CouchDB Fails to Start on Ubuntu 17.10

2017-11-07 Thread GitBox
jmziya commented on issue #910: CouchDB Fails to Start on Ubuntu 17.10 URL: https://github.com/apache/couchdb/issues/910#issuecomment-342461149 @tomiwatech Your article really helped. Thanks. Almost downgraded my Erlang and Ubuntu

[GitHub] sanketbajoria commented on issue #1020: Support for closing couchdb server

2017-11-07 Thread GitBox
sanketbajoria commented on issue #1020: Support for closing couchdb server URL: https://github.com/apache/couchdb-fauxton/pull/1020#issuecomment-342455226 I have removed self and proxy variable. Done with the changes. Can you please review it?

[GitHub] garrensmith commented on a change in pull request #1020: Support for closing couchdb server

2017-11-07 Thread GitBox
garrensmith commented on a change in pull request #1020: Support for closing couchdb server URL: https://github.com/apache/couchdb-fauxton/pull/1020#discussion_r149364817 ## File path: index.js ## @@ -97,4 +97,11 @@ module.exports = function (options) { });

[GitHub] garrensmith commented on a change in pull request #1020: Support for closing couchdb server

2017-11-07 Thread GitBox
garrensmith commented on a change in pull request #1020: Support for closing couchdb server URL: https://github.com/apache/couchdb-fauxton/pull/1020#discussion_r149364534 ## File path: index.js ## @@ -66,16 +66,16 @@ module.exports = function (options) { var urlObj =

[GitHub] willholley opened a new pull request #971: Fix Mango text index tests

2017-11-07 Thread GitBox
willholley opened a new pull request #971: Fix Mango text index tests URL: https://github.com/apache/couchdb/pull/971 ## Overview The text index tests are not routinely run by the Couch CI (due to an external dependency that isn't shipped with Couch). This fixes a number of

[GitHub] Antonio-Maranhao opened a new pull request #1021: Add missing title to Replication page

2017-11-07 Thread GitBox
Antonio-Maranhao opened a new pull request #1021: Add missing title to Replication page URL: https://github.com/apache/couchdb-fauxton/pull/1021 ## Overview All pages opened using the left nav bar include a title at the top header, except for the Replication page. To keep the

[GitHub] tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#discussion_r149549331 ## File path: src/mango/src/mango_cursor.erl ## @@ -150,12

[GitHub] tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#discussion_r149549331 ## File path: src/mango/src/mango_cursor.erl ## @@ -150,12

[GitHub] tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on a change in pull request #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#discussion_r149549547 ## File path: src/mango/src/mango_cursor.erl ## @@ -150,12

[GitHub] tonysun83 commented on issue #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on issue #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#issuecomment-342679529 I need to think about this some more. Falling back on _all_docs is one thing, but I'm a

[GitHub] tonysun83 commented on issue #962: Mango: generate a warning instead of an error when an user-specified index cannot be used

2017-11-07 Thread GitBox
tonysun83 commented on issue #962: Mango: generate a warning instead of an error when an user-specified index cannot be used URL: https://github.com/apache/couchdb/pull/962#issuecomment-342679529 I need to think about this some more. Falling back on _all_docs is one thing, but I'm a

[GitHub] wohali opened a new pull request #200: Further clarify vm.args change

2017-11-07 Thread GitBox
wohali opened a new pull request #200: Further clarify vm.args change URL: https://github.com/apache/couchdb-documentation/pull/200 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] wohali closed pull request #200: Further clarify vm.args change

2017-11-07 Thread GitBox
wohali closed pull request #200: Further clarify vm.args change URL: https://github.com/apache/couchdb-documentation/pull/200 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] wohali commented on issue #7: Fix recursive symlink in CentOS rpm pkg

2017-11-07 Thread GitBox
wohali commented on issue #7: Fix recursive symlink in CentOS rpm pkg URL: https://github.com/apache/couchdb-pkg/issues/7#issuecomment-342626129 OK, we have another report on this. It appears to be related to upgrades only: ``` 16:17 < mhaggel> another minor issue I observed

[GitHub] wohali opened a new issue #201: [theme] fix whitespace in bulleted lists

2017-11-07 Thread GitBox
wohali opened a new issue #201: [theme] fix whitespace in bulleted lists URL: https://github.com/apache/couchdb-documentation/issues/201 http://docs.couchdb.org/en/2.1.1/whatsnew/2.1.html This is kind of unreadable. We need newline breaks between each bullet point. Is it possible to do it

[GitHub] abc3 opened a new pull request #973: 404 status for non using uri in _scheduler (#953)

2017-11-07 Thread GitBox
abc3 opened a new pull request #973: 404 status for non using uri in _scheduler (#953) URL: https://github.com/apache/couchdb/pull/973 ## Overview Show 404 for GET request which not handled in previous clauses. ## Checklist - [x] Code is written and works

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

2017-11-07 Thread GitBox
garrensmith commented on issue #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#issuecomment-342579367 From the list it looks fine https://www.apache.org/legal/resolved.html#category-x All misspelling thanks to my iPhone.

[GitHub] MtDalPizzol opened a new issue #970: Startup crashes due to child couch_peruser started with bad argument on Ubuntu

2017-11-07 Thread GitBox
MtDalPizzol opened a new issue #970: Startup crashes due to child couch_peruser started with bad argument on Ubuntu URL: https://github.com/apache/couchdb/issues/970 After installing and using CouchDB without problems and restarting the machine, the CouchDB service can't get started.

[GitHub] willholley commented on a change in pull request #863: Fix exists false when field is explicitly defined

2017-11-07 Thread GitBox
willholley commented on a change in pull request #863: Fix exists false when field is explicitly defined URL: https://github.com/apache/couchdb/pull/863#discussion_r149404997 ## File path: src/mango/test/07-text-custom-field-list-test.py ## @@ -160,3 +161,52 @@ def

[GitHub] willholley commented on a change in pull request #863: Fix exists false when field is explicitly defined

2017-11-07 Thread GitBox
willholley commented on a change in pull request #863: Fix exists false when field is explicitly defined URL: https://github.com/apache/couchdb/pull/863#discussion_r149405535 ## File path: src/mango/test/07-text-custom-field-list-test.py ## @@ -160,3 +161,52 @@ def

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

2017-11-07 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-342558975 @garrensmith any concerns about the ISC license for `react-range`? https://github.com/mapbox/react-range

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

2017-11-07 Thread GitBox
popojargo commented on issue #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#issuecomment-342566958 @Antonio-Maranhao ISC is like MIT so it should pass right? This is an

[GitHub] davisp commented on a change in pull request #958: [WIP] Optimize doc updates

2017-11-07 Thread GitBox
davisp commented on a change in pull request #958: [WIP] Optimize doc updates URL: https://github.com/apache/couchdb/pull/958#discussion_r149428005 ## File path: src/couch/src/couch_db.erl ## @@ -945,13 +945,14 @@ prep_and_validate_replicated_updates(Db,

[GitHub] davisp commented on a change in pull request #958: [WIP] Optimize doc updates

2017-11-07 Thread GitBox
davisp commented on a change in pull request #958: [WIP] Optimize doc updates URL: https://github.com/apache/couchdb/pull/958#discussion_r149430067 ## File path: src/couch/src/couch_db.erl ## @@ -945,13 +945,14 @@ prep_and_validate_replicated_updates(Db,

[GitHub] kocolosk commented on a change in pull request #958: [WIP] Optimize doc updates

2017-11-07 Thread GitBox
kocolosk commented on a change in pull request #958: [WIP] Optimize doc updates URL: https://github.com/apache/couchdb/pull/958#discussion_r149426186 ## File path: src/couch/src/couch_db.erl ## @@ -945,13 +945,14 @@ prep_and_validate_replicated_updates(Db,

[GitHub] kocolosk commented on a change in pull request #958: [WIP] Optimize doc updates

2017-11-07 Thread GitBox
kocolosk commented on a change in pull request #958: [WIP] Optimize doc updates URL: https://github.com/apache/couchdb/pull/958#discussion_r149428381 ## File path: src/couch/src/couch_db.erl ## @@ -945,13 +945,14 @@ prep_and_validate_replicated_updates(Db,

[GitHub] sf-mrichter commented on issue #7: Fix recursive symlink in CentOS rpm pkg

2017-11-07 Thread GitBox
sf-mrichter commented on issue #7: Fix recursive symlink in CentOS rpm pkg URL: https://github.com/apache/couchdb-pkg/issues/7#issuecomment-342544961 Thanks for asking. No, I don't see this anymore. We've upgraded to 2.1 and have had no such issues since. Cheers!

[GitHub] wohali opened a new pull request #199: Clarify change to default node name in 2.1.1

2017-11-07 Thread GitBox
wohali opened a new pull request #199: Clarify change to default node name in 2.1.1 URL: https://github.com/apache/couchdb-documentation/pull/199 user@ reported that the change to the default node name tripped them up. Would be wise to add the remediation steps to the release notes.

[GitHub] janl commented on issue #199: Clarify change to default node name in 2.1.1

2017-11-07 Thread GitBox
janl commented on issue #199: Clarify change to default node name in 2.1.1 URL: https://github.com/apache/couchdb-documentation/pull/199#issuecomment-342597812 +1 This is an automated message from the Apache Git Service. To

[GitHub] wohali commented on issue #971: Fix Mango text index tests

2017-11-07 Thread GitBox
wohali commented on issue #971: Fix Mango text index tests URL: https://github.com/apache/couchdb/pull/971#issuecomment-342599184 I'd like to hold back on a +1 here until someone can run CouchDB (not Cloudant) with Mango and clouseau/dreyfus enabled to validate that this works. Don't rely