summaryrefslogtreecommitdiff
path: root/lib/api/variables.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't convert data which already is the target typeapi-no-convertRobert Schilling2016-11-241-1/+1
|
* Define common helper for describe pagination params in apiSemyon Pupkov2016-11-221-2/+3
|
* GrapeDSL for variableszj-grapedsl-variableZ.J. van de Weg2016-10-131-47/+42
|
* Make the CI permission model simplerKamil Trzcinski2016-02-021-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 typosTomasz Maczukin2016-01-131-2/+2
|
* Add some fixes after reviewTomasz Maczukin2016-01-131-13/+16
|
* Change :variable_id to :key as resource ID in APITomasz Maczukin2016-01-071-25/+16
|
* Fix a typo in method descriptionTomasz Maczukin2015-12-311-1/+1
|
* Add create feature to variables APITomasz Maczukin2015-12-311-0/+20
|
* Add missing 'not_found' checks in variables APITomasz Maczukin2015-12-311-0/+7
|
* Add delete feature to variables APITomasz Maczukin2015-12-311-0/+12
|
* Add update feature for variables APITomasz Maczukin2015-12-311-1/+20
|
* Add features for list and show details of variables in APITomasz Maczukin2015-12-311-0/+43