Skip to content

Commit 816acc0

Browse files
Add ValidateDependenciesOnImport documentation
1 parent 56a3a11 commit 816acc0

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

13/umbraco-deploy/getting-started/deploy-settings.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ For illustration purposes, the following structure represents the full set of op
7777
"Export": "All"
7878
},
7979
"HideConfigurationDetails": false,
80-
"HideVersionDetails": false
80+
"HideVersionDetails": false,
81+
"ValidateDependenciesOnImport": true
8182
},
8283
"ImportOnStartup": {
8384
"Enabled": true,
@@ -457,6 +458,15 @@ If set to `true` the configuration details shown on the setting's dashboard will
457458

458459
If set to `true` the version details shown on the setting's dashboard will be hidden.
459460

461+
### ValidateDependenciesOnImport
462+
463+
A default notification handler for the `ValidateArtifactImportNotification` is registered by Deploy that:
464+
465+
* Adds warnings for dependencies that must match exactly, and are both not in the import and not with matching checksums in the target environment
466+
* Adds warnings for all remaining content dependencies and errors for all schema dependencies that don't exist in the import
467+
468+
To avoid this handler from being registered, you can set this setting to `false`.
469+
460470
### Import on startup
461471

462472
Deploy can import content and/or schema previously exported from another Umbraco installation on start-up. This can be used to quickly setup a baseline/starter kit or as a workaround for large ZIP archives that can't be (easily) uploaded via the backoffice.

14/umbraco-deploy/getting-started/deploy-settings.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ For illustration purposes, the following structure represents the full set of op
7878
"Export": "All"
7979
},
8080
"HideConfigurationDetails": false,
81-
"HideVersionDetails": false
81+
"HideVersionDetails": false,
82+
"ValidateDependenciesOnImport": true
8283
},
8384
"ImportOnStartup": {
8485
"Enabled": true,
@@ -464,6 +465,15 @@ If set to `true` the configuration details shown on the setting's dashboard will
464465

465466
If set to `true` the version details shown on the setting's dashboard will be hidden.
466467

468+
### ValidateDependenciesOnImport
469+
470+
A default notification handler for the `ValidateArtifactImportNotification` is registered by Deploy that:
471+
472+
* Adds warnings for dependencies that must match exactly, and are both not in the import and not with matching checksums in the target environment
473+
* Adds warnings for all remaining content dependencies and errors for all schema dependencies that don't exist in the import
474+
475+
To avoid this handler from being registered, you can set this setting to `false`.
476+
467477
### Import on startup
468478

469479
Deploy can import content and/or schema previously exported from another Umbraco installation on start-up. This can be used to quickly setup a baseline/starter kit or as a workaround for large ZIP archives that can't be (easily) uploaded via the backoffice.

15/umbraco-deploy/getting-started/deploy-settings.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ For illustration purposes, the following structure represents the full set of op
7878
"Export": "All"
7979
},
8080
"HideConfigurationDetails": false,
81-
"HideVersionDetails": false
81+
"HideVersionDetails": false,
82+
"ValidateDependenciesOnImport": true
8283
},
8384
"ImportOnStartup": {
8485
"Enabled": true,
@@ -464,6 +465,15 @@ If set to `true` the configuration details shown on the setting's dashboard will
464465

465466
If set to `true` the version details shown on the setting's dashboard will be hidden.
466467

468+
### ValidateDependenciesOnImport
469+
470+
A default notification handler for the `ValidateArtifactImportNotification` is registered by Deploy that:
471+
472+
* Adds warnings for dependencies that must match exactly, and are both not in the import and not with matching checksums in the target environment
473+
* Adds warnings for all remaining content dependencies and errors for all schema dependencies that don't exist in the import
474+
475+
To avoid this handler from being registered, you can set this setting to `false`.
476+
467477
### Import on startup
468478

469479
Deploy can import content and/or schema previously exported from another Umbraco installation on start-up. This can be used to quickly setup a baseline/starter kit or as a workaround for large ZIP archives that can't be (easily) uploaded via the backoffice.

0 commit comments

Comments
 (0)