Lorina Poland
Lorina Poland
Authored by Lorina Poland (polandll); Reviewed by ?? for CASSANDRA-18236 Thanks for sending a pull request! Here are some tips if you're new here: * Ensure you have added or...
All the operators need to be covered for all APIs.
Feedback from Ivan: Documentation The example for the schema upload using cURL was not working for me. Wanted to use the @clq_increment directive, but I found no example of it....
@DisplayName("Should execute query with groupBy") public void groupBy(@TestKeyspace CqlIdentifier keyspaceId) { Map response = CLIENT.executeDmlQuery( keyspaceId, "{ readings(value: {id: 1}, groupBy: {month: true, year: true}) { " + "values {...
@DisplayName("Should update counters with increments") public void updateCounters() { // Given String updateQuery = "mutation { updatecounters(value: {k: 1, c1: 1, c2: -2}) { applied } }"; String selectQuery =...
Currently, the antora modules are: ROOT, concepts, developers-guide and quickstart. I plan to reorganize to: ROOT concepts - move the material here into ROOT quickstart install - docker, vm for...
I added linkinator to package.json. But I'd like to consider scheduling a regular run of it.
https://antora.zulipchat.com/#narrow/stream/282400-users/topic/.E2.9C.94.20Escape.20content.20in.20source.20block/near/273778632 for information
Currently, the swagger.yaml (oas.yaml) generated from the source code has been heavily edited for use in generating the API references. The annotations should be updated with the edits, so that...