This is an automated email from the ASF dual-hosted git repository.
skperez pushed a change to branch SDAP-455
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
from 830a234 reorder cancel operation. First update DB, then cancel spark
job group
add 6bafc67 SDAP-467: Pagination (#261)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 4 +++-
analysis/setup.py | 3 ++-
.../webservice/algorithms/doms/BaseDomsHandler.py | 14 +++++++++++++-
.../webservice/algorithms/doms/DatasetListQuery.py | 14 ++++++++++++--
.../webservice/algorithms/doms/ResultsRetrieval.py | 6 ++++--
.../webservice/algorithms/doms/ResultsStorage.py | 20 +++++++++-----------
analysis/webservice/algorithms_spark/Matchup.py | 10 ++++++++++
analysis/webservice/apidocs/openapi.yml | 16 ++++++++++++++++
analysis/webservice/config/scheduler.xml | 10 ++++++++++
.../app_builders/SparkContextBuilder.py | 9 ++++++++-
data-access/requirements.txt | 1 +
11 files changed, 88 insertions(+), 19 deletions(-)
create mode 100644 analysis/webservice/config/scheduler.xml