Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport API to V3 | Robert Schilling | 2017-02-28 | 1 | -2/+1 |
| | |||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -2/+1 |
| | |||||
* | Don't convert data which already is the target typeapi-no-convert | Robert Schilling | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Define common helper for describe pagination params in api | Semyon Pupkov | 2016-11-22 | 1 | -2/+3 |
| | |||||
* | GrapeDSL for variableszj-grapedsl-variable | Z.J. van de Weg | 2016-10-13 | 1 | -47/+42 |
| | |||||
* | 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. | ||||
* | Fix some typos | Tomasz Maczukin | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | Add some fixes after review | Tomasz Maczukin | 2016-01-13 | 1 | -13/+16 |
| | |||||
* | Change :variable_id to :key as resource ID in API | Tomasz Maczukin | 2016-01-07 | 1 | -25/+16 |
| | |||||
* | Fix a typo in method description | Tomasz Maczukin | 2015-12-31 | 1 | -1/+1 |
| | |||||
* | Add create feature to variables API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+20 |
| | |||||
* | Add missing 'not_found' checks in variables API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+7 |
| | |||||
* | Add delete feature to variables API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+12 |
| | |||||
* | Add update feature for variables API | Tomasz Maczukin | 2015-12-31 | 1 | -1/+20 |
| | |||||
* | Add features for list and show details of variables in API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+43 |