This is an automated email from the ASF dual-hosted git repository. davisp pushed a change to branch feature/database-partitions in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 51a482e Add Elixir tests for database partitions discard 2f16d54 Support partitioned queries in Mango discard 8bc56f8 Use index names when testing index selection discard 391a0ed Optimize offset/limit for partition queries discard e81ebc4 Optimize all_docs queries in a single partition discard 2d6dbf0 Implement partitioned views discard f12f382 Implement `couch_db:get_partition_info/2` discard f5a2cd4 Implement partitioned dbs discard c0468fe Implement configurable hash functions discard 7762619 Validate design document options more strictly discard c30725d Pass the DB record to index validation functions discard 1b1a6bb Implement `fabric_util:open_cluster_db` discard dbbbc65 Improve `couch_db:clustered_db` flexibility discard aa32cb6 Add PSE API to store opaque properties new 90d5bf6 Support one purge request with more than 100 docid new a3f99df Merge pull request #1865 from apache/purge_request_with_101_docid new 1ee35e8 Move Jenkins to use Erlang 19 for initial build step (#1866) new fae1207 Add PSE API to store opaque properties new e9024bf Improve `couch_db:clustered_db` flexibility new 9872652 Implement `fabric_util:open_cluster_db` new 9c48da4 Pass the DB record to index validation functions new 79b90f5 Validate design document options more strictly new 4355825 Implement configurable hash functions new ebd9211 Implement partitioned dbs new dfa98b4 Implement `couch_db:get_partition_info/2` new 08a087a Implement partitioned views new 23ab71a Optimize all_docs queries in a single partition new 095392a Optimize offset/limit for partition queries new 3cac240 Use index names when testing index selection new 43cf384 Support partitioned queries in Mango new 8cd68be Add Elixir tests for database partitions This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (51a482e) \ N -- N -- N refs/heads/feature/database-partitions (8cd68be) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 11545 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: Jenkinsfile | 6 +++--- src/chttpd/test/chttpd_purge_tests.erl | 21 +++++++++++++++++++++ src/fabric/src/fabric_doc_purge.erl | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-)