Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement support for CI variables of type file | Krasimir Angelov | 2019-05-06 | 1 | -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 Henze | 2019-04-09 | 1 | -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-more | Achilleas Pipinellis | 2019-01-04 | 1 | -6/+6 |
| | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs. | ||||
* | Move pipeline delete docs to end | Matija Čupić | 2018-11-13 | 1 | -17/+17 |
| | |||||
* | Add docs for deleting a pipeline via API | Matija Čupić | 2018-11-12 | 1 | -0/+17 |
| | |||||
* | Expose web_url attribute in PipelineBasic and JobBasicrs-web_url-for-pipelines-and-jobs | Robert Speicher | 2018-07-18 | 1 | -6/+12 |
| | |||||
* | Update pipelines.md to have correct curl commands | Alex Holland | 2018-07-16 | 1 | -2/+2 |
| | |||||
* | Removes variables from pipelines api | Jacopo | 2018-06-05 | 1 | -2/+1 |
| | |||||
* | Review 1 | Jacopo | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Rename variables_attributes => variables and adds spec for exclude/only option | Jacopo | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Adds variables to POST api/v4/projects/:id/pipeline | Jacopo | 2018-06-01 | 1 | -1/+3 |
| | |||||
* | Add sha filter to list pipelines | James Ramsay | 2018-04-27 | 1 | -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. | Lawrence | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Improve documentation | Shinya Maeda | 2017-05-03 | 1 | -3/+3 |
| | |||||
* | Revise documents | Shinya Maeda | 2017-05-03 | 1 | -4/+4 |
| | |||||
* | Adopt awesome axil idea | Shinya Maeda | 2017-05-03 | 1 | -2/+2 |
| | |||||
* | Revise document. string to boolean. | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | No need to support sha for sorting | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Reduce playable columns for sorting | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Add name(User) | Shinya Maeda | 2017-05-03 | 1 | -1/+2 |
| | |||||
* | Fix inappropriate words in doc | Shinya Maeda | 2017-05-03 | 1 | -3/+3 |
| | |||||
* | Add specs. Plus, minor fixes. | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Fixed those points. | Shinya Maeda | 2017-05-03 | 1 | -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_docs | Achilleas Pipinellis | 2017-04-10 | 1 | -5/+5 |
| | |||||
* | Mention URL path encoding to all API docs | Achilleas Pipinellis | 2017-04-08 | 1 | -6/+6 |
| | |||||
* | Rename build to job in the docs | Z.J. van de Weg | 2017-03-06 | 1 | -2/+2 |
| | |||||
* | Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basic | Toon Claes | 2017-03-03 | 1 | -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-doc | Robert Schilling | 2017-03-01 | 1 | -5/+5 |
| | |||||
* | fixed specs + docs | dimitrieh | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | Add docs for pipeline coverage | Z.J. van de Weg | 2016-11-25 | 1 | -6/+12 |
| | | | | [ci skip] | ||||
* | Add api endpoint for creating a pipeline | Ido Leibovich | 2016-11-18 | 1 | -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 documentation | Dmitriy Zaporozhets | 2016-10-13 | 1 | -5/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add docs on API for pipelines, plus minor fixeszj-pipelines-api-endpoints | Z.J. van de Weg | 2016-08-18 | 1 | -0/+207 |