first commit

This commit is contained in:
2024-07-15 12:33:27 +02:00
commit ce50ae282b
22084 changed files with 2623791 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
finished:
6:
update: update
7:
update: update

View File

@@ -0,0 +1,30 @@
id: update_settings
label: Update configuration
migration_tags:
- Drupal 6
- Drupal 7
- Configuration
source:
plugin: update_settings
variables:
- update_max_fetch_attempts
- update_fetch_url
- update_notification_threshold
- update_notify_emails
- update_check_frequency
source_module: update
process:
'fetch/max_attempts': update_max_fetch_attempts
'fetch/url': update_fetch_url
'notification/threshold': update_notification_threshold
'notification/emails': update_notify_emails
'check/interval_days': update_check_frequency
'check/disabled_extensions':
plugin: default_value
default_value: false
'fetch/timeout':
plugin: default_value
default_value: 30
destination:
plugin: config
config_name: update.settings