Vinay Chella cassandra-sidecar all time


 3 Collaborator
Dinesh Joshi , Chris Lohfink , Andrew Tolbert

 1 Patch  3 Review
a15ed267d1977e38ba36d061139839fad7b865f2 14485bd7ad649d9417b4320eab34631251545d0b, 2dc4b1d0077a6096d5f51aa0500159a7ec67e6d3, 30019477cb1813c5ae75bb7ff5186c2f6d02aecb

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

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>