Skip to content

Commit

Permalink
add issue references to CLI changelog items (relates to #363)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 2, 2021
1 parent 2d048cf commit e3f8889
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/crim-ca/weaver/issues/363>`_,
resolves `DAC-198 <https://www.crim.ca/jira/browse/DAC-198>`_,
relates to `DAC-203 <https://www.crim.ca/jira/browse/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.
Expand Down

0 comments on commit e3f8889

Please sign in to comment.