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
Commits
d6bbe9d1
Commit
d6bbe9d1
authored
3 months ago
by
Fran Garcia-Linares
Browse files
Options
Downloads
Patches
Plain Diff
WIP migration.
parent
0df3f03a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
migrations/drupalorg_migrate_project_maintainers.yml
+16
-1
16 additions, 1 deletion
migrations/drupalorg_migrate_project_maintainers.yml
scripts/migrations.sh
+2
-0
2 additions, 0 deletions
scripts/migrations.sh
with
18 additions
and
1 deletion
migrations/drupalorg_migrate_project_maintainers.yml
+
16
−
1
View file @
d6bbe9d1
...
...
@@ -39,16 +39,31 @@ process:
plugin
:
migration_lookup
migration
:
drupalorg_migrate_users
source
:
uid
no_stub
:
true
nid
:
plugin
:
migration_lookup
migration
:
drupalorg_migrate_project_module
migration
:
-
drupalorg_migrate_project_module
-
drupalorg_migrate_project_theme
-
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
update_project
:
update_project
administer_maintainers
:
administer_maintainers
migration_dependencies
:
required
:
-
drupalorg_migrate_project_module
-
drupalorg_migrate_project_theme
-
drupalorg_migrate_project_distribution
-
drupalorg_migrate_project_drupalorg
-
drupalorg_migrate_project_theme_engine
-
drupalorg_migrate_project_core
-
drupalorg_migrate_project_translation
optional
:
-
drupalorg_migrate_users
...
...
This diff is collapsed.
Click to expand it.
scripts/migrations.sh
+
2
−
0
View file @
d6bbe9d1
...
...
@@ -112,6 +112,8 @@ if [[ "$TYPE" == "all" || "$TYPE" == "project-browser" ]]; then
drush migrate:import drupalorg_migrate_project_theme_engine
drush migrate:import drupalorg_migrate_project_translation
drush migrate:import drupalorg_migrate_project_general
# @todo Maintainers of the projects.
# drush migrate:import drupalorg_migrate_project_maintainers
fi
if
[[
"
$TYPE
"
==
"all"
||
"
$TYPE
"
==
"content"
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment