Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
310
Merge Requests
310
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
d3f6df82
Commit
d3f6df82
authored
Nov 12, 2015
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2353813
by phenaproxima, quietone, talhaparacha, hosef: Migration path for Update 7.x
parent
19e1f2f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
2 deletions
+23
-2
core/modules/migrate_drupal/tests/fixtures/drupal7.php
core/modules/migrate_drupal/tests/fixtures/drupal7.php
+20
-0
core/modules/update/migration_templates/update_settings.yml
core/modules/update/migration_templates/update_settings.yml
+2
-1
core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
.../update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
+1
-1
No files found.
core/modules/migrate_drupal/tests/fixtures/drupal7.php
View file @
d3f6df82
...
...
@@ -41539,10 +41539,30 @@
'name' => 'tracker_batch_size',
'value' => 'i:999;',
))
->values(array(
'name' => 'update_check_frequency',
'value' => 'i:1;',
))
->values(array(
'name' => 'update_fetch_url',
'value' => 's:23:"http://127.0.0.1/update";',
))
->values(array(
'name' => 'update_last_check',
'value' => 'i:1444944973;',
))
->values(array(
'name' => 'update_max_fetch_attempts',
'value' => 'i:3;',
))
->values(array(
'name' => 'update_notification_threshold',
'value' => 's:3:"all";',
))
->values(array(
'name' => 'update_notify_emails',
'value' => 'a:1:{i:0;s:19:"webmaster@127.0.0.1";}',
))
->values(array(
'name' => 'user_admin_role',
'value' => 's:1:"3";',
core/modules/update/migration_templates/
d6_
update_settings.yml
→
core/modules/update/migration_templates/update_settings.yml
View file @
d3f6df82
id
:
d6_
update_settings
id
:
update_settings
label
:
Update configuration
migration_tags
:
-
Drupal
6
-
Drupal
7
source
:
plugin
:
variable
variables
:
...
...
core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
View file @
d3f6df82
...
...
@@ -29,7 +29,7 @@ class MigrateUpdateConfigsTest extends MigrateDrupal6TestBase {
*/
protected
function
setUp
()
{
parent
::
setUp
();
$this
->
executeMigration
(
'
d6_
update_settings'
);
$this
->
executeMigration
(
'update_settings'
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment