Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |