Kevin Gallardo all time


 4 Collaborator
Brandon Williams , Olivier Michallat , Benjamin Lerer , David Capwell

 11 Patch
6ae65967a5ed789164192104a3e220980f952e1c, 6d343c59f275b1165be08e2256be878ac9b95fec, b6176906e71620b37920eaf84fa51516b046bdce, 25a963b8c4733774b19e1499697b940a6e17c5c9, 2eeee93751889b8ca73b5b0e9bfa43bc4ea5be27, 2c7e91ea09e9cd1b79dd5d434657cea5fc02e2c9, f76a2ed0de8961c12a8f6c35d36c4b18b1846710, aaefe1c54b0767ca43744a4e55d03e34a1027bb8, 9998ec8b62ce9c0913e7f4e7c3fbaeb6688a9370, 333811472e40043b7a345f5638ef0f03c10c05c6, 077532e25502affadb61ad55be9693b7731a25c9

6ae65967a5ed789164192104a3e220980f952e1c | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2020-04-02 12:01:41-04:00

    Fix tests expecting exceptions wrapped in RuntimeException.
    
    Patch by Kevin Gallardo, review by David Capwell and brandonwilliams for
    CASSANDRA-15683.

6d343c59f275b1165be08e2256be878ac9b95fec | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2020-03-23 16:42:00-04:00

    Add AssertJ test dependency.
    
    Patch by Kevin Gallardo, reviewed by David Capwell and brandon.williams
    for CASSANDRA-15631

b6176906e71620b37920eaf84fa51516b046bdce | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2020-03-12 15:35:05-04:00

    Use immutable map for Read/WriteFailure exception and fix flaky test
    
    patch by Kevin Gallardo; reviewed by Benjamin Lerer for CASSANDRA-15543

25a963b8c4733774b19e1499697b940a6e17c5c9 | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2019-05-30 11:32:53-04:00

    Fix mapper manual snippet
    
    The last code snippet was missing the `inventoryMapper` on which to call
    `productDao()`

2c7e91ea09e9cd1b79dd5d434657cea5fc02e2c9 | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2018-09-28 11:44:46-07:00

    Increase field visibility in RequestHandlerTestHarness
    
    This is useful if the class is extended in downstream projects.

aaefe1c54b0767ca43744a4e55d03e34a1027bb8 | Author: olim7t <omichallat+github@gmail.com>
 | 2018-09-06 09:38:18-07:00

    Extract utility method resolveExecutionProfile()
    
    Co-authored-by: Kevin Gallardo <kevin.gallardo@datastax.com>

2eeee93751889b8ca73b5b0e9bfa43bc4ea5be27 | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2018-06-20 16:33:46-04:00

    Add CcmBridge.dsetool() and reloadCore()

f76a2ed0de8961c12a8f6c35d36c4b18b1846710 | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2018-06-19 13:55:38-04:00

    Add a way to customize CcmBridge config in CcmRule

9998ec8b62ce9c0913e7f4e7c3fbaeb6688a9370 | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2018-06-11 16:30:23-04:00

    Implement new writeBytes variant in ByteBufPrimitiveCodec

077532e25502affadb61ad55be9693b7731a25c9 | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2018-05-23 15:36:45-04:00

    Fix typo in DriverConfig javadoc

333811472e40043b7a345f5638ef0f03c10c05c6 | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
 | 2018-05-14 17:18:17-04:00

    JAVA-1592: Expose request's total Frame size through API