[GitHub] redgeoff edited a comment on issue #831: Filter _changes by key to speed up replication

2018-07-14 Thread GitBox
redgeoff edited a comment on issue #831: Filter _changes by key to speed up replication URL: https://github.com/apache/couchdb/issues/831#issuecomment-405062691 Hehe... well, that may be a nice enhancement, but what I really think is: 1. #592 needs to be fixed so that indexed views can

[GitHub] redgeoff commented on issue #831: Filter _changes by key to speed up replication

2018-07-14 Thread GitBox
redgeoff commented on issue #831: Filter _changes by key to speed up replication URL: https://github.com/apache/couchdb/issues/831#issuecomment-405062691 Hehe... well, that may be a nice enhancement, but what I really think is: 1. #592 needs to be fixed so that views can be used for

[GitHub] wohali commented on issue #777: CouchDB only writes to the final file in the config chain

2018-07-14 Thread GitBox
wohali commented on issue #777: CouchDB only writes to the final file in the config chain URL: https://github.com/apache/couchdb/issues/777#issuecomment-405062074 @janl That would break the approach @kocolosk has set up for the Docker images, kubernetes and the helm chart. It also would

[GitHub] wohali commented on issue #897: Some passwords show up in the logs

2018-07-14 Thread GitBox
wohali commented on issue #897: Some passwords show up in the logs URL: https://github.com/apache/couchdb/issues/897#issuecomment-405062028 #1439 hasn't landed yet, reopening until it does This is an automated message from

[GitHub] wyc opened a new issue #897: Some passwords show up in the logs

2018-07-14 Thread GitBox
wyc opened a new issue #897: Some passwords show up in the logs URL: https://github.com/apache/couchdb/issues/897 ## Expected Behavior Passwords shouldn't show up in the logs. ## Current Behavior A password showed up in the logs:

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

2018-07-14 Thread GitBox
wohali commented on issue #967: `make dist` on a tag doesn't pick up tag revision # URL: https://github.com/apache/couchdb/issues/967#issuecomment-405061979 Right, @dch fixed that on our 2.1.2 branch in a nice way. Thanks Dave!

[GitHub] wohali commented on issue #1076: Convenience binaries need patched Erlang to mitigate against CVE-2017-100038

2018-07-14 Thread GitBox
wohali commented on issue #1076: Convenience binaries need patched Erlang to mitigate against CVE-2017-100038 URL: https://github.com/apache/couchdb/issues/1076#issuecomment-405061964 Correct, 2.1.2 uses Erlang 19.3.6.8.

[GitHub] wohali commented on issue #1132: tests: context cleanup failed

2018-07-14 Thread GitBox
wohali commented on issue #1132: tests: context cleanup failed URL: https://github.com/apache/couchdb/issues/1132#issuecomment-405061840 OK, fair enough, if it recurs I'll re-open...haven't seen this one in a long while.

[GitHub] wohali commented on issue #1309: CouchDB should always report its git hash at runtime

2018-07-14 Thread GitBox
wohali commented on issue #1309: CouchDB should always report its git hash at runtime URL: https://github.com/apache/couchdb/issues/1309#issuecomment-405061787 Since the PR may not land, I am reopening this one. We need a way to distinguish RCs from release builds, and it would be

[GitHub] wohali opened a new issue #1309: CouchDB should always report its git hash at runtime

2018-07-14 Thread GitBox
wohali opened a new issue #1309: CouchDB should always report its git hash at runtime URL: https://github.com/apache/couchdb/issues/1309 ## Current and expected behaviour Currently, if you are running a CouchDB master build, you will see the matching git version when performing a `GET

[GitHub] kocolosk opened a new issue #1108: Query DNS to automatically discover cluster peers

2018-07-14 Thread GitBox
kocolosk opened a new issue #1108: Query DNS to automatically discover cluster peers URL: https://github.com/apache/couchdb/issues/1108 We can streamline cluster setup by querying DNS for an SRV record containing the hostnames of other cluster members. Service records are defined in [RFC

[GitHub] wohali commented on issue #1108: Query DNS to automatically discover cluster peers

2018-07-14 Thread GitBox
wohali commented on issue #1108: Query DNS to automatically discover cluster peers URL: https://github.com/apache/couchdb/issues/1108#issuecomment-405061718 I don't like this approach to closing issues that still have unlanded PRs, @janl. I'd rather have #1337 itself close this

[GitHub] wohali commented on issue #831: Filter _changes by key to speed up replication

2018-07-14 Thread GitBox
wohali commented on issue #831: Filter _changes by key to speed up replication URL: https://github.com/apache/couchdb/issues/831#issuecomment-405060795 @redgeoff wouldn't the fix just be "make Mango faster" here? This is an

[GitHub] rnewson commented on a change in pull request #1440: Optionally prevent non-admins from accessing /_all_dbs

2018-07-14 Thread GitBox
rnewson commented on a change in pull request #1440: Optionally prevent non-admins from accessing /_all_dbs URL: https://github.com/apache/couchdb/pull/1440#discussion_r202527098 ## File path: src/chttpd/src/chttpd_auth_request.erl ## @@ -34,7 +34,11 @@

[GitHub] rokek opened a new pull request #1445: Make MD5 hash implementation configurable - issue #1171

2018-07-14 Thread GitBox
rokek opened a new pull request #1445: Make MD5 hash implementation configurable - issue #1171 URL: https://github.com/apache/couchdb/pull/1445 ## Overview Add a module that selects the library to use for MD5 hash operations depending on a configure flag. If the flag is

[GitHub] jaydoane commented on issue #1075: Implement retry_until

2018-07-14 Thread GitBox
jaydoane commented on issue #1075: Implement retry_until URL: https://github.com/apache/couchdb/pull/1075#issuecomment-405039229 @janl closing in favor of https://github.com/apache/couchdb/pull/1444 This is an automated

[GitHub] jaydoane opened a new pull request #1444: Implement retry_until to fix racy assertions

2018-07-14 Thread GitBox
jaydoane opened a new pull request #1444: Implement retry_until to fix racy assertions URL: https://github.com/apache/couchdb/pull/1444 ## Overview Replace racy assertions with retry_until ## Testing recommendations `mix test --trace

[GitHub] janl commented on issue #1391: Unexpected CouchDB crash

2018-07-14 Thread GitBox
janl commented on issue #1391: Unexpected CouchDB crash URL: https://github.com/apache/couchdb/issues/1391#issuecomment-405034584 please reopen with more info This is an automated message from the Apache Git Service. To

[GitHub] janl closed issue #1391: Unexpected CouchDB crash

2018-07-14 Thread GitBox
janl closed issue #1391: Unexpected CouchDB crash URL: https://github.com/apache/couchdb/issues/1391 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] flimzy commented on issue #275: Add FAQ

2018-07-14 Thread GitBox
flimzy commented on issue #275: Add FAQ URL: https://github.com/apache/couchdb-documentation/pull/275#issuecomment-405034264 @wohali : I had all but forgotten that this PR was still waiting around. I've now re-based it, so there are no more conflicts. Beyond that, I've honestly forgotten

[GitHub] janl edited a comment on issue #1435: report git sha on welcome request

2018-07-14 Thread GitBox
janl edited a comment on issue #1435: report git sha on welcome request URL: https://github.com/apache/couchdb/pull/1435#issuecomment-405025465 I tried a good while trying to get this going, but it is not going to be a trivial patch. The problem is as follows: the git sha is only

[GitHub] janl edited a comment on issue #1435: report git sha on welcome request

2018-07-14 Thread GitBox
janl edited a comment on issue #1435: report git sha on welcome request URL: https://github.com/apache/couchdb/pull/1435#issuecomment-405025465 I tried a good while trying to get this going, but it is not going to be a trivial patch. The problem is as follows: the git sha is only

[GitHub] janl edited a comment on issue #1435: report git sha on welcome request

2018-07-14 Thread GitBox
janl edited a comment on issue #1435: report git sha on welcome request URL: https://github.com/apache/couchdb/pull/1435#issuecomment-405025465 I tried a good while trying to get this going, but it is not going to be a trivial patch. The problem is as follows: the git sha is only

[GitHub] janl commented on issue #1182: fixed race is_idle

2018-07-14 Thread GitBox
janl commented on issue #1182: fixed race is_idle URL: https://github.com/apache/couchdb/pull/1182#issuecomment-405028942 @obi458 would you be able to resolve the conflicts? This is an automated message from the Apache Git

[GitHub] janl closed pull request #1185: TMP - Debug logging for Jenkins failures

