-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #473 from GeoLabs/feature/fix-issue-464
Feature/fix issue 464
- Loading branch information
Showing
11 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ovenance/run/PER_content-negotiation.adoc → ...venance/prov/PER_content-negotiation.adoc
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
8 changes: 8 additions & 0 deletions
8
extensions/job_management/standard/requirements/provenance/prov/REQ_get-op.adoc
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[[req_job-provenance_prov_get-op]] | ||
[requirement] | ||
==== | ||
[%metadata] | ||
label:: /req/provenance/prov-get-op | ||
part:: For every created jobs (path: `/jobs/{jobId}/prov`), the server SHALL support the HTTP GET operation. | ||
part:: The parameter `{jobId}` is each `id` property in the job list response (JSONPath: `$.jobs[*].id`). | ||
==== |
4 changes: 2 additions & 2 deletions
4
...irements/provenance/run/REQ_response.adoc → ...rements/provenance/prov/REQ_response.adoc
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
8 changes: 0 additions & 8 deletions
8
extensions/job_management/standard/requirements/provenance/run/REQ_get-op.adoc
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
type: object | ||
additionalProperties: | ||
type: string |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,5 @@ properties: | |
type: array | ||
items: | ||
$ref: "../processes-core/metadata.yaml" | ||
headers: | ||
$ref: "headers.yaml" |