summaryrefslogtreecommitdiff
path: root/lib/api/variables.rb
Commit message (Expand)AuthorAgeFilesLines
* Move EE specific lines in API::Variablesif-10137-ee_specific_lines_variables_apiImre Farkas2019-05-271-6/+4
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-0/+2
* Backport parameters for API::ParametersYorick Peterse2019-03-261-0/+8
* Add method to API::Variables for filtering paramsYorick Peterse2019-03-041-0/+10
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-2/+2
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Update remaining endpointsRobert Schilling2017-08-281-0/+1
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* Backports for ee-2112Lin Jen-Shin2017-07-061-2/+6
* Fix optional args for POST :id/variablesLin Jen-Shin2017-06-271-1/+1
* API and doc for protected variablesLin Jen-Shin2017-05-251-1/+3
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Backport API to V3Robert Schilling2017-02-281-2/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+1
* 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
* 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