summaryrefslogtreecommitdiff
path: root/doc/api/pipelines.md
Commit message (Collapse)AuthorAgeFilesLines
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-1/+2
| | | | | | | | | Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
* Add new permission model `read-pipeline-variable`Agustin Henze2019-04-091-0/+30
| | | | | | | Used to get the variables via the API endpoint `/projects/:id/pipelines/:pipeline_id/variables` Signed-off-by: Agustin Henze <tin@redhat.com>
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-6/+6
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Move pipeline delete docs to endMatija Čupić2018-11-131-17/+17
|
* Add docs for deleting a pipeline via APIMatija Čupić2018-11-121-0/+17
|
* Expose web_url attribute in PipelineBasic and JobBasicrs-web_url-for-pipelines-and-jobsRobert Speicher2018-07-181-6/+12
|
* Update pipelines.md to have correct curl commandsAlex Holland2018-07-161-2/+2
|
* Removes variables from pipelines apiJacopo2018-06-051-2/+1
|
* Review 1Jacopo2018-06-011-1/+1
|
* Rename variables_attributes => variables and adds spec for exclude/only optionJacopo2018-06-011-1/+1
|
* Adds variables to POST api/v4/projects/:id/pipelineJacopo2018-06-011-1/+3
|
* Add sha filter to list pipelinesJames Ramsay2018-04-271-0/+1
| | | | | | | 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.
* Fix example typo.Lawrence2017-10-311-1/+1
|
* Improve documentationShinya Maeda2017-05-031-3/+3
|
* Revise documentsShinya Maeda2017-05-031-4/+4
|
* Adopt awesome axil ideaShinya Maeda2017-05-031-2/+2
|
* Revise document. string to boolean.Shinya Maeda2017-05-031-1/+1
|
* No need to support sha for sortingShinya Maeda2017-05-031-1/+1
|
* Reduce playable columns for sortingShinya Maeda2017-05-031-1/+1
|
* Add name(User)Shinya Maeda2017-05-031-1/+2
|
* Fix inappropriate words in docShinya Maeda2017-05-031-3/+3
|
* Add specs. Plus, minor fixes.Shinya Maeda2017-05-031-1/+1
|
* Fixed those points.Shinya Maeda2017-05-031-0/+7
| | | | | | | | - username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-101-5/+5
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-6/+6
|
* Rename build to job in the docsZ.J. van de Weg2017-03-061-2/+2
|
* Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basicToon Claes2017-03-031-38/+2
| | | | | | | | 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`.
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-5/+5
|
* fixed specs + docsdimitrieh2017-02-201-1/+1
|
* Add docs for pipeline coverageZ.J. van de Weg2016-11-251-6/+12
| | | | [ci skip]
* Add api endpoint for creating a pipelineIdo Leibovich2016-11-181-0/+46
| | | | Add a new endpoint in the new API for creating a new pipeline, and return the details of that pipeline.
* Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets2016-10-131-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add docs on API for pipelines, plus minor fixeszj-pipelines-api-endpointsZ.J. van de Weg2016-08-181-0/+207