Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
og
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
og
Merge requests
!11
Adds d6 and d7 migrations for audience, membership and roles
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Adds d6 and d7 migrations for audience, membership and roles
issue/og-3468826:3468826-migrations
into
8.x-1.x
Overview
0
Commits
70
Pipelines
14
Changes
44
Open
Matthew Radcliffe
requested to merge
issue/og-3468826:3468826-migrations
into
8.x-1.x
9 months ago
Overview
0
Commits
70
Pipelines
14
Changes
44
Expand
Commits from GitHub:
Alter the default membership type bundle name in field migration rows
Fix some typos in migration plugins and improved migration module info
Use the source plugin id instead of the migration id in hook_migrate_prepare_row
Replace two migration ids with their corresponding source plugin ids in og_migrate_migrate_prepare_row
Fixed comments in hook_migrate_prepare_row
Fix the OgFieldD7MigrateTest kernel test
Add dependencies in the OgFieldD7MigrateTest kernel test
Skip migrating the og_membership_request field on the default group membership type
Fix a typo in og_migrate_migrate_prepare_row
Fix and improve handling default membership type in og_migrate_migrate_prepare_row
Fix a couple of coding standard issues and add assetions for the form and view displays of the default membership type
Closes
#3468826
0
0
Merge request reports
Compare
8.x-1.x
version 13
e468ea9a
7 months ago
version 12
72481b0d
7 months ago
version 11
0b87ff87
7 months ago
version 10
2772bf23
7 months ago
version 9
5ea68ea3
7 months ago
version 8
4e5b746c
7 months ago
version 7
fc851387
7 months ago
version 6
a9a03f6c
7 months ago
version 5
d669737c
7 months ago
version 4
1fa2c0bc
7 months ago
version 3
593aa552
7 months ago
version 2
ca467230
9 months ago
version 1
e50d11e7
9 months ago
8.x-1.x (HEAD)
and
latest version
latest version
a8daeb79
70 commits,
4 months ago
version 13
e468ea9a
69 commits,
7 months ago
version 12
72481b0d
68 commits,
7 months ago
version 11
0b87ff87
67 commits,
7 months ago
version 10
2772bf23
66 commits,
7 months ago
version 9
5ea68ea3
65 commits,
7 months ago
version 8
4e5b746c
63 commits,
7 months ago
version 7
fc851387
62 commits,
7 months ago
version 6
a9a03f6c
60 commits,
7 months ago
version 5
d669737c
59 commits,
7 months ago
version 4
1fa2c0bc
58 commits,
7 months ago
version 3
593aa552
57 commits,
7 months ago
version 2
ca467230
56 commits,
9 months ago
version 1
e50d11e7
55 commits,
9 months ago
44 files
+
4466
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
44
Search (e.g. *.vue) (Ctrl+P)
og_migrate/migrations/d6_og_admin_role.yml
0 → 100644
+
36
−
0
Options
id
:
d6_og_admin_role
label
:
Og admin roles
migration_tags
:
-
'
Drupal
6'
-
Configuration
source
:
plugin
:
d6_og_admin_role
constants
:
entity_type
:
node
process
:
id
:
id
label
:
plugin
:
default_value
default_value
:
'
administrator'
weight
:
plugin
:
default_value
default_value
:
0
is_admin
:
is_admin
group_id
:
plugin
:
default_value
default_value
:
0
group_type
:
constants/entity_type
group_bundle
:
-
plugin
:
migration_lookup
migration
:
d6_node_type
source
:
type
-
plugin
:
skip_on_empty
method
:
row
message
:
'
Missing
content
type'
destination
:
plugin
:
entity:og_role
migration_dependencies
:
required
:
-
d6_og_group_type
Loading