[GitHub] [couchdb-fauxton] iamgollum opened a new pull request #1218: Applied media query to align create document btn text when it becomes…

2019-08-27 Thread GitBox
iamgollum opened a new pull request #1218: Applied media query to align create document btn text when it becomes… URL: https://github.com/apache/couchdb-fauxton/pull/1218 As mentioned in #998, on a certain screen size the create document button text gets cut off when it goes from one line

[GitHub] [couchdb-fauxton] iamgollum opened a new pull request #1217: UX improvement: disabled on blur input reset for the search bar

2019-08-27 Thread GitBox
iamgollum opened a new pull request #1217: UX improvement: disabled on blur input reset for the search bar URL: https://github.com/apache/couchdb-fauxton/pull/1217 As referenced in #998, it is inconvenient to lose your search input when you lose focus. This is especially true when using

[GitHub] [couchdb] nsthakur7 opened a new issue #2150: Request to make the database explorer side panel re-sizable to show the long view names

2019-08-27 Thread GitBox
nsthakur7 opened a new issue #2150: Request to make the database explorer side panel re-sizable to show the long view names URL: https://github.com/apache/couchdb/issues/2150 ## Summary Request to make the database explorer side panel re-sizable to show the long view names. ##

[GitHub] [couchdb] eiri commented on issue #2149: Handle badmatch timeout in all_docs query

2019-08-27 Thread GitBox
eiri commented on issue #2149: Handle badmatch timeout in all_docs query URL: https://github.com/apache/couchdb/pull/2149#issuecomment-525543850 @wohali yes, sure, I'll look into this tomorrow, maybe try to find where that `timeout` in `UpdateSeq` coming from.

[GitHub] [couchdb] eiri commented on issue #2127: Fix for CompactTest failure

2019-08-27 Thread GitBox
eiri commented on issue #2127: Fix for CompactTest failure URL: https://github.com/apache/couchdb/pull/2127#issuecomment-525543496 @sansato I'd say `info["sizes.active"]` is the best option here, it's a size of "live" data in bytes, so it should go down when doc deleted and db then

[GitHub] [couchdb] wohali commented on issue #2127: Fix for CompactTest failure

2019-08-27 Thread GitBox
wohali commented on issue #2127: Fix for CompactTest failure URL: https://github.com/apache/couchdb/pull/2127#issuecomment-525528813 @sansato it's the exact same data... we're just going to remove the data_size field at some point from the output. see:

[GitHub] [couchdb] sansato commented on issue #2127: Fix for CompactTest failure

2019-08-27 Thread GitBox
sansato commented on issue #2127: Fix for CompactTest failure URL: https://github.com/apache/couchdb/pull/2127#issuecomment-525527940 data_size is deprecated. Does info["sizes.file"] or info["sizes"]["file"] give a better answer?

[GitHub] [couchdb] wohali closed pull request #2149: Handle badmatch timeout in all_docs query

2019-08-27 Thread GitBox
wohali closed pull request #2149: Handle badmatch timeout in all_docs query URL: https://github.com/apache/couchdb/pull/2149 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [couchdb] wohali commented on issue #2149: Handle badmatch timeout in all_docs query

2019-08-27 Thread GitBox
wohali commented on issue #2149: Handle badmatch timeout in all_docs query URL: https://github.com/apache/couchdb/pull/2149#issuecomment-525527894 @eiri ok I'll close this PR, can you submit a new one? Thanks. This is an

[GitHub] [couchdb] eiri commented on issue #2127: Fix for CompactTest failure

2019-08-27 Thread GitBox
eiri commented on issue #2127: Fix for CompactTest failure URL: https://github.com/apache/couchdb/pull/2127#issuecomment-525520797 @wohali Ah, I see. I should admit I'm still not very familiar with elixir test suite. The fix doesn't look right to me, tbh, I mean it's strange to call

[GitHub] [couchdb] wohali opened a new pull request #2149: Handle badmatch timeout in all_docs query

2019-08-27 Thread GitBox
wohali opened a new pull request #2149: Handle badmatch timeout in all_docs query URL: https://github.com/apache/couchdb/pull/2149 ## Overview Seeing this in logs: ``` req_err(2563825449) badmatch : timeout [<<"fabric_view_all_docs:go/5

[GitHub] [couchdb] wohali commented on issue #2127: Fix for CompactTest failure

2019-08-27 Thread GitBox
wohali commented on issue #2127: Fix for CompactTest failure URL: https://github.com/apache/couchdb/pull/2127#issuecomment-525473345 @eiri The check in `test/test_helper.exs` is not sufficient to get this test to skip on Travis (which uses `TRAVIS_BUILD_NUMBER` and won't work if you're

[GitHub] [couchdb-docker] wohali commented on issue #85: Provide and publish arm64 images

2019-08-27 Thread GitBox
wohali commented on issue #85: Provide and publish arm64 images URL: https://github.com/apache/couchdb-docker/issues/85#issuecomment-525461713 Hey @lag-linaro this is normal, Docker doesn't have an init running so the package's attempt to start the process fails. Completely expected and

[GitHub] [couchdb-docker] wohali commented on a change in pull request #151: allow running as arbitrary uid

2019-08-27 Thread GitBox
wohali commented on a change in pull request #151: allow running as arbitrary uid URL: https://github.com/apache/couchdb-docker/pull/151#discussion_r318272183 ## File path: 2.3.1/Dockerfile ## @@ -121,8 +121,17 @@ COPY docker-entrypoint.sh /usr/local/bin RUN ln -s

[GitHub] [couchdb] nickva closed issue #1517: Automate incrementally growing a cluster

2019-08-27 Thread GitBox
nickva closed issue #1517: Automate incrementally growing a cluster URL: https://github.com/apache/couchdb/issues/1517 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [couchdb] nickva commented on issue #1517: Automate incrementally growing a cluster

2019-08-27 Thread GitBox
nickva commented on issue #1517: Automate incrementally growing a cluster URL: https://github.com/apache/couchdb/issues/1517#issuecomment-525417391 @wohali Agree. Closing as wontfix as suggested. https://github.com/neighbourhoodie/couch-continuum seems like a good tool

[GitHub] [couchdb-documentation] wohali opened a new pull request #434: Improve UNIX binary install even more

2019-08-27 Thread GitBox
wohali opened a new pull request #434: Improve UNIX binary install even more URL: https://github.com/apache/couchdb-documentation/pull/434 Just a small fix to improve the text and to install the repo key in a more secure manner.

[GitHub] [couchdb] sztanyoo opened a new issue #2148: Required content-type header is not enforced when putting attachments

2019-08-27 Thread GitBox
sztanyoo opened a new issue #2148: Required content-type header is not enforced when putting attachments URL: https://github.com/apache/couchdb/issues/2148 ## Description According to https://docs.couchdb.org/en/stable/api/document/attachments.html#put--db-docid-attname

[GitHub] [couchdb-fauxton] Antonio-Maranhao opened a new pull request #1216: Fix instructions in CONTRIBUTING.md

2019-08-27 Thread GitBox
Antonio-Maranhao opened a new pull request #1216: Fix instructions in CONTRIBUTING.md URL: https://github.com/apache/couchdb-fauxton/pull/1216 ## Overview Removes outdated instructions from the Contributor's Guide. ## Testing recommendations None ## GitHub issue

[GitHub] [couchdb-fauxton] iamgollum opened a new issue #1215: Contributing.md settings update guide is out of date

2019-08-27 Thread GitBox
iamgollum opened a new issue #1215: Contributing.md settings update guide is out of date URL: https://github.com/apache/couchdb-fauxton/issues/1215 Related to #1202 Setting the host to `localhost:5984` in the settings violates the recommended setup in the `Readme.md`. Should point

[GitHub] [couchdb] sergey-safarov commented on issue #2142: docker/kubrenetes nodes discovery

2019-08-27 Thread GitBox
sergey-safarov commented on issue #2142: docker/kubrenetes nodes discovery URL: https://github.com/apache/couchdb/issues/2142#issuecomment-525315000 Names is stable because name is generated from constant string and stable variable `{{.Task.Slot}}`. But this names is not resolvable.

[GitHub] [couchdb] mariocasciaro opened a new issue #2147: High number of rexi_DOWN messages

2019-08-27 Thread GitBox
mariocasciaro opened a new issue #2147: High number of rexi_DOWN messages URL: https://github.com/apache/couchdb/issues/2147 [NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description I have multiple clusters with `q=1` and `n=3`, with

[GitHub] [couchdb] sztanyoo opened a new issue #2146: Deleting not existing attachment responds 200 instead of 404

2019-08-27 Thread GitBox
sztanyoo opened a new issue #2146: Deleting not existing attachment responds 200 instead of 404 URL: https://github.com/apache/couchdb/issues/2146 ## Description DELETE for a not existing attachment responds with 200 OK even if the attachment is missing. Seems to be a legacy

[GitHub] [couchdb] eiri commented on issue #2127: Fix for CompactTest failure

2019-08-27 Thread GitBox
eiri commented on issue #2127: Fix for CompactTest failure URL: https://github.com/apache/couchdb/pull/2127#issuecomment-525280288 > I remember there were fixes (by @eiri) in the area. fwiw my none-approved fixes were for `external`, not for `data` block that's in question here.

[GitHub] [couchdb] kocolosk commented on issue #2142: docker/kubrenetes nodes discovery

2019-08-27 Thread GitBox
kocolosk commented on issue #2142: docker/kubrenetes nodes discovery URL: https://github.com/apache/couchdb/issues/2142#issuecomment-525279963 When it comes to Kubernetes I think relying on the stable DNS names provided by membership in a StatefulSet is the right approach. This is what the

[GitHub] [couchdb] jlami commented on issue #2145: duplicate entries in keys gives incorrect order

2019-08-27 Thread GitBox
jlami commented on issue #2145: duplicate entries in keys gives incorrect order URL: https://github.com/apache/couchdb/issues/2145#issuecomment-525272566 A 400 response might be a bit overkill, but at least it would make this unexpected behavior clearly visible.

[GitHub] [couchdb] rnewson commented on issue #2145: duplicate entries in keys gives incorrect order

2019-08-27 Thread GitBox
rnewson commented on issue #2145: duplicate entries in keys gives incorrect order URL: https://github.com/apache/couchdb/issues/2145#issuecomment-525271161 ``` keydict(undefined) -> undefined; keydict(Keys) -> {Dict,_} = lists:foldl(fun(K, {D,I}) -> {dict:store(K,I,D),

[GitHub] [couchdb] rnewson commented on issue #2145: duplicate entries in keys gives incorrect order

2019-08-27 Thread GitBox
rnewson commented on issue #2145: duplicate entries in keys gives incorrect order URL: https://github.com/apache/couchdb/issues/2145#issuecomment-525263756 on closer inspection, that test is also a reproducing failure. This

[GitHub] [couchdb] rnewson edited a comment on issue #2145: duplicate entries in keys gives incorrect order

2019-08-27 Thread GitBox
rnewson edited a comment on issue #2145: duplicate entries in keys gives incorrect order URL: https://github.com/apache/couchdb/issues/2145#issuecomment-525263425 my "on cloudant" test; ``` acurl

[GitHub] [couchdb] rnewson edited a comment on issue #2145: duplicate entries in keys gives incorrect order

2019-08-27 Thread GitBox
rnewson edited a comment on issue #2145: duplicate entries in keys gives incorrect order URL: https://github.com/apache/couchdb/issues/2145#issuecomment-525263425 my "on cloudant" test; a``` curl

[GitHub] [couchdb] rnewson commented on issue #2145: duplicate entries in keys gives incorrect order

2019-08-27 Thread GitBox
rnewson commented on issue #2145: duplicate entries in keys gives incorrect order URL: https://github.com/apache/couchdb/issues/2145#issuecomment-525263425 my "on cloudant" test; acurl

[GitHub] [couchdb] rnewson commented on issue #2145: duplicate entries in keys gives incorrect order

2019-08-27 Thread GitBox
rnewson commented on issue #2145: duplicate entries in keys gives incorrect order URL: https://github.com/apache/couchdb/issues/2145#issuecomment-525263052 It would appear to be inadvertent shuffling in the dict used here:

[GitHub] [couchdb] jlami opened a new issue #2145: duplicate entries in keys gives incorrect order

2019-08-27 Thread GitBox
jlami opened a new issue #2145: duplicate entries in keys gives incorrect order URL: https://github.com/apache/couchdb/issues/2145 ## Description When querying a custom view with duplicate entries in the `keys` parameter the output will be ordered incorrectly. _all_docs works

[GitHub] [couchdb] sarveshtamba commented on issue #2127: Fix for CompactTest failure

2019-08-27 Thread GitBox
sarveshtamba commented on issue #2127: Fix for CompactTest failure URL: https://github.com/apache/couchdb/pull/2127#issuecomment-525242242 @iilyak any updates for me on this one? This is an automated message from the Apache

[GitHub] [couchdb-docker] lag-linaro commented on issue #85: Provide and publish arm64 images

2019-08-27 Thread GitBox
lag-linaro commented on issue #85: Provide and publish arm64 images URL: https://github.com/apache/couchdb-docker/issues/85#issuecomment-525215546 @wohali looks okay so far. Although it doesn't seem to enjoy being run in Docker. https://pastebin.ubuntu.com/p/g98vDHW29D/

[GitHub] [couchdb-docker] willholley commented on a change in pull request #151: allow running as arbitrary uid

2019-08-27 Thread GitBox
willholley commented on a change in pull request #151: allow running as arbitrary uid URL: https://github.com/apache/couchdb-docker/pull/151#discussion_r317974140 ## File path: 2.3.1/Dockerfile ## @@ -121,8 +121,17 @@ COPY docker-entrypoint.sh /usr/local/bin RUN ln -s