Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Builds to Jobs in the API | Z.J. van de Weg | 2017-03-06 | 1 | -261/+0 |
| | | | | | | Fixes gitlab-org/gitlab-ce#28515 [ci skip] | ||||
* | Rebase to master for avoiding failing tests | George Andrinopoulos | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Fix broken tests17662-rename-builds | Filipa Lacerda | 2017-02-03 | 1 | -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-helper | Robert Schilling | 2016-12-04 | 1 | -2/+5 |
| | |||||
* | Grapify builds APIgrapify-builds-api | Robert Schilling | 2016-10-24 | 1 | -83/+79 |
| | |||||
* | Fix documents and comments on Build API `scope`. #23146 #19131 | Lemures Lemniscati | 2016-10-22 | 1 | -2/+2 |
| | |||||
* | Incorporate feedback | Z.J. van de Weg | 2016-08-18 | 1 | -8/+6 |
| | |||||
* | Add Play endpoints on Builds | Z.J. van de Weg | 2016-08-18 | 1 | -0/+23 |
| | |||||
* | Also fix the URL in the commentartifacts-from-ref-and-build-name-api | Lin Jen-Shin | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Should check against `authorize_read_builds!` | Lin Jen-Shin | 2016-07-20 | 1 | -0/+2 |
| | |||||
* | Artifacts are plural, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -3/+3 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5347/diffs#note_13173284 | ||||
* | API for downloading latest successful build: | Lin Jen-Shin | 2016-07-19 | 1 | -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-lines | Grzegorz Bizon | 2016-07-01 | 1 | -1/+0 |
| | |||||
* | Remove redundant check in commit builds API endpointfix/builds-api-builds-for-commit-search | Grzegorz Bizon | 2016-06-28 | 1 | -2/+0 |
| | |||||
* | Improve commit builds API endpoint RESTful behavior | Grzegorz Bizon | 2016-06-28 | 1 | -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 pipelines | Grzegorz Bizon | 2016-06-28 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into environments-and-deployments | Kamil Trzcinski | 2016-06-14 | 1 | -0/+20 |
|\ | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| * | Fix specs | Kamil Trzcinski | 2016-06-14 | 1 | -1/+1 |
| | | |||||
| * | Improve design based on review | Kamil Trzcinski | 2016-06-13 | 1 | -2/+3 |
| | | |||||
| * | Added keep artifacts API endpoint | Kamil Trzcinski | 2016-06-13 | 1 | -0/+19 |
| | | |||||
* | | Added initial version of deployments | Kamil Trzcinski | 2016-06-10 | 1 | -1/+1 |
|/ | |||||
* | Use pipelines in context of Project | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | Fix API implementation | Kamil Trzcinski | 2016-02-19 | 1 | -3/+1 |
| | |||||
* | Introduce API for serving the artifacts archive | Kamil Trzcinski | 2016-02-19 | 1 | -0/+26 |
| | |||||
* | Record user that erased a build through API | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Use POST method instead of DELETE when erasing a build | Grzegorz Bizon | 2016-02-19 | 1 | -3/+3 |
| | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042 | ||||
* | Fix build api specs after rebase | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Fix name of build erasable, remove superfluous method from it | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Move build eraseable API to proper API context | Grzegorz Bizon | 2016-02-19 | 1 | -1/+21 |
| | |||||
* | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 1 | -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-builds | Tomasz Maczukin | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Add some fixes after review | Tomasz Maczukin | 2016-01-13 | 1 | -11/+13 |
| | |||||
* | Add TODO notice to build trace feature in CI API | Tomasz Maczukin | 2016-01-11 | 1 | -0/+4 |
| | |||||
* | Change commit builds URL in builds API | Tomasz Maczukin | 2016-01-11 | 1 | -2/+2 |
| | |||||
* | Add some modifications to builds API and specs | Tomasz Maczukin | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Modify entities for builds API | Tomasz Maczukin | 2016-01-08 | 1 | -5/+11 |
| | |||||
* | Modify builds scope filtering in builds API | Tomasz Maczukin | 2016-01-08 | 1 | -12/+19 |
| | |||||
* | Update ./doc/api/ | Tomasz Maczukin | 2016-01-05 | 1 | -1/+2 |
| | |||||
* | Remove incorrect 'default' values from method description | Tomasz Maczukin | 2015-12-31 | 1 | -2/+2 |
| | |||||
* | Add specs for build listings in API | Tomasz Maczukin | 2015-12-29 | 1 | -3/+6 |
| | |||||
* | Add cancel/retry endpoints to build API | Tomasz Maczukin | 2015-12-28 | 1 | -0/+40 |
| | |||||
* | Add 'not_found' notifications in build/trace details | Tomasz Maczukin | 2015-12-28 | 1 | -2/+6 |
| | |||||
* | Add endpoint for getting builds for a specific commit | Tomasz Maczukin | 2015-12-28 | 1 | -12/+26 |
| | |||||
* | Modify build pagination to use 'paginate' helper | Tomasz Maczukin | 2015-12-28 | 1 | -4/+1 |
| | |||||
* | Add some fixes to builds API | Tomasz Maczukin | 2015-12-28 | 1 | -18/+9 |
| | |||||
* | Fix example request url | Tomasz Maczukin | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | Add builds API (listing, showing trace) | Tomasz Maczukin | 2015-12-24 | 1 | -0/+80 |