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

tloubrieu pushed a change to branch SDAP-268
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git.


 discard 9fa5a80  spark fair scheduling, asynchronous job in apii (jobs/), 
multiple api end-points (...Spark for legacy, or algorithm/...)
 discard af2b234  update images
 discard c905c37  revert
 discard 121f2af  revert doms
 discard 2005217  rabbitmq.enabled
 discard 4af12c2  enable external solr/zk/cass hosts
 discard a1f0bdf  pr
 discard 124dc84  make solr history default
 discard e4e552c  change solr-create-collection to a deployment
 discard 79f601b  fix cass url for granule ingester
 discard 47ce3e9  fix bad argument order
 discard 92bf682  fix namespace
 discard f1663a5  pass factory method to nexuscalchandlers to create tile 
service in spark nodes
 discard 67145df  fix arguments sent to spark driver, add logging in 
cassandraproxy
 discard 94ad241  cassandra helm chart included
 discard f4662a4  add support for cassandra username and password
 discard f3b6f5a  pass cassandra host
 discard 4e3c24a  read cli args for cass and solr hosts
 discard f077c60  add solr-host option
 discard e256330  always deploy solr
 discard c8e56df  add solr port
 discard 34dd3e1  add solr_host arg
 discard 7a61f33  add  max_concurrency
 discard bebc1fb  fix rbac
 discard 39be1c5  add rabbitmq storageclass
 discard 8cf4f37  change .Release.Namespace to .Release.Name
 discard b78c8ec  use solr and zk helm charts
 discard 456a01d  updated helm chart for zookeeper
     add d4a6287  SDAP-278: Add Cassandra authentication support, remove 
hardcoded http:// prefix in Solr connector (#106)
     add b880c63  SDAP-285: Upgrade custom Solr image to include JTS, and 
update solr-create-collection image to create geo field  (#108)
     add 07312bf  updated helm chart for zookeeper
     add 73c9e41  use solr and zk helm charts
     add a74b22d  change .Release.Namespace to .Release.Name
     add cb1efba  add rabbitmq storageclass
     add 45d087d  fix rbac
     add d41e0d7  add  max_concurrency
     add b17632b  add solr_host arg
     add 36e9aa8  add solr port
     add 153a570  always deploy solr
     add 1bcd3fc  read cli args for cass and solr hosts
     add d1f20b7  pass cassandra host
     add 657924f  add support for cassandra username and password
     add a0bf3ec  cassandra helm chart included
     add f2aad13  fix arguments sent to spark driver, add logging in 
cassandraproxy
     add 0b1c3c4  fix namespace
     add e728f27  fix cass url for granule ingester
     add fc31fa7  change solr-create-collection to a deployment
     add da60069  make solr history default
     add 9f0c6cd  pr
     add 481dd93  enable external solr/zk/cass hosts
     add f9ad993  rabbitmq.enabled
     add fb86896  revert doms
     add c4c4cfb  revert
     add 4e7833b  update images
     add e01d0a0  spark fair scheduling, asynchronous job in apii (jobs/), 
multiple api end-points (...Spark for legacy, or algorithm/...)
     add 142ce38  finalize master rebase

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   (9fa5a80)
            \
             N -- N -- N   refs/heads/SDAP-268 (142ce38)

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:
 analysis/webservice/algorithms/NexusCalcHandler.py |  8 +-
 .../algorithms/doms/DomsInitialization.py          | 31 ++++++--
 .../algorithms/doms/domsconfig.ini.default         |  4 +-
 .../DailyDifferenceAverageSpark.py                 |  6 +-
 analysis/webservice/algorithms_spark/Matchup.py    |  2 +-
 analysis/webservice/jobs/job.py                    |  1 +
 .../request/handlers/NexusHandlerManager.py        |  3 -
 .../request/handlers/NexusRequestHandler.py        |  1 -
 .../nexustiles/config/datastores.ini.default       |  2 +-
 data-access/nexustiles/dao/CassandraProxy.py       |  2 +-
 data-access/nexustiles/dao/SolrProxy.py            |  4 +-
 data-access/tests/nexustiles_test.py               |  2 +-
 docker/.gitignore                                  |  1 -
 docker/cassandra/Dockerfile                        | 31 --------
 docker/cassandra/README.md                         |  0
 docker/cassandra/docker-entrypoint.sh              | 85 --------------------
 docker/solr/Dockerfile                             | 23 ++----
 docker/solr/cloud-init/create-collection.py        | 35 ++++++++
 docker/solr/cloud/Dockerfile                       | 31 --------
 docker/solr/cloud/Readme.rst                       | 93 ----------------------
 .../docker-entrypoint-initdb.d/0-init-home.sh      | 26 ------
 .../docker-entrypoint-initdb.d/1-bootstrap-zk.sh   | 23 ------
 docker/solr/cloud/tmp/solr.xml                     | 53 ------------
 docker/solr/cloud/tmp/zoo.cfg                      | 31 --------
 docker/solr/singlenode/Dockerfile                  | 30 -------
 docker/solr/singlenode/Readme.rst                  | 42 ----------
 docker/solr/singlenode/create-core.sh              | 25 ------
 27 files changed, 80 insertions(+), 515 deletions(-)
 delete mode 100644 docker/.gitignore
 delete mode 100644 docker/cassandra/Dockerfile
 delete mode 100644 docker/cassandra/README.md
 delete mode 100755 docker/cassandra/docker-entrypoint.sh
 delete mode 100644 docker/solr/cloud/Dockerfile
 delete mode 100644 docker/solr/cloud/Readme.rst
 delete mode 100755 docker/solr/cloud/docker-entrypoint-initdb.d/0-init-home.sh
 delete mode 100755 
docker/solr/cloud/docker-entrypoint-initdb.d/1-bootstrap-zk.sh
 delete mode 100644 docker/solr/cloud/tmp/solr.xml
 delete mode 100644 docker/solr/cloud/tmp/zoo.cfg
 delete mode 100644 docker/solr/singlenode/Dockerfile
 delete mode 100644 docker/solr/singlenode/Readme.rst
 delete mode 100755 docker/solr/singlenode/create-core.sh

Reply via email to