Skip to content

Releases: jhu-idc/idc_migration

v2.0.1

14 Oct 20:16
5672577
Compare
Choose a tag to compare

Fixes the flow in the batch migration code.

v2.0.0

27 Aug 15:33
e52a14b
Compare
Choose a tag to compare

First Drupal 9 compatible release.

v1.0.7

22 Jul 23:41
Compare
Choose a tag to compare

Fixes bug in MigrateBatchExecutable exposed by large file ingests.

v1.0.6

20 Jul 18:53
d6b5a24
Compare
Choose a tag to compare

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

04 May 15:40
185ee10
Compare
Choose a tag to compare

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

29 Apr 13:58
Compare
Choose a tag to compare

IDC Migration Release Notes v1.0.4

Corrected parse_entity_lookup plugin configuration examples in PHPDoc.

v1.0.3

26 Apr 23:28
Compare
Choose a tag to compare

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.