Results 78 issues of Ryan McGuire

stress_compare supports variations such as kill a node after X seconds. The frontend has these in the form, but are not passed correctly.

bug

If you have two revisions with the same git refspec, and you forget to apply a label, they will show up as the same color on the chart. We could...

bug

stress_compare uses all the nodes defined in ~/.cstar_perf/cluster_config.json. This should be a configurable option in the test JSON. The web frontend already has a field for it, but it is...

enhancement

Right now, users and clusters have to be added manually to the database. We should have an admin interface for adding them via the frontend.

enhancement

With distribution=latest, ycsb is attempting to read data that Cassandra does not know about. This produces numerous "Error reading key" messages in the logs. I suspect that it is querying...

I'm not sure if this is how YCSB is meant to be operated, but this was counter-intuitive to me, and is the opposite of how cassandra-stress operates. Bumping the thread...

**Describe the bug** When a message from Slack contains a file and text, the file is dropped and only shows the text. **To Reproduce** Type a message that contains some...

substitutions
T-Defect

Every app has an IP source range filter already. Create a new common make target to simplify configuring it: ``` $ make ip-allow ? Do you want to configure a...

enhancement

Create an [etckeeper](https://wiki.archlinux.org/title/Etckeeper) like helper program that d.rymcg.tech can use to manage the backup of .env files. ``` BACKUP_DIR=~/git/$(hostname)-env-backup [email protected]:whomever/whatever.git ROOT_DIR=~/git/vendor/enigmacurry/d.rymcg.tech # Set ENVKEEPER_HOME so it knows where the backup...

enhancement

`d make step-ca config` should ask questions to set the default expiration values: ``` ? How long should TLS certificates be valid for by default? > 24 hours. 7 days....