-
Notifications
You must be signed in to change notification settings - Fork 6
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
fmigneault
wants to merge
35
commits into
master
Choose a base branch
from
job-management-execute
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ger (relates to opengeospatial/ogcapi-processes#437, relates to opengeospatial/ogcapi-processes#419, relates to #716)
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
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
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
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
…ther than parsing request from scratch
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
bot
added
the
process/builtin
Issue related to builtin application processes
label
Oct 21, 2024
…on for non-JSON job status
Codecov ReportAttention: Patch coverage is
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. |
This was referenced Oct 26, 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/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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References
POST /processes/{processID}/execution
is not RESTful and is confusing for workflows) opengeospatial/ogcapi-processes#419POST /jobs
for various workflow implementations #716To Do
POST /jobs
POST /jobs/{jobId}/results
PATCH /jobs/{jobId}
status: create
job operation (see changelog for sample text)