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 1a66bc1 use asyncio in the collection ingester
discard c2c4479 solr history bug fixes
discard 40a62b0 use pysolr
discard 27f3a35 error handling
discard c3f1c5a exc handling
discard ceea9a5 propagate child worker exceptions up to main process
discard c6fdd6f the healthchecks now raise exceptions if they rail
discard 8344d30 error handling
discard 98bc25d better exception handling
discard 8a12adf better error handling
add ecd5ecc SDAP-247: config-operator unit tests and support for git
username/token (#6)
new 6efb623 better error handling
new 7feb58d better exception handling
new 0c97d99 error handling
new 562ef6f the healthchecks now raise exceptions if they rail
new de8c5a0 propagate child worker exceptions up to main process
new 41755a5 exc handling
new 385f5b8 error handling
new fd5cc22 use pysolr
new cdd30ae solr history bug fixes
new 2525001 use asyncio in the collection ingester
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 (1a66bc1)
\
N -- N -- N refs/heads/rabbitmq-fix (2525001)
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 10 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:
config_operator/README.md | 6 +-
.../config_source/LocalDirConfig.py | 40 ++++++------
.../config_source/RemoteGitConfig.py | 51 +++++++++------
.../config_operator/k8s/K8sConfigMap.py | 26 +++++---
config_operator/config_operator/main.py | 12 +++-
config_operator/containers/k8s/git-repo-test.yml | 9 +++
config_operator/requirements.txt | 1 +
.../tests/config_source/test_LocalDirConfig.py | 72 ++++++++++++++++++++++
.../tests/config_source/test_RemoteGitConfig.py | 49 +++++++++++++++
config_operator/tests/k8s/test_K8sConfigMap.py | 53 +++++++++++++++-
.../resources/localDirBadTest/collections.yml | 2 +
.../tests/resources/localDirTest/.hidden_file.txt | 1 +
.../tests/resources/localDirTest/README.md | 1 +
.../tests/resources/localDirTest/collections.yml | 1 +
14 files changed, 269 insertions(+), 55 deletions(-)
create mode 100644 config_operator/containers/k8s/git-repo-test.yml
create mode 100644 config_operator/tests/config_source/test_LocalDirConfig.py
create mode 100644 config_operator/tests/config_source/test_RemoteGitConfig.py
create mode 100644
config_operator/tests/resources/localDirBadTest/collections.yml
create mode 100644
config_operator/tests/resources/localDirTest/.hidden_file.txt
create mode 100644 config_operator/tests/resources/localDirTest/README.md
create mode 100644 config_operator/tests/resources/localDirTest/collections.yml