summaryrefslogtreecommitdiff
path: root/spec/requests/api/variables_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
| | | | | Always use declared_params(include_missing: false) so that we don't give nils for optional arguments
* 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
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* 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
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
| | | | | | | | Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
* 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