- Issue created by @majorrobot
- Merge request !13Issue #3539641: Add support for Image migration - Part 1 β (Merged) created by majorrobot
- πΊπΈUnited States majorrobot
I've almost got the module migrating an image into Files. It was working earlier today, but I somehow broke it -- I think I've done something to
slice1_image_files
and thefile_copy
plugin is not getting a parameter it needs. See attached screenshot.Nevertheless, it would be great to get a review of what's there thus far. Also, if someone else wants to pick it up and add commits, please do!
- πΊπΈUnited States majorrobot
Also, I know PHPUnit tests are failing ... I didn't get a chance to update those since the last MR. If anyone wants to take that on, have at!
- First commit to issue fork.
- πΊπΈUnited States dmundra Eugene, OR
I updated the tests and left comments on a few things I noticed.
- First commit to issue fork.
- Merge request !1Issue #3539641: Update AiMigrator to fix some issues and update the prompt. β (Merged) created by webbywe
- πΊπΈUnited States majorrobot
Noting here that I merged in @webbywe's branch into this issue's fork. Thank you for your contribution on stubs, webbywe! That looks like a more logical way to go, much less confusing than starting migration at the bottom (files) and working up through media, to content.
I think we still need to figure out how to get the migration to create the image urls from the stubs correctly, so I'm leaving this one open.
We also have some failing tests to fix.
- πΊπΈUnited States dmundra Eugene, OR
Ran the following to test it.
- ddev poser
- ddev drush cim
- ddev drush migrate:import slice1_content_with_stubs
- Log in and confirm there are 2 new pieces of content.
- ddev drush migrate:rollback --group=slice1 to roll it back.
Merging the changes and closing issue as fixed.
-
dmundra β
committed 9115854c on 1.0.x authored by
majorrobot β
Issue #3539641: Add support for Image migration - Part 1
-
dmundra β
committed 9115854c on 1.0.x authored by
majorrobot β