summaryrefslogtreecommitdiff
path: root/spec/controllers/groups/variables_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-6/+4
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+1
* Add latest changes from gitlab-org/security/gitlab@13-9-stable-eeGitLab Bot2021-03-031-11/+28
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-2/+2
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-091-0/+34
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-34/+0
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-051-0/+34
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-3/+5
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Extract Variables controllers specs to shared_examplesMatija Čupić2018-02-051-90/+4
* Refactor Variable controllers specsMatija Čupić2018-02-051-20/+23
* 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 GroupVariableSerializer for Ci::GroupVariableMatija Č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
* Fix a typo in Groups::VariablesController specMatija Čupić2018-02-051-1/+1
* Use `resource` in Group Variables routing schemeMatija Čupić2018-02-051-4/+18
* Use all parameters in VariablesController specsMatija Čupić2018-02-051-5/+13
* Remove redundant routes in Groups::VariablesControllerMatija Čupić2018-02-051-41/+0
* Port #save_multiple to Groups::VariablesControllerMatija Čupić2018-02-051-5/+74
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-1/+1
* gb nice catchesShinya Maeda2017-07-071-1/+1
* Basic BE changeShinya Maeda2017-07-071-0/+56