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 custom Weaver schema definitions for CWL #529

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

fmigneault
Copy link
Collaborator

Description

Avoids warnings about "unknown hints" when loading custom CWL requirements for remote process references.
Previously, custom requirements would have to be loaded as hints since they were not technically defined.
With this change, they would be also valid using explicit requirements.

@fmigneault fmigneault self-assigned this Mar 1, 2023
@github-actions github-actions bot added feature/CWL Issue related to CWL support ci/doc Issue related to documentation of the package labels Mar 1, 2023
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.28%. Comparing base (c21b031) to head (670c821).

❗ Current head 670c821 differs from pull request most recent head 96e06b8. Consider uploading reports for the commit 96e06b8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #529      +/-   ##
==========================================
- Coverage   85.71%   84.28%   -1.44%     
==========================================
  Files          79       78       -1     
  Lines       18585    16854    -1731     
  Branches     2847     2562     -285     
==========================================
- Hits        15930    14205    -1725     
- Misses       1916     1952      +36     
+ Partials      739      697      -42     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added ci/tests Tests of the package and features process/wps3 Issue related to WPS 3.x (REST-JSON) processes support labels Mar 2, 2023
…m schemas by CWL tool + fix resolution of Weaver/CUDA legacy CWL requirements + test no warn during load weaver:WPS1Requirement
@github-actions github-actions bot added the feature/oas Issues related to OpenAPI specifications. label Mar 3, 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. labels Jan 23, 2024
@github-actions github-actions bot added the feature/db Related to database or datatype manipulation. label Feb 13, 2024
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/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.

None yet

1 participant