This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a change to branch rabbitmq-fix
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.
discard adce200 the healthchecks now raise exceptions if they rail
discard 293efc4 error handling
discard 1061b77 better exception handling
discard 67a9c6f better error handling
add 09f53d5 SDAP-259: The Collection Manager now reloads the Collections
Config file on an interval instead of watching for filesystem events (#5)
new 8a12adf better error handling
new 98bc25d better exception handling
new 8344d30 error handling
new c6fdd6f the healthchecks now raise exceptions if they rail
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 (adce200)
\
N -- N -- N refs/heads/rabbitmq-fix (c6fdd6f)
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 4 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:
collection_manager/collection_manager/main.py | 15 ++++--
.../services/CollectionWatcher.py | 56 ++++++++++++----------
collection_manager/docker/entrypoint.sh | 1 +
.../tests/services/test_CollectionWatcher.py | 44 ++++++++++++-----
4 files changed, 73 insertions(+), 43 deletions(-)