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