From e3f8889c7867776733c00586d988e7957dc2b799 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Thu, 2 Dec 2021 17:51:40 -0500 Subject: [PATCH] add issue references to CLI changelog items (relates to #363) --- CHANGES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 152298993..8934aa47b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,10 @@ Changes: This provides shell and Python script interfaces to run operations toward `Weaver` (or `OGC-API - Processes`) instances. It also facilitates new `Process` deployments by helping with the integration of a local `CWL` file into a full-fledged ``Deploy`` HTTP request, and other recurrent tasks such as ``Execute`` requests followed by `Job` - monitoring and results retrieval once completed successfully. + monitoring and results retrieval once completed successfully + (addresses `#363 `_, + resolves `DAC-198 `_, + relates to `DAC-203 `_). - Added ``weaver`` command installation to ``setup.py`` script. - Added ``cwl2json_input_values`` function to help converting between `CWL` *parameters* and `OGC-API - Processes` input value definitions for `Job` submission.