GitLab Bot
8b0ef13236
Add latest changes from gitlab-org/gitlab@master
2020-06-03 18:08:28 +00:00
GitLab Bot
47579e24f3
Add latest changes from gitlab-org/gitlab@master
2020-05-27 21:08:05 +00:00
GitLab Bot
aca82d5ba4
Add latest changes from gitlab-org/gitlab@master
2020-04-24 18:09:46 +00:00
GitLab Bot
f697dc5e76
Add latest changes from gitlab-org/gitlab@master
2020-04-14 18:09:54 +00:00
GitLab Bot
b375c6c05f
Add latest changes from gitlab-org/gitlab@master
2020-03-02 15:08:01 +00:00
GitLab Bot
db24ab2b72
Add latest changes from gitlab-org/gitlab@master
2020-01-28 12:08:44 +00:00
GitLab Bot
2e3cbf7d89
Add latest changes from gitlab-org/gitlab@master
2019-12-12 00:07:43 +00:00
GitLab Bot
b7e6df1abd
Add latest changes from gitlab-org/gitlab@master
2019-10-17 00:07:27 +00:00
Peter Leitzen
7b87ed1499
Cleanup usages of JSON.parse
in specs
...
Prefer `json_response` where applicable.
2019-07-16 08:03:49 +00: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
Rémy Coutable
fa7ed15df6
Make Projects::DeployKeysController EE-ready
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-19 18:02:01 +01: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
Stan Hu
7be7f570dc
Fix enabling project deploy key for admins
...
Admins would be prevented from adding a project deploy key since the
accessible keys would be restricted to the user's keys.
Also backports a spec for DeployKeysController from
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8432 .
2018-11-16 23:18:06 -08:00
Mike Greiling
c3d0545a98
fix spec failures
2018-08-08 02:48:40 -05:00
Mark Chao
a63bce1a4b
Resolve "Rename the Master
role to Maintainer
" Backend
2018-07-11 14:36:08 +00:00
blackst0ne
27c95364b5
Replace '.team << [user, role]' with 'add_role(user)' in specs
2017-12-22 19:18:28 +11:00
Robert Speicher
72a7b30c9f
Change all :empty_project
to :project
2017-08-02 17:47:31 -04:00
Jarka Kadlecova
e0dc73527a
Project deploy keys json end point
2017-03-24 11:53:47 +01:00