summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jon Haddad [Mon, 9 Mar 2020 19:45:10 +0000 (12:45 -0700)]
Security patch for snake yaml
Bumped commons-configuration2 to latest version and correctly use
YAMLConfiguration.
Patch by Jon Haddad; Reviewed by Dinesh Joshi for CASSANDRASC-12
Jon Haddad [Tue, 17 Mar 2020 23:33:43 +0000 (16:33 -0700)]
Linked to JIRA for issues
Jon Haddad [Mon, 9 Mar 2020 18:11:17 +0000 (11:11 -0700)]
Ninja fix changelog
Jon Haddad [Wed, 4 Mar 2020 21:56:46 +0000 (13:56 -0800)]
Improving CircleCI build reliability
Switched to Circle machine image - docker has issues with networking in tests
Fix storing of test results
Updated readme with Java 11
Upgrade vertx
Wait for vertx server startup before sending requests
Update simulacron to latest bug fix version
added spotbugs exclude config to avoid incorrect NPE error on java 11
Configure CircleCi to run tests with Java 11
Patch by Jon Haddad; Reviewed by Dinesh Joshi for CASSANDRA-15611
Jon Haddad [Tue, 3 Mar 2020 23:24:50 +0000 (15:24 -0800)]
Upgraded gradle and replaced FindBugs with SpotBugs.
* Upgrading from findbugs (JDK 8 only) to Spotbugs. FindBugs was abandoned
years ago and will not be updated.
* Upgraded Gradle to version 6.2.1
Patch by Jon Haddad; Reviewed by Dinesh Joshi for CASSANDRA-15610.
Jon Haddad [Sat, 29 Feb 2020 00:54:19 +0000 (16:54 -0800)]
Improving local HealthServiceIntegrationTest reliablility
There appears to be a race condidtion with the simulacron library that causes
test failure if we don't wait long enough. This patch simply extends
the window that we can wait for a test node to come back online.
Patch by Jon Haddad; Reviewed by Dinesh Joshi for CASSANDRA-15615
Jon Haddad [Mon, 2 Mar 2020 20:42:13 +0000 (12:42 -0800)]
Updated readme to point to Slack instead of IRC
Andrew Tolbert [Sun, 28 Jul 2019 05:11:22 +0000 (00:11 -0500)]
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
Chris Lohfink [Tue, 5 Mar 2019 22:44:57 +0000 (16:44 -0600)]
update CHANGES.txt with missing jiras
Chris Lohfink [Tue, 5 Mar 2019 17:14:48 +0000 (11:14 -0600)]
Add integration tests task
Patch by Chris Lohfink, reviewed by Dinesh Joshi and Vinay Chella for CASSANDRA-15031
Chris Lohfink [Mon, 25 Feb 2019 18:28:09 +0000 (12:28 -0600)]
ninja: missed updating change log
Dinesh Joshi [Fri, 22 Feb 2019 15:19:28 +0000 (09:19 -0600)]
Add support for SSL and bindable address to sidecar
Patch by Dinesh Joshi; reviewed by Vinay Chella and Chris Lohfink for CASSANDRA-15030
Chris Lohfink [Fri, 22 Feb 2019 02:14:52 +0000 (20:14 -0600)]
Autogenerate API docs for sidecar
Patch by Chris Lohfink, reviewed by Dinesh Joshi for CASSANDRA-15028
Dinesh Joshi [Tue, 19 Feb 2019 02:16:35 +0000 (18:16 -0800)]
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>