summaryrefslogtreecommitdiff
path: root/spec/requests/api/variables_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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