Anthony Grasso
Anthony Grasso
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13937788) As per [CASSANDRA-13910](https://issues.apache.org/jira/browse/CASSANDRA-13910) `dclocal_read_repair_chance` and `read_repair_chance` have been removed in the 3.0, 3.11 and upcoming 4.0 series. This feature tends to cause more harm than good. We...
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13937792) The `componentWillMount`, `componentWillReceiveProps`, and `componentWillUpdate` methods have been deprecated in React version 16 and will be removed in version 17. We need to follow the [Update on...
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13951858) Update the UI as per the wireframe mockups in [#892](https://github.com/thelastpickle/cassandra-reaper/issues/892) ┆Issue is synchronized with this [Jira Story](https://datastax.jira.com/browse/REAP-125) by [Unito](https://www.unito.io) ┆Issue Number: REAP-125
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13951864) The UI has no unit tests. We can implement UI end-to-end testing using [Nightwatch.js](https://nightwatchjs.org/). ┆Issue is synchronized with this [Jira Story](https://datastax.jira.com/browse/REAP-131) by [Unito](https://www.unito.io) ┆Issue Number: REAP-131
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13951865) The UI has no unit tests. We can implement [React unit tests](https://reactjs.org/docs/testing.html) using [Jest and Enzyme](https://jestjs.io/docs/en/tutorial-react). ┆Issue is synchronized with this [Jira Story](https://datastax.jira.com/browse/REAP-132) by [Unito](https://www.unito.io) ┆Issue Number:...
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13952031) Currently secure connections to S3 compatible storage such as Minio are disallowed. The documentation states: > Note: MinIO and other self hosted S3 compatible storage systems can...
We should extend the functionality used for CQLSH credentials to nodetool credentials and keystore/truststore passwords. Plain text Nodetool credentials and keystore/truststore passwords are stored in the Medusa configuration file. This...
Use a `--batch` flag to accumulate a number of operations into a single batch request.
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13951868) The [request](https://www.npmjs.com/package/request) module in the UI has been [deprecated](https://nodesource.com/blog/express-going-into-maintenance-mode). This will need to be replaced. There are a number of alternatives as suggested by the [requests](https://github.com/request/request/issues/3143) project...
At the moment there is no way to compile the Deleting Compaction Strategy library with Maven. I have created a POM file on my local to build the DCS library....