Remove commit_notes_export_via_repo feature flag

What does this MR do and why?

Remove the commit_notes_export_via_repo feature flag and its usage in the commit_notes_export_via_git? method.

The method now simply returns true when the relation equals COMMIT_NOTES_RELATION, without checking the feature flag.

The repository walk approach is now always used as a fallback when an ActiveRecord::QueryCanceled exception is raised during export commit notes export.

References

#602755 (closed)

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading