Commit Graph

18 Commits

Author SHA1 Message Date
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