Skip to content

Next iteration of migration script

What does this MR do and why?

Next iteration of migration script

  1. Added a separate script to find files which we want to migrate (based on import dependency tree rather than just folders)
  2. De-Gittlabify the migration logic in the script when directories are provided
  3. Allow migration script to run on input from stdin
  4. Allow prettier to run on the migrated files, together with prettier-plugin-tailwindcss.
  5. Replace quiet mode with a dry run mode
  6. Remove some redundant duplicate checking

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.

Screenshots or screen recordings

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

Before After

How to set up and validate locally

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

Edited by Lukas Eipert

Merge request reports