blag
blag
Add Coveralls integration so we can track coverage over time, as well as enable contributors to see how their changes affect code coverage.
Almost all action runners have a `timeout` parameter (see [the fancy table here](https://docs.stackstorm.com/latest/reference/runners.html#quick-reference)), but there is no `timeout` parameter for Orquesta. This means that there is no way to set...
I discovered a potential security flaw in this package, and reported it to the [Jazzband security mailing address as directed to on this page](https://jazzband.co/about/security) over a year ago. My initial...
I figured this out to support an OAuth flow within a Dockerized environment, but it might also be helpful for other authentication backends. According to the webbrowser module documentation: >...
This PR builds on top of PR #37 and supersedes it. This project currently requires users to pass in all NH3 configuration options wherever they use an NH3 model field...
The Ruff hook complains about: ``` ruff.....................................................................Failed - hook id: ruff - exit code: 1 - files were modified by this hook warning: The top-level linter settings are deprecated in...
I added on to #44, incorporating the feedback from that PR. Additionally, since `Nh3CharField` and `Nh3TextField` ended up looking so similar, I just moved their logic into a mixin and...
In the first commit: 1. Tweak the logic to only connect signals if the user has configured the corresponding setting. This is slightly better than the previous behavior, which was...
Add two more GHA workflows to handle building the release distributions and publishing them to GitHub and PyPI. This makes it MUCH easier to build and publish packages straight from...
I defaulted to `no_check`, because there is currently no authorization checking, but I think we should change that to be more secure by default even though it breaks backwards compatibility....