Commit Graph

20 Commits

Author SHA1 Message Date
Shinya Maeda 8029c92e1c Reduce changes 2017-11-07 22:57:58 +09:00
Shinya Maeda d8fb903ef7 Improve spec 2017-11-07 22:45:55 +09:00
Shinya Maeda d89c18901b Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-new 2017-11-07 22:12:19 +09:00
Shinya Maeda afef385337 Add doc. Fix spec. Add erase_build in protected_ref rule 2017-11-07 02:47:05 +09:00
Mehdi Lahmam 08bc2f946b Expose `duration` in Job API entity
Closes #35794.
2017-11-05 21:59:58 +01:00
Jacopo 2f40dac352 Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
Grzegorz Bizon 80b3dcc777 Extract job artifacts API code to a separate file 2017-09-06 11:20:12 +02:00
Grzegorz Bizon d4154ef30f Do not require API authentication if artifacts are public 2017-09-05 13:22:15 +02:00
Grzegorz Bizon 3b874414c0 Do not use artifacts metadata to access single artifact 2017-09-05 12:34:49 +02:00
Grzegorz Bizon dfb8fcbb65 Use API helper to send artifact file through Workhorse 2017-09-05 11:16:49 +02:00
Grzegorz Bizon 83600e9426 Set project / pipeline before context in job API specs 2017-09-04 14:10:42 +02:00
Grzegorz Bizon f3f1ad3992 Add API endpoint for downloading single job artifact 2017-09-04 14:09:03 +02:00
Rémy Coutable ddccd24c13 Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:53 +02:00
Lin Jen-Shin c81db24420 Fix raw_path with the new job path, rename to job
in the tests
2017-06-06 23:12:33 +08:00
Grzegorz Bizon 02fc184683 Improve specs for jobs API regarding manual actions 2017-05-02 10:29:09 +02:00
Kamil Trzciński 828d81ee1f Optimise trace handling code to use streaming instead of full read 2017-04-06 16:20:27 +00: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 75123fa9f7 Incorporate review, drop old endpoint
The endpoint dropped, get ':id/repository/commits/:sha/jobs', should be
replace by a new endpoint.
2017-03-06 14:34:47 +01:00
Z.J. van de Weg 111748ea89 Rename Builds to Jobs in the API
Fixes gitlab-org/gitlab-ce#28515

[ci skip]
2017-03-06 14:34:07 +01:00