Commit Graph

18 Commits

Author SHA1 Message Date
GitLab Bot 5c42c9355a Add latest changes from gitlab-org/gitlab@master 2020-08-20 21:10:18 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot aca82d5ba4 Add latest changes from gitlab-org/gitlab@master 2020-04-24 18:09:46 +00:00
GitLab Bot b375c6c05f Add latest changes from gitlab-org/gitlab@master 2020-03-02 15:08:01 +00:00
Thong Kuah 73e848850c Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Andrew Newdigate ff0b2cc61f Re-enable MethodCallWithoutArgsParentheses Cop
Re-enables and autocorrects all instances of the
Style/MethodCallWithoutArgsParentheses rule
2019-01-29 21:05:30 +02:00
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Eric Eastwood 9c3e9fe2c0 Fix flakey time-sensitive remove deploy key spec 2018-06-14 03:51:19 -05:00
Lukas Eipert 5e436de6e4 Make deploy keys table more clearly structured 2018-05-07 18:21:34 +00:00
blackst0ne 27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Jose Ivan Vargas 6c541edaf1 fix spec/features/projects/import_export/export_file_spec.rb 2017-10-03 12:06:38 -05:00
Phil Hughes 1ec2486c83
fixed spec/features/projects/deploy_keys_spec.rb 2017-09-27 12:50:38 +01:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Robert Speicher 9eeba8fb49 Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
Robert Speicher e939bf7be1 Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
Robert Speicher 45fb1f9542 Change `login_as` uses to `gitlab_sign_in` 2017-06-19 18:59:01 -05:00
Phil Hughes 357ab10da3 Fixed some spinach & rspec tests 2017-04-28 20:59:20 +01:00
Adam Niedzielski e0d2f249b4 Return 404 if deploy key cannot be found in Projects::DeployKeysController#disable
Closes #29633
2017-03-23 15:49:24 +01:00