summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/variables_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-4/+6
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Extract Variables controllers specs to shared_examplesMatija Čupić2018-02-051-101/+8
* Refactor Variable controllers specsMatija Čupić2018-02-051-22/+24
* Extract Variable into separate JSON SchemaMatija Čupić2018-02-051-3/+3
* Extract variable parameters in VariablesController specsMatija Čupić2018-02-051-14/+14
* Add VariableSerializer for Ci::VariableMatija Čupić2018-02-051-3/+3
* Return all variables after UPDATEMatija Čupić2018-02-051-0/+12
* Change POST to PATCH requests in the controller specsMatija Čupić2018-02-051-3/+3
* Use `resource` in Project Variables routing schemeMatija Čupić2018-02-051-4/+23
* Use all parameters in VariablesController specsMatija Čupić2018-02-051-5/+13
* Remove redundant routes in VariablesControllerMatija Čupić2018-02-051-47/+0
* Use nested attributes for updating multiple variablesMatija Čupić2018-02-051-5/+6
* Add destroy functionality to save_multipleMatija Čupić2018-02-051-0/+20
* Implement multiple variable handling actionMatija Čupić2018-02-051-3/+52
* Stub multiple variable controller methodMatija Čupić2018-02-051-0/+7
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* gb nice catchesShinya Maeda2017-07-071-1/+1
* Basic BE changeShinya Maeda2017-07-071-2/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
* All CI offline migrationsKamil Trzciński2017-03-171-1/+1
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-4/+4
* Fixed variables_controller_spec.rb test26165-combine-runners-and-variables-and-triggers-and-ci-cd-pipelines-settings-pagesJose Ivan Vargas2017-02-061-2/+1
* Improved code styling on the variables_controller_specJose Ivan Vargas2017-02-061-7/+11
* Added tests for the variables controller #update actionJose Ivan Vargas2017-02-061-1/+26
* Added a variable_controller_spec test to test for flash messages on the #crea...Jose Ivan Vargas2017-02-061-0/+31