Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot 5472bef68d Add latest changes from gitlab-org/gitlab@master 2022-04-06 15:08:23 +00:00
GitLab Bot 2ac4833015 Add latest changes from gitlab-org/gitlab@master 2020-10-08 18:08:32 +00:00
Martin Wortschack 76e8960f4a Externalize strings in flash messages
- Externalize strings in controllers
- Update PO file
2019-04-08 14:17:45 +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
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