[5/5] chttpd commit: updated refs/heads/2992-limit-doc-size to 1ac365d

2016-04-22 Thread tonysun83
Add more tests COUCHDB-2992 Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/1ac365dd Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/1ac365dd Diff:

[3/5] chttpd commit: updated refs/heads/2992-limit-doc-size to 1ac365d

2016-04-22 Thread tonysun83
Add in check for body size in multi_part requests COUCHDB-2992 Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/8ddb1ce7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/8ddb1ce7 Diff:

[4/5] chttpd commit: updated refs/heads/2992-limit-doc-size to 1ac365d

2016-04-22 Thread tonysun83
Add check for _update handlers COUCHDB-2992 Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/0b0a3aca Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/0b0a3aca Diff:

[2/5] chttpd commit: updated refs/heads/2992-limit-doc-size to 1ac365d

2016-04-22 Thread tonysun83
Use doc body after parsing We use the #doc.body because we only care about the json body. Inline attachments are already stripped away COUCHDB-2992 Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/b0e54930

couch-replicator commit: updated refs/heads/3010-add-rate-limiter to b7b2ac3

2016-05-05 Thread tonysun83
Repository: couchdb-couch-replicator Updated Branches: refs/heads/3010-add-rate-limiter [created] b7b2ac366 Add rate limiter for replication For a remote replication request, we add in support for rate limiting. We add in 4 new replication options: src_rate_limit src_rate_period

couch commit: updated refs/heads/master to e63f686

2016-04-15 Thread tonysun83
Repository: couchdb-couch Updated Branches: refs/heads/master bf9cd2b1c -> e63f68648 Implement Mango selectors for change feeds API is modeled after _doc_ids filter for change feeds. User POSTs to {db}/_changes with `filter=_selector`. Document body should have a "selector" field, with a

[4/4] chttpd commit: updated refs/heads/2992-limit-doc-size to 5181ec8

2016-04-16 Thread tonysun83
Add support for single_max_doc Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/5181ec86 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/5181ec86 Diff:

[2/4] chttpd commit: updated refs/heads/2992-limit-doc-size to 5181ec8

2016-04-16 Thread tonysun83
Add `log_format_test` test case COUCHDB-2973 Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/cd00955b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/cd00955b Diff:

[3/4] chttpd commit: updated refs/heads/2992-limit-doc-size to 5181ec8

2016-04-16 Thread tonysun83
Merge remote branch 'github/pr/109' This closes #109 Signed-off-by: ILYA Khlopotov Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/be1e9595 Tree:

[1/4] chttpd commit: updated refs/heads/2992-limit-doc-size to 5181ec8 [Forced Update!]

2016-04-16 Thread tonysun83
Repository: couchdb-chttpd Updated Branches: refs/heads/2992-limit-doc-size acb58c51d -> 5181ec865 (forced update) Log user name of request initiator Change the log format from chttpd to include username. The new format is (space separated): Nonce, Peer, Host, UserName, Method, RawUri, Code,

chttpd commit: updated refs/heads/2992-limit-doc-size to acb58c5

2016-04-16 Thread tonysun83
Repository: couchdb-chttpd Updated Branches: refs/heads/2992-limit-doc-size [created] acb58c51d Add support for single_max_doc Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/acb58c51 Tree:

chttpd commit: updated refs/heads/2992-limit-doc-size to f7affd0 [Forced Update!]

2016-04-17 Thread tonysun83
Repository: couchdb-chttpd Updated Branches: refs/heads/2992-limit-doc-size 5181ec865 -> f7affd0d2 (forced update) Add support for single_max_doc This adds support for a new configuration param single_max_doc_size. Single documents that exceed this document will receive a too_large error.

couchdb-mango git commit: Add op_field term to fix special $or case

2016-08-02 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/upstream [created] 1a4215678 Add op_field term to fix special $or case We're missing the term op_field when recursively calling indexable_fields in a special case. This leads to a function_clause error when specifically two elements are

couchdb-mango git commit: Add op_field term to fix special $or case

2016-08-02 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/master 01252f971 -> 1a4215678 Add op_field term to fix special $or case We're missing the term op_field when recursively calling indexable_fields in a special case. This leads to a function_clause error when specifically two elements are

couchdb-mango git commit: Do not allow empty field name

2017-01-23 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/master 4afd60e84 -> 6660b37d6 Do not allow empty field name Currently, the indexer crashes when a field name is empty. Even though it's valid json, we should disallow empty field names to coincide with selector syntax that requires a

fabric commit: updated refs/heads/master to cf220b2

2017-02-09 Thread tonysun83
Repository: couchdb-fabric Updated Branches: refs/heads/master dd02a3938 -> cf220b2e9 Add Else Clause For Embed Doc When open_doc or open_revs return an error, we set the doc value to be an error message. This way we account for errors rather than transform_row throwing a function_clause.

fabric commit: updated refs/heads/master to 70535ee

2017-02-12 Thread tonysun83
Repository: couchdb-fabric Updated Branches: refs/heads/master cf220b2e9 -> 70535eeb9 Use RealReplyCount to distinguish worker replies and invalid docs We use {ok, []} in couch_db:open_doc_revs_int/3 as a return value when the document does not exist and open_revs=all. This leads to an

[1/2] chttpd commit: updated refs/heads/master to 928bb2e

2017-02-09 Thread tonysun83
Repository: couchdb-chttpd Updated Branches: refs/heads/master 90648a2e0 -> 928bb2e4b Handle error return clauses for fabric:open_revs When calling fabric:open_revs, we don't account for situations where the function returns an {error, any()} value as specified by the function specification.

[2/2] chttpd commit: updated refs/heads/master to 928bb2e

2017-02-09 Thread tonysun83
Introduce 503 error when nodes are all unavailable. In rare situations when all nodes are down or in maintenance mode and no workers can service a request, we return a 503 to the user. COUCHDB-3289 Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit:

fabric commit: updated refs/heads/master to dd02a39

2017-02-09 Thread tonysun83
Repository: couchdb-fabric Updated Branches: refs/heads/master f9f568138 -> dd02a3938 Return error when workers crash Currently, when one worker survives in fabric_open_revs, we return that as the response. However, when all workers crash, we still return {ok, []}. This changes the response

[3/5] couch-replicator commit: updated refs/heads/master to cb41bac

2016-10-05 Thread tonysun83
Fix timeout clause in backoff retry The second clause for a timeout will never be reached because the first will always match before the second clause. Switching the clauses to fix this. BugzId:70400 COUCHDB-3010 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo

[5/5] couch-replicator commit: updated refs/heads/master to cb41bac

2016-10-05 Thread tonysun83
Merge branch '3010-port-429' into apache COUCHDB-3010 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/cb41bacb Tree:

[2/5] couch-replicator commit: updated refs/heads/master to cb41bac

2016-10-05 Thread tonysun83
Retry when connection_closed is received during a streamed response The changes_reader uses a streamed response. During the stream, it's possible to receive a connection_closed error due to timeouts or network issues. We simply retry the request because for streamed responses a connection must be

[4/5] couch-replicator commit: updated refs/heads/master to cb41bac

2016-10-05 Thread tonysun83
Make backoff macros configurable COUCHDB-3010 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/ada53cbf Tree:

[couchdb-couch-replicator] Git Push Summary

2016-10-05 Thread tonysun83
Repository: couchdb-couch-replicator Updated Branches: refs/remotes/apache/master [created] 93c4ceaf9

[3/8] couchdb-mango git commit: Merge remote-tracking branch 'cloudant/3143-fix-default-limit'

2016-12-06 Thread tonysun83
Merge remote-tracking branch 'cloudant/3143-fix-default-limit' * cloudant/3143-fix-default-limit: Fix test suite check for text indexes Set default limit to 25 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit:

[1/8] couchdb-mango git commit: Set default limit to 25

2016-12-06 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/upstream 1a4215678 -> 4afd60e84 Set default limit to 25 The docs claim the limit is 25 and this was the intention but this value was never updated. The reason to set it at 25 is in case we add other index types that are unable to stream

[7/8] couchdb-mango git commit: Add .rebar/ to gitignore

2016-12-06 Thread tonysun83
Add .rebar/ to gitignore Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/50066bc8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/50066bc8 Diff:

[5/8] couchdb-mango git commit: remove docs for missing_is_null as the feature was removed

2016-12-06 Thread tonysun83
remove docs for missing_is_null as the feature was removed Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/30b3696b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/30b3696b Diff:

[4/8] couchdb-mango git commit: Configurable default limit

2016-12-06 Thread tonysun83
Configurable default limit Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/ddd6a4d4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/ddd6a4d4 Diff:

[2/8] couchdb-mango git commit: Fix test suite check for text indexes

2016-12-06 Thread tonysun83
Fix test suite check for text indexes This was passing by accident on travis because the $CWD is set differently so the test would always fail. If however you tried to run the tests locally then it would fail. Obviously the test is just wrong since we're moving the mango_cursor_text.erl file in

[6/8] couchdb-mango git commit: Tiny improvements for test README

2016-12-06 Thread tonysun83
Tiny improvements for test README Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/d8792e40 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/d8792e40 Diff:

[8/8] couchdb-mango git commit: Add config parameter to reject index all text indexes

2016-12-06 Thread tonysun83
Add config parameter to reject index all text indexes Text indexes that index all fields can sometimes lead to OOM issues when users have documents with nested array fields. This change adds in a config parameter to provide the ability to log users who do this and also reject new requests. Note

couchdb-mango git commit: Add config parameter to reject index all text indexes

2016-12-06 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/master 50066bc84 -> 4afd60e84 Add config parameter to reject index all text indexes Text indexes that index all fields can sometimes lead to OOM issues when users have documents with nested array fields. This change adds in a config

[couchdb] branch 3358-use-efficient-set created (now 21cb0eb)

2017-04-05 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3358-use-efficient-set in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 21cb0eb Use efficient set storage for field names This branch includes the following new

[couchdb] 01/01: Use efficient set storage for field names

2017-04-05 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3358-use-efficient-set in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 21cb0eb98bbf592a24456637429e5df6ce99ffc6 Author: Tony Sun <tony@cloudant.com> AuthorDat

[1/2] couch commit: updated refs/heads/master to cb3b35a

2017-03-07 Thread tonysun83
Repository: couchdb-couch Updated Branches: refs/heads/master 9d8be06e4 -> cb3b35a73 Return error row instead of crashing When input is invalid for built in reducers, we return an error row instead of crashing. Thanks to davisp for providing the elegant solution. COUCHDB-3305 Project:

[couchdb] branch master updated (7e96922 -> 5e00109)

2017-08-15 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 7e96922 Merge pull request #751 from cloudant/add-missing-stat-for-503 add 5e00109 really remove

[couchdb] 01/01: catch database not exist error

2017-07-17 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3423-add-try-catch-mem3 in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 38cc13957debe6f34b328b9a3f0cb86a7eff0dfb Author: Tony Sun <tony@cloudant.com> AuthorDat

[couchdb] branch master updated (6c4def6 -> 7bee63f)

2017-07-17 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 6c4def6 feat: update for 2.0 patch by @guillett add 38cc139 catch database not exist error new

[couchdb] branch 3358-use-efficient-set deleted (was 4e5e84e)

2017-07-17 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3358-use-efficient-set in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 4e5e84e Use efficient set storage for field names The revisions that were on this branch

[couchdb] branch 3423-add-try-catch-mem3 deleted (was 38cc139)

2017-07-17 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3423-add-try-catch-mem3 in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 38cc139 catch database not exist error The revisions that were on this branch are still

[couchdb] branch 3417-add-compaction-logging deleted (was 0b4ef0d)

2017-07-17 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 0b4ef0d add compaction logging The revisions that were on this branch are still contained

[couchdb] 01/01: Merge branch '3423-add-try-catch-mem3'

2017-07-17 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 7bee63fa40c44772e06c34e5a16905cd79a9d90a Merge: 6c4def6 38cc139 Author: Tony Sun <tony.sun...@gmail.com> Auth

[couchdb] branch 3423-add-try-catch-mem3 updated (1aaf1b2 -> 38cc139)

2017-07-17 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3423-add-try-catch-mem3 in repository https://gitbox.apache.org/repos/asf/couchdb.git. omit 1aaf1b2 catch database not exist error new 38cc139 catch database not exist error

[couchdb] branch 3429-external-size-dbs updated: add comment

2017-07-12 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3429-external-size-dbs in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/3429-external-size-dbs by this push: new c07d437

[couchdb] branch 3430-external-size-views updated: change external reds name

2017-07-12 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3430-external-size-views in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/3430-external-size-views by this push: new

[couchdb] branch 3429-external-size-dbs updated: cleanup and formatting

2017-07-12 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3429-external-size-dbs in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/3429-external-size-dbs by this push: new b3eb718

[couchdb] branch 3429-external-size-dbs updated: fix missing term_size

2017-07-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3429-external-size-dbs in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/3429-external-size-dbs by this push: new 2065100

[couchdb] branch 3430-external-size-views updated (19a827b -> da5e714)

2017-07-15 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3430-external-size-views in repository https://gitbox.apache.org/repos/asf/couchdb.git. omit 19a827b change external reds name omit 0f150fb update compression comparison tests

[couchdb] 01/01: calculate data_size correctly

2017-07-15 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3430-external-size-views in repository https://gitbox.apache.org/repos/asf/couchdb.git commit da5e7146af87c15c8bdc1a110b3f885d9bf2c4da Author: Tony Sun <tony@cloudant.com> AuthorDat

[couchdb] 01/01: calculate data_size correctly

2017-07-15 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3430-external-size-views in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 6d06dcf8b450259b024217c43ba58f3c67579963 Author: Tony Sun <tony@cloudant.com> AuthorDat

[couchdb] branch 3430-external-size-views updated (da5e714 -> 6d06dcf)

2017-07-15 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3430-external-size-views in repository https://gitbox.apache.org/repos/asf/couchdb.git. omit da5e714 calculate data_size correctly new 6d06dcf calculate data_size correctly

[couchdb] branch master updated (8506afc -> de0634f)

2017-07-15 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 8506afc Revert "Revert "Use Ejson Body Instead of Compressed Body for External size (#606)"&qu

[couchdb] 01/01: Merge branch '3430-external-size-views'

2017-07-15 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git commit de0634f7abc06b59deea9e1fe3495de2b3c8d2af Merge: 8506afc 6d06dcf Author: Tony Sun <tony@cloudant.com> Auth

[couchdb] branch master updated: Use Ejson Body Instead of Compressed Body for External size (#606)

2017-07-15 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/master by this push: new dce6e34 Use Ejson Body Instead

[couchdb] branch 3429-external-size-dbs deleted (was 2065100)

2017-07-15 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3429-external-size-dbs in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 2065100 fix missing term_size The revisions that were on this branch are still contained

[couchdb] branch 3430-external-size-views updated (f95cd61 -> 0f150fb)

2017-07-11 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3430-external-size-views in repository https://gitbox.apache.org/repos/asf/couchdb.git. from f95cd61 calculate data_size correctly new ab6db5f use 0 as return value for no external

[couchdb] 02/02: update compression comparison tests

2017-07-11 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3430-external-size-views in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 0f150fb68485ba9f5eea0dbae133c0f9c75d4e36 Author: Tony Sun <tony@cloudant.com> AuthorDat

[couchdb] 01/02: use 0 as return value for no external size value

2017-07-11 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3430-external-size-views in repository https://gitbox.apache.org/repos/asf/couchdb.git commit ab6db5f98d15e4428b012236ca5c0344b4040fc9 Author: Tony Sun <tony@cloudant.com> AuthorDat

[couchdb] branch 3417-add-compaction-logging created (now 7e6032d)

2017-05-10 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 7e6032d add compaction logging This branch includes the following new commits

[couchdb] 01/01: add compaction logging

2017-05-10 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 7e6032d5a6f74123a6fa7c53277093608c597c8f Author: Tony Sun <tony@cloudant.com> Auth

[couchdb] branch 3417-add-compaction-logging updated: change to notice level

2017-05-11 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/3417-add-compaction-logging by this push: new

[couchdb] 01/01: Use efficient set storage for field names

2017-06-21 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3358-use-efficient-set in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 4e5e84ecc20808df056163f6a147c154cdf75ee3 Author: Tony Sun <tony@cloudant.com> AuthorDat

[couchdb] branch 3358-use-efficient-set updated (13f6bc3 -> 4e5e84e)

2017-06-21 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3358-use-efficient-set in repository https://gitbox.apache.org/repos/asf/couchdb.git. omit 13f6bc3 ignore type and value omit 21cb0eb Use efficient set storage for field names

[couchdb] branch master updated (f1a1d7f -> 90db262)

2017-06-21 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git. from f1a1d7f Merge pull request #590 from cloudant/fix-couch_log_config_listener_test add 4e5e84e Use

[couchdb] 01/01: Merge branch '3358-use-efficient-set'

2017-06-21 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 90db262d00ee9066f94ac842fe6a043adbb1eeaf Merge: f1a1d7f 4e5e84e Author: Tony Sun <tony@cloudant.com> Auth

[couchdb] branch 3429-external-size-dbs updated (7fec381 -> a8b2200)

2017-06-26 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3429-external-size-dbs in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 7fec381 Add test to make for different compression methods add a8b2200 add pre-compaction

[couchdb] branch 3429-external-size-dbs updated: whitespace

2017-06-26 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3429-external-size-dbs in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/3429-external-size-dbs by this push: new 8b82557

[couchdb] branch 3430-external-size-views updated (f95cd61 -> f95cd61)

2017-06-21 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3430-external-size-views in repository https://gitbox.apache.org/repos/asf/couchdb.git. No new revisions were added by this update. Summary of changes: -- To stop receiving notification

[couchdb] 01/01: catch database not exist error

2017-05-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3423-add-try-catch-mem3 in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 1aaf1b22bd6d2addf439f1096a93e16547f1186f Author: Tony Sun <tony@cloudant.com> AuthorDat

[couchdb] branch 3423-add-try-catch-mem3 created (now 1aaf1b2)

2017-05-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3423-add-try-catch-mem3 in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 1aaf1b2 catch database not exist error This branch includes the following new commits

[couchdb] 01/01: add compaction logging

2017-05-30 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git commit d6d53acc2f9552b7357d328f8bedf8d3ce9849af Author: Tony Sun <tony@cloudant.com> Auth

[couchdb] branch 3417-add-compaction-logging updated (ee22bb6 -> d6d53ac)

2017-05-30 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git. omits ee22bb6 change to notice level omits 7e6032d add compaction logging new

[couchdb] branch 3417-add-compaction-logging updated (d6d53ac -> 4eb6074)

2017-05-30 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git. discards d6d53ac add compaction logging new 4eb6074 add compaction logging

[couchdb] 01/01: add compaction logging

2017-05-30 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 4eb60749658a786d5c0d56f7c70002cdbcc23da1 Author: Tony Sun <tony@cloudant.com> Auth

[couchdb] branch 3358-use-efficient-set updated: ignore type and value

2017-05-04 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3358-use-efficient-set in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/3358-use-efficient-set by this push: new 13f6bc3

[couchdb] branch 3417-add-compaction-logging updated (ee22bb6 -> 0b4ef0d)

2017-05-31 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git. omits ee22bb6 change to notice level omits 7e6032d add compaction logging new

[couchdb] 01/01: add compaction logging

2017-05-31 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3417-add-compaction-logging in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 0b4ef0d4117827353fa2da04c48db15530b9effc Author: Tony Sun <tony@cloudant.com> Auth

[couchdb] branch master updated (6ae9afc -> d8f71d2)

2017-05-31 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 6ae9afc attempt to stabilise users_db_security.js adds 0b4ef0d add compaction logging new

[couchdb] 01/01: Merge branch '3417-add-compaction-logging'

2017-05-31 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git commit d8f71d2de0e84779352d67c2787fbd2281cef461 Merge: 6ae9afc 0b4ef0d Author: Tony Sun <tony@cloudant.com> Auth

[couchdb] branch flexible-js-tests updated: fix intersection to use difference

2017-10-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch flexible-js-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/flexible-js-tests by this push: new b71bd68 fix

[couchdb] branch fix-explicit-exists-operator updated: make exists false same across all index types

2017-10-16 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/fix-explicit-exists-operator by this push

[couchdb] branch seqt-external-size-bug updated: use custom reduce function for seq btree

2017-10-08 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch seqt-external-size-bug in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/seqt-external-size-bug by this push: new 1fff79b

[couchdb] branch seqt-external-size-bug updated (1fff79b -> 0bf73ac)

2017-10-10 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch seqt-external-size-bug in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 1fff79b use custom reduce function for seq btree add 0bf73ac make seq reduces in view

[couchdb] branch flexible-js-tests updated (b71bd68 -> 0391912)

2017-10-17 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch flexible-js-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git. from b71bd68 fix intersection to use difference add 0391912 make tests sorted No new revisions

[couchdb] 04/04: fix assertIn syntax

2017-11-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 1b576e888f90d6743ef95444a6ed0647b554324c Author: Tony Sun <tony.sun...@gmail.com> Auth

[couchdb] branch fix-explicit-exists-operator updated (15e187b -> 1b576e8)

2017-11-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git. omit 15e187b fix assertIn syntax omit 6b909ca change assert to assertEqual omit

[couchdb] 01/04: fix exists false when field is explicitly defined

2017-11-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 763c579dc37051c5b0025e092cea26c569db1fa7 Author: Tony Sun <tony.sun...@gmail.com> Auth

[couchdb] 02/04: make exists false same across all index types

2017-11-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 76792adf3068599c48f45521b4eb57f5bc5211ae Author: Tony Sun <tony.sun...@gmail.com> Auth

[couchdb] 03/04: change assert to assertEqual

2017-11-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git commit cfb62f2baec01919f61ce678962b96fb044a1184 Author: Tony Sun <tony.sun...@gmail.com> Auth

[couchdb] branch fix-explicit-exists-operator updated (81c1c91 -> 15e187b)

2017-11-13 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 81c1c91 make exists false same across all index types new 6b909ca change assert

[couchdb] 01/02: change assert to assertEqual

2017-11-13 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 6b909ca2f8e695925597bfe6ed7b35a81ce090d3 Author: Tony Sun <tony.sun...@gmail.com> Auth

[couchdb] 02/02: fix assertIn syntax

2017-11-13 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 15e187be039e8d0f2af2e2c0d2704748ca45a092 Author: Tony Sun <tony.sun...@gmail.com> Auth

[couchdb] 01/01: fix exists false when field is explicitly defined

2017-11-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 165fe03352c93e0a4f895ba1c9ecf07683c91887 Author: Tony Sun <tony.sun...@gmail.com> Auth

[couchdb] branch fix-explicit-exists-operator updated (1b576e8 -> 165fe03)

2017-11-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-explicit-exists-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git. omit 1b576e8 fix assertIn syntax omit cfb62f2 change assert to assertEqual omit

[couchdb] branch master updated: fix exists false when field is explicitly defined (#863)

2017-11-14 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/master by this push: new 1637084 fix exists false when field

[couchdb] branch mango-test-failures updated: whitespace

2017-10-28 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch mango-test-failures in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/mango-test-failures by this push: new 420ea71

[couchdb] branch flexible-js-tests updated (54ac3ad -> 53d33e5)

2017-10-25 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch flexible-js-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 54ac3ad add ability to ignore javascript test suites add 703e6c5 Fix cluster upgrades when

[couchdb] 01/01: Merge branch 'master' into flexible-js-tests

2017-10-25 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch flexible-js-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 53d33e593d6b64e3ddb9251df5e01efa36f7c8da Merge: 54ac3ad 3ae2e5c Author: Tony Sun <tony.sun...@gmail.

<    1   2   3   4   5   >