This is an automated email from the ASF dual-hosted git repository.
rkk pushed a change to branch SDAP-497
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
from f18c9ea Updates and fixes
add 3acec41 SDAP 515 - Improved handling of unreachable remote SDAPs
(#308)
add be6c4c2 SDAP-513 - Configurable Solr init pod image in helm (#306)
add cfd0f3b Added some missing ASF headers and removed some unneeded
files (#302)
add 683778c Merge branch 'develop' into SDAP-497
No new revisions were added by this update.
Summary of changes:
.readthedocs.yaml | 15 +++++++++++++++
CHANGELOG.md | 3 +++
analysis/.idea/analysis.iml | 11 -----------
analysis/.idea/encodings.xml | 6 ------
analysis/.idea/misc.xml | 4 ----
analysis/.idea/modules.xml | 8 --------
analysis/.idea/vcs.xml | 6 ------
analysis/static/index.html | 19 +++++++++++++++++++
analysis/webservice/algorithms/DataSeriesList.py | 6 ++----
analysis/webservice/apidocs/index.html | 16 ++++++++++++++++
analysis/webservice/config/scheduler.xml | 16 ++++++++++++++++
analysis/webservice/redirect/RemoteSDAPCache.py | 17 ++++++++++-------
data-access/.idea/data-access.iml | 11 -----------
data-access/.idea/encodings.xml | 6 ------
data-access/.idea/misc.xml | 4 ----
data-access/.idea/modules.xml | 8 --------
data-access/.idea/vcs.xml | 6 ------
data-access/config/schemas/cassandra/nexustiles.cql | 17 +++++++++++++++++
.../config/schemas/solr/dataset/core.properties | 14 ++++++++++++++
.../config/schemas/solr/nexustiles/core.properties | 14 ++++++++++++++
docs/Makefile | 15 +++++++++++++++
docs/granule-download.sh | 15 +++++++++++++++
helm/.helmignore | 15 +++++++++++++++
helm/Chart.yaml | 15 +++++++++++++++
helm/requirements.yaml | 15 +++++++++++++++
helm/templates/_helpers.tpl | 15 +++++++++++++++
helm/templates/collection-manager.yml | 15 +++++++++++++++
helm/templates/collections-config-gitcfg.yml | 15 +++++++++++++++
helm/templates/config-operator-rbac.yml | 15 +++++++++++++++
helm/templates/config-operator.yml | 15 +++++++++++++++
helm/templates/domspurge.yml | 15 +++++++++++++++
helm/templates/gitbasedconfig-crd.yml | 15 +++++++++++++++
helm/templates/granule-ingester.yml | 15 +++++++++++++++
helm/templates/history-pvc.yml | 15 +++++++++++++++
helm/templates/ingress.yml | 15 +++++++++++++++
helm/templates/init-cassandra-configmap.yml | 15 +++++++++++++++
helm/templates/onearth.yml | 15 +++++++++++++++
helm/templates/root-webpage.yml | 14 ++++++++++++++
helm/templates/solr-create-collection.yml | 17 ++++++++++++++++-
helm/templates/spark-serviceaccount.yml | 15 +++++++++++++++
helm/templates/webapp.yml | 15 +++++++++++++++
helm/values.yaml | 16 ++++++++++++++++
integrations/python-client/docs/nexuscli/index.html | 16 ++++++++++++++++
.../python-client/docs/nexuscli/nexuscli.m.html | 16 ++++++++++++++++
.../python-client/docs/nexuscli/nexuscli_ow.m.html | 16 ++++++++++++++++
.../python-client/docs/nexuscli/test/index.html | 16 ++++++++++++++++
.../docs/nexuscli/test/nexuscli_test.m.html | 16 ++++++++++++++++
47 files changed, 537 insertions(+), 82 deletions(-)
delete mode 100644 analysis/.idea/analysis.iml
delete mode 100644 analysis/.idea/encodings.xml
delete mode 100644 analysis/.idea/misc.xml
delete mode 100644 analysis/.idea/modules.xml
delete mode 100644 analysis/.idea/vcs.xml
delete mode 100644 data-access/.idea/data-access.iml
delete mode 100644 data-access/.idea/encodings.xml
delete mode 100644 data-access/.idea/misc.xml
delete mode 100644 data-access/.idea/modules.xml
delete mode 100644 data-access/.idea/vcs.xml