Problem/Motivation

As of 8.8.x, modules can declare their Drupal 8 (or 9) upgrade status (changelog, issue #2936365: Migrate UI - allow modules to declare the state of their migrations).

As of address-8.x-1.9:

Proposed resolution

Declare the status of the three migrations in a migrations/state/address.migrate_drupal.yml file.

For the unfinished migrations, add comments with a link to the issue where the migration work is ongoing.

Remaining tasks

  1. Write a patch
  2. Review and feedback
  3. RTBC and feedback
  4. Commit
  5. Release

User interface changes

None.

API changes

None.

Data model changes

None.

Comments

mparker17 created an issue. See original summary.

mparker17’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new842 bytes

Here's a patch. Reviews welcome.

mparker17’s picture

StatusFileSize
new1.95 KB
new1013 bytes

Here's a patch that adds a test for the update status.

mparker17’s picture

StatusFileSize
new1.95 KB
new919 bytes

Fix test breakage and coding standards issues.

  • bojanz committed 8b301b9 on 8.x-1.x authored by mparker17
    Issue #3189605 by mparker17: Declare upgrade status from D6, D7
    
bojanz’s picture

Status: Needs review » Fixed

Committed, thanks!

mparker17’s picture

Awesome! Thank you!

mparker17’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.