Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ref parameter for triggerring builds with gitlab webhook from other project. | Dmitry Poray | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Grapify token API | Robert Schilling | 2016-11-10 | 1 | -46/+30 |
| | |||||
* | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | 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. | ||||
* | Add some fixes after review | Tomasz Maczukin | 2016-01-13 | 1 | -6/+5 |
| | |||||
* | Change 'trigger_id' to 'token' as resource ID in triggers API | Tomasz Maczukin | 2016-01-07 | 1 | -17/+8 |
| | |||||
* | Get show details feature to triggers API | Tomasz Maczukin | 2016-01-05 | 1 | -0/+26 |
| | |||||
* | Add create feature to triggers API | Tomasz Maczukin | 2016-01-05 | 1 | -0/+16 |
| | |||||
* | Add delete feature to triggers API | Tomasz Maczukin | 2016-01-05 | 1 | -0/+19 |
| | |||||
* | Add triggers feature to API | Tomasz Maczukin | 2016-01-04 | 1 | -0/+18 |
| | |||||
* | Fix triggers tests | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Reimplement Trigger API | Kamil Trzcinski | 2015-12-11 | 1 | -0/+48 |