recommit for updates in build 16

This commit is contained in:
2018-08-26 16:59:39 +02:00
parent 076120630c
commit 52a7b063c5
18 changed files with 82 additions and 27 deletions

View File

@@ -8,6 +8,16 @@ Changelog of Git Changelog.
<h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/2e9afa83494de05">2e9afa83494de05</a> Arne Teuke <i>2018-04-29 11:27:51</i>
<p>
<h3>updates mode</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/0cbf406e0c7e338">0cbf406e0c7e338</a> Jenkins ConfDroid <i>2018-04-29 11:27:23</i>
<p>
<h3>recommit for updates in build 15</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6561f83e5776205">6561f83e5776205</a> Jenkins ConfDroid <i>2018-04-22 11:37:29</i>
<p>
<h3>recommit for updates in build 14</h3>

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Documentation by YARD 0.9.12
Documentation by YARD 0.9.16
</title>
@@ -52,7 +52,7 @@
<div class="clear"></div>
</div>
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.12</h1>
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.16</h1>
<div id="listing">
<h1 class="alphaindex">Alphabetic Index</h1>

View File

@@ -245,6 +245,7 @@ ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; }
dl.constants { margin-left: 10px; }
dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
dl.constants.compact dt { display: inline-block; font-weight: normal }
dl.constants dd { width: 75%; white-space: pre; font-family: monospace; margin-bottom: 18px; }
dl.constants .docstring .note:first-child { margin-top: 5px; }
@@ -326,13 +327,9 @@ ul.summary a, ul.summary a:visited {
text-decoration: none; font-size: 1.1em;
}
ul.summary li { margin-bottom: 5px; }
.summary .summary_signature {
padding: 4px 8px;
background: #f8f8f8;
border: 1px solid #f0f0f0;
border-radius: 5px;
}
.summary_signature { padding: 4px 8px; background: #f8f8f8; border: 1px solid #f0f0f0; border-radius: 5px; }
.summary_signature:hover { background: #CFEBFF; border-color: #A4CCDA; cursor: pointer; }
.summary_signature.deprecated { background: #ffe5e5; border-color: #e9dada; }
ul.summary.compact li { display: inline-block; margin: 0px 5px 0px 0px; line-height: 2.6em;}
ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; }
#content .summary_signature:hover a,
@@ -485,7 +482,7 @@ pre.code .rubyid_nth_ref { color: #6D79DE; }
pre.code .regexp, .dregexp { color: #036A07; }
pre.code a { border-bottom: 1px dotted #bbf; }
/* inline code */
p > code {
*:not(pre) > code {
padding: 1px 3px 1px 3px;
border: 1px solid #E1E1E8;
background: #F7F7F9;

View File

@@ -6,7 +6,7 @@
<title>
File: README
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>
@@ -61,7 +61,7 @@
<p>|Repo Name| version | Build
Status|
|---|---|---|---|
|<code>cd_apache</code>| 0.0.1.8 | <a
|<code>cd_apache</code>| 1.1.1.8 | <a
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_apache">{Build
Status</a>/]|</p>
@@ -233,7 +233,9 @@ selinux is disabled, these contexts are ignored.</p>
<h3 id="label-Support">Support</h3>
<ul><li>
<p>OS: CentOS 6, 7</p>
<p>OS: CentOS 7</p>
</li><li>
<p>Puppet 5</p>
</li></ul>
<h3 id="label-Tests">Tests</h3>

View File

@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Documentation by YARD 0.9.12</title>
<title>Documentation by YARD 0.9.16</title>
</head>
<script type="text/javascript" charset="utf-8">
var match = unescape(window.location.hash).match(/^#!(.+)/);

View File

@@ -6,7 +6,7 @@
<title>
File: README
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>
@@ -61,7 +61,7 @@
<p>|Repo Name| version | Build
Status|
|---|---|---|---|
|<code>cd_apache</code>| 0.0.1.8 | <a
|<code>cd_apache</code>| 1.1.1.8 | <a
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_apache">{Build
Status</a>/]|</p>
@@ -233,7 +233,9 @@ selinux is disabled, these contexts are ignored.</p>
<h3 id="label-Support">Support</h3>
<ul><li>
<p>OS: CentOS 6, 7</p>
<p>OS: CentOS 7</p>
</li><li>
<p>Puppet 5</p>
</li></ul>
<h3 id="label-Tests">Tests</h3>

View File

@@ -120,6 +120,49 @@ function summaryToggle() {
} else { localStorage.summaryCollapsed = "expand"; }
}
function constantSummaryToggle() {
$('.constants_summary_toggle').click(function(e) {
e.preventDefault();
localStorage.summaryCollapsed = $(this).text();
$('.constants_summary_toggle').each(function() {
$(this).text($(this).text() == "collapse" ? "expand" : "collapse");
var next = $(this).parent().parent().nextAll('dl.constants').first();
if (next.hasClass('compact')) {
next.toggle();
next.nextAll('dl.constants').first().toggle();
}
else if (next.hasClass('constants')) {
var list = $('<dl class="constants compact" />');
list.html(next.html());
list.find('dt').each(function() {
$(this).addClass('summary_signature');
$(this).text( $(this).text().split('=')[0]);
if ($(this).has(".deprecated").length) {
$(this).addClass('deprecated');
};
});
// Add the value of the constant as "Tooltip" to the summary object
list.find('pre.code').each(function() {
console.log($(this).parent());
var dt_element = $(this).parent().prev();
var tooltip = $(this).text();
if (dt_element.hasClass("deprecated")) {
tooltip = 'Deprecated. ' + tooltip;
};
dt_element.attr('title', tooltip);
});
list.find('.docstring, .tags, dd').remove();
next.before(list);
next.toggle();
}
});
return false;
});
if (localStorage.summaryCollapsed == "collapse") {
$('.constants_summary_toggle').first().click();
} else { localStorage.summaryCollapsed = "expand"; }
}
function generateTOC() {
if ($('#filecontents').length === 0) return;
var _toc = $('<ol class="top"></ol>');
@@ -241,6 +284,7 @@ $(document).ready(function() {
searchFrameButtons();
linkSummaries();
summaryToggle();
constantSummaryToggle();
generateTOC();
mainFocus();
});

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache::firewall::iptables
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache::main::config
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache::monitoring::target
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache::params
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache::server::dirs
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache::server::files
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache::server::install
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache::server::service
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Puppet Class: cd_apache::server::user
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>

View File

@@ -6,7 +6,7 @@
<title>
Top Level Namespace
&mdash; Documentation by YARD 0.9.12
&mdash; Documentation by YARD 0.9.16
</title>