BigW Consortium Gitlab
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
authenticates_with_two_factor.rb | Loading commit data... | |
continue_params.rb | Loading commit data... | |
creates_commit.rb | Loading commit data... | |
cycle_analytics_params.rb | Loading commit data... | |
diff_for_path.rb | Loading commit data... | |
enforces_two_factor_authentication.rb | Loading commit data... | |
hooks_execution.rb | Loading commit data... | |
issuable_actions.rb | Loading commit data... | |
issuable_collections.rb | Loading commit data... | |
issues_action.rb | Loading commit data... | |
lfs_request.rb | Loading commit data... | |
membership_actions.rb | Loading commit data... | |
merge_requests_action.rb | Loading commit data... | |
milestone_actions.rb | Loading commit data... | |
notes_actions.rb | Loading commit data... | |
oauth_applications.rb | Loading commit data... | |
params_backward_compatibility.rb | Loading commit data... | |
renders_blob.rb | Loading commit data... | |
renders_notes.rb | Loading commit data... | |
repository_settings_redirect.rb | Loading commit data... | |
requires_whitelisted_monitoring_client.rb | Loading commit data... | |
routable_actions.rb | Loading commit data... | |
service_params.rb | Loading commit data... | |
snippets_actions.rb | Loading commit data... | |
spammable_actions.rb | Loading commit data... | |
toggle_award_emoji.rb | Loading commit data... | |
toggle_subscription_action.rb | Loading commit data... | |
uploads_actions.rb | Loading commit data... | |
with_performance_bar.rb | Loading commit data... | |
workhorse_request.rb | Loading commit data... |