Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot dc60045db7 Add latest changes from gitlab-org/gitlab@master 2021-07-14 21:09:44 +00:00
GitLab Bot d755061465 Add latest changes from gitlab-org/gitlab@master 2020-12-16 18:10:10 +00:00
GitLab Bot c2a6cc8675 Add latest changes from gitlab-org/gitlab@master 2020-12-03 18:10:10 +00:00
GitLab Bot 2ac4833015 Add latest changes from gitlab-org/gitlab@master 2020-10-08 18:08:32 +00:00
gfyoung be42c05054 Enable more frozen string in app/controllers/
Enables frozen string for the following:

* app/controllers/dashboard/**/*.rb
* app/controllers/explore/**/*.rb
* app/controllers/google_api/**/*.rb
* app/controllers/groups/**/*.rb
* app/controllers/import/**/*.rb
* app/controllers/instance_statistics/**/*.rb
* app/controllers/ldap/**/*.rb
* app/controllers/oauth/**/*.rb
* app/controllers/profiles/**/*.rb

Partially addresses #47424.
2018-09-23 12:48:02 -07:00
Lin Jen-Shin 4ee08b77bc Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
Rubén Dávila c73748e3c4 Render GPG subkeys on index page 2017-10-05 08:25:27 -05:00
haseeb cc2daa74d8 created services for keys 2017-09-15 15:35:24 +00:00
Alexis Reigel ecbc11a839 extract setter as before_action 2017-07-27 15:46:03 +02:00
Alexis Reigel 027309eb2a user may now revoke a gpg key
other than just removing a key, which doesn't affect the verified state
of a commit, revoking a key unverifies all signed commits.
2017-07-27 15:43:37 +02:00
Alexis Reigel 7b4d29f4b5 add profile gpg key page to manage gpg keys 2017-07-27 15:40:41 +02:00