Commit Graph

22 Commits

Author SHA1 Message Date
James Ramsay b65fcc320d Add sha filter to list pipelines
To find the pipeline for a specific sha requires scanning the list of
all pipelines for a ref that contains the sha. This makes it hard to
find the pipeline id needed to access a trace for a specific job run
in the pipeline using the API.
2018-04-27 11:00:52 +01:00
Lawrence b8ad3ec014 Fix example typo. 2017-10-31 10:48:12 +00:00
Shinya Maeda 255bfd6583 Improve documentation 2017-05-03 02:11:51 +09:00
Shinya Maeda dad973b59a Revise documents 2017-05-03 02:11:51 +09:00
Shinya Maeda 4bd0d8e433 Adopt awesome axil idea 2017-05-03 02:11:51 +09:00
Shinya Maeda f5f7f90abe Revise document. string to boolean. 2017-05-03 02:11:51 +09:00
Shinya Maeda d1ca5f46d4 No need to support sha for sorting 2017-05-03 02:11:51 +09:00
Shinya Maeda 9324a464ef Reduce playable columns for sorting 2017-05-03 02:11:51 +09:00
Shinya Maeda 175800299b Add name(User) 2017-05-03 02:11:51 +09:00
Shinya Maeda 7e421e5523 Fix inappropriate words in doc 2017-05-03 02:11:50 +09:00
Shinya Maeda df834306c1 Add specs. Plus, minor fixes. 2017-05-03 02:11:50 +09:00
Shinya Maeda 994e49b3fb Fixed those points.
- username to user_id
- Drop duration
- Resolve comments
- Add Changelog
- Edit docs
2017-05-03 02:11:50 +09:00
Achilleas Pipinellis b472f9995a Fix wrong copy edits for URL-encoded substitutions in API docs 2017-04-10 11:17:04 +02:00
Achilleas Pipinellis 5422554b86 Mention URL path encoding to all API docs 2017-04-08 12:38:59 +02:00
Z.J. van de Weg 194223476b Rename build to job in the docs 2017-03-06 14:34:07 +01:00
Toon Claes 59e7d04bc7 Expose pipelines as PipelineBasic `projects/:id/pipelines`
The `projects/:id/pipelines` exposed a lot of extra details
that are superfluous and it was taking extra resources to fetch them.

To get more details about a pipeline, use
`projects/:id/pipelines/:pipeline_id`.
2017-03-03 09:52:04 +01:00
Robert Schilling 1ead6a9793 Use v4 endpoint in API docs 2017-03-01 18:39:40 +01:00
dimitrieh b86640fee9 fixed specs + docs 2017-02-20 17:08:29 +01:00
Z.J. van de Weg 752d72f876 Add docs for pipeline coverage
[ci skip]
2016-11-25 17:39:00 +01:00
Ido Leibovich fbfc7523cb Add api endpoint for creating a pipeline
Add a new endpoint in the new API for creating a new pipeline, and return the details of that pipeline.
2016-11-18 23:12:21 +02:00
Dmitriy Zaporozhets cb7872c3a0
Remove /u/ prefix from user pages in documentation
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-13 14:24:09 +03:00
Z.J. van de Weg df5661b6f4 Add docs on API for pipelines, plus minor fixes 2016-08-18 16:56:39 +02:00