Skip to content

Fix undefined method errors

What does this MR do?

current_application_settings used to work everywhere, but that changed in CE in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13955. When the change was merged to EE, these usages no longer worked. Of course, there would have been no conflicts to indicate that anything was wrong during the merge. And these rake tasks must not be tested, for EE to have passed.

Screenshots (if relevant)

rake gitlab:shell:setup before and after

Screen_Shot_2017-09-15_at_11.28.30_AM

rake gitlab:app:check before

Screen_Shot_2017-09-15_at_11.27.14_AM

rake gitlab:app:check after

Screen_Shot_2017-09-15_at_11.27.00_AM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports