[GitHub] nickva commented on issue #118: Update changes feed documentation

2017-04-18 Thread git
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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
ejson_doc(RDoc, HealthThreshold)}); +{_OtherDb, _OtherDocId} -> +nil +end +end, nil, ?MODULE)), +case Res of +{found, DocInfo} -> +{ok, DocInfo}; +nil -> +{error, not_found} +end. + + +-spec doc_lookup

[GitHub] tonysun83 commented on a change in pull request #477: Add LRU for view groups

2017-04-18 Thread git
clause? 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 go to the specific comment. For queries about this service, please contact Infrastructu

[GitHub] garrensmith closed pull request #899: remove deprecated isMounted api

2017-04-19 Thread git
garrensmith closed pull request #899: remove deprecated isMounted api URL: https://github.com/apache/couchdb-fauxton/pull/899 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] iilyak commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
not have leftover data? If we would have a test then we would be able to catch the problem if ibrowse would start to leak data. -------- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] nickva commented on issue #480: Fix mango full text detection

2017-04-18 Thread git
``` lists:keystore(erl_opts, 1, CONFIG, {erl_opts, NewOpts}), ``` ---- 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 go to the specific comment.

[GitHub] iilyak commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
cator"}, {vsn, git}, {mod, {couch_replicator_app, []}}, -{modules, [ -couch_replicator, -couch_replicator_api_wrap, -couch_replicator_app, -couch_replicator_httpc, -couch_replicator_httpd, -couch_replicat

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
ejson_doc(RDoc, HealthThreshold)}); +{_OtherDb, _OtherDocId} -> +nil +end +end, nil, ?MODULE)), +case Res of +{found, DocInfo} -> +{ok, DocInfo}; +nil -> +{error, not_found} +end. + + +-spec doc_lookup

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
ents shards live. + + +-module(couch_replicator_clustering). + +-behaviour(gen_server). +-behaviour(config_listener). + +-export([ + start_link/0 Review comment: Agree. This is an automated message from the Apache Git Service. To respond to the

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
{", string:join(Parts, ","), "\r\n"], +{ok, AccOut} = maybe_flush_response(Acc, Chunk, iolist_size(Chunk)), +{ok, AccOut#vacc{prepend="", meta_sent=true}}; + + +docs_cb({meta, _Meta}, #vacc{}=Acc) -> +%% ignore metadata + {ok, Acc}; + +docs_cb({row, Row},

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
d having to any more operation on the data like build sets. -------- 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 go to the specific comment. For queries about this servic

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
eview comment: Good idea. Will do 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] nickva closed pull request #128: Update description and examples for _replication_state_time

2017-04-18 Thread git
nickva closed pull request #128: Update description and examples for _replication_state_time URL: https://github.com/apache/couchdb-documentation/pull/128 This is an automated message from the Apache Git Service

[GitHub] nickva commented on issue #128: Update description and examples for _replication_state_time

2017-04-18 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] davisp opened a new pull request #481: Fix couch_auth_cache reinitialization logic

2017-04-18 Thread git
changes and clearing the cache twice in the test suite is a non issue. COUCHDB-3379 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 go

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
nclined to keep it as is. It's a query for a specific job it is either there and we return it or not found. -------- 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
-> +UserCtx = Req#httpd.user_ctx, +case couch_replicator:doc(?REPDB, DocId, UserCtx#user_ctx.roles) of +{ok, DocInfo} -> +send_json(Req, couch_replicator_httpd_util:update_db_name(DocInfo)); +{error, not_found} -> + throw(not_found)

[GitHub] nickva closed pull request #129: Update description and examples for _replication_state_time (for 1.6.x)

2017-04-18 Thread git
nickva closed pull request #129: Update description and examples for _replication_state_time (for 1.6.x) URL: https://github.com/apache/couchdb-documentation/pull/129 This is an automated message from the Apache Git

[GitHub] nickva commented on issue #123: Documention for the scheduling replicator

2017-04-18 Thread git
the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] tonysun83 commented on a change in pull request #477: Add LRU for view groups

2017-04-18 Thread git
t a locked fd for dbs encompasses commits and compaction? 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 go to the specific comment. For queries about this ser

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
r, not_found}. +doc(Db, DocId) -> +HealthThreshold = couch_replicator_scheduler:health_threshold(), +Res = (catch ets:foldl(fun(RDoc, nil) -> +{Shard, RDocId} = RDoc#rdoc.id, +case {mem3:dbname(Shard), RDocId} of +{Db, DocId} -> +throw({

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
r, not_found}. +doc(Db, DocId) -> +HealthThreshold = couch_replicator_scheduler:health_threshold(), +Res = (catch ets:foldl(fun(RDoc, nil) -> +{Shard, RDocId} = RDoc#rdoc.id, +case {mem3:dbname(Shard), RDocId} of +{Db, DocId} -> +throw({

[GitHub] nickva commented on a change in pull request #470: Scheduling Replicator

2017-04-18 Thread git
d having to any more operation on the data like build sets. -------- 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 go to the specific comment. For queries about this servic

[GitHub] nickva closed pull request #118: Update changes feed documentation

2017-04-18 Thread git
nickva closed pull request #118: Update changes feed documentation URL: https://github.com/apache/couchdb-documentation/pull/118 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] nickva commented on issue #123: Documention for the scheduling replicator

2017-04-18 Thread git
the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] tonysun83 commented on a change in pull request #477: Add LRU for view groups

2017-04-18 Thread git
clause? 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 go to the specific comment. For queries about this service, please contact Infrastructu

[GitHub] tonysun83 commented on a change in pull request #477: Add LRU for view groups

2017-04-18 Thread git
t a locked fd for dbs encompasses commits and compaction? 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 go to the specific comment. For queries about this ser

[GitHub] wohali opened a new pull request #904: Be explicit about version of Node/npm required

2017-04-24 Thread git
and that Node 6 / npm 3 was required. This makes the dependency on these versions explicit. 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 go

[GitHub] nickva commented on a change in pull request #476: Couchdb 3376 fix mem3 shards

2017-04-24 Thread git
ut) end). + + +mock_changes_listener() -> +Self = self(), +erlang:spawn(fun() -> +Ref = erlang:monitor(process, Self), +mock_changes_listener_loop(Self, Ref) +end). + + +mock_changes_listener_loop(Pid, Ref) -> Review comment: Deleting those should fix the warning I think

[GitHub] iilyak closed pull request #486: Avoid creation of document if deleting attachment on non-existent doc

2017-04-24 Thread git
iilyak closed pull request #486: Avoid creation of document if deleting attachment on non-existent doc URL: https://github.com/apache/couchdb/pull/486 This is an automated message from the Apache Git Service. To respond

[GitHub] KpjComp opened a new issue #944: Fauxton only works went mounted to url "/",.

2017-07-29 Thread git
st website, and fauxton etc. Assuming everything is @ "/" is not ideal. So a request say for session would be '/db/_session' ## Your Environment Node Windows ---- This is an automated message from the Apac

[GitHub] rnewson commented on a change in pull request #721: Save migrated replicator checkpoint documents immediately

2017-07-31 Thread git
y we're catching, logging, then ignoring this condition? let it crash? 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 go to the specific comment. For q

[GitHub] nickva commented on issue #726: Provide a more accurate size check for max_document_size limit

2017-07-31 Thread git
was to add an element count parameter and if it reaches that many elements and hasn't finished, then abort and try encoding with jiffy. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] tonysun83 commented on issue #726: Provide a more accurate size check for max_document_size limit

2017-07-31 Thread git
to be incorporated into this new check right? 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 go to the specific comment. For queries about this service

[GitHub] nickva commented on a change in pull request #721: Save migrated replicator checkpoint documents immediately

2017-07-31 Thread git
t. Will let it crash here. 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 go to the specific comment. For queries about this service, please cont

[GitHub] rnewson commented on a change in pull request #605: Add Prefer: return=minimal support

2017-07-31 Thread git
ybe_return_minimal/2 +]). Review comment: this line should be at column 0. 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 go to the specific comment.

[GitHub] rnewson commented on a change in pull request #605: Add Prefer: return=minimal support

2017-07-31 Thread git
need `WWW-Authenticate` for users that enable the standard login prompting setting. 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 go

[GitHub] garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-07-31 Thread git
n.stub(window, 'confirm'); + // sinon.stub(Actions, 'toggleLoadingBarsToEnabled'); Review comment: Delete if you don't need it. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-07-31 Thread git
something like this: ```js const {assert, restore} = utils; ``` Then you don't have to do `utils.restore` in the afterEach ---- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-07-31 Thread git
view comment: `const` 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-07-31 Thread git
window.confirm); +}); + +it('confirms user change from restricted origin to disabled cors', () => { + var spy = sinon.stub(window, 'confirm'); Review comment: const This is an automated message from the Apache Gi

[GitHub] garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-07-31 Thread git
garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme URL: https://github.com/apache/couchdb-fauxton/pull/938#discussion_r130362652 ## File path: app/addons/cors/components.js ## @@ -334,6 +334,7 @@ var CORSController =

[GitHub] garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-07-31 Thread git
Ideally we don't use `var`. 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-07-31 Thread git
Stores from "../stores"; var assert = testUtils.assert; Review comment: const 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 go to th

[GitHub] wohali closed issue #727: Make couchdb 2 cross compile friendly

2017-07-31 Thread git
wohali closed issue #727: Make couchdb 2 cross compile friendly URL: https://github.com/apache/couchdb/issues/727 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] wohali commented on issue #727: Make couchdb 2 cross compile friendly

2017-07-31 Thread git
the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] Antonio-Maranhao commented on issue #938: Refactor CORS tests to run with Jest and Enzyme

2017-07-31 Thread git
. 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] Schoumi opened a new issue #727: Make couchdb 2 cross compile friendly

2017-07-31 Thread git
): Linux Desktop * Target: Linux armv5 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 go to the specific comment. For queries about

[GitHub] nickva opened a new pull request #726: Provide a more accurate size check for max_document_size limit

2017-07-31 Thread git
. 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] michellephung commented on issue #933: Update for changes to _cluster_setup endpoint

2017-07-29 Thread git
michellephung commented on issue #933: Update for changes to _cluster_setup endpoint URL: https://github.com/apache/couchdb-fauxton/pull/933#issuecomment-318867417 +1 This is an automated message from the Apache Git Service

[GitHub] janl closed issue #711: CI: FreeBSD Build Machine disconnects.

2017-07-30 Thread git
janl closed issue #711: CI: FreeBSD Build Machine disconnects. URL: https://github.com/apache/couchdb/issues/711 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] michellephung closed pull request #722: Update Rebar file with Fauxton 1.1.13

2017-07-29 Thread git
michellephung closed pull request #722: Update Rebar file with Fauxton 1.1.13 URL: https://github.com/apache/couchdb/pull/722 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] wohali closed pull request #933: Update for changes to _cluster_setup endpoint

2017-07-29 Thread git
wohali closed pull request #933: Update for changes to _cluster_setup endpoint URL: https://github.com/apache/couchdb-fauxton/pull/933 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] nickva closed pull request #728: Increase timeouts in replicator compactor tests

2017-07-31 Thread git
nickva closed pull request #728: Increase timeouts in replicator compactor tests URL: https://github.com/apache/couchdb/pull/728 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] nickva closed issue #725: Replicator compact test timing out

2017-07-31 Thread git
nickva closed issue #725: Replicator compact test timing out URL: https://github.com/apache/couchdb/issues/725 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] Antonio-Maranhao commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-07-31 Thread git
Antonio-Maranhao commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme URL: https://github.com/apache/couchdb-fauxton/pull/938#discussion_r130439687 ## File path: app/addons/cors/components.js ## @@ -334,6 +334,7 @@ var CORSController

[GitHub] wohali opened a new pull request #155: Fully document _cluster_setup endpoint for 2.1

2017-07-30 Thread git
for the `/_cluster_setup` endpoint to the HTTP API reference. Closes apache/couchdb#593 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 go to the specific comment

[GitHub] wohali commented on issue #593: Allow bind address of 127.0.0.1 in _cluster_setup for single node

2017-07-30 Thread git
! ? 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] janl commented on a change in pull request #155: Fully document _cluster_setup endpoint for 2.1

2017-07-30 Thread git
ething. I?ve addressed the issue in https://github.com/apache/couchdb-setup/pull/14 If that PR is merged, we can leave out this warning. This would be a nice-to-have for 2.1, but not blocking. This is an automated message from the Apache Git Service. To res

[GitHub] jahtalab commented on issue #570: feat: update couch_peruser for 2.0 patch by @guillett

2017-07-30 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] davisp closed pull request #635: Stop indexing activity on ddoc update

2017-07-31 Thread git
davisp closed pull request #635: Stop indexing activity on ddoc update URL: https://github.com/apache/couchdb/pull/635 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] davisp commented on a change in pull request #605: Add Prefer: return=minimal support

2017-07-31 Thread git
to not request it when they need to get a cookie. 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 go to the specific comment. For queries about

[GitHub] nickva opened a new pull request #728: Increase timeouts in replicator compactor tests

2017-07-31 Thread git
to pass with 5 rounds. Fixes #725 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 go to the specific comment. For queries about

[GitHub] wohali commented on issue #728: Increase timeouts in replicator compactor tests

2017-07-31 Thread git
wohali commented on issue #728: Increase timeouts in replicator compactor tests URL: https://github.com/apache/couchdb/pull/728#issuecomment-319160466 +1 if tests pass. This is an automated message from the Apache Git

[GitHub] davisp commented on a change in pull request #726: Provide a more accurate size check for max_document_size limit

2017-07-31 Thread git
(couch_ejson_size). + +-export([ejson_size/1]). Review comment: couch_ejson_size:ejson_size(Term) seems a bit repetitive. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] davisp commented on a change in pull request #726: Provide a more accurate size check for max_document_size limit

2017-07-31 Thread git
(couch_ejson_size). Review comment: You're missing the ASL license header. 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 go to the specific comment

[GitHub] Thijxx commented on issue #729: Hostname is illegal

2017-08-01 Thread git
. 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-08-01 Thread git
garrensmith commented on a change in pull request #938: Refactor CORS tests to run with Jest and Enzyme URL: https://github.com/apache/couchdb-fauxton/pull/938#discussion_r130549071 ## File path: app/addons/cors/components.js ## @@ -334,6 +334,7 @@ var CORSController =

[GitHub] obi458 opened a new issue #732: MacOS and time machine

2017-08-01 Thread git
un-0-',4,[{file,"src/couch_server.erl"},{line,273}]},{filelib,do_fold_files2,8,[{file,"filelib.erl"},{line,185}]},{filelib,do_fold_files2,8,[{file,"filelib.erl"},{line,195}]}]} 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] wohali commented on issue #735: Fix timeouts in couch epi tests

2017-08-01 Thread git
wohali commented on issue #735: Fix timeouts in couch epi tests URL: https://github.com/apache/couchdb/pull/735#issuecomment-319559077 +1 looks good! This is an automated message from the Apache Git Service. To respond

[GitHub] wohali commented on issue #736: support (Zstandard?) dictionary compression

2017-08-01 Thread git
from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] nickva closed issue #731: couch epi test failure

2017-08-01 Thread git
nickva closed issue #731: couch epi test failure URL: https://github.com/apache/couchdb/issues/731 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] nickva closed pull request #735: Fix timeouts in couch epi tests

2017-08-01 Thread git
nickva closed pull request #735: Fix timeouts in couch epi tests URL: https://github.com/apache/couchdb/pull/735 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] luanmm commented on issue #713: Fauxton doesn't handle well all design docs names (with special characters)

2017-08-02 Thread git
! 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] nickva commented on issue #688: Reuse http-based replication checkpoints when upgrading to https

2017-08-01 Thread git
from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] nickva closed issue #688: Reuse http-based replication checkpoints when upgrading to https

2017-08-01 Thread git
nickva closed issue #688: Reuse http-based replication checkpoints when upgrading to https URL: https://github.com/apache/couchdb/issues/688 This is an automated message from the Apache Git Service. To respond

[GitHub] nickva opened a new pull request #735: Fix timeouts in couch epi tests

2017-08-01 Thread git
VM. Also switch to using macro defines to make it look slightly cleaner. Fixes #731 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 go

[GitHub] wohali opened a new issue #734: ddoc_cache test failing with time out

