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 dca41c0 Add cassandra-cpp-driver and cassandra-python-driver to
contribulyze
dca41c0 is described below
commit dca41c006dbf39c6c258861eb9c4539d6020e180
Author: Mick Semb Wever <[email protected]>
AuthorDate: Sat Dec 20 13:49:14 2025 +0100
Add cassandra-cpp-driver and cassandra-python-driver to contribulyze
patch by Mick Semb Wever; reviewed by Jyothsna konisa
---
contribulyze/contribulyze.aliases | 3 ++-
contribulyze/contribulyze.sh | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/contribulyze/contribulyze.aliases
b/contribulyze/contribulyze.aliases
index 695acb7..e7e120b 100644
--- a/contribulyze/contribulyze.aliases
+++ b/contribulyze/contribulyze.aliases
@@ -54,7 +54,8 @@ Matthew Dennis,mdennis
Maxwell Guo,Maxwell-Guo,maxwellguo,xuanling.gc,cclive1601
Maxim Muzafarov,mmuzaf
Michael Kjellman,mkjellman
-Mick Semb Wever,Michael Semb Wever,Mck SembWever,Michael SembWever,Mck Semb
Wever,Mchael Semb Wever,Michaem Semb Wever
+Michael Penick,mpenick
+Mick Semb Wever,Michael Semb Wever,Mck SembWever,Michael SembWever,Mck Semb
Wever,Mchael Semb Wever,Michaem Semb Wever,Mick
Nate McCall,zznate,Nat McCall
Ningzi Zhan,ningzi.zhan
Oleksandr Luzhniy,tengu-alt
diff --git a/contribulyze/contribulyze.sh b/contribulyze/contribulyze.sh
index ea898f6..a35e3c3 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/apache/cassandra-sidecar.git"
"https://github.com/apache/cas [...]
+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/apache/cassandra-sidecar.git"
"https://github.com/apache/cas [...]
# 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' 'cassandra-sidecar'
'cassandra-analytics' 'cassandra-accord')
@@ -56,7 +56,7 @@ for group in ${groups[*]} ; do
;;
"drivers")
- groupings=("cassandra-java-driver" "cassandra-gocql-driver")
+ groupings=("cassandra-java-driver" "cassandra-gocql-driver"
"cassandra-cpp-driver" "cassandra-python-driver")
;;
"cassandra-sidecar")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]