summaryrefslogtreecommitdiff
path: root/lib/api/builds.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename Builds to Jobs in the APIZ.J. van de Weg2017-03-061-261/+0
| | | | | | Fixes gitlab-org/gitlab-ce#28515 [ci skip]
* Rebase to master for avoiding failing testsGeorge Andrinopoulos2017-02-231-1/+1
|
* Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-2/+5
|
* Grapify builds APIgrapify-builds-apiRobert Schilling2016-10-241-83/+79
|
* Fix documents and comments on Build API `scope`. #23146 #19131Lemures Lemniscati2016-10-221-2/+2
|
* Incorporate feedbackZ.J. van de Weg2016-08-181-8/+6
|
* Add Play endpoints on BuildsZ.J. van de Weg2016-08-181-0/+23
|
* Also fix the URL in the commentartifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-1/+1
|
* Should check against `authorize_read_builds!`Lin Jen-Shin2016-07-201-0/+2
|
* Artifacts are plural, feedback:Lin Jen-Shin2016-07-201-3/+3
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5347/diffs#note_13173284
* API for downloading latest successful build:Lin Jen-Shin2016-07-191-21/+37
| | | | | | This was extracted from !5142 and implementing part of #4255. We split it from !5142 because we want to ship it in 8.10 while !5142 was not ready yet.
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
|
* Remove redundant check in commit builds API endpointfix/builds-api-builds-for-commit-searchGrzegorz Bizon2016-06-281-2/+0
|
* Improve commit builds API endpoint RESTful behaviorGrzegorz Bizon2016-06-281-1/+3
| | | | | | | | 1. Return 404 if commit is not found (RESTful resource not found) 2. Return an empty array if pipeline is not found (resource present, no associated builds found) 3. Return an empty array if pipeline found but no builds there (resource present, no associated builds)
* Find all builds for commit if multiple pipelinesGrzegorz Bizon2016-06-281-3/+3
|
* Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-0/+20
|\ | | | | | | | | # Conflicts: # db/schema.rb
| * Fix specsKamil Trzcinski2016-06-141-1/+1
| |
| * Improve design based on reviewKamil Trzcinski2016-06-131-2/+3
| |
| * Added keep artifacts API endpointKamil Trzcinski2016-06-131-0/+19
| |
* | Added initial version of deploymentsKamil Trzcinski2016-06-101-1/+1
|/
* Use pipelines in context of ProjectKamil Trzcinski2016-06-031-1/+1
|
* Fix API implementationKamil Trzcinski2016-02-191-3/+1
|
* Introduce API for serving the artifacts archiveKamil Trzcinski2016-02-191-0/+26
|
* Record user that erased a build through APIGrzegorz Bizon2016-02-191-1/+1
|
* Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-3/+3
| | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042
* Fix build api specs after rebaseGrzegorz Bizon2016-02-191-1/+1
|
* Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-191-1/+1
|
* Move build eraseable API to proper API contextGrzegorz Bizon2016-02-191-1/+21
|
* Make the CI permission model simplerKamil Trzcinski2016-02-021-9/+20
| | | | | | | | | | | | | This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions.
* Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatusci/api-buildsTomasz Maczukin2016-01-141-1/+1
|
* Add some fixes after reviewTomasz Maczukin2016-01-131-11/+13
|
* Add TODO notice to build trace feature in CI APITomasz Maczukin2016-01-111-0/+4
|
* Change commit builds URL in builds APITomasz Maczukin2016-01-111-2/+2
|
* Add some modifications to builds API and specsTomasz Maczukin2016-01-081-1/+1
|
* Modify entities for builds APITomasz Maczukin2016-01-081-5/+11
|
* Modify builds scope filtering in builds APITomasz Maczukin2016-01-081-12/+19
|
* Update ./doc/api/Tomasz Maczukin2016-01-051-1/+2
|
* Remove incorrect 'default' values from method descriptionTomasz Maczukin2015-12-311-2/+2
|
* Add specs for build listings in APITomasz Maczukin2015-12-291-3/+6
|
* Add cancel/retry endpoints to build APITomasz Maczukin2015-12-281-0/+40
|
* Add 'not_found' notifications in build/trace detailsTomasz Maczukin2015-12-281-2/+6
|
* Add endpoint for getting builds for a specific commitTomasz Maczukin2015-12-281-12/+26
|
* Modify build pagination to use 'paginate' helperTomasz Maczukin2015-12-281-4/+1
|
* Add some fixes to builds APITomasz Maczukin2015-12-281-18/+9
|
* Fix example request urlTomasz Maczukin2015-12-241-1/+1
|
* Add builds API (listing, showing trace)Tomasz Maczukin2015-12-241-0/+80