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 eda227f  conflict resolve
 discard 6c3d46d  use asyncio in the collection ingester
 discard 60c383b  solr history bug fixes
 discard 006e80b  use pysolr
 discard 95f023e  error handling
 discard abbf063  exc handling
 discard 1ab7753  propagate child worker exceptions up to main process
 discard bddc7c5  the healthchecks now raise exceptions if they rail
 discard 8352331  error handling
 discard b89c315  better exception handling
 discard 016452d  better error handling
     add e309727  add a on.update kopf event for crd updates
     add c599caf  SDAP-271 Cassandra authentication support (#11)
     new a1f0fe2  better error handling
     new 5a4ef11  better exception handling
     new 6b2e6a0  error handling
     new 1be91cd  the healthchecks now raise exceptions if they rail
     new 11789f4  propagate child worker exceptions up to main process
     new 3afb12c  exc handling
     new 02df569  error handling
     new 4b81e13  use pysolr
     new 6770300  solr history bug fixes
     new eb95f5e  use asyncio in the collection ingester
     new b2f3e38  conflict resolve

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   (eda227f)
            \
             N -- N -- N   refs/heads/rabbitmq-fix (b2f3e38)

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 11 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                          | 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/docker/entrypoint.sh              |  2 +-
 .../granule_ingester/exceptions/Exceptions.py      |  8 +++++
 granule_ingester/granule_ingester/main.py          | 28 +++++++---------
 9 files changed, 64 insertions(+), 55 deletions(-)
 delete mode 100644 config_operator/containers/k8s/deployment-git-src.yml

Reply via email to