Vinay Chella all time


 17 Collaborator
Mick Semb Wever , Marcus Eriksson , Štefan Miklošovič , Ekaterina Dimitrova , Paulo Motta , Jason Brown , Ariel Weisberg , Yifan Cai , Dinesh Joshi , Chris Lohfink , Joey Lynch , Sumanth Pasupuleti , C. Scott Andreas , Andrew Tolbert , Melissa Logan , Per Otterström , vchella

 11 Patch  10 Review
dd974b4b5f7770b293fdd8e4e76d7043508abec4, 7d138e20ea987d44fffbc47de4674b253b7431ff, 9944d9e24b09ce4ed51c5082771e1b948fe1e698, f46762eeca9f5d7e32e731573a8c3e521b70fc05, f56871b88be1e8965f166769c12cfa43313bac74, 3d7471a56b7a58b41047ff704ebe4b0a89bda6f9, 95b2d0241c114fdb37f9b3e30c981ce7aa39e177, 35b22f57a03ce9e14865e335b4eb30fc11645a5c, 9c6aa8a76de24df75de73218c917571346cc509c, cb0375515cbbc591809b255eac0a9e56cf88d3ff, a15ed267d1977e38ba36d061139839fad7b865f2 f978bea272409109e312a27a121f849879650bdb, 43c19878e38fbe260f9e6143aa43836e85cf2f44, dd1c811f8796487f49e92ff4701917420caf49c0, d5e5c459f5c4c54c853b5fcfb5c2b3bfeee0d59c, 225fa868884bdda1c20e0fcef61628eb6d941fbe, 53db417b3cd918d61b9ca1a3662495c8a32605f1, 9e024b24702580e94e8cba36dd3c2984fdf4fa5b, 14485bd7ad649d9417b4320eab34631251545d0b, 2dc4b1d0077a6096d5f51aa0500159a7ec67e6d3, 30019477cb1813c5ae75bb7ff5186c2f6d02aecb

cb0375515cbbc591809b255eac0a9e56cf88d3ff | Author: Vinay Chella <vchella@netflix.com>
 | 2023-09-12 00:07:30-07:00

    BLOG - Updated author for Audit Logging blog post
    
    patch by Vinay Chella; reviewed by Erick Ramirez, ref: CASSANDRA-14835

f978bea272409109e312a27a121f849879650bdb | Author: Sumanth Pasupuleti <spasupuleti@netflix.com>
 | 2021-06-06 20:15:41-07:00

    Obfuscate passwords in statements in QueryEvents
    
    patch by Sumanth Pasupuleti; reviewed by Ekaterina Dimitrova, Stefan Miklosovic and Vinay Chella for CASSANDRA-16669

9e024b24702580e94e8cba36dd3c2984fdf4fa5b | Author: Melissa Logan <loganloganlogan@Logan-2018.local>
 | 2020-09-14 19:04:50-07:00

    Blog Cassandra Usage Report 2020
    
     patch by Melissa Logan; reviewed by Vinay Chella, Mick Semb Wever for CASSANDRA-16126

43c19878e38fbe260f9e6143aa43836e85cf2f44 | Author: yifan-c <yc25code@gmail.com>
 | 2020-05-21 00:56:52-07:00

    Fix flaky test o.a.c.u.binlog.BinLogTest
    patch by  Yifan Cai; reviewed by Vinay Chella for CASSANDRA-15797

dd1c811f8796487f49e92ff4701917420caf49c0 | Author: Stefan Miklosovic <stefan.miklosovic@instaclustr.com>
 | 2020-04-22 09:23:16+02:00

    Provide ability to configure IAuditLogger
    
    Patch by Stefan Miklosovic; reviewed by Vinay Chella and marcuse for CASSANDRA-15748

dd974b4b5f7770b293fdd8e4e76d7043508abec4 | Author: Vinay Chella <vinaykumarcse@gmail.com>
 | 2019-11-17 20:12:36-08:00

    Add JAVA8_HOME to circleci to fix broken upgrade test configs
    
    Patch by Vinay Chella; reviewed by jolynch and Dinesh Joshi for CASSANDRA-15309

14485bd7ad649d9417b4320eab34631251545d0b | Author: Andrew Tolbert <andy_tolbert@apple.com>
 | 2019-07-28 00:11:22-05:00

    Read config from sidecar.config System Property instead of classpath
    
    Alters configuration processing to read from `sidecar.config` system
    property instead of using `Configurations` file resolution, which seems
    to read from classpath first.
    
    Also does the following:
    
    * Move `conf` into `src/dist/config`.  This causes the `conf` directory
      to be included in the tar and zip distributions where it previously
      was not.
    * Don't add `conf` directory to classpath.  For logging add
      `-Dlogback.configuration` to arguments.  Also add `logback-test.xml`
      to have different logging behavior for tests.
    * Copy agents into `build/install/appName/agents` directly instead of
      `src/dist`. Make `copyDist` depend on `copyJolokia`. This also has
      the side effect of having agents copied to the project directory, so
      `bin/CassandraSidecarDaemon` works after `./gradlew build`.
    * Improve logging to include full address instead of just port.
    * Add generated paths to gitignore
    
    patch by Andrew Tolbert; reviewed by Dinesh Joshi and Vinay Chella for CASSANDRA-15288

225fa868884bdda1c20e0fcef61628eb6d941fbe | Author: Per Otterström <per.otterstrom@gmail.com>
 | 2019-06-21 17:41:01-07:00

    Fix flaky unit test AuditLoggerTest
    
    Patch by Per Otterström, Sumanth Pasupuleti; Reviewed by Vinay Chella for CASSANDRA-15105
    
    Co-Authored-By: Per Otterström <per.otterstrom@gmail.com>
    Co-Authored-By: Sumanth Pasupuleti <sumanth.pasupuleti.is@gmail.com>

d5e5c459f5c4c54c853b5fcfb5c2b3bfeee0d59c | Author: Per Otterström <per.otterstrom@ericsson.com>
 | 2019-04-24 14:41:57+02:00

    Align record header of FQL and audit binary log
    
    Patch by Per Otterström; reviewed by Vinay Chella and marcuse for CASSANDRA-15076

53db417b3cd918d61b9ca1a3662495c8a32605f1 | Author: C. Scott Andreas <cscotta@apple.com>
 | 2019-03-05 15:29:02-08:00

    Fixing invalid CQL in security documentation
    
    Patch by C. Scott Andreas; reviewed by Vinay Chella for CASSANDRA-15020

2dc4b1d0077a6096d5f51aa0500159a7ec67e6d3 | Author: Chris Lohfink <clohfink@apple.com>
 | 2019-03-05 11:14:48-06:00

    Add integration tests task
    Patch by Chris Lohfink, reviewed by Dinesh Joshi and Vinay Chella for CASSANDRA-15031

30019477cb1813c5ae75bb7ff5186c2f6d02aecb | Author: Dinesh Joshi <dinesh.joshi@apple.com>
 | 2019-02-22 09:19:28-06:00

    Add support for SSL and bindable address to sidecar
    Patch by Dinesh Joshi; reviewed by Vinay Chella and Chris Lohfink for CASSANDRA-15030

a15ed267d1977e38ba36d061139839fad7b865f2 | Author: Dinesh Joshi <dinesh.joshi@apple.com>
 | 2019-02-18 18:16:35-08:00

    C* Management process
    
    patch by Dinesh Joshi; reviewed by jasobrown and Chris Lohfink for CASSANDRA-14395
    
    Co-authored-by: Vinay Chella <vinaykumarcse@gmail.com>
    Co-authored-by: Joey Lynch <joe.e.lynch@gmail.com>

35b22f57a03ce9e14865e335b4eb30fc11645a5c | Author: Vinay Chella <vinaykumarcse@gmail.com>
 | 2019-02-13 12:54:06-08:00

    Fix TypeError for str and bytes concatenation in test_upgrade_with_range_tombstone_eoc_0 and thrift_test.py::composite
    
    Patch by Vinay Chella; reviewed by Ariel Weisberg for CASSANDRA-15021

9c6aa8a76de24df75de73218c917571346cc509c | Author: Vinay Chella <vinaykumarcse@gmail.com>
 | 2019-02-06 22:57:53-08:00

    Fix failing upgrade test - test_simple_bootstrap_mixed_versions
    
    Adds force_3_0_protocol_version flag to upgrades 3.0.14 upwards which fixes schema migrations during mixed version bootstrap
    
    Patch by Vinay Chella; reviewed by Ariel Weisberg for CASSANDRA-15016

7d138e20ea987d44fffbc47de4674b253b7431ff | Author: Vinay Chella <vinaykumarcse@gmail.com>
 | 2018-12-17 23:42:14-08:00

    Add a new tool to dump audit logs
    
    Patch by Vinay Chella; reviewed by marcuse for CASSANDRA-14885

9944d9e24b09ce4ed51c5082771e1b948fe1e698 | Author: Vinay Chella <vinaykumarcse@gmail.com>
 | 2018-11-19 02:09:24-08:00

    Adding more test coverage for authenticated user login audit activity
    
    Patch by Vinay Chella; reviewed by marcuse for CASSANDRA-14901

f46762eeca9f5d7e32e731573a8c3e521b70fc05 | Author: Vinay Chella <vinaykumarcse@gmail.com>
 | 2018-11-16 15:18:50-08:00

    Audit log allows system keyspaces to be audited via configuration options
    
    Patch by Vinay Chella; reviewed by Per Otterström and marcuse for CASSANDRA-14498

3d7471a56b7a58b41047ff704ebe4b0a89bda6f9 | Author: Vinay Chella <vchella@netflix.com>
 | 2018-03-14 09:55:40-07:00

    Adding missing WriteType enum values to v3,v4 and v5 spec
    
    patch by Vinay Chella, reviewed by Joey Lynch for CASSANDRA-13697

f56871b88be1e8965f166769c12cfa43313bac74 | Author: Vinay Chella <vinaykumarcse@gmail.com>
 | 2018-02-23 20:16:16-08:00

    Audit logging for database activity
    
    patch by Vinay Chella; reviewed by jasobrown for CASSANDRA-12151

95b2d0241c114fdb37f9b3e30c981ce7aa39e177 | Author: vchella <vchella@netflix.com>
 | 2016-07-19 18:47:01-07:00

    Include column family parameter when -st and -et are provided - subrange repair
    
    Patch by Vinay Chella; Reviewed by Paulo Motta for CASSANDRA-11866