João Reis drivers last 3 years


 1 Collaborator
Mick Semb Wever

 10 Patch  1 Review
355844408325df5045fc5b10d99737f24003042d, 7b7e6affbfddf36e9cbc1068e96ecb9c7cc0af18, 42755a5b6531463bedb8f861579af5bc1f93c96d, 47886e5b59559ed1fde9c48363fbe4be352fe76b, b9fa942f668cee8b839bc7a627651c18064b5c6c, 7d5429fe5cf9170bbd8f3a2b8c25b324cbbcca26, 937f39c5e9b961335535ea4cfeb7b9e5f19b6e9b, a841c1d66b3af338fcd1c79467bff27f37bc8630, a6278905740cec255bef2cfc1e859ce749dea487, f09c34029e6a9e73709947dcc4a3862072f2f8d6 253be521e1142cf4f0ef8fe30310c4e7675715f2

7b7e6affbfddf36e9cbc1068e96ecb9c7cc0af18 | Author: João Reis <joaoreis@apache.org>
 | 2024-11-08 14:32:40+00:00

    Add CASSGO-19 to CHANGELOG.md
    
    patch by João Reis; reviewed by Andy Tolbert for CASSGO-19

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

7d5429fe5cf9170bbd8f3a2b8c25b324cbbcca26 | Author: João Reis <joao.r.reis@outlook.com>
 | 2023-03-27 17:29:32+01:00

    Remove ringDescriber.getHostInfo() (unused)

a6278905740cec255bef2cfc1e859ce749dea487 | Author: João Reis <joao.r.reis@outlook.com>
 | 2023-03-27 17:24:41+01:00

    Always refresh ring on topology change

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()

a841c1d66b3af338fcd1c79467bff27f37bc8630 | Author: João Reis <joao.r.reis@outlook.com>
 | 2023-03-22 14:55:41+00:00

    Remove addNewNode function (unused)

f09c34029e6a9e73709947dcc4a3862072f2f8d6 | Author: João Reis <joao.r.reis@outlook.com>
 | 2023-03-22 14:51:58+00:00

    Always refresh ring when control connection reconnects

355844408325df5045fc5b10d99737f24003042d | Author: João Reis <joao.r.reis@outlook.com>
 | 2023-02-24 17:15:24+00:00

    fix dse builds on 4.x (#1625)