Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wordpress_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
wordpress_migrate
Merge requests
!31
Resolve
#3123393
"Do not overwrite users"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3123393
"Do not overwrite users"
issue/wordpress_migrate-3123393:3123393-do-not-overwrite-users
into
8.x-3.x
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
Mauricio Dinarte
requested to merge
issue/wordpress_migrate-3123393:3123393-do-not-overwrite-users
into
8.x-3.x
4 months ago
Overview
0
Commits
3
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-3.x
version 1
3694f290
4 months ago
8.x-3.x (base)
and
latest version
latest version
2222a98d
3 commits,
4 months ago
version 1
3694f290
2 commits,
4 months ago
1 file
+
15
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
migrations/wordpress_authors.yml
+
15
−
0
Options
@@ -33,6 +33,21 @@ source:
author_login
:
type
:
string
process
:
uid
:
plugin
:
entity_lookup
source
:
author_login
entity_type
:
user
value_key
:
name
ignore_case
:
true
_skip_existing_user
:
-
plugin
:
callback
source
:
'
@uid'
callable
:
is_null
-
plugin
:
skip_on_empty
method
:
row
message
:
'
Updating
existing
users
is
not
allowed.'
name
:
author_login
mail
:
author_email
status
:
Loading