This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git
from 3a55452 simplify step #2 in Local Build and Checks
add cf1fbb4 FINERACT-2528: fix Whimsy footer checks and document local
verification
add 8486500 FINERACT-2528: refine README guidance for local Whimsy
verification
add 8aeaa5c FINERACT-2528: fix whimsy footer link detection and add local
whimsy-checks command
add 20a00e5 FINERACT-2528: reverted privacy as not part of failing checks
add a67294e FINERACT-2528: Add standalone Ruby script extracted from
whimsy's site-scan.rb
add bc56157 small whitespace fixes
add e6da2f0 refer to remote whimsy checks instead
add 0e2a603 FINERACT-2528: Add unit tests for whimsy checks and daily
whimsy monitoring workflow
add 4ab0043 FINERACT-2528: Add test to CI and move whimsy daily check to
scripts
add 751def5 FINERACT-2528: add Whimsy JSON check helper
new 95c3d89 Merge pull request #56 from
mansi75/FINERACT-2528-whimsy-check-fix
The 1 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/site-pr-check.yml | 7 +
.github/workflows/whimsy-daily-check.yml | 19 ++
Dockerfile | 6 +
README.md | 6 +
scripts/check-whimsy-json.sh | 70 ++++++
scripts/run_whimsy_checks.rb | 235 ++++++++++++++++++
scripts/site-tool.sh | 18 ++
scripts/test_run_whimsy_checks.rb | 373 +++++++++++++++++++++++++++++
site-src/layouts/partials/home-footer.html | 4 +-
9 files changed, 736 insertions(+), 2 deletions(-)
create mode 100644 .github/workflows/whimsy-daily-check.yml
create mode 100755 scripts/check-whimsy-json.sh
create mode 100644 scripts/run_whimsy_checks.rb
create mode 100644 scripts/test_run_whimsy_checks.rb