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

jaydoane pushed a change to branch config-delete-reload
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 9306b8a50 fixup: don't reload value from .ini files for non-persistent 
delete
    omit 93f988564 fixup: improve documentation wording
    omit 44c3179ba fixup: simplify check for ?DELETE marker in reload
    omit b78df45bd fixup: simplify `foreachx` tests to use `foreach`
    omit 391bd18f8 Clarify `.ini` override documentation
    omit 6a2a8a06c Improve consistency of config reload and delete
    omit acc9302ea Simplify logging of sensitive config values
    omit 2672ade18 Ensure these config tests get executed
    omit fa6bf1da4 Delete confusing test config delete reason
    omit 6171df60a Remove unused config field, export, include, defines
     add 021b98e59 mango: fix `text` index creation in tests
     add 93715b128 Convert some regex strings to raw format
     add 773090a23 Add an option to scrub some sensitive headers from external 
json requests
     add 3d60e4136 Handle ddocs fetch timeouts in ken
     add 7711c7389 Look up search node name in config for weatherreport
     add 70d903512 Use list_to_existing_atom/1 to convert `[dreyfus] name` 
value for ping check
     add 620348a66 better integration of nouveau with make dist/release
     add 2af3cd811 Merge pull request #4883 from apache/nouveau-dist
     add 326af3547 Do not use admin party for integration tests
     add 9d0e0670b Relax restriction on `[admins]` in dev `local.ini`
     add 622d06075 3.3.3 what's new docs
     add 9fa56e087 Bump 3.3.3 version numbers
     add a8b4bb2f7 Make the Clouseau development flow more flexible
     add 4ace5f139 mango: increase timeout for flaky `text` search test with 
floats
     add 4429aef3b Remove unused config field, export, include, defines
     add 4a60c9946 Delete confusing test config delete reason
     add 4dec13d2b Ensure these config tests get executed
     add edd2d5cd4 Simplify logging of sensitive config values
     add f2a03f77b Improve consistency of config reload and delete
     add 36233f557 Clarify `.ini` override documentation
     add 37a47dd2c fixup: simplify `foreachx` tests to use `foreach`
     add da76ac6a6 fixup: simplify check for ?DELETE marker in reload
     add 28a8eed7d fixup: improve documentation wording
     add c05ced269 fixup: don't reload value from .ini files for non-persistent 
delete
     add b44aaac8b WIP: Eliminate delete markers

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   (9306b8a50)
            \
             N -- N -- N   refs/heads/config-delete-reload (b44aaac8b)

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:
 Makefile                                           |  23 +-
 Makefile.win                                       |  21 +-
 README-DEV.rst                                     |  25 ++
 configure                                          | 125 +++++++---
 configure.ps1                                      |  86 +++----
 dev/run                                            | 262 +++++++++++++--------
 nouveau/build.gradle                               |   9 +-
 nouveau/settings.gradle                            |   2 +-
 rel/overlay/etc/default.ini                        |   4 +
 rel/reltool.config                                 |   2 +-
 src/chttpd/src/chttpd_external.erl                 |  18 +-
 src/chttpd/src/chttpd_util.erl                     |  13 +-
 src/chttpd/test/eunit/chttpd_external_test.erl     |  70 +++++-
 src/config/src/config.erl                          |  52 ++--
 rel/files/sys.config => src/config/src/config.hrl  |   2 +-
 src/config/src/config_writer.erl                   |  21 +-
 src/config/test/config_tests.erl                   |  11 +-
 src/docs/src/whatsnew/3.3.rst                      |  52 ++++
 src/ken/src/ken_server.erl                         |  36 +--
 src/mango/test/06-basic-text-test.py               |   3 +-
 src/mango/test/16-index-selectors-test.py          |   2 +-
 .../src/weatherreport_check_search.erl             |  21 +-
 version.mk                                         |   2 +-
 23 files changed, 589 insertions(+), 273 deletions(-)
 copy rel/files/sys.config => src/config/src/config.hrl (95%)

Reply via email to