-
Notifications
You must be signed in to change notification settings - Fork 1
all pipeline runs #782
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
all pipeline runs #782
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this will all be moved in bulk to common/includes when you start on that work, yeah?
| @@ -0,0 +1,5 @@ | |||
| title: IncludedPipelines | |||
| description: A pipeline map provided when requested via includes. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets set the tone of these descriptions since you're going to be copy pasting - "A map of pipelines, keyed by ID, included on endpoints that support it when passing the matching includes query parameter"
| @@ -0,0 +1,5 @@ | |||
| title: IncludedTriggerKeys | |||
| description: A trigger key map provided when requested via includes. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
| @@ -0,0 +1,10 @@ | |||
| title: PipelineRunIncludes | |||
| description: All includable resources linkable to the given pipeline run. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> "Resources related to a pipeline run, that can be included on supported endpoints when the matching includes query parameter is passed"
| - pipelines | ||
| responses: | ||
| 200: | ||
| description: Returns a list of Pipeline runs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pipeline lowercase
No description provided.