Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Conditionally destroy a ressource | Robert Schilling | 2017-08-28 | 1 | -4/+1 |
| | |||||
* | API: Respect the 'If-Unmodified-Since' for delete endpoints | Robert Schilling | 2017-08-28 | 1 | -0/+2 |
| | |||||
* | init | Shinya Maeda | 2017-07-28 | 1 | -13/+10 |
| | |||||
* | Merge branch '30634-protected-pipeline' into 'master' | Kamil Trzciński | 2017-07-25 | 1 | -5/+6 |
|\ | | | | | | | | | | | | | Implement "Block pipelines on protected branches" Closes #30634, #34616, and #33130 See merge request !11910 | ||||
| * | Use struct instead of hash | Lin Jen-Shin | 2017-07-20 | 1 | -1/+1 |
| | | |||||
| * | Use hash to return multiple objects | Lin Jen-Shin | 2017-07-20 | 1 | -2/+2 |
| | | |||||
| * | Try to report why it's failing and fix tests | Lin Jen-Shin | 2017-06-06 | 1 | -4/+5 |
| | | |||||
* | | Update grape gemdz-update-grape | Dmitriy Zaporozhets | 2017-07-20 | 1 | -0/+1 |
|/ | | | | | | | | New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | 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 |