This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 29eeedf Quick fix, removing commented out code.
add dbf2cd4 [BEAM-4302] Add Jenkins job to check Beam dependencies and
generate report
new d1b08de Merge pull request #5406: [BEAM-4302] add beam dependency
checks
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:
.../dependency_check/bigquery_client_utils.py | 148 +++++++++++
.../dependency_check_report_generator.py | 289 +++++++++++++++++++++
.../dependency_check_report_generator_test.py | 132 ++++++++++
.../jenkins/dependency_check/generate_report.sh | 72 +++++
...Snapshot.groovy => job_Dependency_Check.groovy} | 59 +++--
build.gradle | 7 +
sdks/python/build.gradle | 9 +
...{run_tox_cleanup.sh => run_dependency_check.sh} | 37 ++-
8 files changed, 709 insertions(+), 44 deletions(-)
create mode 100644
.test-infra/jenkins/dependency_check/bigquery_client_utils.py
create mode 100644
.test-infra/jenkins/dependency_check/dependency_check_report_generator.py
create mode 100644
.test-infra/jenkins/dependency_check/dependency_check_report_generator_test.py
create mode 100755 .test-infra/jenkins/dependency_check/generate_report.sh
copy .test-infra/jenkins/{job_Release_Gradle_NightlySnapshot.groovy =>
job_Dependency_Check.groovy} (56%)
copy sdks/python/scripts/{run_tox_cleanup.sh => run_dependency_check.sh} (50%)