Commit graph

8 commits

Author SHA1 Message Date
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
blackst0ne
a544e46bb0 Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
Kamil Trzcinski
1ddfc574ce Add chat_name partial 2016-11-17 14:58:03 +01:00
Kamil Trzcinski
9b86a5e19d Fix code review 2016-11-17 14:02:14 +01:00
Kamil Trzcinski
6f714dfb4a Improve code design after code review 2016-11-16 23:10:27 +01:00
Kamil Trzcinski
2749e7a582 Fix chat_names before_action 2016-11-16 18:02:51 +01:00
Kamil Trzcinski
c60437786b Create relation between chat user and GitLab user and allow to authorize them [ci skip] 2016-11-16 13:42:35 +01:00