42755a5b6531463bedb8f861579af5bc1f93c96d | Author: João Reis <joaoreis@apache.org>
| 2024-11-07 14:41:11+00:00
Autolink CASSGO JIRA issues
Autolink JIRA issues is enabled for the CASSANDRA project but not the new CASSGO project.
This patch enables autolink for CASSGO issues while keeping the autolink for CASSANDRA issues since there's existing commits that reference them (and for potential future tickets that overlap between both projects).
Patch by João Reis; Reviewed by Mick Semb Wever for CASSGO-31
47886e5b59559ed1fde9c48363fbe4be352fe76b | Author: João Reis <joaoreis@apache.org>
| 2024-10-24 13:34:47+01:00
Update CONTRIBUTING.md
The section for the commit message format is too generic,
so this commit adds more details and a clear example of
how a commit message should be structured.
This commit also makes it clear in CONTRIBUTING.md that
JIRA should be used instead of GH issues and encourages
contributors to seek feedback and discussion on the proposed
changes early.
patch by João Reis; reviewed by Mick Semb Wever and Martin Sucha for CASSGO-10
253be521e1142cf4f0ef8fe30310c4e7675715f2 | Author: mck <mck@apache.org>
| 2024-10-10 19:38:10+02:00
Add Bogdan-Ciprian Rusu as agreed to donate contributions to ASF
ref: https://github.com/apache/cassandra-gocql-driver/issues/1751#issuecomment-2370352287
patch by Mick Semb Wever; reviewed by João Reis for CASSANDRA-19723
b9fa942f668cee8b839bc7a627651c18064b5c6c | Author: João Reis <joao.r.reis@outlook.com>
| 2023-04-11 15:53:11+01:00
Debounce ring refresh requests
- Ring refresh can be requested by topology event handler and control connection reconnections
937f39c5e9b961335535ea4cfeb7b9e5f19b6e9b | Author: João Reis <joao.r.reis@outlook.com>
| 2023-03-27 16:47:42+01:00
make GetHosts() query system.local
- remove Conn.localHostInfo() and add Session.hostInfoFromIter()
- add ringDescriber.getLocalHostInfo()
- remove local host from ringDescriber.getClusterPeerInfo() returned slice
- make ringDescriber.GetHosts() call ringDescriber.getLocalHostInfo() in addition to ringDescriber.getClusterPeerInfo()