Skip to content

Respect bulk_import_enabled application setting when using BulkImports

What does this MR do and why?

This MR updates BulkImports codebase to start respecting ApplicationSetting#bulk_import_enabled instance wide setting, instead of bulk_import feature flag. bulk_import feature flag has been default enabled for a long time so it's good to be removed. Instance admins still have the ability to disable this importer if needed.

Screenshots or screen recordings

bulk_import_enabled.mov

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by George Koltsov

Merge request reports