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

improve conformance with OGC for job metadata and search #355

Merged
merged 5 commits into from
Nov 10, 2021

Conversation

fmigneault
Copy link
Collaborator

@fmigneault fmigneault commented Nov 4, 2021

…vide Job status type field (resolves #351) + increate OGC conformance (relates to #53, #231)
@github-actions github-actions bot added ci/doc Issue related to documentation of the package ci/tests Tests of the package and features 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 feature/job Issues related to job execution, reporting and logging. labels Nov 4, 2021
@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #355 (c19c987) into master (8dc3bd5) will increase coverage by 0.06%.
The diff coverage is 96.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #355      +/-   ##
==========================================
+ Coverage   77.87%   77.93%   +0.06%     
==========================================
  Files          63       63              
  Lines       10252    10285      +33     
  Branches     1548     1555       +7     
==========================================
+ Hits         7984     8016      +32     
- Misses       1774     1775       +1     
  Partials      494      494              
Impacted Files Coverage Δ
weaver/store/base.py 100.00% <ø> (ø)
weaver/wps_restapi/api.py 77.01% <ø> (ø)
weaver/store/mongodb.py 66.58% <92.00%> (+1.33%) ⬆️
weaver/datatype.py 69.63% <100.00%> (+0.15%) ⬆️
weaver/wps_restapi/jobs/jobs.py 78.21% <100.00%> (+0.07%) ⬆️
weaver/wps_restapi/swagger_definitions.py 99.84% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8dc3bd5...c19c987. Read the comment docs.

@fmigneault fmigneault mentioned this pull request Nov 6, 2021
dbyrns
dbyrns previously approved these changes Nov 8, 2021
Copy link
Contributor

@dbyrns dbyrns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include changes already reviewed in : #356

@fmigneault fmigneault merged commit 6a7381e into master Nov 10, 2021
@fmigneault fmigneault deleted the process-id-job-type branch November 10, 2021 17:20
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/tests Tests of the package and features 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. 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 missing job type field
2 participants