David Capwell packaging_and_release all time


 27 Collaborator
Brandon Williams , Mick Semb Wever , Štefan Miklošovič , Berenguer Blasi , Ekaterina Dimitrova , Benjamin Lerer , Josh McKenzie , Marcus Eriksson , Adam Holmberg , Alex Petrov , Dinesh Joshi , Caleb Rackliffe , Jacek Lewandowski , Yifan Cai , Jon Meredith , Jon Haddad , Andy Tolbert , Abe Ratnofsky , Patrick Bannister , michaelsembwever , kamlesh-ghoradkar , dritfx , claudenw , Stephen Mallette , Kamlesh Ghoradkar , Justin Chu , Claude Warren, Jr

 6 Patch  29 Review
3409e5d9b341de2114d6410225922843539d4172, 91bcbb28733437a7a5fedb16984d4de2fa70b049, 3409e5d9b341de2114d6410225922843539d4172, 4b3f07fc74089151efeff7a8fdfa9c414a1f0d6a, 038271cc6f0dda7ca45dd3a4c52fcfd23daa2107, 51e762c5dbe63ac5bdd853945ce6462772e59820 ebddf7792411d1fdd62666e99cb89174ccaf630c, cb71f2395896d29fd1f7d248cf48c69cb12c0411, 8abbfc1fc5244e5686de0d04a1f71a004204030f, b2b1b46486ac0f9c3e5293aa1f6a3dd821278f8f, f7b3317379dc13aa62eb442741423a3300f0f8c6, 4e0fccc3ed1fded5ad72dfdfcad37a5ccdfc9a24, bf9a1d487b9ba469e8d740cf7d1cd419535a7e79, fe0e04c2319afab958b3da83e7b54c84bced9dc2, c51a7c66fc21ca2da08b89ae5f9b4817ee4d8c23, 7637acc3d762047f2a478855eb4d239b4f314cd8, 919a8964a83511d96766c3e53ba603e77bca626c, 83e1e9e45193322f18f57aa7cc4ad31d9d5a152d, 00c22232d96b6e592fb1d1f32a6b649b49eceb34, 58f5301e78d7f7adbbe4b3c6d0528b1bcb4c27bc, 592cbeaab09e7e959dfaea591d4afe7c1613e3db, 85f113bce38278653ffca5139cd7871aee7fe786, 1e27ffc6aded5b54b0207b114b154cffbc64dda5, 5bb4bab12f8edfef95ed13cbabf8c0f377986065, 44ace88585f2aefc322465ed6b6f6ad5bfd5bb34, c44dfab9b5b62820d70aba062ba3c9b9117912db, ad16aa17637b144d114ffc8022aa24b4e98d6a21, 6a45728b089f431338d907d135df909aac9aacae, a3258d66bcc9f946304c19d59e75d2721126303e, a0af091a5cbceeaa2b8f724b1790b61ef512b033, cb71f2395896d29fd1f7d248cf48c69cb12c0411, 0700d795bcc4d79c3f2e52872ac865fa735917d8, ed62641748fbea4c98d16ea4fe386450475fdac9, bf9a1d487b9ba469e8d740cf7d1cd419535a7e79, 28cb8fbc19c72488f2baa5decaed8bab8c5d0dd5

fe0e04c2319afab958b3da83e7b54c84bced9dc2 | Author: Jacek Lewandowski <lewandowski.jacek@gmail.com>
 | 2023-04-25 15:33:48+02:00

    Fix sstable formats configuration
    
    - refactored sstable format configuration
    - sstable formats are discovered via ServiceLoader
    - options configuration for sstable formats can be included in yaml
    - yaml may include selected sstable format and version (version is not yet supported)
    - auto saved caches refactored - they include additional metadata component which contains necessary mappings
    
    patch by Jacek Lewandowski; reviewed by David Capwell for CASSANDRA-18441

58f5301e78d7f7adbbe4b3c6d0528b1bcb4c27bc | Author: Mick Semb Wever <mck@apache.org>
 | 2023-03-27 17:26:14+02:00

    ninja-fix stick affinity, and exclude it everywhere where it would pull in the imported boms
    
     patch by Mick Semb Wever; tested by David Capwell for CASSANDRA-18049

592cbeaab09e7e959dfaea591d4afe7c1613e3db | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2023-03-13 12:25:46+01:00

    Remove org.apache.cassandra.hadoop code
    
    patch by Stefan Miklosovic; reviewed by David Capwell and Brandon Williams for CASSANDRA-18323

1e27ffc6aded5b54b0207b114b154cffbc64dda5 | Author: Abe Ratnofsky <abe@aber.io>
 | 2022-08-24 13:23:09-07:00

    Remove dependency on Maven Ant Tasks
    
    patch by Abe Ratnofsky; reviewed by David Capwell, Michael Semb Wever for CASSANDRA-17750

85f113bce38278653ffca5139cd7871aee7fe786 | Author: Claude Warren, Jr <claude.warren@aiven.io>
 | 2022-08-19 07:42:25+01:00

    Add pull request template and modify README to include Jira and mailing list link
    
    patch by claudenw; reviewed by dritfx, dcapwell, josh-mckenzie, michaelsembwever and smiklosovic for CASSANDRA-17837

ebddf7792411d1fdd62666e99cb89174ccaf630c | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2022-08-11 22:39:17+02:00

    Improve libjemalloc resolution in bin/cassandra
    
    patch by Stefan Miklosovic; reviewed by Brandon Williams and David Capwell for CASSANDRA-15767

3409e5d9b341de2114d6410225922843539d4172 | Author: David Capwell <dcapwell@apache.org>
 | 2022-04-22 18:35:26-07:00

    Enhance SnakeYAML properties to be reusable outside of YAML parsing, support camel case conversion to snake case, and add support to ignore properties
    
    patch by David Capwell; reviewed by Caleb Rackliffe, Stefan Miklosovic for CASSANDRA-17166

3409e5d9b341de2114d6410225922843539d4172 | Author: David Capwell <dcapwell@apache.org>
 | 2022-04-22 18:35:26-07:00

    Enhance SnakeYAML properties to be reusable outside of YAML parsing, support camel case conversion to snake case, and add support to ignore properties
    
    patch by David Capwell; reviewed by Caleb Rackliffe, Stefan Miklosovic for CASSANDRA-17166

c51a7c66fc21ca2da08b89ae5f9b4817ee4d8c23 | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
 | 2022-02-05 17:15:18-05:00

    Bulk change of units around the code to support the move to the new configuration framework
    patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe, David Capwell, Michael Semb Wever and Benjamin Lerer for CASSANDRA-15234

a3258d66bcc9f946304c19d59e75d2721126303e | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
 | 2022-02-01 17:14:17-05:00

    Transfer parameters to the newly introduced configuration framework (1)
    patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe, David Capwell, Michael Semb Wever and Benjamin Lerer for CASSANDRA-15234

5bb4bab12f8edfef95ed13cbabf8c0f377986065 | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
 | 2022-01-31 21:51:49-05:00

    DataRate parameters transition to the new framework
    Fix the DB descriptorRefTest which failed on the previous commit
    patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe, David Capwell, Michael Semb Wever and Benjamin Lerer for CASSANDRA-15234

44ace88585f2aefc322465ed6b6f6ad5bfd5bb34 | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
 | 2021-11-15 17:30:45-05:00

    internode_send_buff_size_in_bytes and internode_recv_buff_size_in_bytes have new names. Backward compatibility with the old names added
    patch by Ekaterina Dimitrova; reviewed by David Capwell for CASSANDRA-17141

4b3f07fc74089151efeff7a8fdfa9c414a1f0d6a | Author: David Capwell <dcapwell@apache.org>
 | 2021-08-20 12:07:44-07:00

    allow blocking IPs from updating metrics about traffic
    
    patch by David Capwell; reviewed by Benjamin Lerer, Caleb Rackliffe, Jon Meredith for CASSANDRA-16859

a0af091a5cbceeaa2b8f724b1790b61ef512b033 | Author: kamlesh-ghoradkar <>
 | 2021-06-01 12:46:55-04:00

    CQL shell should prefer newer TLS version by default
    patch by Kamlesh Ghoradkar; reviewed by Ekaterina Dimitrova, Adam Holmberg, David Capwell, Justin Chu and Brandon Williamms for CASSANDRA-16695

ad16aa17637b144d114ffc8022aa24b4e98d6a21 | Author: Mick Semb Wever <mck@apache.org>
 | 2021-04-23 14:56:00+02:00

    Provide a better failure message when the rat check fails
    
     patch by Mick Semb Wever; reviewed by David Capwell, Ekaterina Dimitrova for CASSANDRA-16620

038271cc6f0dda7ca45dd3a4c52fcfd23daa2107 | Author: David Capwell <dcapwell@apache.org>
 | 2021-04-15 12:04:57-07:00

    Use source release of python driver from pip rather than GitHub
    
    patch by David Capwell; reviewed by Adam Holmberg, Michael Semb Wever for CASSANDRA-16599

51e762c5dbe63ac5bdd853945ce6462772e59820 | Author: David Capwell <dcapwell@apache.org>
 | 2021-04-07 11:12:37-07:00

    When behind a firewall trunk is not buildable, need to allow overriding URLs
    
    patch by David Capwell; reviewed by Brandon Williams, Jon Meredith, Michael Semb Wever for CASSANDRA-16563

c44dfab9b5b62820d70aba062ba3c9b9117912db | Author: Marcus Eriksson <marcuse@apache.org>
 | 2021-04-07 10:23:18+02:00

    Add JStackJUnitTask to avoid downloading the jar
    
    Patch by marcuse; reviewed by Brandon Williams, David Capwell, Michael Semb Wever for CASSANDRA-16570

6a45728b089f431338d907d135df909aac9aacae | Author: Marcus Eriksson <marcuse@apache.org>
 | 2021-04-07 10:23:18+02:00

    Add JStackJUnitTask to avoid downloading the jar
    
    Patch by marcuse; reviewed by Brandon Williams, David Capwell, Michael Semb Wever for CASSANDRA-16570

7637acc3d762047f2a478855eb4d239b4f314cd8 | Author: Jon Meredith <jmeredithco@apple.com>
 | 2021-01-07 13:10:53-08:00

    SSLFactory should initialize SSLContext before setting protocols
    
    patch by Jon Meredith; reviewed by David Capwell, Dinesh Joshi for CASSANDRA-16362

cb71f2395896d29fd1f7d248cf48c69cb12c0411 | Author: Adam Holmberg <adam.holmberg@datastax.com>
 | 2020-12-16 15:08:37-08:00

    cqlsh row_id resets on page boundaries
    
    patch by Adam Holmberg; reviewed by Brandon Williams, David Capwell for CASSANDRA-16160

cb71f2395896d29fd1f7d248cf48c69cb12c0411 | Author: Adam Holmberg <adam.holmberg@datastax.com>
 | 2020-12-16 15:08:37-08:00

    cqlsh row_id resets on page boundaries
    
    patch by Adam Holmberg; reviewed by Brandon Williams, David Capwell for CASSANDRA-16160

919a8964a83511d96766c3e53ba603e77bca626c | Author: Jon Meredith <jmeredithco@apple.com>
 | 2020-12-02 15:33:36-08:00

    Bring back the accepted encryption protocols list as configurable option
    
    patch by Jon Meredith; reviewed by Berenguer Blasi, David Capwell, Dinesh Joshi for CASSANDRA-13325

0700d795bcc4d79c3f2e52872ac865fa735917d8 | Author: Berenguer Blasi <berenguerblasi@gmail.com>
 | 2020-11-05 15:12:56-08:00

    Circleci should run cqlshlib tests as well
    
    patch by Berenguer Blasi; reviewed by David Capwell, Ekaterina Dimitrova for CASSANDRA-16121

83e1e9e45193322f18f57aa7cc4ad31d9d5a152d | Author: Yifan Cai <yc25code@gmail.com>
 | 2020-10-06 08:54:17-07:00

    in-jvm dtest now exposes stdout and stderr for nodetool
    
    patch by Yifan Cai; reviewed by Alex Petrov, David Capwell for CASSANDRA-16057

91bcbb28733437a7a5fedb16984d4de2fa70b049 | Author: David Capwell <dcapwell@apache.org>
 | 2020-09-15 15:16:39-07:00

    Add a new jmxtool which can dump what JMX objects exist and diff
    
    patch by David Capwell, Stephen Mallette; reviewed by Berenguer Blasi, Jon Meredith for CASSANDRA-16082

00c22232d96b6e592fb1d1f32a6b649b49eceb34 | Author: Stefan Miklosovic <stefan.miklosovic@instaclustr.com>
 | 2020-08-17 19:05:26+02:00

    FQL replay should have options to ignore DDL statements
    
    Patch by Stefan Miklosovic; reviewed by David Capwell and Marcus Eriksson
    for CASSANDRA-16039

8abbfc1fc5244e5686de0d04a1f71a004204030f | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
 | 2020-08-04 14:30:28-04:00

    Fix unicode characters in cqlsh input
    
    Patch by Ekaterina Dimitrova, reviewed by dcapwell and brandonwilliams
    for CASSANDRA-15990

28cb8fbc19c72488f2baa5decaed8bab8c5d0dd5 | Author: mck <mck@apache.org>
 | 2020-04-30 18:22:19+02:00

    Generate Jenkins Test Results Report in plaintext
    
     The cassandra-test-report.sh script delegates to a docker image that has the saxonb-xslt and html2text tools available.
     (Using xslt inside of ant, ie with xalan, wasn't practical due to the size of the test xml report)
    
     patch by Mick Semb Wever; reviewed by David Capwell for CASSANDRA-1572

ed62641748fbea4c98d16ea4fe386450475fdac9 | Author: Mick Semb Wever <mck@apache.org>
 | 2020-04-29 21:07:33+02:00

    Use different package names for the cqlsh-tests matrix values, so final aggregated test reports are distinguished
    
     patch by Mick Semb Wever; reviewed by David Capwell for CASSANDRA-15729

f7b3317379dc13aa62eb442741423a3300f0f8c6 | Author: Dinesh A. Joshi <dinesh.joshi@apple.com>
 | 2020-02-18 17:48:47-08:00

    Update to Python driver 3.21 for cqlsh
    
    Patch by Dinesh Joshi; reviewed by Jon Haddad, Andy Tolbert and David Capwell for CASSANDRA-14872

4e0fccc3ed1fded5ad72dfdfcad37a5ccdfc9a24 | Author: Dinesh A. Joshi <dinesh.joshi@apple.com>
 | 2020-02-17 16:38:28-08:00

    Fix missing Keyspaces in cqlsh describe output
    
    Patch by Dinesh Joshi; reviewed by Jon Haddad and David Capwell for CASSANDRA-15576

b2b1b46486ac0f9c3e5293aa1f6a3dd821278f8f | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2020-02-14 13:16:45-06:00

    Allow EXTRA_CLASSPATH to work on tar/source installations
    
    Patch by brandonwillams, reviewed by David Capwell for CASSANDRA-15567

bf9a1d487b9ba469e8d740cf7d1cd419535a7e79 | Author: Patrick Bannister <ptbannister@gmail.com>
 | 2018-05-02 23:12:45+00:00

    Make cqlsh and cqlshlib Python 2 & 3 compatible
    
    Patch by Patrick Bannister; reviewed by Dinesh Joshi, Andy Tolbert and David Capwell for CASSANDRA-10190

bf9a1d487b9ba469e8d740cf7d1cd419535a7e79 | Author: Patrick Bannister <ptbannister@gmail.com>
 | 2018-05-02 23:12:45+00:00

    Make cqlsh and cqlshlib Python 2 & 3 compatible
    
    Patch by Patrick Bannister; reviewed by Dinesh Joshi, Andy Tolbert and David Capwell for CASSANDRA-10190