Grant McLendon

Results 7 issues of Grant McLendon

[MixAudit](https://github.com/mirego/mix_audit) provides a `mix deps.audit` task to scan Mix dependencies for [security vulnerabilities](https://github.com/mirego/elixir-security-advisories).

Currently this cache action will only save caches if all tests succeed. In many cases this is desirable behavior. However I have some projects with long build times and flakey...

feature request

Prompted by #421 and #422 - I took a whack at writing some github actions to run the test suite and added some additional checks. I've split the integration tests...

We can leverage Flow's partitioning behavior to publish events in batches instead of one at a time.

In our code base we make use of a lot of protocols. Doctor raises errors on all protocol implementations (as described in #45). This PR fixes this issue by ignoring...

Coerce Elixir maps into Cassandra maps in insert & update. Also did a bit of refactoring of CQL.Insert and CQL.Update. This change is non-breaking in my implementation, but may cause...

**What happened?** We are attempting to start a k8ssandra-operator cluster but are running into undocumented errors when the stateful set is attempting to mount the `metrics-agent-config` PVC ``` statefulset-controller create...

bug