Commit graph

8 commits

Author SHA1 Message Date
GitLab Bot
d87918510a Add latest changes from gitlab-org/gitlab@master 2020-02-06 09:09:06 +00:00
drew cimino
d29ea1fa13 admin_group authorization for Groups::RunnersController
- Use authorize_admin_group! instead of authorize_admin_pipeline!
- Added role-based permission specs for Groups::RunnersController
2019-08-22 11:48:24 -04:00
gfyoung
93a44e135b Add some frozen string to spec/**/*.rb
Adds frozen string to the following:

* spec/bin/**/*.rb
* spec/config/**/*.rb
* spec/controllers/**/*.rb

xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-04-15 10:17:05 +00:00
blackst0ne
b44a2c801a Update specs to rails5 format
Updates specs to use new rails5 format.

The old format:
`get :show, { some: params }, { some: headers }`

The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
Mark Chao
a63bce1a4b Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
Kamil Trzciński
051f385e7e Refactor validations and make runner factory by default to be instance-wide runner 2018-05-31 10:56:07 +02:00
Dylan Griffith
ab489d293d Improve runner_type validations for Ci::Runner 2018-05-31 10:46:19 +02:00
Dylan Griffith
91f358942e Allow to pause,resume,show,edit,destroy group runners (#10244) 2018-05-07 08:54:07 +02:00