Closed (fixed)
Project:
Migrate Plus
Version:
8.x-1.x-dev
Component:
Drush
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2015 at 15:27 UTC
Updated:
16 Sep 2015 at 14:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikeryanTo get started, a reroll of #2432993: Implement reporting of results on migrate-import implementing statistics reporting.
Comment #2
mikeryanThis adds support for last imported time (#2429107: Display last imported time with drush migrate-status).
Comment #3
mikeryanThis implements --limit and --feedback using the proposed pre/post-save events (well, actually it just uses post-save). I also moved the code handling time and memory limits from the core MigrateExecutable to migrate_tools, but that's not fully integrated yet.
Comment #4
mikeryanUpdates to reflect latest core patch at https://www.drupal.org/node/2535458#comment-10139648
Comment #5
mikeryanLetting migrate-manifest use the extended MigrateExecutable.
Comment #6
mikeryanAll the pieces of this were done in the context of other issues.