Skip to content

Add initializers that run before Zeitwerk

Heinrich Lee Yu requested to merge initializers-before-zeitwerk into master

What does this MR do?

Adds config/initializers_before_autoloader where we can put initializers that can run before the autoloader is initialized.

This is required because we moved the initializers in !24994 (merged) but we need some place where we can configure the inflections that Zeitwerk will use.

This is extracted from !20521 (merged) so it's easier to review.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Heinrich Lee Yu

Merge request reports