This is an automated email from the ASF dual-hosted git repository.
aw pushed a change to branch YETUS-1034-release
in repository https://gitbox.apache.org/repos/asf/yetus.git.
from 097eee1 YETUS-1044. jars are not getting signed with build-and-sign
(#173)
new 168194c YETUS-1046. remove jython releasedocmaker and shelldocs (#174)
new 27c6f54 YETUS-1056. blanks gives wrong advice (#181)
new af2efc1 YETUS-1047. Replace yetus-minimaven-plugin with
yetus-maven-plugin (#175)
new 0ae897d YETUS-1050. perlcritic should not force --brutal (#176)
new 776481b YETUS-889. change golangci-lint to give all output (#177)
new 3b0e098 YETUS-1053. Add Apache Creadur RAT to the docker image (#179)
new 89dede6 YETUS-1055. Add test code for yetuslib (#180)
new 19e57f3 YETUS-1043. github action website linkchecker doesn't work
for releases (#182)
new 93fd431 YETUS-1061. remove github user and password support (#183)
new 879f861 YETUS-1061. remove github user and password support
(addendum) (#187)
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
asf-site-src/pom.xml | 2 +-
.../in-progress/precommit/bugsystems.html.md | 14 +-
.../precommit/plugins/asflicense.html.md | 6 +-
.../in-progress/precommit/plugins/github.html.md | 2 -
.../precommit/plugins/golangcilint.html.md | 2 +-
.../in-progress/releasedocmaker.html.md | 3 +-
.../in-progress/yetus-maven-plugin.html.md | 82 +-----
pom.xml | 4 +-
precommit/pom.xml | 2 +-
precommit/src/main/shell/core.d/00-yetuslib.sh | 12 +-
.../src/main/shell/test-patch-docker/Dockerfile | 12 +
.../src/main/shell/test-patch.d/asflicense.sh | 4 +-
precommit/src/main/shell/test-patch.d/blanks.sh | 2 +-
precommit/src/main/shell/test-patch.d/github.sh | 28 ---
precommit/src/main/shell/test-patch.d/golangci.sh | 6 +-
.../src/main/shell/test-patch.d/perlcritic.sh | 4 +-
.../src/main/shell/test-patch.d/shellcheck.sh | 4 +
.../src/test/resources/arrayfiletest.txt | 4 +
.../src/test/shell/functions_test_helper.bash | 5 +-
precommit/src/test/shell/run-bats.sh | 2 +-
precommit/src/test/shell/yetus_abs.bats | 66 +++++
.../src/test/shell/yetus_add_array_element.bats | 1 +
precommit/src/test/shell/yetus_array_contains.bats | 1 +
.../shell/yetus_array_to_comma.bats} | 35 ++-
.../src/test/shell/yetus_del_array_element.bats | 5 +-
...array_element.bats => yetus_file_to_array.bats} | 29 +--
.../test/shell/yetus_find_deepest_directory.bats | 74 ++++++
precommit/src/test/shell/yetus_relative_dir.bats | 69 ++++++
...tains.bats => yetus_sort_and_unique_array.bats} | 47 ++--
...s_array_contains.bats => yetus_sort_array.bats} | 51 ++--
releasedocmaker/pom.xml | 58 +----
.../src/main/assemblies/jar-with-dependencies.xml | 46 ----
.../yetus/releasedocmaker/ReleaseDocMaker.java | 62 -----
shelldocs/pom.xml | 52 +---
.../java/org/apache/yetus/shelldocs/ShellDocs.java | 62 -----
website-tester.sh | 2 +-
yetus-dist/pom.xml | 2 +-
yetus-maven-plugin/pom.xml | 67 -----
.../src/main/assemblies/yetus-maven-plugin.xml | 44 ----
.../maven/plugin/fileops/CreateSymLinkMojo.java | 0
.../yetus/maven/plugin/fileops/MakeBins4Libs.java | 0
.../maven/plugin/rdm/ReleaseDocMakerMojo.java | 274 ---------------------
.../yetus/maven/plugin/rdm/package-info.java | 22 --
.../maven/plugin/shelldocs/ShellDocsMojo.java | 106 --------
.../yetus/maven/plugin/shelldocs/package-info.java | 22 --
.../org/apache/yetus/maven/plugin/utils/Utils.java | 137 -----------
.../yetus/maven/plugin/utils/package-info.java | 22 --
.../src/main/resources/licenses/ASL20.txt | 0
yetus-minimaven-plugin/pom.xml | 88 -------
.../yetus/maven/plugin/fileops/package-info.java | 22 --
50 files changed, 368 insertions(+), 1298 deletions(-)
copy yetus-minimaven-plugin/src/main/resources/licenses/ASL20.txt =>
precommit/src/test/resources/arrayfiletest.txt (99%)
create mode 100755 precommit/src/test/shell/yetus_abs.bats
copy precommit/src/{main/shell/personality/bigtop.sh =>
test/shell/yetus_array_to_comma.bats} (64%)
copy precommit/src/test/shell/{yetus_add_array_element.bats =>
yetus_file_to_array.bats} (61%)
create mode 100755 precommit/src/test/shell/yetus_find_deepest_directory.bats
create mode 100755 precommit/src/test/shell/yetus_relative_dir.bats
copy precommit/src/test/shell/{yetus_array_contains.bats =>
yetus_sort_and_unique_array.bats} (50%)
copy precommit/src/test/shell/{yetus_array_contains.bats =>
yetus_sort_array.bats} (50%)
delete mode 100644
releasedocmaker/src/main/assemblies/jar-with-dependencies.xml
delete mode 100644
releasedocmaker/src/main/java/org/apache/yetus/releasedocmaker/ReleaseDocMaker.java
delete mode 100644
shelldocs/src/main/java/org/apache/yetus/shelldocs/ShellDocs.java
delete mode 100644
yetus-maven-plugin/src/main/assemblies/yetus-maven-plugin.xml
rename {yetus-minimaven-plugin =>
yetus-maven-plugin}/src/main/java/org/apache/yetus/maven/plugin/fileops/CreateSymLinkMojo.java
(100%)
rename {yetus-minimaven-plugin =>
yetus-maven-plugin}/src/main/java/org/apache/yetus/maven/plugin/fileops/MakeBins4Libs.java
(100%)
delete mode 100644
yetus-maven-plugin/src/main/java/org/apache/yetus/maven/plugin/rdm/ReleaseDocMakerMojo.java
delete mode 100644
yetus-maven-plugin/src/main/java/org/apache/yetus/maven/plugin/rdm/package-info.java
delete mode 100644
yetus-maven-plugin/src/main/java/org/apache/yetus/maven/plugin/shelldocs/ShellDocsMojo.java
delete mode 100644
yetus-maven-plugin/src/main/java/org/apache/yetus/maven/plugin/shelldocs/package-info.java
delete mode 100644
yetus-maven-plugin/src/main/java/org/apache/yetus/maven/plugin/utils/Utils.java
delete mode 100644
yetus-maven-plugin/src/main/java/org/apache/yetus/maven/plugin/utils/package-info.java
rename {yetus-minimaven-plugin =>
yetus-maven-plugin}/src/main/resources/licenses/ASL20.txt (100%)
delete mode 100644 yetus-minimaven-plugin/pom.xml
delete mode 100644
yetus-minimaven-plugin/src/main/java/org/apache/yetus/maven/plugin/fileops/package-info.java