-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PD-5415, PD-5587: --reports-suppress-exception, --reports-suppress-sq…
…l, --report-suppress-exception, --report-suppress-sql
- Loading branch information
1 parent
e68563b
commit 1ee4e7c
Showing
21 changed files
with
440 additions
and
14 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
Content/Z_Resources/Snippets/def/attributes/cli/reports/cli-cmd-report-enabled.flsnp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:searchable="False"> | ||
<head> | ||
</head> | ||
<body> | ||
<p>Enables a report at the command level. Overrides the global argument <code>--reports-enabled</code>. <b>Default: <code>false</code></b>.</p> | ||
<p>Enables a report at the command level. Overrides the global parameter <code>--reports-enabled</code>. <b>Default: <code>false</code></b>.</p> | ||
</body> | ||
</html> |
4 changes: 2 additions & 2 deletions
4
Content/Z_Resources/Snippets/def/attributes/cli/reports/cli-cmd-report-format.flsnp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:searchable="False"> | ||
<head> | ||
</head> | ||
<body> | ||
<p>Specifies the format of the report output file at the command level. Overrides the global argument <code>--reports-format</code>. Valid values are: <code>HTML</code>. <b>Default: <code>HTML</code></b>.</p> | ||
<p>Specifies the format of the report output file at the command level. Overrides the global parameter <code>--reports-format</code>. Valid values are: <code>HTML</code>. <b>Default: <code>HTML</code></b>.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Content/Z_Resources/Snippets/def/attributes/cli/reports/cli-cmd-report-path.flsnp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:searchable="False"> | ||
<head> | ||
</head> | ||
<body> | ||
<p>Specifies the file path to the report file at the command level. Overrides the global argument <code>--reports-path</code>. <b>Default: <code>./</code></b>.</p> | ||
<p>Specifies the file path to the report file at the command level. Overrides the global parameter <code>--reports-path</code>. <b>Default: <code>./</code></b>.</p> | ||
</body> | ||
</html> |
12 changes: 12 additions & 0 deletions
12
...t/Z_Resources/Snippets/def/attributes/cli/reports/cli-cmd-report-suppress-exception.flsnp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd"> | ||
<head> | ||
</head> | ||
<body> | ||
<p><b><MadCap:variable name="General.Liquibase" /> 4.31.0+.</b> Specifies whether to hide exceptions (which may contain SQL) from the operation report at the command level. Overrides the global parameter <code class="language-text">--reports-suppress-exception</code>. <b>Default: <code class="language-text">false</code></b>. However:</p> | ||
<ul> | ||
<li>If <code class="language-text">--report-suppress-exception</code> is not set and <code class="language-text">--report-suppress-sql=true</code>, <MadCap:variable name="General.Liquibase" /> suppresses all SQL, including exception SQL.</li> | ||
<li>If <code class="language-text">--report-suppress-exception=false</code> and <code class="language-text">--report-suppress-sql=true</code>, <MadCap:variable name="General.Liquibase" /> suppresses most SQL but shows exception SQL.</li> | ||
</ul> | ||
</body> | ||
</html> |
8 changes: 8 additions & 0 deletions
8
Content/Z_Resources/Snippets/def/attributes/cli/reports/cli-cmd-report-suppress-sql.flsnp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd"> | ||
<head> | ||
</head> | ||
<body> | ||
<p><b><MadCap:variable name="General.Liquibase" /> 4.31.0+.</b> Specifies whether to hide <MadCap:variable name="General.changeset" /> SQL in operation reports at the command level. Overridden by the global parameter <code class="language-text">--reports-suppress-sql</code>. <b>Default: <code class="language-text">false</code></b>.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.