This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push: new 45c5b42 Add cassandra-ccm and cassandra-spark-connector to contribulyze 45c5b42 is described below commit 45c5b42649e9d929812e9b9c94d04b7ac8ef1308 Author: Mick Semb Wever <m...@apache.org> AuthorDate: Sat Mar 29 11:32:23 2025 +0100 Add cassandra-ccm and cassandra-spark-connector to contribulyze --- contribulyze/contribulyze.aliases | 3 ++- contribulyze/contribulyze.sh | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/contribulyze/contribulyze.aliases b/contribulyze/contribulyze.aliases index caa5ed7..193a2fb 100644 --- a/contribulyze/contribulyze.aliases +++ b/contribulyze/contribulyze.aliases @@ -65,7 +65,8 @@ Philip Thompson,ptnapoleon,pthompson,philipthompson Rick Branson,rbranson Robert Coli,rcoli,Rob Coli Robert Stupp,rstupp,snazy -Sam Tunnicliffe,Sam Tunnecliffe,beobal,samt,stunnicliffe,Sam Tinnicliffe +Sam Tunnicliffe,Sam Tunnecliffe,beobal,samt,stunnicliffe,Sam Tinnicliffe +Samuel Lightfoot,samueldlightfoot Sankalp Kohli,Kohlisankalp Siyao (Jane) He,Jane He,janehe Stefania Alborghetti,Stefania diff --git a/contribulyze/contribulyze.sh b/contribulyze/contribulyze.sh index fb34bc6..509f900 100755 --- a/contribulyze/contribulyze.sh +++ b/contribulyze/contribulyze.sh @@ -13,7 +13,7 @@ mkdir -p /tmp/contribulyze-repos mkdir -p /tmp/contribulyze-html cd /tmp/contribulyze-repos -repos=("https://github.com/apache/cassandra.git" "https://github.com/apache/cassandra-dtest.git" "https://github.com/apache/cassandra-builds.git" "https://github.com/apache/cassandra-in-jvm-dtest-api.git" "https://github.com/apache/cassandra-harry.git" "https://github.com/apache/cassandra-website.git" "https://github.com/apache/cassandra-java-driver.git" "https://github.com/apache/cassandra-gocql-driver.git" "https://github.com/datastax/python-driver.git" "https://github.com/apache/cassa [...] +repos=("https://github.com/apache/cassandra.git" "https://github.com/apache/cassandra-dtest.git" "https://github.com/apache/cassandra-builds.git" "https://github.com/apache/cassandra-in-jvm-dtest-api.git" "https://github.com/apache/cassandra-harry.git" "https://github.com/apache/cassandra-website.git" "https://github.com/apache/cassandra-java-driver.git" "https://github.com/apache/cassandra-gocql-driver.git" "https://github.com/datastax/python-driver.git" "https://github.com/apache/cassa [...] # the different groups we want separate contribulyze reports on. note '..' refers to everything. groups=('..' 'website_and_docs' 'build_and_tools' 'packaging_and_release' 'test_and_ci' 'cassandra_src' 'drivers' 'python-driver' 'cassandra-sidecar' 'cassandra-analytics' 'cassandra-accord') @@ -48,7 +48,7 @@ for group in ${groups[*]} ; do ;; "test_and_ci") - groupings=("cassandra/.circleci" "cassandra/.jenkins" "cassandra/test" "cassandra/pylib/cqlshlib/test" "cassandra-dtest" "cassandra-in-jvm-dtest-api" "cassandra-harry" "cassandra-builds/build-scripts") + groupings=("cassandra/.circleci" "cassandra/.jenkins" "cassandra/test" "cassandra/pylib/cqlshlib/test" "cassandra-dtest" "cassandra-in-jvm-dtest-api" "cassandra-harry" "cassandra-builds/build-scripts" "cassandra-ccm") ;; "cassandra_src") @@ -69,7 +69,7 @@ for group in ${groups[*]} ; do ;; "cassandra-analytics") - groupings=("cassandra-analytics") + groupings=("cassandra-analytics" "cassandra-spark-connector") ;; "cassandra-accord") --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org