Jeffrey Carpenter
Jeffrey Carpenter
Need to make equivalent changes as have been made to v1 Docker images so that images do not run applications as root user, see https://github.com/stargate/docker-images/pull/99
Rename the `master` branch to `main` for diversity and inclusion reasons.
For initial development efforts on Stargate v2, we've added schema-related operations to the public gRPC interface on the v2.0.0 branch, including "describe" operations to retrieve keyspace and table details, and...
The [proposed design for v2](https://github.com/stargate/stargate/discussions/1381) has the REST API Service (and other API services) connecting to a new "internal" gRPC interface provided by a new Bridge component in the Coordinator....
Create a one page "cheat sheet" as part of documentation site, featuring commonly used K8ssandra commands: * setting up helm * installing K8ssandra * inspecting various custom resources such as...
The documentation site does not describe which configuration values in the `cassandra.yaml` file can be overridden for Cassandra nodes. This can be confusing, especially for those who may be aware...
only updating copy for the # Stargate section **Checklist** - [ ] Changes manually tested - [ ] Automated Tests added/updated - [x] Documentation added/updated - [x] CLA Signed: [DataStax...
The integration test `AdditionalPortsTest` seems to be failing more frequently, disrupting CI runs. This has been observed with multiple backends.
CQL analyzers are now available in `datastax/cassandra` fork and Astra Vector DB ([docs](https://docs.datastax.com/en/astra-serverless/docs/vector-search/using-analyzers.html)). Let's add support to the `persistence-dse-next` module including tests.
Add a new persistence module for DSE 7 to the Stargate v2.1 branch. We can probably start with persistence-dse-next and evolve from there.