2018-07-14 Thread GitBox
janl closed pull request #1185: TMP - Debug logging for Jenkins failures URL: https://github.com/apache/couchdb/pull/1185 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] janl commented on issue #1089: Extract helper to execute a function in a new process

2018-07-14 Thread GitBox
janl commented on issue #1089: Extract helper to execute a function in a new process URL: https://github.com/apache/couchdb/pull/1089#issuecomment-405028850 Closing until progress. This is an automated message from the

[GitHub] janl closed pull request #1089: Extract helper to execute a function in a new process

2018-07-14 Thread GitBox
janl closed pull request #1089: Extract helper to execute a function in a new process URL: https://github.com/apache/couchdb/pull/1089 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] janl commented on issue #1006: Compaction status update

2018-07-14 Thread GitBox
janl commented on issue #1006: Compaction status update URL: https://github.com/apache/couchdb/pull/1006#issuecomment-405028660 Please re-open with updates. This is an automated message from the Apache Git Service. To respond

[GitHub] janl commented on issue #1075: Implement retry_until

2018-07-14 Thread GitBox
janl commented on issue #1075: Implement retry_until URL: https://github.com/apache/couchdb/pull/1075#issuecomment-405028691 @jaydoane can you rebase? This is an automated message from the Apache Git Service. To respond to

[GitHub] janl closed pull request #1006: Compaction status update

2018-07-14 Thread GitBox
janl closed pull request #1006: Compaction status update URL: https://github.com/apache/couchdb/pull/1006 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

[GitHub] janl commented on issue #806: FEEDBACK ONLY: Compactor optimize emsort

2018-07-14 Thread GitBox
janl commented on issue #806: FEEDBACK ONLY: Compactor optimize emsort URL: https://github.com/apache/couchdb/pull/806#issuecomment-405028620 @davisp did a variant of this land as part of PSE, or are you interested to get this rebased?

[GitHub] janl closed pull request #477: Add LRU for view groups

2018-07-14 Thread GitBox
janl closed pull request #477: Add LRU for view groups URL: https://github.com/apache/couchdb/pull/477 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] janl commented on issue #477: Add LRU for view groups

2018-07-14 Thread GitBox
janl commented on issue #477: Add LRU for view groups URL: https://github.com/apache/couchdb/pull/477#issuecomment-405028589 Closing until this moves forward. This is an automated message from the Apache Git Service. To

[GitHub] janl commented on issue #437: Use ibrowse 4.3

2018-07-14 Thread GitBox
janl commented on issue #437: Use ibrowse 4.3 URL: https://github.com/apache/couchdb/pull/437#issuecomment-405028513 @rnewson is this something you’ll look at in the future or should we close this out? This is an automated

[GitHub] janl commented on issue #389: Emit heartbeats until feed timeout

2018-07-14 Thread GitBox
janl commented on issue #389: Emit heartbeats until feed timeout URL: https://github.com/apache/couchdb/pull/389#issuecomment-405028475 please reopen if this moves forward. This is an automated message from the Apache Git

[GitHub] janl closed pull request #389: Emit heartbeats until feed timeout

2018-07-14 Thread GitBox
janl closed pull request #389: Emit heartbeats until feed timeout URL: https://github.com/apache/couchdb/pull/389 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

[GitHub] eiri opened a new issue #1226: Investigate how hard could it be to reintroduce etags in index's views.

2018-07-14 Thread GitBox
eiri opened a new issue #1226: Investigate how hard could it be to reintroduce etags in index's views. URL: https://github.com/apache/couchdb/issues/1226 We've removed etag header from views in Couch 2.0. It should be possible to construct consistent etag on fabric level, and return 304

[GitHub] eiri commented on issue #1226: Investigate how hard could it be to reintroduce etags in index's views.

2018-07-14 Thread GitBox
eiri commented on issue #1226: Investigate how hard could it be to reintroduce etags in index's views. URL: https://github.com/apache/couchdb/issues/1226#issuecomment-405028384 @janl No, unfortunately, when view sig composed `update_seq` [explicitly pulled from

[GitHub] janl closed pull request #373: Add global handler for delegated auth

2018-07-14 Thread GitBox
janl closed pull request #373: Add global handler for delegated auth URL: https://github.com/apache/couchdb/pull/373 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

[GitHub] redgeoff commented on issue #831: Filter _changes by key to speed up replication

2018-07-14 Thread GitBox
redgeoff commented on issue #831: Filter _changes by key to speed up replication URL: https://github.com/apache/couchdb/issues/831#issuecomment-405026589 @janl I wouldn’t recommend closing this as I think this is a vital feature. I’d even argue that it is a design flaw in CouchDB. Using

[Jenkins] SUCCESS: CouchDB » master #297

2018-07-14 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/297/

[Jenkins] SUCCESS: CouchDB » master #296

2018-07-14 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/296/

[GitHub] janl commented on issue #1352: Restore /{db}/purge endpoint

2018-07-14 Thread GitBox
janl commented on issue #1352: Restore /{db}/purge endpoint URL: https://github.com/apache/couchdb/issues/1352#issuecomment-405023911 @wohali I’ve been closing issues that have corresponding PRs, feel free to open, if you want a unified place for multiple PRs

[GitHub] janl closed issue #1352: Restore /{db}/purge endpoint

2018-07-14 Thread GitBox
janl closed issue #1352: Restore /{db}/purge endpoint URL: https://github.com/apache/couchdb/issues/1352 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] janl commented on issue #1344: Auto sharding for CouchDB?

2018-07-14 Thread GitBox
janl commented on issue #1344: Auto sharding for CouchDB? URL: https://github.com/apache/couchdb/issues/1344#issuecomment-405023831 This is a nice feature request, but without a concrete proposal on how to implement it, this is too vague to keep open like this. Please re-open (or send a

[GitHub] janl closed issue #1326: error: illegal_database_name _scheduler

2018-07-14 Thread GitBox
janl closed issue #1326: error: illegal_database_name _scheduler URL: https://github.com/apache/couchdb/issues/1326 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] janl commented on issue #1326: error: illegal_database_name _scheduler

2018-07-14 Thread GitBox
janl commented on issue #1326: error: illegal_database_name _scheduler URL: https://github.com/apache/couchdb/issues/1326#issuecomment-405023633 closing until repro. This is an automated message from the Apache Git Service.

[GitHub] janl commented on issue #1254: Add aggregation functions to Mango

2018-07-14 Thread GitBox
janl commented on issue #1254: Add aggregation functions to Mango URL: https://github.com/apache/couchdb/issues/1254#issuecomment-405023586 I believe https://github.com/apache/couchdb/issues/1323 could make use of this This

[GitHub] janl closed issue #1315: Different behavior "sorting" in the couchdb in version 2.1.0 and 2.1.1

2018-07-14 Thread GitBox
janl closed issue #1315: Different behavior "sorting" in the couchdb in version 2.1.0 and 2.1.1 URL: https://github.com/apache/couchdb/issues/1315 This is an automated message from the Apache Git Service. To respond to the

[GitHub] janl commented on issue #1315: Different behavior "sorting" in the couchdb in version 2.1.0 and 2.1.1

2018-07-14 Thread GitBox
janl commented on issue #1315: Different behavior "sorting" in the couchdb in version 2.1.0 and 2.1.1 URL: https://github.com/apache/couchdb/issues/1315#issuecomment-405023522 It was a bug in 2.1.0 that was fixed in 2.1.1. Just goes to show: one person’s bug fix is another’s

[GitHub] janl closed issue #1300: Error compacting database _global_changes: noproc

2018-07-14 Thread GitBox
janl closed issue #1300: Error compacting database _global_changes: noproc URL: https://github.com/apache/couchdb/issues/1300 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] janl commented on issue #1300: Error compacting database _global_changes: noproc

2018-07-14 Thread GitBox
janl commented on issue #1300: Error compacting database _global_changes: noproc URL: https://github.com/apache/couchdb/issues/1300#issuecomment-405023440 @jvegaseg this should help http://docs.couchdb.org/en/2.1.2/cluster/index.html

[GitHub] janl closed issue #1289: unable to start couchdb as service: key "ebin" not found in map source(s)

2018-07-14 Thread GitBox
janl closed issue #1289: unable to start couchdb as service: key "ebin" not found in map source(s) URL: https://github.com/apache/couchdb/issues/1289 This is an automated message from the Apache Git Service. To respond to

[GitHub] janl commented on issue #1029: Fix: Added a temporary fix to avoid compaction failures #1001

2018-07-14 Thread GitBox
janl commented on issue #1029: Fix: Added a temporary fix to avoid compaction failures #1001 URL: https://github.com/apache/couchdb/pull/1029#issuecomment-405023283 Closing this issues because there won‘t [be any more CouchDB 1.x

[GitHub] janl commented on issue #1289: unable to start couchdb as service: key "ebin" not found in map source(s)

2018-07-14 Thread GitBox
janl commented on issue #1289: unable to start couchdb as service: key "ebin" not found in map source(s) URL: https://github.com/apache/couchdb/issues/1289#issuecomment-405023327 Closing this issues because there won‘t [be any more CouchDB 1.x

[GitHub] janl commented on issue #1288: Replication between 2 databases stuck

2018-07-14 Thread GitBox
janl commented on issue #1288: Replication between 2 databases stuck URL: https://github.com/apache/couchdb/issues/1288#issuecomment-405023258 Closing this issues because there won‘t [be any more CouchDB 1.x

[GitHub] janl closed pull request #1029: Fix: Added a temporary fix to avoid compaction failures #1001

2018-07-14 Thread GitBox
janl closed pull request #1029: Fix: Added a temporary fix to avoid compaction failures #1001 URL: https://github.com/apache/couchdb/pull/1029 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] janl closed issue #1288: Replication between 2 databases stuck

2018-07-14 Thread GitBox
janl closed issue #1288: Replication between 2 databases stuck URL: https://github.com/apache/couchdb/issues/1288 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] janl commented on issue #1280: Add HTTP PATCH aka partial update support

2018-07-14 Thread GitBox
janl commented on issue #1280: Add HTTP PATCH aka partial update support URL: https://github.com/apache/couchdb/issues/1280#issuecomment-405023217 > It would be nice to allow PATCH to avoid providing the rev token, as shown above. This supports performing the entire GET-MODIFY-PUT cycle

[GitHub] janl opened a new pull request #1443: Add clustered db info

2018-07-14 Thread GitBox
janl opened a new pull request #1443: Add clustered db info URL: https://github.com/apache/couchdb/pull/1443 Closes #1278 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] janl commented on issue #1266: Missing headers in replication documents

2018-07-14 Thread GitBox
janl commented on issue #1266: Missing headers in replication documents URL: https://github.com/apache/couchdb/issues/1266#issuecomment-405022875 Closing until we have a reproducer. This is an automated message from the

[GitHub] janl closed issue #1266: Missing headers in replication documents

2018-07-14 Thread GitBox
janl closed issue #1266: Missing headers in replication documents URL: https://github.com/apache/couchdb/issues/1266 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] janl closed issue #1262: How to get uuid secret and [httpd_global_handlers]

2018-07-14 Thread GitBox
janl closed issue #1262: How to get uuid secret and [httpd_global_handlers] URL: https://github.com/apache/couchdb/issues/1262 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] janl commented on issue #1262: How to get uuid secret and [httpd_global_handlers]

2018-07-14 Thread GitBox
janl commented on issue #1262: How to get uuid secret and [httpd_global_handlers] URL: https://github.com/apache/couchdb/issues/1262#issuecomment-405022770 I’m not sure what the question here is. On first start, CouchDB will create a uuid and set this value, if it doesn't exist.

[GitHub] janl commented on a change in pull request #1440: Optionally prevent non-admins from accessing /_all_dbs

2018-07-14 Thread GitBox
janl commented on a change in pull request #1440: Optionally prevent non-admins from accessing /_all_dbs URL: https://github.com/apache/couchdb/pull/1440#discussion_r202514561 ## File path: src/chttpd/src/chttpd_auth_request.erl ## @@ -34,7 +34,10 @@

[GitHub] janl closed pull request #1310: Clarify bad index creation error messages

2018-07-14 Thread GitBox
janl closed pull request #1310: Clarify bad index creation error messages URL: https://github.com/apache/couchdb/pull/1310 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

[Jenkins] SUCCESS: CouchDB » master #295

2018-07-14 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/295/

[GitHub] rnewson commented on issue #1440: Optionally prevent non-admins from accessing /_all_dbs

2018-07-14 Thread GitBox
rnewson commented on issue #1440: Optionally prevent non-admins from accessing /_all_dbs URL: https://github.com/apache/couchdb/pull/1440#issuecomment-405022105 +1 otherwise. This is an automated message from the Apache Git

[GitHub] rnewson commented on a change in pull request #1440: Optionally prevent non-admins from accessing /_all_dbs

2018-07-14 Thread GitBox
rnewson commented on a change in pull request #1440: Optionally prevent non-admins from accessing /_all_dbs URL: https://github.com/apache/couchdb/pull/1440#discussion_r202514372 ## File path: src/chttpd/src/chttpd_auth_request.erl ## @@ -34,7 +34,10 @@

[GitHub] janl closed pull request #1441: Wait for db deletion before db re-creation. Closes #1197

2018-07-14 Thread GitBox
janl closed pull request #1441: Wait for db deletion before db re-creation. Closes #1197 URL: https://github.com/apache/couchdb/pull/1441 This is an automated message from the Apache Git Service. To respond to the message,

[Jenkins] SUCCESS: CouchDB » master #294

2018-07-14 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/294/

[GitHub] janl closed pull request #1442: raise timeouts in attachment tests

2018-07-14 Thread GitBox
janl closed pull request #1442: raise timeouts in attachment tests URL: https://github.com/apache/couchdb/pull/1442 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] janl commented on issue #1233: Unstable compaction test; failed due to timeout

2018-07-14 Thread GitBox
janl commented on issue #1233: Unstable compaction test; failed due to timeout URL: https://github.com/apache/couchdb/issues/1233#issuecomment-405015585 Closing in favour of #1442 This is an automated message from the

[GitHub] janl opened a new pull request #1442: raise timeouts in attachment tests

2018-07-14 Thread GitBox
janl opened a new pull request #1442: raise timeouts in attachment tests URL: https://github.com/apache/couchdb/pull/1442 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] janl closed issue #1197: Travis failure: users_db.js

2018-07-14 Thread GitBox
janl closed issue #1197: Travis failure: users_db.js URL: https://github.com/apache/couchdb/issues/1197 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] janl commented on issue #1197: Travis failure: users_db.js

2018-07-14 Thread GitBox
janl commented on issue #1197: Travis failure: users_db.js URL: https://github.com/apache/couchdb/issues/1197#issuecomment-405015426 Closing in favour of #1441 This is an automated message from the Apache Git Service. To

[GitHub] janl opened a new pull request #1441: Wait for db deletion before db re-creation. Closes #1197

2018-07-14 Thread GitBox
janl opened a new pull request #1441: Wait for db deletion before db re-creation. Closes #1197 URL: https://github.com/apache/couchdb/pull/1441 This is an automated message from the Apache Git Service. To respond to the

[GitHub] janl closed pull request #1437: Fix/2.1.2 sec

2018-07-14 Thread GitBox
janl closed pull request #1437: Fix/2.1.2 sec URL: https://github.com/apache/couchdb/pull/1437 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] janl commented on issue #1226: Investigate how hard could it be to reintroduce etags in index's views.

2018-07-14 Thread GitBox
janl commented on issue #1226: Investigate how hard could it be to reintroduce etags in index's views. URL: https://github.com/apache/couchdb/issues/1226#issuecomment-405014687 > @eiri A quick note: evidently (haven't seen this myself, but was told that this is possible and been

[GitHub] janl closed issue #1226: Investigate how hard could it be to reintroduce etags in index's views.

2018-07-14 Thread GitBox
janl closed issue #1226: Investigate how hard could it be to reintroduce etags in index's views. URL: https://github.com/apache/couchdb/issues/1226 This is an automated message from the Apache Git Service. To respond to

[GitHub] janl commented on issue #1226: Investigate how hard could it be to reintroduce etags in index's views.

2018-07-14 Thread GitBox
janl commented on issue #1226: Investigate how hard could it be to reintroduce etags in index's views. URL: https://github.com/apache/couchdb/issues/1226#issuecomment-405014655 Closing in favour of #1237 This is an

[GitHub] janl closed issue #1181: Race in is_idle

2018-07-14 Thread GitBox
janl closed issue #1181: Race in is_idle URL: https://github.com/apache/couchdb/issues/1181 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to

[GitHub] janl commented on issue #1181: Race in is_idle

2018-07-14 Thread GitBox
janl commented on issue #1181: Race in is_idle URL: https://github.com/apache/couchdb/issues/1181#issuecomment-405014471 Closing in favour of #1182 This is an automated message from the Apache Git Service. To respond to the

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

2018-07-14 Thread GitBox
janl commented on issue #1171: couchdb unable to run on FIPS enabled CentOS URL: https://github.com/apache/couchdb/issues/1171#issuecomment-405014445 > mentioned that there are (may be?) places where we still use md5 for security stuff Just to clarify: this is not the case. We got

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

2018-07-14 Thread GitBox
janl commented on issue #1171: couchdb unable to run on FIPS enabled CentOS URL: https://github.com/apache/couchdb/issues/1171#issuecomment-405014416 @rokek a PR would be great, your outline should be sufficient. This is an

[GitHub] janl closed issue #1163: getting badarg in rexi_server (fabric_rpc)

2018-07-14 Thread GitBox
janl closed issue #1163: getting badarg in rexi_server (fabric_rpc) URL: https://github.com/apache/couchdb/issues/1163 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] janl closed issue #1158: Unable to create Couch DB

2018-07-14 Thread GitBox
janl closed issue #1158: Unable to create Couch DB URL: https://github.com/apache/couchdb/issues/1158 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] janl closed issue #1156: Tests for db, doc and attachment operations with different quorum situations

2018-07-14 Thread GitBox
janl closed issue #1156: Tests for db,doc and attachment operations with different quorum situations URL: https://github.com/apache/couchdb/issues/1156 This is an automated message from the Apache Git Service. To respond to

[GitHub] janl closed issue #1142: fabric:query_view/4 fails if number of docs in the DB is more than 60

2018-07-14 Thread GitBox
janl closed issue #1142: fabric:query_view/4 fails if number of docs in the DB is more than 60 URL: https://github.com/apache/couchdb/issues/1142 This is an automated message from the Apache Git Service. To respond to the

[GitHub] janl closed issue #1132: tests: context cleanup failed

2018-07-14 Thread GitBox
janl closed issue #1132: tests: context cleanup failed URL: https://github.com/apache/couchdb/issues/1132 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] janl commented on issue #1132: tests: context cleanup failed

2018-07-14 Thread GitBox
janl commented on issue #1132: tests: context cleanup failed URL: https://github.com/apache/couchdb/issues/1132#issuecomment-405014168 Closing as dupe of #884 This is an automated message from the Apache Git Service. To

[GitHub] janl commented on issue #1132: tests: context cleanup failed

2018-07-14 Thread GitBox
janl commented on issue #1132: tests: context cleanup failed URL: https://github.com/apache/couchdb/issues/1132#issuecomment-405014176 location is different but cause Is likely the same This is an automated message from the

[GitHub] janl closed issue #1125: Very slow replication for databases with attachments

2018-07-14 Thread GitBox
janl closed issue #1125: Very slow replication for databases with attachments URL: https://github.com/apache/couchdb/issues/1125 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] janl commented on issue #1119: Could not open shard

2018-07-14 Thread GitBox
janl commented on issue #1119: Could not open shard URL: https://github.com/apache/couchdb/issues/1119#issuecomment-405014044 Can you retry this with 2.2.0 when it comes out. Closing this out in the meantime. This is an

[GitHub] janl closed issue #1119: Could not open shard

2018-07-14 Thread GitBox
janl closed issue #1119: Could not open shard URL: https://github.com/apache/couchdb/issues/1119 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] janl closed issue #1112: Misleading API HTTP Status Codes

2018-07-14 Thread GitBox
janl closed issue #1112: Misleading API HTTP Status Codes URL: https://github.com/apache/couchdb/issues/1112 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] janl closed issue #1108: Query DNS to automatically discover cluster peers

2018-07-14 Thread GitBox
janl closed issue #1108: Query DNS to automatically discover cluster peers URL: https://github.com/apache/couchdb/issues/1108 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] janl commented on issue #1103: Running CouchDB 2 on the Raspberry Pi

2018-07-14 Thread GitBox
janl commented on issue #1103: Running CouchDB 2 on the Raspberry Pi URL: https://github.com/apache/couchdb/issues/1103#issuecomment-405013376 Is there anything else we can do here? Please re-open if yes. This is an automated

[GitHub] janl closed issue #1103: Running CouchDB 2 on the Raspberry Pi

2018-07-14 Thread GitBox
janl closed issue #1103: Running CouchDB 2 on the Raspberry Pi URL: https://github.com/apache/couchdb/issues/1103 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] janl closed issue #1083: GET _index does not immediately return indexes created with POST _index

2018-07-14 Thread GitBox
janl closed issue #1083: GET _index does not immediately return indexes created with POST _index URL: https://github.com/apache/couchdb/issues/1083 This is an automated message from the Apache Git Service. To respond to the

  1   2   >