Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalorg_migrate
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupalorg_migrate
Merge requests
!11
Add migrations for change notice content.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add migrations for change notice content.
issue/drupalorg_migrate-3481266:3481266-migrate-change-records
into
1.0.x
Overview
2
Commits
2
Pipelines
2
Changes
6
All threads resolved!
Hide all comments
Merged
Kelsey Bentham
requested to merge
issue/drupalorg_migrate-3481266:3481266-migrate-change-records
into
1.0.x
6 months ago
Overview
2
Commits
2
Pipelines
2
Changes
6
All threads resolved!
Hide all comments
Expand
Closes
#3481266
To test:
migrate the files drupalorg_migrate_changenotice_upload_files, drupalorg_migrate_changenotice_upload_media_documents, drupalorg_migrate_changenotice_upload_media_images
migrate the change notice nodes drupalorg_migrate_changenotice
verify fields have been filled out appropriately
0
0
Merge request reports
Compare
1.0.x
version 2
f48a9014
6 months ago
version 1
149826d2
6 months ago
1.0.x (base)
and
latest version
latest version
f48a9014
2 commits,
6 months ago
version 2
f48a9014
2 commits,
6 months ago
version 1
149826d2
1 commit,
6 months ago
6 files
+
300
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
migrations/drupalorg_migrate_changenotice.yml
0 → 100644
+
86
−
0
Options
id
:
drupalorg_migrate_changenotice
label
:
'
Drupal.org
Change
Record'
migration_group
:
drupalorg_migrate
# Commenting out the below will require the d7_file migration.
#migration_tags:
# - Drupal 7
# - Content
#deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
source
:
plugin
:
d7_node
batch_size
:
1000
node_type
:
changenotice
destination
:
plugin
:
entity:node
process
:
type
:
plugin
:
default_value
default_value
:
changenotice
langcode
:
plugin
:
default_value
source
:
language
default_value
:
"
und"
title
:
title
uid
:
plugin
:
migration_lookup
migration
:
drupalorg_migrate_users
source
:
node_uid
status
:
status
created
:
created
changed
:
changed
promote
:
promote
sticky
:
sticky
field_change_record_status
:
field_change_record_status
field_change_to_branch
:
field_change_to_branch
field_change_to
:
field_change_to
field_issue_links
:
field_issue_links
field_description
:
field_description
field_impacts
:
field_impacts
field_projects
:
plugin
:
sub_process
source
:
field_projects
process
:
target_id
:
plugin
:
migration_lookup
migration
:
-
drupalorg_migrate_project_module
-
drupalorg_migrate_project_theme
-
drupalorg_migrate_project_distribution
-
drupalorg_migrate_project_drupalorg
-
drupalorg_migrate_project_release
-
drupalorg_migrate_project_theme_engine
-
drupalorg_migrate_project_core
source
:
target_id
no_stub
:
true
upload
:
plugin
:
sub_process
source
:
upload
process
:
target_id
:
plugin
:
migration_lookup
migration
:
-
drupalorg_migrate_changenotice_upload_media_images
-
drupalorg_migrate_changenotice_upload_media_documents
source
:
fid
migration_dependencies
:
optional
:
-
drupalorg_migrate_users
-
drupalorg_migrate_changenotice_upload_media_documents
-
drupalorg_migrate_changenotice_upload_media_images
-
drupalorg_migrate_project_module
-
drupalorg_migrate_project_theme
-
drupalorg_migrate_project_distribution
-
drupalorg_migrate_project_drupalorg
-
drupalorg_migrate_project_release
-
drupalorg_migrate_project_theme_engine
-
drupalorg_migrate_project_core
dependencies
:
enforced
:
module
:
-
drupalorg_migrate
Loading