You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/04/14 07:14:06 UTC

[couchdb] branch remove-a-few-3.x-applications updated (e7284da -> b5c83d3)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch remove-a-few-3.x-applications
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard e7284da  [wip] 3.x applications cleanup
     add 5ae2acc  Delete non-functional 3.x applications and modules from main
     add 97cf300  Clean up config files
     add 76d0115  Close backend port and clean up url handlers
     add 44f30ac  Update couch_primary_sup to not start couch_task_status child
     add 7e698bd  Remove commented out tests from couch_att
     add 1352ba7  Update couch_secondary_sup to not start index_server
     add 65866f4  Clean up couch_debug
     add d8774dc  Update couch_flags to remove knowledge about shards
     add cba96e0  Clean up couch_doc
     add 4b48b71  Remove most of the functionality from couch_server
     add 7dac879  Update couch_(js_)os_process after ioq removal
     add 1c1c425  Remove rewrite support from couch_js and couch_query_servers
     add 5d679a5  Update couch_util to remove couch_db and mem3 calls
     add 368ee45  Remove couch_db_plugin from couch_db_epi services
     add ae24c88  Clean up couch_db.hrl
     add 4a475b5  Remove clouseau and dreyfus references from mango
     add f7f3dff  Move utilities and records from couch_mrview and couch_index to couch_views
     add 2398705  Remove mem3_sync:get_backlog/0 call from stats in chttpd_node
     add 6425398  Clean up database name validation in fabric2_db
     add 582570e  Update all the applications to use the new couch_views utility functions
     add bf90f58  Clean up tests after removing 3.x applications and couch_views updates
     add 28cd919  Update ./dev/run to not auto-create _global_changes
     add b5c83d3  Clean up Makefiles and start running all the unit tests

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   (e7284da)
            \
             N -- N -- N   refs/heads/remove-a-few-3.x-applications (b5c83d3)

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.

No new revisions were added by this update.

Summary of changes:
 rel/overlay/etc/default.ini                        |  1 -
 src/chttpd/src/chttpd_show.erl                     | 11 +++
 .../priv/couch_ejson_compare/couch_ejson_compare.c |  2 +-
 src/couch/src/couch_query_servers.erl              | 82 ----------------------
 src/couch_eval/src/couch_eval.erl                  |  6 +-
 src/couch_js/src/couch_js_query_servers.erl        | 80 ---------------------
 src/couch_plugins/src/couch_plugins_httpd.erl      |  4 +-
 .../src/couch_replicator_api_wrap.erl              |  4 +-
 8 files changed, 21 insertions(+), 169 deletions(-)