Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add $schema OpenAPI references and apply official CWL JSON schema reference #551

Merged
merged 10 commits into from
Sep 5, 2023

Conversation

fmigneault
Copy link
Collaborator

@fmigneault fmigneault commented Sep 1, 2023

@fmigneault fmigneault added feature/CWL Issue related to CWL support feature/oas Issues related to OpenAPI specifications. labels Sep 1, 2023
@fmigneault fmigneault self-assigned this Sep 1, 2023
@github-actions github-actions bot added ci/doc Issue related to documentation of the package process/wps3 Issue related to WPS 3.x (REST-JSON) processes support labels Sep 1, 2023
@github-actions github-actions bot added ci/tests Tests of the package and features feature/db Related to database or datatype manipulation. labels Sep 1, 2023
@github-actions github-actions bot added ci/operations Related to CI operations (actions, execution, install, builds, etc.) feature/cli Issues or features related to CLI operations. feature/docker Issue related to Docker application package execution. labels Sep 1, 2023
@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Merging #551 (7f600a4) into master (f07cfea) will increase coverage by 0.03%.
Report is 2 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #551      +/-   ##
==========================================
+ Coverage   84.38%   84.42%   +0.03%     
==========================================
  Files          79       79              
  Lines       17600    17633      +33     
  Branches     2670     2674       +4     
==========================================
+ Hits        14852    14886      +34     
  Misses       2019     2019              
+ Partials      729      728       -1     
Files Changed Coverage Δ
weaver/datatype.py 78.81% <100.00%> (ø)
weaver/processes/utils.py 79.77% <100.00%> (+0.07%) ⬆️
weaver/wps_restapi/colander_extras.py 83.03% <100.00%> (+0.49%) ⬆️
weaver/wps_restapi/swagger_definitions.py 99.82% <100.00%> (+<0.01%) ⬆️

@fmigneault fmigneault merged commit f6e37b7 into master Sep 5, 2023
51 checks passed
@fmigneault fmigneault deleted the add-cwl-json-schema branch September 5, 2023 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/doc Issue related to documentation of the package ci/operations Related to CI operations (actions, execution, install, builds, etc.) ci/tests Tests of the package and features feature/cli Issues or features related to CLI operations. feature/CWL Issue related to CWL support feature/db Related to database or datatype manipulation. feature/docker Issue related to Docker application package execution. feature/oas Issues related to OpenAPI specifications. process/wps3 Issue related to WPS 3.x (REST-JSON) processes support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the official CWL JSON schema reference [Feature] Improve references to employed schemas in OpenAPI
1 participant