[GitHub] Antonio-Maranhao opened a new pull request #1144: [partitioned-dbs] Updates to doc editor

2018-10-18 Thread GitBox
Antonio-Maranhao opened a new pull request #1144: [partitioned-dbs] Updates to doc editor URL: https://github.com/apache/couchdb-fauxton/pull/1144 ## Overview Third in a series of PRs that will be submitted in support of the new user-defined partitioned databases feature

[Jenkins] FAILURE: CouchDB » master #362

2018-10-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/362/

[Jenkins] FAILURE: CouchDB » master #363

2018-10-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/363/

[GitHub] nickva closed pull request #1667: Update snappy dependency to CouchDB-1.0.2

2018-10-18 Thread GitBox
nickva closed pull request #1667: Update snappy dependency to CouchDB-1.0.2 URL: https://github.com/apache/couchdb/pull/1667 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] nickva opened a new pull request #1667: Update snappy dependency to CouchDB-1.0.2

2018-10-18 Thread GitBox
nickva opened a new pull request #1667: Update snappy dependency to CouchDB-1.0.2 URL: https://github.com/apache/couchdb/pull/1667 This fixes a memory bug: https://github.com/apache/couchdb-snappy/commit/2038ad13b1d6926468f25adea110028e3c0b4b0c

[GitHub] iilyak closed pull request #1655: Fix ets_lru configuration in chttpd application

2018-10-18 Thread GitBox
iilyak closed pull request #1655: Fix ets_lru configuration in chttpd application URL: https://github.com/apache/couchdb/pull/1655 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 #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini

2018-10-18 Thread GitBox
wohali commented on issue #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini URL: https://github.com/apache/couchdb/issues/1665#issuecomment-431119379 @marklindsay24 Go and file an issue against https://github.com/janl/build-couchdb-mac , the bug is in that repository,

[Jenkins] FAILURE: CouchDB » master #361

2018-10-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/361/

[GitHub] couchdb-snappy pull request #9: Fix memory bug in SnappyNifSink::Append

2018-10-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-snappy/pull/9 ---

[GitHub] nickva closed pull request #1666: Avoid crashing if a mango query is reduced

2018-10-18 Thread GitBox
nickva closed pull request #1666: Avoid crashing if a mango query is reduced URL: https://github.com/apache/couchdb/pull/1666 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] marklindsay24 commented on issue #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini

2018-10-18 Thread GitBox
marklindsay24 commented on issue #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini URL: https://github.com/apache/couchdb/issues/1665#issuecomment-431086220 I'm sorry, I already posted to closed defect #1020 and figured no one would look at because it was closed. I

[GitHub] wohali commented on issue #110: Conditionally set ownership and permissions in entrypoint

2018-10-18 Thread GitBox
wohali commented on issue #110: Conditionally set ownership and permissions in entrypoint URL: https://github.com/apache/couchdb-docker/pull/110#issuecomment-431085745 @kocolosk see https://github.com/apache/couchdb-docker/issues/73#issuecomment-380324044 for #3. I think we can't drop

[GitHub] kocolosk commented on issue #1659: Replication calls to _replicate are returning entire history even if replicator.max_history is set

2018-10-18 Thread GitBox
kocolosk commented on issue #1659: Replication calls to _replicate are returning entire history even if replicator.max_history is set URL: https://github.com/apache/couchdb/issues/1659#issuecomment-431080598 Hmm, that's odd -- the history is only supposed to contain the last 20 entries by

[GitHub] wohali commented on issue #1020: On Mac: Local.ini file location? couchdb 2.1.1

2018-10-18 Thread GitBox
wohali commented on issue #1020: On Mac: Local.ini file location? couchdb 2.1.1 URL: https://github.com/apache/couchdb/issues/1020#issuecomment-431077438 @marklindsay24 the repository containing the script used to build the Mac app is here: https://github.com/janl/build-couchdb-mac

[GitHub] kocolosk commented on issue #1661: _revs_limit not applied after calling _compact

2018-10-18 Thread GitBox
kocolosk commented on issue #1661: _revs_limit not applied after calling _compact URL: https://github.com/apache/couchdb/issues/1661#issuecomment-431077350 Hi @tudordumitriu, I think I understand what is happening here. When you resolve a conflict in a CouchDB document the

[GitHub] nickva opened a new pull request #1666: Avoid crashing if a mango query is reduced

2018-10-18 Thread GitBox
nickva opened a new pull request #1666: Avoid crashing if a mango query is reduced URL: https://github.com/apache/couchdb/pull/1666 Previously returning null from mango native proc lead to case clause error in couch_query_servers. Instead return a proper shape but with null results for

[Jenkins] FAILURE: CouchDB » master #360

2018-10-18 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/360/

[GitHub] kocolosk opened a new pull request #110: Conditionally set ownership and permissions in entrypoint

2018-10-18 Thread GitBox
kocolosk opened a new pull request #110: Conditionally set ownership and permissions in entrypoint URL: https://github.com/apache/couchdb-docker/pull/110 ## Overview Three significant changes here: 1. Check ownership/permissions and only execute chown/chmod when necessary

[GitHub] natcohen commented on issue #1510: Support JOINs in Mango

2018-10-18 Thread GitBox
natcohen commented on issue #1510: Support JOINs in Mango URL: https://github.com/apache/couchdb/issues/1510#issuecomment-431051354 @wohali Thanks for the workaround but like you said, it's not perfect and it's a "workaround". I think CouchDB will have to support more SQL functions to

[GitHub] wohali commented on issue #1510: Support JOINs in Mango

2018-10-18 Thread GitBox
wohali commented on issue #1510: Support JOINs in Mango URL: https://github.com/apache/couchdb/issues/1510#issuecomment-431046019 @natcohen FYI one way this can be achieved today is via the [partial indexing](http://docs.couchdb.org/en/stable/api/database/find.html#partial-indexes)

[GitHub] natcohen commented on issue #1510: Support JOINs in Mango

2018-10-18 Thread GitBox
natcohen commented on issue #1510: Support JOINs in Mango URL: https://github.com/apache/couchdb/issues/1510#issuecomment-431044418 I think it will make CouchDB more appealing to "SQL-familiar" developers... I remember reading a post from @janl (for the 2.0 release) about a potential

[GitHub] wohali commented on issue #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini

2018-10-18 Thread GitBox
wohali commented on issue #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini URL: https://github.com/apache/couchdb/issues/1665#issuecomment-431041187 Please don't open duplicate issues in our tracker. Our Mac build is contributed and is not directly maintained

[GitHub] wohali closed issue #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini

2018-10-18 Thread GitBox
wohali closed issue #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini URL: https://github.com/apache/couchdb/issues/1665 This is an automated message from the Apache Git Service. To respond to the

[GitHub] wohali commented on issue #1664: cannot stat 'src/docs/build/man/apachecouchdb.1': No such file or directory

2018-10-18 Thread GitBox
wohali commented on issue #1664: cannot stat 'src/docs/build/man/apachecouchdb.1': No such file or directory URL: https://github.com/apache/couchdb/issues/1664#issuecomment-431040749 You are probably missing some required build-time dependencies. We build CouchDB 2.2.0 on Ubuntu

[GitHub] wohali closed issue #1664: cannot stat 'src/docs/build/man/apachecouchdb.1': No such file or directory

2018-10-18 Thread GitBox
wohali closed issue #1664: cannot stat 'src/docs/build/man/apachecouchdb.1': No such file or directory URL: https://github.com/apache/couchdb/issues/1664 This is an automated message from the Apache Git Service. To respond

[GitHub] wohali closed issue #1663: Access/Connect Couch Db 1.6 from a remote server

2018-10-18 Thread GitBox
wohali closed issue #1663: Access/Connect Couch Db 1.6 from a remote server URL: https://github.com/apache/couchdb/issues/1663 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] wohali commented on issue #1663: Access/Connect Couch Db 1.6 from a remote server

2018-10-18 Thread GitBox
wohali commented on issue #1663: Access/Connect Couch Db 1.6 from a remote server URL: https://github.com/apache/couchdb/issues/1663#issuecomment-431039774 Sorry, Apache CouchDB has deprecated v1.x and is no longer supporting this release via GitHub. If you are looking for advice

[GitHub] nickva closed pull request #1662: Do not crash couch_log application when gen_* servers send extra args

2018-10-18 Thread GitBox
nickva closed pull request #1662: Do not crash couch_log application when gen_* servers send extra args URL: https://github.com/apache/couchdb/pull/1662 This is an automated message from the Apache Git Service. To respond

[GitHub] wohali commented on issue #1661: _revs_limit not applied after calling _compact

2018-10-18 Thread GitBox
wohali commented on issue #1661: _revs_limit not applied after calling _compact URL: https://github.com/apache/couchdb/issues/1661#issuecomment-431036499 Sorry, someone else will have to help you. This is an automated message

[GitHub] marklindsay24 opened a new issue #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini

2018-10-18 Thread GitBox
marklindsay24 opened a new issue #1665: What is overriding my ~/Library/Preferences/couchdb2-local.ini URL: https://github.com/apache/couchdb/issues/1665 This is related to #1020 I have tried for two days trying to figure out how to override DB location when running the Mac

[GitHub] lu-xiansheng opened a new issue #1664: cannot stat 'src/docs/build/man/apachecouchdb.1': No such file or directory

2018-10-18 Thread GitBox
lu-xiansheng opened a new issue #1664: cannot stat 'src/docs/build/man/apachecouchdb.1': No such file or directory URL: https://github.com/apache/couchdb/issues/1664 I git clone from couchdb 2.2 and put it to unbuntu 14.0 install Dependencies ./configure ==> configuring

[GitHub] nijilnandanam opened a new issue #1663: Access/Connect Couch Db 1.6 from a remote server

2018-10-18 Thread GitBox
nijilnandanam opened a new issue #1663: Access/Connect Couch Db 1.6 from a remote server URL: https://github.com/apache/couchdb/issues/1663 Hi There I have installed couch db 1.6 in one of my amazon ec2 instance and i want to connect it from a blacknight hosted code. I had tried

[GitHub] garrensmith commented on a change in pull request #1656: Partition review fixes

2018-10-18 Thread GitBox
garrensmith commented on a change in pull request #1656: Partition review fixes URL: https://github.com/apache/couchdb/pull/1656#discussion_r226233423 ## File path: src/chttpd/src/chttpd_view.erl ## @@ -151,8 +151,8 @@ check_partition_restrictions(#mrargs{} = Args) ->

[GitHub] garrensmith commented on a change in pull request #1656: Partition review fixes

2018-10-18 Thread GitBox
garrensmith commented on a change in pull request #1656: Partition review fixes URL: https://github.com/apache/couchdb/pull/1656#discussion_r226233178 ## File path: src/fabric/src/fabric_view_all_docs.erl ## @@ -148,16 +154,16 @@ shards(DbName, Args) ->

[GitHub] rnewson commented on a change in pull request #1656: Partition review fixes

2018-10-18 Thread GitBox
rnewson commented on a change in pull request #1656: Partition review fixes URL: https://github.com/apache/couchdb/pull/1656#discussion_r226226309 ## File path: src/chttpd/src/chttpd_view.erl ## @@ -151,8 +151,8 @@ check_partition_restrictions(#mrargs{} = Args) ->

[GitHub] rnewson commented on a change in pull request #1656: Partition review fixes

2018-10-18 Thread GitBox
rnewson commented on a change in pull request #1656: Partition review fixes URL: https://github.com/apache/couchdb/pull/1656#discussion_r226226855 ## File path: src/fabric/src/fabric_view_all_docs.erl ## @@ -148,16 +154,16 @@ shards(DbName, Args) -> {_, _}

[GitHub] jaydoane commented on a change in pull request #1629: handle db deletion in load validation funs

2018-10-18 Thread GitBox
jaydoane commented on a change in pull request #1629: handle db deletion in load validation funs URL: https://github.com/apache/couchdb/pull/1629#discussion_r226191595 ## File path: src/ddoc_cache/test/ddoc_cache_open_test.erl ## @@ -0,0 +1,98 @@ +% Licensed under the

[GitHub] tudordumitriu commented on issue #1661: _revs_limit not applied after calling _compact

2018-10-18 Thread GitBox
tudordumitriu commented on issue #1661: _revs_limit not applied after calling _compact URL: https://github.com/apache/couchdb/issues/1661#issuecomment-430897456 Hi @wohali and thanks for the quick answer. Sry, have corrected to 2.2.0. I can strongly confirm there are NO conflicts