summaryrefslogtreecommitdiff
path: root/spec/features/projects/deploy_keys_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-5/+21
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+3
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-05-041-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-2/+2
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-291-1/+1
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Fix flakey time-sensitive remove deploy key specfix-flakey-remove-deploy-key-specEric Eastwood2018-06-141-1/+2
* Make deploy keys table more clearly structuredLukas Eipert2018-05-071-3/+3
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* fix spec/features/projects/import_export/export_file_spec.rbJose Ivan Vargas2017-10-031-1/+1
* fixed spec/features/projects/deploy_keys_spec.rbPhil Hughes2017-09-271-1/+1
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Fixed some spinach & rspec testsPhil Hughes2017-04-281-4/+8
* Return 404 if deploy key cannot be found in Projects::DeployKeysController#di...Adam Niedzielski2017-03-231-0/+26