We need to import the data from #3565761: Export issue data for migration to git.drupalcode.org

Migration

  • Put security.drupal.org into read-only mode
  • Export with drush -v migrate-issue-data --user=1 > sdo-issues.json
  • Run linting, make sure it passes
  • Start check-notification-queue.rb on git.drupalcode.org
  • Run the import

Issue fork drupalorg-3568643

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

drumm created an issue. See original summary.

  • drumm committed a744d10c on 7.x-3.x
    feat: #3568643 Add drush command for security issue import, linting pass
    
drumm’s picture

Status: Active » Needs work

The initial linting phase has been deployed, so this can be tested with production data, and we can make sure all the project mismatches have been cleaned up.

The rest of the import still needs to be done.

drumm’s picture

The [#123] issue references will need special filtering. We don’t want www.drupal.org to try figuring them out, it has different issues. The import being built here should convert them to GitLab project#iid references, since we are importing all issues at once.

  • drumm committed 033a28ef on 7.x-3.x
    fix: #3568643 Improve comment author uid logic
    

  • drumm committed eb49c9d4 on 1.0.x
    feat: #3568643 Update fork description for security issue migration
    

  • drumm committed b30607e1 on 7.x-3.x
    feat: #3568643 Allow different base_url, so that security.drupal.org...

  • drumm committed 8f7d4953 on 7.x-3.x
    feat: #3568643 Initial version of import for security.drupal.org issue...

  • drumm committed 083adf07 on 7.x-3.x
    fix: #3568643 Fix notices when author is anonymous
    

  • drumm committed cbeeb6aa on 7.x-3.x
    fix: #3568643 Security issue import fixes
    

  • drumm committed b9e5b213 on 1.0.x
    feat: #3568643 Add a drush command to set up user...

  • b_man committed 6b3d41ec on doc-repo-mr-submit authored by drumm
    feat: #3568643 Add a drush command to set up user...

  • drumm committed b9e5b213 on doc-repo-mr-submit
    feat: #3568643 Add a drush command to set up user...

  • drumm committed e0942b02 on 1.0.x
    fix: #3568643 Do not add label for migrated issues
    

  • drumm committed fc777985 on 7.x-3.x
    fix: #3568643 Security import fixes & improvements
    

  • drumm committed e0942b02 on doc-repo-mr-submit
    fix: #3568643 Do not add label for migrated issues
    

drumm’s picture

Status: Needs work » Needs review

This is now running cleanly on dev

fjgarlin’s picture

Great news! The MR looks good. I just made a minor comment on something that is probably a non-issue.

  • drumm committed be43c03a on 7.x-3.x
    fix: #3568643 Security issue import fixes & improvements
    
drumm’s picture

Issue summary: View changes