You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sh...@apache.org on 2020/04/23 14:39:52 UTC

[incubator-ratis] branch master updated (1e909df -> 7c5ce2a)

This is an automated email from the ASF dual-hosted git repository.

shashikant pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git.


    from 1e909df  RATIS-841. Remove unnecessary exception checks in OrderedAsync#sendRequest. Contributed by Lokesh Jain.
     new bd5277e  RATIS-697. Provide helper scripts for code quality checks.
     new 42a09d1  adding github action hooks
     new 417d0aa  updated scripts based on the ozone version
     new 4ffe135  Merge remote-tracking branch 'origin/master' into RATIS-697
     new dfed664  enable github action workflows
     new 5ca1cdb  fix location of the docker definition
     new 1bcaa40  try to build outside of docker
     new 363e805  fix yaml file
     new 00b4ff0  run everything without docker
     new 3e58a8d  fix reporting of findbugs
     new 7c5ce2a  Merge pull request #38 from elek/RATIS-697

The 814 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:
 .github/workflows/post-commit.yml                  | 79 +++++++++++++++++++
 .github/workflows/pr.yml                           | 92 ++++++++++++++++++++++
 dev-support/checks/_mvn_unit_report.sh             | 92 ++++++++++++++++++++++
 .../bin/client.sh => dev-support/checks/author.sh  | 26 +++---
 .../bin/server.sh => dev-support/checks/build.sh   |  9 ++-
 dev-support/checks/checkstyle.sh                   | 55 +++++++++++++
 dev-support/checks/findbugs.sh                     | 44 +++++++++++
 .../bin/client.sh => dev-support/checks/rat.sh     | 26 +++---
 .../checks/shellcheck.sh                           | 30 ++++---
 .../bin/client.sh => dev-support/checks/unit.sh    | 28 +++----
 dev-support/checkstyle.xml                         |  1 -
 pom.xml                                            |  6 +-
 12 files changed, 425 insertions(+), 63 deletions(-)
 create mode 100644 .github/workflows/post-commit.yml
 create mode 100644 .github/workflows/pr.yml
 create mode 100755 dev-support/checks/_mvn_unit_report.sh
 copy ratis-examples/src/main/bin/client.sh => dev-support/checks/author.sh (67%)
 copy ratis-examples/src/main/bin/server.sh => dev-support/checks/build.sh (80%)
 create mode 100755 dev-support/checks/checkstyle.sh
 create mode 100755 dev-support/checks/findbugs.sh
 copy ratis-examples/src/main/bin/client.sh => dev-support/checks/rat.sh (63%)
 copy ratis-docs/dev-support/bin/generate-site.sh => dev-support/checks/shellcheck.sh (58%)
 copy ratis-examples/src/main/bin/client.sh => dev-support/checks/unit.sh (64%)