Skip to content

Remove method call to deprecated method

What does this MR do?

Moves a pre flight check to the Gitaly Settings class, which is invoked by the settings initializer. This removes a deprecation warning when booting the application.

Does this MR meet the acceptance criteria?

  • [-] Changelog entry added, if necessary
  • Tests added for this feature/bug
  • Review
    • Has been reviewed by Backend

Tested locally with gdk reconfigure && gdk run app. This booted up well, if tests do too this is the best I can do?

Merge request reports