This is an automated email from the ASF dual-hosted git repository.
pawarprasad123 pushed a change to branch ATLAS-5293
in repository https://gitbox.apache.org/repos/asf/atlas.git
from b02b1f082 ATLAS-5293: ATLAS UI: Add repo-wide Git hooks and dashboard
pre-commit/push verification
add 8440fd80b ATLAS-5293: ATLAS UI: Add repo-wide Git hooks and dashboard
pre-commit/push verification
No new revisions were added by this update.
Summary of changes:
.githooks/pre-commit | 17 +++++
.githooks/pre-push | 17 +++++
dashboard/.githooks/pre-commit | 17 +++++
dashboard/.githooks/pre-push | 17 +++++
dashboard/.husky/pre-commit | 17 +++++
dashboard/docs/GIT_HOOKS.md | 6 +-
dashboard/lint-staged.config.mjs | 17 +++++
dashboard/scripts/check-push-new-file-license.mjs | 80 ++++++++++++++++++++
.../scripts/check-staged-new-file-license.mjs | 65 +++++++---------
dashboard/scripts/git-precommit-verify.mjs | 17 +++++
dashboard/scripts/git-prepush-verify.mjs | 29 ++++++-
dashboard/scripts/install-git-hooks.mjs | 17 +++++
dashboard/scripts/lib/git-changed-files.mjs | 88 +++++++++++++++++++++-
dashboard/scripts/lib/license-header-policy.mjs | 51 ++++++++++++-
dashboard/scripts/lib/test-path-helpers.mjs | 17 +++++
.../scripts/lib/verify-dashboard-src-license.mjs | 77 +++++++++++++++++++
dashboard/scripts/run-precommit-local.mjs | 17 +++++
scripts/git-hooks/check-added-license-generic.mjs | 17 +++++
scripts/git-hooks/lib/extra-license-skip.mjs | 17 +++++
scripts/git-hooks/lib/git-helpers.mjs | 18 ++++-
scripts/git-hooks/run-precommit.mjs | 18 ++++-
scripts/git-hooks/run-prepush.mjs | 18 ++++-
scripts/git-hooks/syntax-check-staged.mjs | 17 +++++
23 files changed, 622 insertions(+), 49 deletions(-)
create mode 100644 dashboard/scripts/check-push-new-file-license.mjs
create mode 100644 dashboard/scripts/lib/verify-dashboard-src-license.mjs