This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d8cb93a2 git sha f5bd67ec24d335a0a5deac3a768dbcc1bb25b14a
d8cb93a2 is described below
commit d8cb93a26e89bb98d57a8facb0408db386a092f0
Author: Allen Wittenauer <[email protected]>
AuthorDate: Sat Apr 30 10:25:29 2022 -0700
git sha f5bd67ec24d335a0a5deac3a768dbcc1bb25b14a
---
documentation/0.14.0-SNAPSHOT/CHANGELOG | 26 ++++++++-
documentation/0.14.0-SNAPSHOT/precommit/index.html | 1 +
.../precommit/plugins/github/index.html | 11 ++++
.../precommit/plugins/htmlout/index.html | 4 ++
.../0.14.0-SNAPSHOT/precommit/plugins/jsonlint | 59 +++++++++++++++++++++
documentation/in-progress/CHANGELOG | 26 ++++++++-
.../in-progress/javadocs/member-search-index.zip | Bin 523 -> 523 bytes
.../in-progress/javadocs/package-search-index.zip | Bin 268 -> 268 bytes
.../in-progress/javadocs/type-search-index.zip | Bin 402 -> 402 bytes
documentation/in-progress/precommit/index.html | 1 +
.../precommit/plugins/github/index.html | 11 ++++
.../precommit/plugins/htmlout/index.html | 4 ++
.../in-progress/precommit/plugins/jsonlint | 59 +++++++++++++++++++++
.../0.14.0/CHANGELOG.0.14.0/index.html | 26 ++++++++-
project-reports.html | 4 +-
15 files changed, 227 insertions(+), 5 deletions(-)
diff --git a/documentation/0.14.0-SNAPSHOT/CHANGELOG
b/documentation/0.14.0-SNAPSHOT/CHANGELOG
index 4dd21145..31e310e2 100644
--- a/documentation/0.14.0-SNAPSHOT/CHANGELOG
+++ b/documentation/0.14.0-SNAPSHOT/CHANGELOG
@@ -18,7 +18,7 @@
-->
<h1 id="apache-yetus-changelog">Apache Yetus Changelog</h1>
-<h2 id="release-0140-snapshot---2022-04-26">Release 0.14.0-SNAPSHOT -
2022-04-26</h2>
+<h2 id="release-0140-snapshot---2022-04-30">Release 0.14.0-SNAPSHOT -
2022-04-30</h2>
<h3 id="important-issues">IMPORTANT ISSUES:</h3>
@@ -147,6 +147,22 @@
<td style="text-align: left">Allen Wittenauer</td>
<td style="text-align: left">Allen Wittenauer</td>
</tr>
+ <tr>
+ <td style="text-align: left"><a
href="https://issues.apache.org/jira/browse/YETUS-1060">YETUS-1060</a></td>
+ <td style="text-align: left">github status should use htmlreport</td>
+ <td style="text-align: left">Major</td>
+ <td style="text-align: left">Precommit</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ </tr>
+ <tr>
+ <td style="text-align: left"><a
href="https://issues.apache.org/jira/browse/YETUS-1166">YETUS-1166</a></td>
+ <td style="text-align: left">Add jsonlint support</td>
+ <td style="text-align: left">Major</td>
+ <td style="text-align: left">Precommit</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ </tr>
</tbody>
</table>
@@ -453,6 +469,14 @@
<td style="text-align: left">Allen Wittenauer</td>
<td style="text-align: left">Allen Wittenauer</td>
</tr>
+ <tr>
+ <td style="text-align: left"><a
href="https://issues.apache.org/jira/browse/YETUS-1168">YETUS-1168</a></td>
+ <td style="text-align: left">Minor bugs in bufcompat and buflint</td>
+ <td style="text-align: left">Major</td>
+ <td style="text-align: left">Precommit</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ </tr>
</tbody>
</table>
diff --git a/documentation/0.14.0-SNAPSHOT/precommit/index.html
b/documentation/0.14.0-SNAPSHOT/precommit/index.html
index 5eb84070..bb05fa41 100644
--- a/documentation/0.14.0-SNAPSHOT/precommit/index.html
+++ b/documentation/0.14.0-SNAPSHOT/precommit/index.html
@@ -273,6 +273,7 @@
<li><a href="plugins/golangcilint">golangci-lint</a></li>
<li><a href="plugins/hadolint">hadolint</a></li>
<li><a href="plugins/jshint">jshint</a></li>
+ <li><a
href="/documentation/0.14.0-SNAPSHOT/precommit/plugins/jsonlint">jsonlint</a></li>
<li><a href="plugins/markdownlint">markdownlint-cli</a></li>
<li><a href="plugins/perlcritic">Perl::Critic</a></li>
<li><a href="plugins/pylint">pylint</a></li>
diff --git a/documentation/0.14.0-SNAPSHOT/precommit/plugins/github/index.html
b/documentation/0.14.0-SNAPSHOT/precommit/plugins/github/index.html
index 43e84569..eaeb2a7d 100644
--- a/documentation/0.14.0-SNAPSHOT/precommit/plugins/github/index.html
+++ b/documentation/0.14.0-SNAPSHOT/precommit/plugins/github/index.html
@@ -163,6 +163,10 @@
<td style="text-align: left"><code>--github-repo=<repo></code></td>
<td style="text-align: left"><code>username/repository</code>
identifier</td>
</tr>
+ <tr>
+ <td style="text-align:
left"><code>--github-status-use-htmlreport=<bool></code></td>
+ <td style="text-align: left">Use htmlout for Github Status 'Details'
link</td>
+ </tr>
<tr>
<td style="text-align:
left"><code>--github-token=<token></code></td>
<td style="text-align: left">Token used to perform read and write
operations</td>
@@ -170,6 +174,13 @@
</tbody>
</table>
+<h2 id="html-details-link">HTML Details LInk</h2>
+
+<p>By default, if Apache Yetus is under conditions when it would normally
write a Github Status (e.g., Jenkins processing<br />
+a GitHub PR using the Github Multibranch Plug-in), the Details will link to
the <a href="../htmlout">htmlout</a> report rather than<br />
+the robot's console after the run is complete. The report file must either be
relative to the normal <code>--patch-dir</code> or<br />
+be forcibly set using the <code>--html-report-url</code>.</p>
+
<h1 id="docker-notes">Docker Notes</h1>
<p>None</p>
diff --git a/documentation/0.14.0-SNAPSHOT/precommit/plugins/htmlout/index.html
b/documentation/0.14.0-SNAPSHOT/precommit/plugins/htmlout/index.html
index d3e04dc4..f29f64eb 100644
--- a/documentation/0.14.0-SNAPSHOT/precommit/plugins/htmlout/index.html
+++ b/documentation/0.14.0-SNAPSHOT/precommit/plugins/htmlout/index.html
@@ -152,6 +152,10 @@ inclusion into a properly formatted HTML document. <a
href="/documentation/0.14
<td style="text-align:
left"><code>--html-report-file=<file></code></td>
<td style="text-align: left">Name of the output file</td>
</tr>
+ <tr>
+ <td style="text-align:
left"><code>--html-report-url=<url></code></td>
+ <td style="text-align: left">Override the default URL for using the HTML
report</td>
+ </tr>
</tbody>
</table>
diff --git a/documentation/0.14.0-SNAPSHOT/precommit/plugins/jsonlint
b/documentation/0.14.0-SNAPSHOT/precommit/plugins/jsonlint
new file mode 100644
index 00000000..c96ff166
--- /dev/null
+++ b/documentation/0.14.0-SNAPSHOT/precommit/plugins/jsonlint
@@ -0,0 +1,59 @@
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<h1 id="name">Name</h1>
+
+<p>jsonlint</p>
+
+<h1 id="category">Category</h1>
+
+<p>Test</p>
+
+<h1 id="description">Description</h1>
+
+<p><a href="https://github.com/zaach/jsonlint">jsonlint</a> lints JSON.</p>
+
+<h1 id="environment-variables">Environment Variables</h1>
+
+<p>None</p>
+
+<h1 id="options">Options</h1>
+
+<table class="table table-bordered table-striped">
+ <thead>
+ <tr>
+ <th style="text-align: left">Option</th>
+ <th style="text-align: left">Notes</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td style="text-align: left"><code>--jsonlint=<file></code></td>
+ <td style="text-align: left">Location of the <code>jsonlint</code>
binary if it is not on the path</td>
+ </tr>
+ </tbody>
+</table>
+
+<h1 id="docker-notes">Docker Notes</h1>
+
+<p>None</p>
+
+<h1 id="developer-notes">Developer Notes</h1>
+
+<p>None</p>
diff --git a/documentation/in-progress/CHANGELOG
b/documentation/in-progress/CHANGELOG
index 4dd21145..31e310e2 100644
--- a/documentation/in-progress/CHANGELOG
+++ b/documentation/in-progress/CHANGELOG
@@ -18,7 +18,7 @@
-->
<h1 id="apache-yetus-changelog">Apache Yetus Changelog</h1>
-<h2 id="release-0140-snapshot---2022-04-26">Release 0.14.0-SNAPSHOT -
2022-04-26</h2>
+<h2 id="release-0140-snapshot---2022-04-30">Release 0.14.0-SNAPSHOT -
2022-04-30</h2>
<h3 id="important-issues">IMPORTANT ISSUES:</h3>
@@ -147,6 +147,22 @@
<td style="text-align: left">Allen Wittenauer</td>
<td style="text-align: left">Allen Wittenauer</td>
</tr>
+ <tr>
+ <td style="text-align: left"><a
href="https://issues.apache.org/jira/browse/YETUS-1060">YETUS-1060</a></td>
+ <td style="text-align: left">github status should use htmlreport</td>
+ <td style="text-align: left">Major</td>
+ <td style="text-align: left">Precommit</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ </tr>
+ <tr>
+ <td style="text-align: left"><a
href="https://issues.apache.org/jira/browse/YETUS-1166">YETUS-1166</a></td>
+ <td style="text-align: left">Add jsonlint support</td>
+ <td style="text-align: left">Major</td>
+ <td style="text-align: left">Precommit</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ </tr>
</tbody>
</table>
@@ -453,6 +469,14 @@
<td style="text-align: left">Allen Wittenauer</td>
<td style="text-align: left">Allen Wittenauer</td>
</tr>
+ <tr>
+ <td style="text-align: left"><a
href="https://issues.apache.org/jira/browse/YETUS-1168">YETUS-1168</a></td>
+ <td style="text-align: left">Minor bugs in bufcompat and buflint</td>
+ <td style="text-align: left">Major</td>
+ <td style="text-align: left">Precommit</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ </tr>
</tbody>
</table>
diff --git a/documentation/in-progress/javadocs/member-search-index.zip
b/documentation/in-progress/javadocs/member-search-index.zip
index 155f06e6..53d1fd27 100644
Binary files a/documentation/in-progress/javadocs/member-search-index.zip and
b/documentation/in-progress/javadocs/member-search-index.zip differ
diff --git a/documentation/in-progress/javadocs/package-search-index.zip
b/documentation/in-progress/javadocs/package-search-index.zip
index 21f0959a..c2a0d4f4 100644
Binary files a/documentation/in-progress/javadocs/package-search-index.zip and
b/documentation/in-progress/javadocs/package-search-index.zip differ
diff --git a/documentation/in-progress/javadocs/type-search-index.zip
b/documentation/in-progress/javadocs/type-search-index.zip
index 535cb94f..bb161258 100644
Binary files a/documentation/in-progress/javadocs/type-search-index.zip and
b/documentation/in-progress/javadocs/type-search-index.zip differ
diff --git a/documentation/in-progress/precommit/index.html
b/documentation/in-progress/precommit/index.html
index 5eb84070..17a74f5b 100644
--- a/documentation/in-progress/precommit/index.html
+++ b/documentation/in-progress/precommit/index.html
@@ -273,6 +273,7 @@
<li><a href="plugins/golangcilint">golangci-lint</a></li>
<li><a href="plugins/hadolint">hadolint</a></li>
<li><a href="plugins/jshint">jshint</a></li>
+ <li><a
href="/documentation/in-progress/precommit/plugins/jsonlint">jsonlint</a></li>
<li><a href="plugins/markdownlint">markdownlint-cli</a></li>
<li><a href="plugins/perlcritic">Perl::Critic</a></li>
<li><a href="plugins/pylint">pylint</a></li>
diff --git a/documentation/in-progress/precommit/plugins/github/index.html
b/documentation/in-progress/precommit/plugins/github/index.html
index 43e84569..eaeb2a7d 100644
--- a/documentation/in-progress/precommit/plugins/github/index.html
+++ b/documentation/in-progress/precommit/plugins/github/index.html
@@ -163,6 +163,10 @@
<td style="text-align: left"><code>--github-repo=<repo></code></td>
<td style="text-align: left"><code>username/repository</code>
identifier</td>
</tr>
+ <tr>
+ <td style="text-align:
left"><code>--github-status-use-htmlreport=<bool></code></td>
+ <td style="text-align: left">Use htmlout for Github Status 'Details'
link</td>
+ </tr>
<tr>
<td style="text-align:
left"><code>--github-token=<token></code></td>
<td style="text-align: left">Token used to perform read and write
operations</td>
@@ -170,6 +174,13 @@
</tbody>
</table>
+<h2 id="html-details-link">HTML Details LInk</h2>
+
+<p>By default, if Apache Yetus is under conditions when it would normally
write a Github Status (e.g., Jenkins processing<br />
+a GitHub PR using the Github Multibranch Plug-in), the Details will link to
the <a href="../htmlout">htmlout</a> report rather than<br />
+the robot's console after the run is complete. The report file must either be
relative to the normal <code>--patch-dir</code> or<br />
+be forcibly set using the <code>--html-report-url</code>.</p>
+
<h1 id="docker-notes">Docker Notes</h1>
<p>None</p>
diff --git a/documentation/in-progress/precommit/plugins/htmlout/index.html
b/documentation/in-progress/precommit/plugins/htmlout/index.html
index 470e0871..aea571a5 100644
--- a/documentation/in-progress/precommit/plugins/htmlout/index.html
+++ b/documentation/in-progress/precommit/plugins/htmlout/index.html
@@ -152,6 +152,10 @@ inclusion into a properly formatted HTML document. <a
href="/documentation/in-p
<td style="text-align:
left"><code>--html-report-file=<file></code></td>
<td style="text-align: left">Name of the output file</td>
</tr>
+ <tr>
+ <td style="text-align:
left"><code>--html-report-url=<url></code></td>
+ <td style="text-align: left">Override the default URL for using the HTML
report</td>
+ </tr>
</tbody>
</table>
diff --git a/documentation/in-progress/precommit/plugins/jsonlint
b/documentation/in-progress/precommit/plugins/jsonlint
new file mode 100644
index 00000000..c96ff166
--- /dev/null
+++ b/documentation/in-progress/precommit/plugins/jsonlint
@@ -0,0 +1,59 @@
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<h1 id="name">Name</h1>
+
+<p>jsonlint</p>
+
+<h1 id="category">Category</h1>
+
+<p>Test</p>
+
+<h1 id="description">Description</h1>
+
+<p><a href="https://github.com/zaach/jsonlint">jsonlint</a> lints JSON.</p>
+
+<h1 id="environment-variables">Environment Variables</h1>
+
+<p>None</p>
+
+<h1 id="options">Options</h1>
+
+<table class="table table-bordered table-striped">
+ <thead>
+ <tr>
+ <th style="text-align: left">Option</th>
+ <th style="text-align: left">Notes</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td style="text-align: left"><code>--jsonlint=<file></code></td>
+ <td style="text-align: left">Location of the <code>jsonlint</code>
binary if it is not on the path</td>
+ </tr>
+ </tbody>
+</table>
+
+<h1 id="docker-notes">Docker Notes</h1>
+
+<p>None</p>
+
+<h1 id="developer-notes">Developer Notes</h1>
+
+<p>None</p>
diff --git a/downloads/releasenotes/0.14.0/CHANGELOG.0.14.0/index.html
b/downloads/releasenotes/0.14.0/CHANGELOG.0.14.0/index.html
index f792ee02..8d80aa8a 100644
--- a/downloads/releasenotes/0.14.0/CHANGELOG.0.14.0/index.html
+++ b/downloads/releasenotes/0.14.0/CHANGELOG.0.14.0/index.html
@@ -122,7 +122,7 @@
-->
<h1 id="apache-yetus-changelog">Apache Yetus Changelog</h1>
-<h2 id="release-0140---unreleased-as-of-2022-04-26">Release 0.14.0 -
Unreleased (as of 2022-04-26)</h2>
+<h2 id="release-0140---unreleased-as-of-2022-04-30">Release 0.14.0 -
Unreleased (as of 2022-04-30)</h2>
<h3 id="important-issues">IMPORTANT ISSUES:</h3>
@@ -251,6 +251,22 @@
<td style="text-align: left">Allen Wittenauer</td>
<td style="text-align: left">Allen Wittenauer</td>
</tr>
+ <tr>
+ <td style="text-align: left"><a
href="https://issues.apache.org/jira/browse/YETUS-1060">YETUS-1060</a></td>
+ <td style="text-align: left">github status should use htmlreport</td>
+ <td style="text-align: left">Major</td>
+ <td style="text-align: left">Precommit</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ </tr>
+ <tr>
+ <td style="text-align: left"><a
href="https://issues.apache.org/jira/browse/YETUS-1166">YETUS-1166</a></td>
+ <td style="text-align: left">Add jsonlint support</td>
+ <td style="text-align: left">Major</td>
+ <td style="text-align: left">Precommit</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ </tr>
</tbody>
</table>
@@ -557,6 +573,14 @@
<td style="text-align: left">Allen Wittenauer</td>
<td style="text-align: left">Allen Wittenauer</td>
</tr>
+ <tr>
+ <td style="text-align: left"><a
href="https://issues.apache.org/jira/browse/YETUS-1168">YETUS-1168</a></td>
+ <td style="text-align: left">Minor bugs in bufcompat and buflint</td>
+ <td style="text-align: left">Major</td>
+ <td style="text-align: left">Precommit</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ <td style="text-align: left">Allen Wittenauer</td>
+ </tr>
</tbody>
</table>
diff --git a/project-reports.html b/project-reports.html
index 87b79484..28685a80 100644
--- a/project-reports.html
+++ b/project-reports.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from
org.apache.maven.plugins:maven-site-plugin:3.9.1:CategorySummaryDocumentRenderer
at 2022-04-26
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from
org.apache.maven.plugins:maven-site-plugin:3.9.1:CategorySummaryDocumentRenderer
at 2022-04-30
| Rendered using Apache Maven Default Skin
-->
@@ -25,7 +25,7 @@
</div>
<div id="breadcrumbs">
<div class="xleft">
- <span id="publishDate">Last Published: 2022-04-26</span>
+ <span id="publishDate">Last Published: 2022-04-30</span>
 | <span id="projectVersion">Version: 0.14.0-SNAPSHOT</span>
</div>
<div class="xright"><a href="./" title="Apache Yetus Project">Apache
Yetus Project</a> </div>