Releases: jhu-idc/idc_migration
Releases · jhu-idc/idc_migration
v2.0.1
Fixes the flow in the batch migration code.
v2.0.0
First Drupal 9 compatible release.
v1.0.7
Fixes bug in MigrateBatchExecutable
exposed by large file ingests.
v1.0.6
IDC Migration Release Notes v1.0.6
Creates a new parser named idc_csv
specific to our project.
Overrides a few migration classes to change the work flow of how batch operates on a migration. This effectively fixes the issue where the log messages were getting lost because Drupal was rewinding to the first row every time it looked for a new row.
v1.0.5
IDC Migration Release Notes v1.0.5
- Empty, zero-length, or null source values supplied to the
parse_entity_lookup
plugin no longer result in a MigrateException
being thrown.
v1.0.4
IDC Migration Release Notes v1.0.4
Corrected parse_entity_lookup
plugin configuration examples in PHPDoc.
v1.0.3
IDC Migration Release Notes v1.0.3
- Adds the
parse_entity_lookup
plugin.
- Updates
make
targets.
- Adds XDebug to the development environment for debugging unit tests.