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 5f0915036 temporarily adjust test to pass
omit 53840a2d9 temporarily remove global changes tests
omit b6ea5f38b Delete file last
omit 51b19b8cf Revert "fixup: move admin"
omit e2ee518f1 fixup: move admin
omit e9d230d64 fixup:
omit bb0eb8fd3 fixup: move reload after write
omit 4610d12d8 Reload default config value from disk on delete
omit 48bb99ec5 Factor out `config:parse_ini_files/1`
omit e4ab50254 Ensure these config tests get executed
omit 4132b272f Delete confusing test config delete reason
omit 1239b7e68 Remove unused include and defines
add f0d577692 upgrade dropwizard to 4.0.3
add 63aff0546 Merge pull request #4817 from apache/dropwizard-4.0.3
add 5176f96fc Wait for compacted indexes to flip.
add 15a362e79 Update MochiWeb to v3.2.1 (#4822)
add 2c0ee5fa7 Update proper to latest commit
add b44239857 Fix missing eunit include
add 842ae031c When running configure in a dist skip proper is not present
add a1cbb8f99 Remove unused include and defines
add 033d8927d Delete confusing test config delete reason
add 85c41a6f1 Ensure these config tests get executed
add 02bf591eb Refactor `.ini` file parsing
add 93f112cb0 Reload default config value from disk on delete
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 (5f0915036)
\
N -- N -- N refs/heads/config-delete-reload (93f112cb0)
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:
configure | 5 +
nouveau/build.gradle | 2 +-
rebar.config.script | 4 +-
src/config/src/config.erl | 20 ++-
src/couch/test/eunit/couch_ejson_compare_tests.erl | 4 +
src/couch_index/src/couch_index_compactor.erl | 2 +-
.../test/eunit/global_changes_hooks_tests.erl | 164 +++++++++++++++++++++
test/elixir/test/config_test.exs | 2 +-
8 files changed, 190 insertions(+), 13 deletions(-)
create mode 100644 src/global_changes/test/eunit/global_changes_hooks_tests.erl