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 efedce7 better error handling
add 6759457 SDAP-269: Switch to using aio-pika in collection-manager to
maintain an asynchronous connection to RabbitMQ (#7)
add 6f48d8a SDAP-270: Fix bad solr endpoints in solr history manager (#8)
add 426a293 Fix syntax error (#9)
add e309727 add a on.update kopf event for crd updates
add c599caf SDAP-271 Cassandra authentication support (#11)
new 0eed399 better error handling
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 (efedce7)
\
N -- N -- N refs/heads/rabbitmq-fix (0eed399)
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 1 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:
.gitignore | 4 +-
collection_manager/README.md | 7 ++-
.../services/CollectionWatcher.py | 33 ++++++-----
.../history_manager/SolrIngestionHistory.py | 35 ++++++------
collection_manager/requirements.txt | 1 -
.../tests/services/test_CollectionProcessor.py | 37 +++++++-----
.../tests/services/test_CollectionWatcher.py | 66 ++++++++--------------
.../tests/writers => common/common}/__init__.py | 0
common/common/async_test_utils/AsyncTestUtils.py | 28 +++++++++
common/common/async_test_utils/__init__.py | 1 +
common/setup.py | 21 +++++++
config_operator/README.md | 10 +++-
.../config_source/RemoteGitConfig.py | 4 +-
config_operator/config_operator/main.py | 38 ++++++++++---
.../containers/k8s/config-operator-crd.yml | 2 +-
.../containers/k8s/deployment-git-src.yml | 23 --------
config_operator/containers/k8s/git-repo-test.yml | 4 +-
granule_ingester/.gitignore | 9 ---
granule_ingester/granule_ingester/main.py | 2 +
granule_ingester/tests/writers/test_SolrStore.py | 5 +-
20 files changed, 188 insertions(+), 142 deletions(-)
copy {granule_ingester/tests/writers => common/common}/__init__.py (100%)
create mode 100644 common/common/async_test_utils/AsyncTestUtils.py
create mode 100644 common/common/async_test_utils/__init__.py
create mode 100644 common/setup.py
delete mode 100644 config_operator/containers/k8s/deployment-git-src.yml
delete mode 100644 granule_ingester/.gitignore