Skip to content

Move CodeBlockFilePath under pipeline_execution and clean it up

Martin Čavoj requested to merge 454278-fe-move-components into master

What does this MR do and why?

This MR moves CodeBlockFilePath under pipeline_execution folder and cleans it up.

The cleanup handles:

  • Move CodeBlockFilePath component under pipeline_execution, as it's no longer re-used between scan_execution and pipeline_execution policies.
  • Clean up unused props
  • Clean up unused CodeBlockImport and CodeBlockSourceSelector
  • Clean up constants and references overlaps between scan_execution and pipeline_execution

MR acceptance checklist

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

Related to #454278 (closed)

Merge request reports

Loading