[GitHub] nickva commented on a change in pull request #1195: Add support for bulk get with Accept:"multipart/mixed" or "multipart/related"

2018-11-10 Thread GitBox
nickva commented on a change in pull request #1195: Add support for bulk get with Accept:"multipart/mixed" or "multipart/related" URL: https://github.com/apache/couchdb/pull/1195#discussion_r232427519 ## File path: src/chttpd/src/chttpd_db.erl ## @@ -481,18 +482,62 @@

[GitHub] nickva commented on a change in pull request #1195: Add support for bulk get with Accept:"multipart/mixed" or "multipart/related"

2018-11-10 Thread GitBox
nickva commented on a change in pull request #1195: Add support for bulk get with Accept:"multipart/mixed" or "multipart/related" URL: https://github.com/apache/couchdb/pull/1195#discussion_r232475939 ## File path: src/chttpd/src/chttpd_db.erl ## @@ -997,6 +1075,23 @@

[GitHub] jaydoane opened a new pull request #1727: Remove eliminated config options from elixir tests

2018-11-10 Thread GitBox
jaydoane opened a new pull request #1727: Remove eliminated config options from elixir tests URL: https://github.com/apache/couchdb/pull/1727 ## Overview Remove eliminated config options from elixir tests. This mirrors [this

[GitHub] jaydoane commented on issue #1726: Support elixir 1.7

2018-11-10 Thread GitBox
jaydoane commented on issue #1726: Support elixir 1.7 URL: https://github.com/apache/couchdb/pull/1726#issuecomment-437644518 @wohali, yes, I also ran the tests with elixir 1.6.6, and they all pass except for this one test (which also fails on 1.7.4): ``` * test Standard config

[Jenkins] SUCCESS: CouchDB » master #394

2018-11-10 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/394/

[GitHub] kocolosk closed pull request #339: Document the new seedlist config setting

2018-11-10 Thread GitBox
kocolosk closed pull request #339: Document the new seedlist config setting URL: https://github.com/apache/couchdb-documentation/pull/339 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] kocolosk closed pull request #1658: Enable cluster auto-assembly through a seedlist

2018-11-10 Thread GitBox
kocolosk closed pull request #1658: Enable cluster auto-assembly through a seedlist URL: https://github.com/apache/couchdb/pull/1658 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] jtmorrisbytes opened a new issue #1157: Creating database or documents with Fauxton UI is not reflected in the HTTP interface and vice versa

2018-11-10 Thread GitBox
jtmorrisbytes opened a new issue #1157: Creating database or documents with Fauxton UI is not reflected in the HTTP interface and vice versa URL: https://github.com/apache/couchdb-fauxton/issues/1157 ## Expected Behavior Creating a database and documents with the Fauxton

[GitHub] wohali commented on issue #1726: Support elixir 1.7

2018-11-10 Thread GitBox
wohali commented on issue #1726: Support elixir 1.7 URL: https://github.com/apache/couchdb/pull/1726#issuecomment-437630220 Can you confirm this doesn't break support for 1.6.6? We currently have 1.6.6 in our regression testing environment and plan to start running `make elixir` as part

[GitHub] jaydoane opened a new pull request #1726: Support elixir 1.7

2018-11-10 Thread GitBox
jaydoane opened a new pull request #1726: Support elixir 1.7 URL: https://github.com/apache/couchdb/pull/1726 ## Overview Reformat mix.lock, and suppress elixir 1.7 warnings. ## Testing recommendations Using elixir 1.7, `mix test --trace` should

[Jenkins] SUCCESS: CouchDB » master #393

2018-11-10 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/393/

[Jenkins] FAILURE: CouchDB » master #392

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

[GitHub] wohali closed pull request #1725: Improve retry_until

2018-11-10 Thread GitBox
wohali closed pull request #1725: Improve retry_until URL: https://github.com/apache/couchdb/pull/1725 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] ermouth commented on issue #1724: [Feature Proposal] Pull Request to add support for Erlang-only validate_doc_read functions

2018-11-10 Thread GitBox
ermouth commented on issue #1724: [Feature Proposal] Pull Request to add support for Erlang-only validate_doc_read functions URL: https://github.com/apache/couchdb/issues/1724#issuecomment-437618041 There exist approaches to filter outgoing data streams very fast without intervening

[GitHub] wohali commented on issue #1725: Improve retry_until

2018-11-10 Thread GitBox
wohali commented on issue #1725: Improve retry_until URL: https://github.com/apache/couchdb/pull/1725#issuecomment-437604042 LGTM +1 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] jaydoane opened a new pull request #1725: Improve retry_until

2018-11-10 Thread GitBox
jaydoane opened a new pull request #1725: Improve retry_until URL: https://github.com/apache/couchdb/pull/1725 ## Overview Fix bug in epoch millisecond calculation, and improve `retry_until` to work with code containing assertions. ## Testing recommendations