couchdb-mango git commit: Handle unsatisfiable [empty] ranges

2015-02-23 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/tonysun83-start-end-key-issue [created] 3611aadb2 Handle unsatisfiable [empty] ranges Queries sometimes contain unsatisfiable ranges (i.e x < 0 and x > 0). This is indicated by the [empty] value. In this case, we should not per

couchdb-mango git commit: Add testcase for empty range

2015-02-24 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/tonysun83-start-end-key-issue 3611aadb2 -> b3032dc23 Add testcase for empty range Fixes COUCHDB-2614 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/com

couchdb-mango git commit: Handle unsatisfiable [empty] ranges

2015-02-24 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/tonysun83-start-end-key-issue b3032dc23 -> 698e3490e (forced update) Handle unsatisfiable [empty] ranges Queries sometimes contain unsatisfiable ranges (i.e x < 0 and x > 0). This is indicated by the [empty] value. In this

couchdb-mango git commit: Handle unsatisfiable [empty] ranges

2015-02-24 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/master 931d22776 -> 698e3490e Handle unsatisfiable [empty] ranges Queries sometimes contain unsatisfiable ranges (i.e x < 0 and x > 0). This is indicated by the [empty] value. In this case, we should not perform a search and simply return

couchdb-mango git commit: Use different comparison function

2015-02-24 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/2622-fix-cmp-function [created] 893028883 Use different comparison function Our mango_json:cmp/2 function used couch_ejson_compare:less_json. That function returned a boolean value, but we need a number. Documents were not returned and tes

couchdb-mango git commit: Use different comparison function

2015-02-25 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/master 698e3490e -> 893028883 Use different comparison function Our mango_json:cmp/2 function used couch_ejson_compare:less_json. That function returned a boolean value, but we need a number. Documents were not returned and tests were fail

[couchdb] 01/01: use undefined for timed out responses

2022-03-29 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-reorder-util in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 415223287890ac3f6d6f2b8c80ad70b23aa291ca Author: Tony Sun AuthorDate: Tue Mar 29 05:35:01 2022 -0700

[couchdb] branch fix-reorder-util created (now 4152232)

2022-03-29 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-reorder-util in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 4152232 use undefined for timed out responses This branch includes the following new commits

[couchdb] branch 3.x updated: Fix index creation with empty ddoc should return 400 (#3990)

2022-04-26 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/3.x by this push: new 2f6d5096d Fix index creation with empty ddoc

[couchdb] branch fix-reorder-util updated (415223287 -> ab266ff72)

2022-04-27 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-reorder-util in repository https://gitbox.apache.org/repos/asf/couchdb.git omit 415223287 use undefined for timed out responses add 7d0f3db79 Handle `not_found` lookups removing

[couchdb] branch fix-reorder-util updated (ab266ff72 -> 1608d4b6c)

2022-04-27 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-reorder-util in repository https://gitbox.apache.org/repos/asf/couchdb.git from ab266ff72 return 500 on empty response add 1608d4b6c formatting No new revisions were added by

[couchdb] branch fix-reorder-util updated (1608d4b6c -> e256e0313)

2022-05-01 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-reorder-util in repository https://gitbox.apache.org/repos/asf/couchdb.git discard 1608d4b6c formatting discard ab266ff72 return 500 on empty response discard 8843aedc0 use undefined

[couchdb] branch fix-reorder-util updated (e256e0313 -> 02fb6e513)

2022-05-01 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-reorder-util in repository https://gitbox.apache.org/repos/asf/couchdb.git from e256e0313 add default for reorder add 02fb6e513 erlfmt No new revisions were added by this update

[couchdb] branch fix-reorder-util updated (02fb6e513 -> 3005724ab)

2022-05-02 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-reorder-util in repository https://gitbox.apache.org/repos/asf/couchdb.git from 02fb6e513 erlfmt add 3005724ab 500 on any internal_server_error No new revisions were added by

[couchdb] branch fix-reorder-util updated (3005724ab -> dec82c18c)

2022-05-02 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-reorder-util in repository https://gitbox.apache.org/repos/asf/couchdb.git from 3005724ab 500 on any internal_server_error add dec82c18c update with actual 500 error No new

[couchdb] branch fix-reorder-util updated (dec82c18c -> fd6be17e9)

2022-05-02 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-reorder-util in repository https://gitbox.apache.org/repos/asf/couchdb.git from dec82c18c update with actual 500 error add fd6be17e9 erlfmt again No new revisions were added by

[couchdb] branch 3.x updated: use undefined for timed out responses (#3979)

2022-05-02 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/couchdb.git The following commit(s) were added to refs/heads/3.x by this push: new 160d02d8c use undefined for timed out responses

[couchdb] branch retain_user_ctx_after_auth updated (67d5d7a -> 5d3ea58)

2018-06-06 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch retain_user_ctx_after_auth in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 67d5d7a refactor process_request to not drop req add 5d3ea58 add eunit test No new

[couchdb] branch retain_user_ctx_after_auth updated (475f1d6 -> 1068fe0)

2018-06-18 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch retain_user_ctx_after_auth in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 475f1d6 Merge branch 'master' into retain_user_ctx_after_auth add 0392c51 F

[couchdb] 01/01: Merge branch 'master' into retain_user_ctx_after_auth

2018-06-18 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch retain_user_ctx_after_auth in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 1068fe0e7e3822f637fcfded6e925ede44ea298d Merge: 475f1d6 3c98385 Author: Tony Sun AuthorDate

[couchdb] branch retain_user_ctx_after_auth_2 deleted (was 18fb58b)

2018-06-19 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch retain_user_ctx_after_auth_2 in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 18fb58b refactor process_request to not drop req This change permanently discards the

[couchdb] branch retain_user_ctx_after_auth_2 created (now 18fb58b)

2018-06-19 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch retain_user_ctx_after_auth_2 in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 18fb58b refactor process_request to not drop req This branch includes the following new

[couchdb] 01/01: refactor process_request to not drop req

2018-06-19 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch retain_user_ctx_after_auth_2 in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 18fb58b453dfe909fe0dde81c251377394b72bd4 Author: Tony Sun AuthorDate: Tue Jun 5 22:57:03 2018

[couchdb] branch retain_user_ctx_after_auth_2 deleted (was 18fb58b)

2018-06-19 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch retain_user_ctx_after_auth_2 in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 18fb58b refactor process_request to not drop req This change permanently discards the

[couchdb] 01/01: refactor process_request to not drop req

2018-06-19 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch retain_user_ctx_after_auth in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 18fb58b453dfe909fe0dde81c251377394b72bd4 Author: Tony Sun AuthorDate: Tue Jun 5 22:57:03 2018

[couchdb] branch retain_user_ctx_after_auth updated (1068fe0 -> 18fb58b)

2018-06-19 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch retain_user_ctx_after_auth in repository https://gitbox.apache.org/repos/asf/couchdb.git. omit 1068fe0 Merge branch 'master' into retain_user_ctx_after_auth omit 475f

[couchdb] branch retain_user_ctx_after_auth updated (18fb58b -> 2aa6261)

2018-06-19 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch retain_user_ctx_after_auth in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 18fb58b refactor process_request to not drop req add f040d75 Add set_mqd_off_heap

[couchdb] 01/01: Merge branch 'master' into retain_user_ctx_after_auth

2018-06-19 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch retain_user_ctx_after_auth in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 2aa62611cd293d1c4d819621f3feb6646f5bc604 Merge: 18fb58b a13efba Author: Tony Sun AuthorDate

[couchdb] branch master updated: refactor process_request to not drop req (#1375)

2018-06-19 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 f3a0f42 refactor process_request to not

[couchdb] branch retain_user_ctx_after_auth deleted (was 2aa6261)

2018-06-19 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch retain_user_ctx_after_auth in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 2aa6261 Merge branch 'master' into retain_user_ctx_after_auth The revisions th

[couchdb] branch revert-replication-flaky-test deleted (was 415bd2a)

2018-09-06 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch revert-replication-flaky-test in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 415bd2a Revert "re-enable "flaky" test in quest to nail down #74

[couchdb] branch release-candidate-110017 deleted (was 08fb4bf)

2018-09-06 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch release-candidate-110017 in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 08fb4bf Allow disabling off-heap messages This change permanently discards the following

[couchdb] branch elixir-suite updated (e93bd44 -> 2f0ad1b)

2018-09-21 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch elixir-suite in repository https://gitbox.apache.org/repos/asf/couchdb.git. from e93bd44 revert unrelated commit add 2f0ad1b Remove redundant functions (#1617) No new revisions

[couchdb] branch fix-empty-selector-issues created (now 4c9546c)

2018-11-30 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-empty-selector-issues in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 4c9546c fix empty queries This branch includes the following new commits: new 4c9546c

[couchdb] 01/01: fix empty queries

2018-11-30 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch fix-empty-selector-issues in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 4c9546cfd4ae2fcd419a3f59b1f585441f07b271 Author: Tony Sun AuthorDate: Thu Nov 29 22:18:45 2018

[couchdb] branch add-more-mango-elixir-tests created (now b4b86b8)

2019-01-07 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-more-mango-elixir-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git. at b4b86b8 Add Elixir tests for database partitions No new revisions were added by this

[couchdb] branch add-more-mango-elixir-tests deleted (was b4b86b8)

2019-01-08 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-more-mango-elixir-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git. was b4b86b8 Add Elixir tests for database partitions This change permanently discards the

[couchdb] branch add-mango-text-partition-tests created (now 364328c)

2019-01-08 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-mango-text-partition-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 364328c this adds mango text elixir tests This branch includes the following new

[couchdb] 01/01: this adds mango text elixir tests

2019-01-08 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch add-mango-text-partition-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 364328ca58eb4e72ade9e093e16a798455439eb0 Author: Tony Sun AuthorDate: Tue Jan 8 22:41:22

[couchdb] branch fix-empty-selector-issues updated (4c9546c -> df3039a)

2019-01-25 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-empty-selector-issues in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 4c9546c fix empty queries new bd40f26 make views, _all_docs also no-op like text

[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] 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-09 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: 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 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] branch flexible-js-tests updated (9651c3f -> 54ac3ad)

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. omit 9651c3f Merge branch 'master' into flexible-js-tests omit 2a9134c Mango test README

[couchdb] 01/01: add ability to ignore javascript test suites

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 54ac3adaabbac689cf344dfc9c53abd137c8ecbb Author: Tony Sun AuthorDate: Fri Oct 13 23:06:34 2017 -0700

[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 AuthorDate: Wed Oct 25

[couchdb] branch master updated: add ability to ignore javascript test suites (#889)

2017-10-25 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 629a3e0 add ability to ignore javascript

[couchdb] branch mango-test-failures updated: use string for w value

2017-10-26 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 f019e8b use

[couchdb] branch mango-test-failures updated: use delay instead

2017-10-27 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 4540b4a use

[couchdb] branch mango-test-failures updated: up delay

2017-10-27 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 d8b8044 up

[couchdb] branch mango-test-failures updated: add delay for bulk_delete and create

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 877c886 add

[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 seqt-external-size-bug updated: formatting changes

2017-10-31 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 181bf51

[couchdb] branch seqt-external-size-bug updated (181bf51 -> d15d99b)

2017-10-31 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 181bf51 formatting changes add e590cad Support setting cookie domain for auth add

[couchdb] 01/01: Merge branch 'master' into seqt-external-size-bug

2017-10-31 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 commit d15d99b329fa818372dbf978631e929834f4f0c0 Merge: 181bf51 01b56d3 Author: Tony Sun AuthorDate: Tue

[couchdb] branch seqt-external-size-bug updated (d15d99b -> 1b79cd4)

2017-10-31 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. omit d15d99b Merge branch 'master' into seqt-external-size-bug omit 181bf51 formatti

[couchdb] 01/01: fix external size bug when seq btree exists

2017-10-31 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 commit 1b79cd4d98f8c283f578262b92bf2cf002dc8a0b Author: Tony Sun AuthorDate: Thu Sep 28 15:40:17 2017

[couchdb] 01/01: Merge branch 'master' into seqt-external-size-bug

2017-10-31 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 commit d5ef16e4a10975f4d1d25c72bbaeade4716164b5 Merge: 1b79cd4 c4ac5c0 Author: Tony Sun AuthorDate: Tue

[couchdb] branch seqt-external-size-bug updated (1b79cd4 -> d5ef16e)

2017-10-31 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 1b79cd4 fix external size bug when seq btree exists add e590cad Support setting cookie

[couchdb] branch master updated: fix external size bug when seq btree exists (#849)

2017-10-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 The following commit(s) were added to refs/heads/master by this push: new 96046e5 fix external size bug when seq

[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 AuthorDate: Mon Nov 13 14:53:31

[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 to

[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 AuthorDate: Mon Nov 13 10:45:34

[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 AuthorDate: Mon Nov 13 14:53:31

[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 AuthorDate: Tue Oct 3 17:40:24 2017

[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 AuthorDate: Mon Oct 16 22:36:23

[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 AuthorDate: Mon Nov 13 10:45:34

[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 AuthorDate: Tue Oct 3 17:40:24 2017

[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 is

[couchdb] 01/01: Revert "re-enable "flaky" test in quest to nail down #745"

2018-03-07 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch revert-replication-flaky-test in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 415bd2a6d74e09fa739730badb3944e16e54cce3 Author: Tony Sun AuthorDate: Wed Mar 7 16:20:45

[couchdb] branch revert-replication-flaky-test created (now 415bd2a)

2018-03-07 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch revert-replication-flaky-test in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 415bd2a Revert "re-enable "flaky" test in quest to nail down #745"

[couchdb] branch mango-in-operator deleted (was b1dd3b1)

2018-03-07 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch mango-in-operator in repository https://gitbox.apache.org/repos/asf/couchdb.git. was b1dd3b1 really remove .[]: when choosing index for $in The revisions that were on this branch are

[couchdb] branch flexible-js-tests deleted (was 53d33e5)

2018-03-07 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. was 53d33e5 Merge branch 'master' into flexible-js-tests The revisions that were on this

[couchdb] branch fix-explicit-exists-operator deleted (was 165fe03)

2018-03-07 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. was 165fe03 fix exists false when field is explicitly defined The revisions that were on

[couchdb] branch re-disable-replication-test deleted (was 3314093)

2018-03-07 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch re-disable-replication-test in repository https://gitbox.apache.org/repos/asf/couchdb.git. was 3314093 Revert "re-enable "flaky" test in quest to nail down #74

[couchdb-ken] tag 1.0.3 created (now 2cafa80)

2019-02-25 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to tag 1.0.3 in repository https://gitbox.apache.org/repos/asf/couchdb-ken.git. at 2cafa80 (commit) No new revisions were added by this update.

[couchdb] branch fix-empty-selector-issues updated (df3039a -> 8b5295d)

2019-03-12 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-empty-selector-issues in repository https://gitbox.apache.org/repos/asf/couchdb.git. discard df3039a update tests for all three index types discard bd40f26 make views, _all_docs also

[couchdb] branch fix-empty-selector-issues updated (f606dbd -> e7a5e73)

2020-01-16 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch fix-empty-selector-issues in repository https://gitbox.apache.org/repos/asf/couchdb.git. from f606dbd add check for text service add 34bace7 More way to detect presence of hastings

[couchdb] branch master updated: fix empty queries (#1783)

2020-01-16 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 018ec6b fix empty queries (#1783) 018ec6b

[couchdb] 01/01: quote strings for all text values

2020-01-24 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch mango-whitespace in repository https://gitbox.apache.org/repos/asf/couchdb.git commit adfb472b6c22821737c34cd4fde6aeb08849e9f6 Author: Tony Sun AuthorDate: Fri Jan 24 16:20:56 2020 -0800

[couchdb] branch mango-whitespace created (now adfb472)

2020-01-24 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch mango-whitespace in repository https://gitbox.apache.org/repos/asf/couchdb.git. at adfb472 quote strings for all text values This branch includes the following new commits: new

[couchdb] branch master updated: quote strings for all text values (#2486)

2020-01-27 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 d59d84a quote strings for all text values

[couchdb] 01/01: add info endpoint

2020-03-22 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch add-info-endpoint in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 10ff56de59b01d6565f58dd99fb5090dd5618049 Author: Tony Sun AuthorDate: Sun Mar 22 22:35:06 2020 -0700

[couchdb] branch add-info-endpoint created (now 10ff56d)

2020-03-22 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-info-endpoint in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 10ff56d add info endpoint This branch includes the following new commits: new 10ff56d add

[couchdb] branch add-info-endpoint updated (10ff56d -> 630d705)

2020-03-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-info-endpoint in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 10ff56d add info endpoint add 630d705 add updater_running field No new revisions were added

[couchdb] branch add-info-endpoint updated (630d705 -> 3b24de8)

2020-03-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-info-endpoint in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 630d705 add updater_running field add 3b24de8 change to get_info No new revisions were added

[couchdb] branch add-info-endpoint updated (3b24de8 -> ff06c07)

2020-03-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-info-endpoint in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 3b24de8 change to get_info add ff06c07 add update options No new revisions were added by this

[couchdb] branch add-info-endpoint updated (ff06c07 -> 870a5ac)

2020-03-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-info-endpoint in repository https://gitbox.apache.org/repos/asf/couchdb.git. from ff06c07 add update options add 870a5ac remove couch_mrview_index dependency No new revisions

[couchdb] branch add-info-endpoint updated (870a5ac -> 30893d2)

2020-03-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-info-endpoint in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 870a5ac remove couch_mrview_index dependency add 0de21e8 whitespace add 30893d2 more

[couchdb] branch add-info-endpoint updated (30893d2 -> 10ff1b9)

2020-03-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-info-endpoint in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 30893d2 more whitespace add 10ff1b9 last whitespace No new revisions were added by this

[couchdb] branch add-info-endpoint updated (10ff1b9 -> 2a7dfc5)

2020-03-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch add-info-endpoint in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 10ff1b9 last whitespace add 2a7dfc5 remove data size No new revisions were added by this

[couchdb] branch prototype/fdb-layer updated (3fba9ff -> f81f117)

2020-03-23 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch prototype/fdb-layer in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 3fba9ff Fix couch_jobs after recent db re-creation commit add f81f117 add info endpoint for

[couchdb] branch report-changes-stats created (now 4c20483)

2020-04-10 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a change to branch report-changes-stats in repository https://gitbox.apache.org/repos/asf/couchdb.git. at 4c20483 report changes stats intermittently This branch includes the following new commits

[couchdb] 01/01: report changes stats intermittently

2020-04-10 Thread tonysun83
This is an automated email from the ASF dual-hosted git repository. tonysun83 pushed a commit to branch report-changes-stats in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 4c20483b0f6016c96b531dee16132591d186b88b Author: Tony Sun AuthorDate: Fri Apr 10 12:10:25 2020 -0700

  1   2   3   4   5   >