drupalorg_migrate-1.0.x-dev/migrations/drupalorg_migrate_project_repositories.yml
migrations/drupalorg_migrate_project_repositories.yml
id: drupalorg_migrate_project_repositories
label: 'Drupal.org Project Repositories Data'
migration_group: drupalorg_migrate
#migration_tags:
# - Content
source:
plugin: d7_project_repositories
batch_size: 1000
track_changes: true
table_name: versioncontrol_project_projects
id_fields:
nid:
type: integer
repo_id:
type: integer
fields:
nid: nid
repo_id: repo_id
destination:
plugin: table
# Table which is installed in hook schema.
table_name: drupalorg_project_repositories
id_fields:
drupal_project_nid:
type: integer
gitlab_project_id:
type: integer
fields:
drupal_project_nid: drupal_project_nid
gitlab_project_id: gitlab_project_id
gitlab_namespace: gitlab_namespace
gitlab_project_name: gitlab_project_name
process:
drupal_project_nid:
plugin: migration_lookup
migration:
- drupalorg_migrate_project_module
- drupalorg_migrate_project_theme
- drupalorg_migrate_project_general
- drupalorg_migrate_project_distribution
- drupalorg_migrate_project_drupalorg
- drupalorg_migrate_project_theme_engine
- drupalorg_migrate_project_core
- drupalorg_migrate_project_translation
source: nid
no_stub: true
gitlab_project_id: gitlab_project_id
gitlab_namespace: gitlab_namespace
gitlab_project_name: gitlab_project_name
migration_dependencies:
required:
- drupalorg_migrate_project_module
- drupalorg_migrate_project_theme
- drupalorg_migrate_project_general
- drupalorg_migrate_project_distribution
- drupalorg_migrate_project_drupalorg
- drupalorg_migrate_project_theme_engine
- drupalorg_migrate_project_core
- drupalorg_migrate_project_translation
dependencies:
enforced:
module:
- drupalorg_migrate
