Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if commit exists first in commit status API | Grzegorz Bizon | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | Return empty array when commit has no statuses in API | Grzegorz Bizon | 2016-02-29 | 1 | -4/+6 |
| | | | | | | | This makes API endpoint for Commit Statuses return empty array instead of 404 when commit exists, but has no statuses. Closes #3080 | ||||
* | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Fix broken tests | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Update rendering | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Small bug fixes | Kamil Trzcinski | 2015-10-12 | 1 | -2/+3 |
| | |||||
* | Add Commit Status documentation | Kamil Trzcinski | 2015-10-12 | 1 | -10/+10 |
| | |||||
* | Add author to statuses | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Fix commit status POST URL | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -0/+79 |