[Jenkins] SUCCESS: CouchDB » Full Platform Builds » master #185

2020-06-22 Thread Apache Jenkins Server
Yay, we passed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/master/185/display/redirect

[GitHub] [couchdb] iilyak opened a new pull request #2960: Add max_bulk_get_count configuration option

2020-06-22 Thread GitBox
iilyak opened a new pull request #2960: URL: https://github.com/apache/couchdb/pull/2960 ## Overview Let admin users specify the maximum document count for the `_bulk_get` requests via `max_bulk_get_count` configuration. If the document count exceeds the maximum it would return a

[GitHub] [couchdb-pkg] olekristensen edited a comment on issue #69: Alpine Linux apk build

2020-06-22 Thread GitBox
olekristensen edited a comment on issue #69: URL: https://github.com/apache/couchdb-pkg/issues/69#issuecomment-647791701 Any news on this? I am forced to mount persistent storage via cifs using local mounts in compose files at a customer's inhouse RHEL docker swarm setup, and for some

[GitHub] [couchdb] subgero edited a comment on issue #2630: Unable to run Clouseau after following the documentation

2020-06-22 Thread GitBox
subgero edited a comment on issue #2630: URL: https://github.com/apache/couchdb/issues/2630#issuecomment-631914613 Hi guys, we are unable to run Clouseau. We created a Docker image, but when run this `java -server \ -classpath '/opt/clouseau/*' \ -Xmx2G \

[GitHub] [couchdb-pkg] olekristensen commented on issue #69: Alpine Linux apk build

2020-06-22 Thread GitBox
olekristensen commented on issue #69: URL: https://github.com/apache/couchdb-pkg/issues/69#issuecomment-647791701 Any news on this? I am forced to mount persistent storage via cifs using local mounts in compose files at a customer's inhouse RHEL docker swarm setup, and for some reason i

[GitHub] [couchdb] anuragvohraec opened a new issue #2961: Couchdb becomes unreachable after replication of large number of docs with attachments!

2020-06-22 Thread GitBox
anuragvohraec opened a new issue #2961: URL: https://github.com/apache/couchdb/issues/2961 Local Couchdb becomes "Failed to connect" state, after replicate large number of documents. ## Description I have written a replication client in dart language. I am able to replicate

[GitHub] [couchdb-pkg] wohali commented on issue #69: Alpine Linux apk build

2020-06-22 Thread GitBox
wohali commented on issue #69: URL: https://github.com/apache/couchdb-pkg/issues/69#issuecomment-647862814 @olekristensen No news, but your issue is not anything Alpine-specific. I recommend researching this through Docker forums. Further, for CouchDB, we have users who have

[GitHub] [couchdb] IgorrG commented on issue #2736: Couchdb - intermittent fabric timeout errors

2020-06-22 Thread GitBox
IgorrG commented on issue #2736: URL: https://github.com/apache/couchdb/issues/2736#issuecomment-647899924 Hello, We have experienced the same issue with kazoo and couchdb 3.1. Requests to the couchdb sometimes return with timeout and similar log in couchdb.log. Couchdb configured as

[GitHub] [couchdb] subgero removed a comment on issue #2630: Unable to run Clouseau after following the documentation

2020-06-22 Thread GitBox
subgero removed a comment on issue #2630: URL: https://github.com/apache/couchdb/issues/2630#issuecomment-631914613 Hi guys, we are unable to run Clouseau. We created a Docker image, but when run this `java -server \ -classpath '/opt/clouseau/*' \ -Xmx2G \

[GitHub] [couchdb] rnewson merged pull request #2958: Allow drilldown for search to always be specified as list of lists

2020-06-22 Thread GitBox
rnewson merged pull request #2958: URL: https://github.com/apache/couchdb/pull/2958 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[Jenkins] FAILURE: CouchDB » Full Platform Builds » master #184

2020-06-22 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/master/184/display/redirect

[GitHub] [couchdb] bessbd commented on pull request #2958: Allow drilldown for search to always be specified as list of lists

2020-06-22 Thread GitBox
bessbd commented on pull request #2958: URL: https://github.com/apache/couchdb/pull/2958#issuecomment-647415218 Thank you for the review, @garrensmith ! I've performed all the changes you've requested in f997160515c2c7d2ee4fdd31d591a08745911565

[GitHub] [couchdb] dottorblaster merged pull request #2957: Upgrade Credo to 1.4.0 – merge 3.x

2020-06-22 Thread GitBox
dottorblaster merged pull request #2957: URL: https://github.com/apache/couchdb/pull/2957 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [couchdb] vd2org edited a comment on issue #2947: JWT settings not working

2020-06-22 Thread GitBox
vd2org edited a comment on issue #2947: URL: https://github.com/apache/couchdb/issues/2947#issuecomment-647442807 Yep. And it does not work. CouchDB ignoring `kid` field at all. This is an automated message from the Apache

[GitHub] [couchdb] vd2org commented on issue #2947: JWT settings not working

2020-06-22 Thread GitBox
vd2org commented on issue #2947: URL: https://github.com/apache/couchdb/issues/2947#issuecomment-647442807 Yeah. And it does not work. CouchDB ignoring `kid` field at all. This is an automated message from the Apache Git

[GitHub] [couchdb] dottorblaster commented on pull request #2957: Upgrade Credo to 1.4.0 – merge 3.x

2020-06-22 Thread GitBox
dottorblaster commented on pull request #2957: URL: https://github.com/apache/couchdb/pull/2957#issuecomment-647421261 Thanks for reviewing @jjrodrig! This is an automated message from the Apache Git Service. To respond to

[Jenkins] FAILURE: CouchDB » Full Platform Builds » 3.x #19

2020-06-22 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/3.x/19/display/redirect

[GitHub] [couchdb] vd2org commented on issue #2947: JWT settings not working

2020-06-22 Thread GitBox
vd2org commented on issue #2947: URL: https://github.com/apache/couchdb/issues/2947#issuecomment-647457696 Heh, you're right. I tried to put the `kid` field in the payload instead of the header. Sorry to waste your time and thanks for the help!

[GitHub] [couchdb] vd2org closed issue #2947: JWT settings not working

2020-06-22 Thread GitBox
vd2org closed issue #2947: URL: https://github.com/apache/couchdb/issues/2947 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [couchdb] garrensmith commented on a change in pull request #2958: Allow drilldown for search to always be specified as list of lists

2020-06-22 Thread GitBox
garrensmith commented on a change in pull request #2958: URL: https://github.com/apache/couchdb/pull/2958#discussion_r443431868 ## File path: src/dreyfus/src/dreyfus_httpd.erl ## @@ -31,11 +31,14 @@ handle_search_req(#httpd{method=Method, path_parts=[_, _, _, _,

[GitHub] [couchdb] vd2org removed a comment on issue #2947: JWT settings not working

2020-06-22 Thread GitBox
vd2org removed a comment on issue #2947: URL: https://github.com/apache/couchdb/issues/2947#issuecomment-647442807 Yep. And it does not work. CouchDB ignoring `kid` field at all. This is an automated message from the Apache

[Jenkins] SUCCESS: CouchDB » Full Platform Builds » 3.x #20

2020-06-22 Thread Apache Jenkins Server
Yay, we passed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/3.x/20/display/redirect

[GitHub] [couchdb-www] garrensmith opened a new pull request #33: remove slack.js and use slack join link

2020-06-22 Thread GitBox
garrensmith opened a new pull request #33: URL: https://github.com/apache/couchdb-www/pull/33 Slack now allows to create a join link that does not expire. I think that is better to use than the slack.js app. This is an

[GitHub] [couchdb] vd2org edited a comment on issue #2947: JWT settings not working

2020-06-22 Thread GitBox
vd2org edited a comment on issue #2947: URL: https://github.com/apache/couchdb/issues/2947#issuecomment-647457696 Heh, you're right. I tried to put the `kid` field in the payload instead of the header. Fine! It works well now! Sorry to waste your time and thanks for the

[GitHub] [couchdb] dottorblaster commented on pull request #2957: Upgrade Credo to 1.4.0 – merge 3.x

2020-06-22 Thread GitBox
dottorblaster commented on pull request #2957: URL: https://github.com/apache/couchdb/pull/2957#issuecomment-647366283 @wohali is porting to `3.x` branch still a thing? Shall I merge this? This is an automated message from

[GitHub] [couchdb-www] garrensmith merged pull request #33: remove slack.js and use slack join link

2020-06-22 Thread GitBox
garrensmith merged pull request #33: URL: https://github.com/apache/couchdb-www/pull/33 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [couchdb-www] janl commented on pull request #33: remove slack.js and use slack join link

2020-06-22 Thread GitBox
janl commented on pull request #33: URL: https://github.com/apache/couchdb-www/pull/33#issuecomment-647484171 Nice! This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [couchdb] garrensmith commented on pull request #2958: Allow drilldown for search to always be specified as list of lists

2020-06-22 Thread GitBox
garrensmith commented on pull request #2958: URL: https://github.com/apache/couchdb/pull/2958#issuecomment-647574982 Nice that fix looks way better. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [couchdb] wohali commented on pull request #2957: Upgrade Credo to 1.4.0 – merge 3.x

2020-06-22 Thread GitBox
wohali commented on pull request #2957: URL: https://github.com/apache/couchdb/pull/2957#issuecomment-647585381 @dottorblaster yes, it is! No more 3.0.x though. `3.x` will last for a long while yet, as `master` is going to become 4.x very shortly...