GithubImport: Enable users to import _modern_ diff notes
To enable users to import _modern_ diff notes features, like suggestions, the diff note must be created with `DiffNote` model, instead of `LegacyDiffNote`. This commit enables the GithubImporter to use `DiffNotes` when the `:github_importer_replace_legacy_diffnote` feature flag is enabled. With the intent to get better performance, and given that Github doesn't support `quick_actions`, the quick actions parsing is disabled for notes created by the importer. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/340624 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71765
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment