summaryrefslogtreecommitdiff
path: root/spec/features/projects/deploy_keys_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-051-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-091-5/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-221-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-241-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
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-291-1/+1
| | | | | Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
* 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
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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 ↵Adam Niedzielski2017-03-231-0/+26
Projects::DeployKeysController#disable Closes #29633