Commit Graph

26 Commits

Author SHA1 Message Date
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
Steve Azzopardi eaf69ee1fb
Make job API docs consistent
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23538 when
adding a new endpoint some docs incossintenies were pointed out.
2018-12-18 15:43:05 +01:00
Steve Azzopardi 401f65c43a
Add endpoint to download single artifact by ref
Add a new endpoint
`projects/:id/jobs/artifacts/:ref_name/raw/*artifact_path?job=name`
which is the close the web URL for consistency sake. This endpoint can
be used to download a single file from artifacts for the specified ref
and job.

closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54626
2018-12-07 15:33:30 +01:00
Alexis Reigel 585b1b3fca
add user's public_email attribute to api 2018-09-27 11:33:55 +02:00
Alexis Reigel 0a94bdfa14
add missing user attributes to api docs 2018-09-27 11:32:44 +02:00
Mehdi Lahmam 8a53a0f0a0 Add `duration` attributes to Jobs API docs
Follow up to !13644.
2018-09-09 11:49:44 +02:00
Brett Walker b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Peter Marko 3a80f03037 Expose all artifacts sizes in jobs api 2018-08-14 15:55:02 +02:00
Peter Marko d03e7120f2 Fix non-existent artifacts_file in job api 2018-08-10 23:01:06 +02:00
Robert Speicher 6cb52964a6
Expose web_url attribute in PipelineBasic and JobBasic 2018-07-18 15:04:45 -07:00
Élie a8b3478ce3 New jobs sorting 2018-07-03 13:42:40 +00:00
Semyon Pupkov 4131a49bb7 Expose artifacts_expire_at field for job entity in api
https://gitlab.com/gitlab-org/gitlab-ce/issues/45798
2018-05-26 10:59:42 +05:00
blackst0ne c3882c2611 Clean up docs 2018-05-14 18:53:57 +11:00
Rémy Coutable f7c132552a
Backport part of the doc/api/jobs.md file from EE
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-30 14:46:25 +02:00
Mark Fletcher 3c26326e71 Clarify artifact download via the API only accepts branch or tag name for ref 2017-09-28 10:54:19 +07:00
Grzegorz Bizon 49e9e0b2a0 Add basic docs about new artifact access API endpoint 2017-09-06 11:40:20 +02:00
Zac Sturgess 572118853c #32340 - Include mention of "manual" scope in jobs api doc 2017-05-16 15:17:30 +00:00
Sean McGivern 6dc424c949 Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master'
Don't display the `is_admin?` flag for user API responses

Closes #29903

See merge request !10846
2017-04-25 10:57:32 +00:00
Timothy Andrew 0befa887b5 Update documentation to reflect the removal of `is_admin` from most API responses. 2017-04-25 09:46:05 +00:00
Ben Getsug 0241f6a336 Correct typo (missing 's') in project pipeline job list endpoint 2017-04-21 19:43:55 +00: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
Toon Claes 901fbda67c Make it possible to query scope as scope[]=
Since issues also accepts the query parameter iids[]=, also make it
possible query scope like that.
2017-03-07 23:45:32 +01:00
Toon Claes f372400673 Add GET /projects/:id/pipelines/:pipeline_id/jobs endpoint
Add endpoint to get the jobs scoped to a pipeline.
2017-03-07 23:45:32 +01:00
Z.J. van de Weg 699e955324 Remove docs for removed endpoint 2017-03-06 16:04:04 +01:00
Z.J. van de Weg 194223476b Rename build to job in the docs 2017-03-06 14:34:07 +01:00
Renamed from doc/api/builds.md (Browse further)