GitLab Bot
21be9646a9
Add latest changes from gitlab-org/gitlab@master
2020-05-04 03:09:50 +00:00
GitLab Bot
e79918ce90
Add latest changes from gitlab-org/gitlab@master
2020-04-13 09:09:51 +00:00
GitLab Bot
83a3209c3f
Add latest changes from gitlab-org/gitlab@master
2020-03-31 03:07:51 +00:00
GitLab Bot
dddde902ac
Add latest changes from gitlab-org/gitlab@master
2020-03-26 03:07:43 +00:00
GitLab Bot
88797b994a
Add latest changes from gitlab-org/gitlab@master
2020-03-16 00:09:20 +00:00
GitLab Bot
f54a50aa82
Add latest changes from gitlab-org/gitlab@master
2020-02-28 00:09:08 +00:00
GitLab Bot
0eb3d2f799
Add latest changes from gitlab-org/gitlab@master
2020-02-06 15:09:11 +00:00
GitLab Bot
1926d423f0
Add latest changes from gitlab-org/gitlab@master
2019-12-19 03:08:05 +00:00
GitLab Bot
e1867c38fc
Add latest changes from gitlab-org/gitlab@master
2019-12-06 18:07:44 +00:00
GitLab Bot
ea4762d464
Add latest changes from gitlab-org/gitlab@master
2019-11-22 18:06:00 +00:00
GitLab Bot
5e5da0f1ee
Add latest changes from gitlab-org/gitlab@master
2019-10-04 18:05:55 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +00:00
Marcel Amirault
e108f0d961
Small markdown tweaks to clear kramdown warnings
...
Fixing square brackets, links, etc in:
merge_requests.md
vulnerabilities.md
issues.md
issues_statistics.md
pipelines.md
services.md
group_milestones.md
milestones.md
runners.md
changelog.md
issue_workflow.md
elasticsearch.md
api_graphql_styleguide.md
automatic_ce_ee_merge.md
file_storage.md
architecture.md
database_debugging.md
index.md
index.md
frontend_testing.md
pry_debugging.md
vue.md
development_process.md
2019-07-04 22:46:12 +00:00
Krasimir Angelov
85609c117e
Implement support for CI variables of type file
...
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 .
2019-05-06 13:11:42 +00:00
Agustin Henze
20093f9de0
Add new permission model `read-pipeline-variable`
...
Used to get the variables via the API endpoint
`/projects/:id/pipelines/:pipeline_id/variables`
Signed-off-by: Agustin Henze <tin@redhat.com>
2019-04-09 14:53:44 +00:00
Achilleas Pipinellis
0e078d1a8a
Replace look-alike token with '<your_access_token>'
...
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'<your_access_token>' in API docs.
2019-01-04 13:19:27 +01:00
Matija Čupić
6173d4639a
Move pipeline delete docs to end
2018-11-13 13:58:24 +01:00
Matija Čupić
22aa5c5594
Add docs for deleting a pipeline via API
2018-11-12 19:46:32 +01:00
Robert Speicher
6cb52964a6
Expose web_url attribute in PipelineBasic and JobBasic
2018-07-18 15:04:45 -07:00
Alex Holland
1b3dcfc1e3
Update pipelines.md to have correct curl commands
2018-07-16 17:08:15 +00:00
Jacopo
46317b7dab
Removes variables from pipelines api
2018-06-05 21:57:29 +02:00
Jacopo
3871ea33ca
Review 1
2018-06-01 17:02:02 +02:00
Jacopo
6ae16b6d4d
Rename variables_attributes => variables and adds spec for exclude/only option
2018-06-01 14:23:46 +02:00
Jacopo
9b2e19fe37
Adds variables to POST api/v4/projects/:id/pipeline
2018-06-01 14:23:45 +02:00
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