Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow dot in branch name in trigger/builds endpoint in API | George Andrinopoulos | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Rename `/take` to `/take_ownership`, expose `owner` in `v3`. | Kamil Trzcinski | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Introduce tests for pipeline triggers | Kamil Trzcinski | 2017-03-05 | 1 | -9/+13 |
| | |||||
* | Update triggers API | Kamil Trzcinski | 2017-03-05 | 1 | -11/+57 |
| | |||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -2/+0 |
| | |||||
* | Simplyfy variables validation in triggers APIapi-simplify-variables-validation | Robert Schilling | 2017-02-24 | 1 | -8/+3 |
| | |||||
* | Use the pagination helper in the APIuse-pagination-helper | Robert Schilling | 2016-12-04 | 1 | -0/+5 |
| | |||||
* | API: Use `#find_project` in API::Triggers and API::Services | Rémy Coutable | 2016-11-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | 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 |