You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/08/03 20:04:16 UTC

[incubator-sdap-ingester] branch solr-history-fix updated (134ecbd -> c480651)

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

eamonford pushed a change to branch solr-history-fix
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.


 discard 134ecbd  fix solr history
     add 6759457  SDAP-269: Switch to using aio-pika in collection-manager to maintain an asynchronous connection to RabbitMQ (#7)
     add c480651  fix solr history

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   (134ecbd)
            \
             N -- N -- N   refs/heads/solr-history-fix (c480651)

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.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  4 +-
 collection_manager/README.md                       |  7 ++-
 collection_manager/collection_manager/main.py      | 36 ++++++------
 .../services/CollectionProcessor.py                |  8 +--
 .../services/CollectionWatcher.py                  | 45 +++++++++------
 .../services/MessagePublisher.py                   | 41 +++++++-------
 collection_manager/requirements.txt                |  3 +-
 .../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 +++++++
 granule_ingester/.gitignore                        |  9 ---
 granule_ingester/tests/writers/test_SolrStore.py   |  5 +-
 15 files changed, 178 insertions(+), 133 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 granule_ingester/.gitignore