Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2020-11-24 | Specify code owernship for Mark | -0/+9 | ||
2020-11-24 | Update CODEOWNERS | -2/+2 | ||
2020-11-24 | Update CODEOWNERS | -1/+2 | ||
2020-11-24 | Update CODEOWNERS | -1/+1 | ||
2020-11-21 | Change seasonalbot to sir-lancebot in test data | -1/+1 | ||
2020-11-21 | Change seasonalbot to sir-lancebot | -1/+1 | ||
2020-11-19 | Start database at the beginning of the workflow | -3/+5 | ||
The CI was failing on occasion because postgres did not have time enough to start properly before we started running our makemigrations check. I've moved the docker-compose step to earlier in the workflow to give it some time to warm up. | ||||
2020-11-19 | Insert missing "jobs" yaml tag | -1/+1 | ||
2020-11-19 | Update badges in README to reflect new workflows | -8/+15 | ||
I've also restructured it a bit by using reference links instead of inline links. | ||||
2020-11-19 | Ensure that flake8 runs on PR changes | -67/+83 | ||
Unfortunately, the way we previously set up our workflow caused flake8 to run on code already committed to master, not the changes made in a PR, because it ran in the context of the target branch. This is obviously useless when it comes to protecting our codebase from linting errors. I've now set up flake8 in a different way, using Workflow Commands to create error annotions. I've also split up the workflow into two separate workflows. | ||||
2020-11-15 | Default to HTTPS for account URLs | -0/+1 | ||
2020-11-15 | Bump version down to 3.8 | -5/+5 | ||
2020-11-15 | Update readme badge | -1/+1 | ||
2020-11-15 | Update build flow to deploy to Kubernetes | -2/+17 | ||