Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2023-09-13 15:12:03 +00:00
parent 3c293d24c3
commit 82b9539d93
94 changed files with 904 additions and 517 deletions

View File

@ -43,7 +43,7 @@ Rails.application.configure do
# Suppress 'Rendered template ...' messages in the log
# source: http://stackoverflow.com/a/16369363
%w{render_template render_partial render_collection}.each do |event|
%w[render_template render_partial render_collection].each do |event|
ActiveSupport::Notifications.unsubscribe "#{event}.action_view"
end