summaryrefslogtreecommitdiff
path: root/spec/requests/api/variables_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* API: Allow to get and set "masked" attribute for variablesMathieu Parent2019-05-221-1/+4
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-2/+6
* Revert "Merge branch 'revert-8baf9e5f' into 'master'"Matija Čupić2019-02-271-2/+2
* Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' in...Kamil Trzciński2019-02-261-2/+2
* Add Maskable concern for CI variablesMatija Čupić2019-02-261-2/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-4/+4
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Fix API variable specsMatija Čupić2018-02-051-2/+2
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-20/+20
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-4/+4
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Fix optional args for POST :id/variablesLin Jen-Shin2017-06-271-0/+11
* Use be_truthy and add back missing linkLin Jen-Shin2017-05-261-1/+1
* API and doc for protected variablesLin Jen-Shin2017-05-251-2/+5
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-1/+2
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-1/+1
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-19/+19
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-19/+19
* Add traits for each access_level to ProjectMember factoryRobert Speicher2016-03-061-2/+2
* Modify :ci_variable factoryTomasz Maczukin2016-01-131-2/+2
* Change :variable_id to :key as resource ID in APITomasz Maczukin2016-01-071-27/+15
* Add create feature to variables APITomasz Maczukin2015-12-311-0/+38
* Add missing 'not_found' checks in variables APITomasz Maczukin2015-12-311-0/+18
* Add delete feature to variables APITomasz Maczukin2015-12-311-1/+28
* Add update feature for variables APITomasz Maczukin2015-12-311-8/+44
* Add features for list and show details of variables in APITomasz Maczukin2015-12-311-0/+75