2017-08-01 Thread git
Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] TojNALvViV opened a new issue #736: support (Zstandard?) dictionary compression

2017-08-01 Thread git
onably small, useful stepping stone along that path. 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 go to the specific comment. For queries about

[GitHub] garrensmith commented on issue #605: Add Prefer: return=minimal support

2017-08-02 Thread git
the spacing issue. 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 go to the specific comment. For queries about this service, please contact Infrastructure

[GitHub] garrensmith commented on a change in pull request #605: Add Prefer: return=minimal support

2017-08-02 Thread git
. 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] callum-spartan commented on issue #698: CouchDB 2 service keeps restarting on Windows Server 2016

2017-08-03 Thread git
Server 2016 so it must have been a problem with my environment. Thanks again. 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 go to the specific

[GitHub] wohali commented on issue #737: CouchDB 2.0 version indexing getting timeout for records more than 1 lakhs records

2017-08-03 Thread git
. 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] garrensmith closed pull request #938: Refactor CORS tests to run with Jest and Enzyme

2017-08-03 Thread git
garrensmith closed pull request #938: Refactor CORS tests to run with Jest and Enzyme URL: https://github.com/apache/couchdb-fauxton/pull/938 This is an automated message from the Apache Git Service. To respond

[GitHub] Thijxx commented on issue #729: Hostname is illegal

2017-08-01 Thread git
. 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache

[GitHub] wohali closed issue #729: Hostname is illegal

2017-08-01 Thread git
wohali closed issue #729: Hostname is illegal URL: https://github.com/apache/couchdb/issues/729 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] Thijxx commented on issue #729: Hostname is illegal

2017-08-01 Thread git
works. Thank you @wohali for sticking with me. 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 go to the specific comment. For queries about

[GitHub] sureshsargar commented on issue #737: CouchDB 2.0 version indexing getting timeout for records more than 1 lakhs records

2017-08-03 Thread git
not timeout. i will share my observation on tomorrow. 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 go to the specific comment. For queries

[GitHub] sureshsargar commented on issue #737: CouchDB 2.0 version indexing getting timeout for records more than 1 lakhs records

2017-08-03 Thread git
] ; all_docs_concurrency = 10 ; changes_duration = ; shard_timeout_factor = 2 ; uuid_prefix_len = 7 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] rnewson commented on issue #737: CouchDB 2.0 version indexing getting timeout for records more than 1 lakhs records

2017-08-03 Thread git
the build progresses. 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 go to the specific comment. For queries about this service, please contact Infr

[GitHub] janl commented on issue #732: MacOS and time machine

2017-08-03 Thread git
`. 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] Antonio-Maranhao opened a new pull request #947: WIP: Refactor CORS addon

2017-08-03 Thread git
an error and the UI values should remain the same. **NOTE**: Tests are NOT updated yet. 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 go

[GitHub] Antonio-Maranhao commented on issue #947: WIP: Refactor CORS addon

2017-08-03 Thread git
. 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] janl commented on issue #732: MacOS and time machine

2017-08-03 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] janl commented on issue #732: MacOS and time machine

2017-08-03 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] obi458 commented on issue #732: MacOS and time machine

2017-08-03 Thread git
? 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 go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache

[GitHub] obi458 commented on issue #732: MacOS and time machine

2017-08-03 Thread git
s":"{couch_mrview_http, handle_all_docs_req}","_changes":"{couch_httpd_db, handle_db_changes_req}","_compact":"{couch_httpd_db, handle_compact_req}","_design":"{couch_httpd_db, handle_design_req}","_design_docs&qu

[GitHub] obi458 commented on issue #732: MacOS and time machine

2017-08-03 Thread git
is asynchronous in the sense that it does not invoke a disk check, but returns the latest available value. file:read_link_info(Name): Name must exists!! This is an automated message from the Apache Git Service. To respond to the message

[GitHub] obi458 commented on issue #732: MacOS and time machine

2017-08-03 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] obi458 commented on issue #732: MacOS and time machine

2017-08-03 Thread git
/Users/obi458/devel/couchdb_latest/rel/dev1/couchdb/bin/../releases/2.1.0/sys.config 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 go

<    2   3   4   5   6   7   8   9   10   11   >