Skip to content

Commit 2373a7b

Browse files
authored
Merge pull request #7165 from os-autoinst-bot/gh-pages-260321044731
Update documentation to commit 7bc7adf
2 parents c6164fa + 89fc1d5 commit 2373a7b

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

docs/api/testapi.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,10 @@ <h5 id="_set_var">set_var</h5>
950950
<p>Set test variable <code>$variable</code> to value <code>$value</code>.</p>
951951
</div>
952952
<div class="paragraph">
953-
<p>Variables starting with <code><em>SECRET</em></code> or including <code>_PASSWORD</code> will not appear
954-
in the <code>vars.json</code> file.</p>
953+
<p>Variables starting with <code><em>SECRET</em></code>, including <code>_PASSWORD</code>, or whose <strong>NAME</strong> (key)
954+
matches a custom regular expression in the test variable
955+
<code>_HIDE_SECRETS_REGEX</code> will not appear in the <code>vars.json</code> file. For example,
956+
to hide all variables starting with 'SCC_REGCODE', use '^SCC_REGCODE'.</p>
955957
</div>
956958
<div class="paragraph">
957959
<p>Specify a true value for the <code>reload_needles</code> flag to trigger a reloading
@@ -2160,7 +2162,7 @@ <h5 id="_get_serialdev_set_serialdev">get_serialdev, set_serialdev</h5>
21602162
</div>
21612163
<div id="footer">
21622164
<div id="footer-text">
2163-
Last updated 2026-03-17 05:03:31 UTC
2165+
Last updated 2026-03-21 04:48:03 UTC
21642166
</div>
21652167
</div>
21662168
</body>

docs/current.pdf

733 Bytes
Binary file not shown.

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12522,8 +12522,9 @@ <h3 id="_rules_for_commits"><a class="anchor" href="#_rules_for_commits"></a><a
1252212522
</li>
1252312523
<li>
1252412524
<p>For git commit messages use the rules stated on
12525-
<a href="http://chris.beams.io/posts/git-commit/">How to Write a Git Commit Message</a> as
12526-
a reference</p>
12525+
<a href="http://chris.beams.io/posts/git-commit/">How to Write a Git Commit Message</a>
12526+
as a reference. One especially useful make target for developers is <code>make
12527+
setup-hooks</code> which installs git pre-commit hooks to check commit styles.</p>
1252712528
</li>
1252812529
<li>
1252912530
<p>Every pull request is reviewed in a peer review to give feedback on possible
@@ -15214,7 +15215,7 @@ <h2 id="_contact_information"><a class="anchor" href="#_contact_information"></a
1521415215
</div>
1521515216
<div id="footer">
1521615217
<div id="footer-text">
15217-
Last updated 2026-03-17 05:02:42 UTC
15218+
Last updated 2026-03-21 04:47:14 UTC
1521815219
</div>
1521915220
</div>
1522015221
</body>

0 commit comments

Comments
 (0)