Closed (fixed)
Project:
Migrate Plus
Component:
Drush
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2015 at 21:26 UTC
Updated:
18 Aug 2015 at 20:24 UTC
Jump to comment: Most recent, Most recent file
Right now a successful migration is silent - we should report (as the D7 migrate module did) on number of items processed, imported, ignored, and failed.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | implement_reporting_of-2432993-3.patch | 4.48 KB | mikeryan |
| #2 | implement_reporting_of-2432993-2.patch | 911 bytes | mikeryan |
Comments
Comment #1
mikeryanComment #2
mikeryanPatch attached - depends on #2443081: Make MigrateExecutable statistics publicly available getting committed to core.
Comment #3
mikeryanAn alternate version, using the core patch at https://www.drupal.org/node/2443081#comment-10006925.
Comment #4
mikeryanPursuing the event-based approach at #2536454: Use event listeners to implement a bunch of stuff, at least for now.
Comment #5
mikeryanReady to do this with events now.
Comment #7
mikeryanI ended up doing all the status reporting stuff (i.e., also feedback and last imported time) in one patch.