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

implement part 4 job management - job creation and results trigger #742

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

fmigneault
Copy link
Collaborator

@fmigneault fmigneault commented Oct 11, 2024

@fmigneault fmigneault self-assigned this Oct 11, 2024
@fmigneault fmigneault added triage/conformance Issue related to fixing/ensuring compliance to specifications. feature/job Issues related to job execution, reporting and logging. process/OAP-Part4: Jobs OGC API - Processes - Part 4: Job Management labels Oct 11, 2024
@github-actions github-actions bot added ci/doc Issue related to documentation of the package ci/tests Tests of the package and features feature/oas Issues related to OpenAPI specifications. feature/providers Issue related to providers convertion to WPS-REST processes. process/wps3 Issue related to WPS 3.x (REST-JSON) processes support labels Oct 11, 2024
@fmigneault fmigneault added project/OGC-GDC Developments related to OGC GeoDataCube and removed feature/providers Issue related to providers convertion to WPS-REST processes. feature/oas Issues related to OpenAPI specifications. ci/doc Issue related to documentation of the package ci/tests Tests of the package and features process/wps3 Issue related to WPS 3.x (REST-JSON) processes support labels Oct 11, 2024
@github-actions github-actions bot added ci/doc Issue related to documentation of the package feature/oas Issues related to OpenAPI specifications. process/wps3 Issue related to WPS 3.x (REST-JSON) processes support ci/tests Tests of the package and features feature/providers Issue related to providers convertion to WPS-REST processes. labels Oct 11, 2024
@github-actions github-actions bot added feature/cli Issues or features related to CLI operations. feature/db Related to database or datatype manipulation. labels Oct 15, 2024
@github-actions github-actions bot added the process/builtin Issue related to builtin application processes label Oct 21, 2024
@github-actions github-actions bot added the process/workflow Related to a Workflow process. label Oct 22, 2024
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

Attention: Patch coverage is 92.42424% with 45 lines in your changes missing coverage. Please review.

Project coverage is 87.07%. Comparing base (c121f8d) to head (0f61ab2).

Files with missing lines Patch % Lines
weaver/processes/execution.py 88.88% 10 Missing and 6 partials ⚠️
weaver/processes/utils.py 62.50% 7 Missing and 2 partials ⚠️
weaver/wps_restapi/jobs/jobs.py 92.00% 3 Missing and 3 partials ⚠️
weaver/wps_restapi/jobs/utils.py 91.66% 2 Missing and 3 partials ⚠️
weaver/datatype.py 94.28% 1 Missing and 1 partial ⚠️
weaver/status.py 95.12% 0 Missing and 2 partials ⚠️
weaver/wps_restapi/api.py 60.00% 1 Missing and 1 partial ⚠️
weaver/wps_restapi/patches.py 88.23% 1 Missing and 1 partial ⚠️
weaver/execute.py 95.65% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #742      +/-   ##
==========================================
+ Coverage   86.39%   87.07%   +0.67%     
==========================================
  Files          80       80              
  Lines       19988    20395     +407     
  Branches     2707     2774      +67     
==========================================
+ Hits        17269    17758     +489     
+ Misses       1978     1900      -78     
+ Partials      741      737       -4     

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

@fmigneault fmigneault marked this pull request as ready for review October 23, 2024 03:07
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/db Related to database or datatype manipulation. feature/job Issues related to job execution, reporting and logging. feature/oas Issues related to OpenAPI specifications. feature/providers Issue related to providers convertion to WPS-REST processes. process/builtin Issue related to builtin application processes process/OAP-Part4: Jobs OGC API - Processes - Part 4: Job Management process/workflow Related to a Workflow process. process/wps3 Issue related to WPS 3.x (REST-JSON) processes support project/OGC-GDC Developments related to OGC GeoDataCube triage/conformance Issue related to fixing/ensuring compliance to specifications.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant