Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download migrate_manifest-8.x-1.8.tar.gztar.gz 13.76 KB
MD5: e5df3a800858beaad34734eb3b8a8477
SHA-1: 8bd83636feaa743102fb2f29a6e536407e1cb951
SHA-256: 4d0fdb97573f398cdf9aef243404d6a4205f7c9b57bad7ec42cfb3f037dceaaa
Download migrate_manifest-8.x-1.8.zipzip 19.61 KB
MD5: 5dc6c75cb559f385f234600c1e72af65
SHA-1: 6f92b1f255e81f591b347d71242d4169bc902851
SHA-256: c6fc33c5b5efb10c1c5860b2a3cb6daa12cf6d4483715ff42bb28c404d6e7687

Release notes

Key feature:

Manifests will now recover re-run migrations when running into memory conditions. This isn't fool proof though as they will continue to run indefinitely or until killed if memory is locked up in some way migrate can't deal.

  • Issue #2998833: Empty dependencies in info file causes warning
  • Refactor manifest runner so it can batch runs
  • Try refactoring and optimizing some of MigrateExecutable
  • Fix variable capitalization
  • Remove unused variable
  • Issue #2991905 by Romixua, emanu: Not correct migrate templates directory
  • Force doesn't force
  • Fix a bunch of coding standard complaints
  • Fix test namespace
  • Add placeholder test to get things wired up
  • Correctly parse manifest options....
  • Inject migration plugin manager
  • Refactor manifest argument
Created by: neclimdul
Created on: 5 Nov 2018 at 20:21 UTC
Last updated: 10 Jul 2019 at 04:33 UTC
Bug fixes
New features

Other releases