[GitHub] wohali commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-06-07 Thread GitBox
wohali commented on issue #1378: Purge throws "this feature is not yet implemented" URL: https://github.com/apache/couchdb/issues/1378#issuecomment-395422101 Duplicate of #1352. This is an automated message from the Apache

[GitHub] wohali closed issue #1378: Purge throws "this feature is not yet implemented"

2018-06-07 Thread GitBox
wohali closed issue #1378: Purge throws "this feature is not yet implemented" URL: https://github.com/apache/couchdb/issues/1378 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] couchdb-glazier pull request #2: CouchDB 2.x 32bit build instructions.

2018-06-07 Thread popojargo
GitHub user popojargo opened a pull request: https://github.com/apache/couchdb-glazier/pull/2 CouchDB 2.x 32bit build instructions. I had to compile CouchDB on 32bit for some of our clients. It was kind of difficult so I feel like it would be amazing to share my

[GitHub] kocolosk commented on issue #1377: Fix _approx_count_distinct on non-clustered interface, optimize _stats

2018-06-07 Thread GitBox
kocolosk commented on issue #1377: Fix _approx_count_distinct on non-clustered interface, optimize _stats URL: https://github.com/apache/couchdb/pull/1377#issuecomment-395393172 Ah yeah @nickva added JS tests to my original PR for the feature. When I run `make check` locally it

[GitHub] garrensmith commented on issue #1376: Add fields to sort based on selector

2018-06-07 Thread GitBox
garrensmith commented on issue #1376: Add fields to sort based on selector URL: https://github.com/apache/couchdb/pull/1376#issuecomment-395425356 thanks @davisp that was a really helpful review. I've done all the code changes you suggested. I've also moved all the

[GitHub] wohali commented on issue #1377: Fix _approx_count_distinct on non-clustered interface, optimize _stats

2018-06-07 Thread GitBox
wohali commented on issue #1377: Fix _approx_count_distinct on non-clustered interface, optimize _stats URL: https://github.com/apache/couchdb/pull/1377#issuecomment-395421800 Ah, Little Snitch? Try adding blanket allow rules for it. The new Silent Mode stacks up the notifications so you

[GitHub] wohali commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-06-07 Thread GitBox
wohali commented on issue #1378: Purge throws "this feature is not yet implemented" URL: https://github.com/apache/couchdb/issues/1378#issuecomment-395422351 As a workaround, you can do a filtered replication to another database that removes the tombstones. See

[GitHub] abdasgupta closed pull request #84: Support multi-arch image building for couchdb docker image

2018-06-07 Thread GitBox
abdasgupta closed pull request #84: Support multi-arch image building for couchdb docker image URL: https://github.com/apache/couchdb-docker/pull/84 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] abdasgupta opened a new pull request #84: Support multi-arch image building for couchdb docker image

2018-06-07 Thread GitBox
abdasgupta opened a new pull request #84: Support multi-arch image building for couchdb docker image URL: https://github.com/apache/couchdb-docker/pull/84 ## Overview This PR is the continuation of https://github.com/apache/couchdb-docker/pull/60 PR. As the author of that

[GitHub] davisp commented on issue #1376: Add fields to sort based on selector

2018-06-07 Thread GitBox
davisp commented on issue #1376: Add fields to sort based on selector URL: https://github.com/apache/couchdb/pull/1376#issuecomment-395485774 @garrensmith I see the PR updated but nothing else. Did you forget to push your local changes?

[GitHub] rokek commented on issue #1171: couchdb unable to run on FIPS enabled CentOS

2018-06-07 Thread GitBox
rokek commented on issue #1171: couchdb unable to run on FIPS enabled CentOS URL: https://github.com/apache/couchdb/issues/1171#issuecomment-395495971 I like the ideas from @wohali and @nickva about replacing the md5 `crypto:hash` calls with a `couch_util` function that swaps in

[GitHub] nickva commented on issue #1377: Fix _approx_count_distinct on non-clustered interface, optimize _stats

2018-06-07 Thread GitBox
nickva commented on issue #1377: Fix _approx_count_distinct on non-clustered interface, optimize _stats URL: https://github.com/apache/couchdb/pull/1377#issuecomment-395538949 One more thing that needs to be done is to include the app in the app dependencies for couch:

[GitHub] couchdb-glazier issue #2: CouchDB 2.x 32bit build instructions.

2018-06-07 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-glazier/pull/2 +1, go for it ---

[GitHub] nickva commented on issue #1377: Fix _approx_count_distinct on non-clustered interface, optimize _stats

2018-06-07 Thread GitBox
nickva commented on issue #1377: Fix _approx_count_distinct on non-clustered interface, optimize _stats URL: https://github.com/apache/couchdb/pull/1377#issuecomment-395653775 PR to add hyper to app dependencies: https://github.com/apache/couchdb/pull/1379

[GitHub] nickva opened a new pull request #1379: Add hyper app to dependencies

2018-06-07 Thread GitBox
nickva opened a new pull request #1379: Add hyper app to dependencies URL: https://github.com/apache/couchdb/pull/1379 Releases and dialyzer checks need app dependencies to work properly Issue: #1346 This

[GitHub] jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented"

2018-06-07 Thread GitBox
jiangphcn commented on issue #1378: Purge throws "this feature is not yet implemented" URL: https://github.com/apache/couchdb/issues/1378#issuecomment-395344193 Clustered Purge is under development. Hopefully it can help solve your problem once it lands.

[GitHub] tarasvaskiv commented on issue #546: Support additional INCLUDE/LIB paths during compile

2018-06-07 Thread GitBox
tarasvaskiv commented on issue #546: Support additional INCLUDE/LIB paths during compile URL: https://github.com/apache/couchdb/issues/546#issuecomment-395369426 Yeah, I had to download https://launchpad.net/ubuntu/bionic/amd64/libmozjs185-dev/1.8.5-1.0.0+dfsg-7 deb version from here