Max Chis

Results 8 issues of Max Chis

These issues don't necessarily need to be done right away, but are tasks which we'll likely eventually want to tackle as things grow more sophisticated. - [ ] [Avoid building...

infrastructure

Building directly on the Jenkins build server poses a few problems, which using Docker Containers will help mitigate. 1. Different builds may have different environmental requirements, which may interfere with...

Jenkins can be configured to run certain operations upon a [Github push](https://plugins.jenkins.io/git/#plugin-content-push-notification-from-repository) to a given repository. We can use this to perform automatic [Black](https://black.readthedocs.io/en/stable/) formatting, rather than using Github Actions...

While do occasionally have issues labeled as "Good First Issues", there often aren't a lot of issues that newcomers could jump into. To save ourselves some brainpower when we have...

documentation

[Digital Ocean has an API](https://docs.digitalocean.com/reference/api/api-reference/)! It might be useful to call that automatically when our health check fails; in the case of a simple restart being al we need to...

We probably want to know if something bad is happening on one of our droplets, such as storage usage being too high, disk I/O suddenly dropping unexpectedly, or other things...

infrastructure

Upon checking `automation.pdap.io`, I noticed that none of the jobs had run for over 24 hours. After snurfling around more closely, I realized that the "Built-In" Node which runs Jenkins...

infrastructure