This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a change to branch collection-manager-events
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.


 discard 7d5ad0f  log all fs events
     add c599caf  SDAP-271 Cassandra authentication support (#11)
     new 13e7b9b  log all fs events

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   (7d5ad0f)
            \
             N -- N -- N   refs/heads/collection-manager-events (13e7b9b)

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:
 granule_ingester/docker/entrypoint.sh              |  2 ++
 .../granule_ingester/exceptions/Exceptions.py      | 41 ++++++++++++++++++++++
 .../granule_ingester/exceptions/__init__.py        | 11 ++++++
 granule_ingester/granule_ingester/main.py          | 30 ++++++++++++----
 .../granule_ingester/writers/CassandraStore.py     | 39 ++++++++++++++------
 5 files changed, 106 insertions(+), 17 deletions(-)
 create mode 100644 granule_ingester/granule_ingester/exceptions/Exceptions.py
 create mode 100644 granule_ingester/granule_ingester/exceptions/__init__.py

Reply via email to