Matt Prahl
Matt Prahl
Hello, When running Test Kitchen tests from PowerShell on my Windows 10 PC, the 4th test suite's colored output, which is purple, does not appear, but the new lines do....
Hello, It'd be nice to have `IN` filtering on Array properties. Perhaps syntax like the following: ```python Person.nodes.filter(nicknames__has='Tom').all() ``` I'd be happy to implement it but would need some suggestions...
In models.py, there are a few places where the foreign key is directly used instead of a relationship. We should use a relationship when possible. For example: https://github.com/release-engineering/cachito/blob/b3a7c5a256f450cd16f419dbf4e420690ed8f533/cachito/web/models.py#L540-L543 This is...
Cachito uses RST docstrings, so we should take advantage of that by generating documentation from them using sphinx and publishing it to Read the Docs. See the following commits in...
The SQLALCHEMY_DATABASE_URI configuration option needs to be set when Cachito is deployed, therefore, we should document it in the read me.
Update the version of redoc to the latest here: https://github.com/release-engineering/cachito/blob/b3a7c5a256f450cd16f419dbf4e420690ed8f533/cachito/web/static/docs.html#L18 It should also be updated in the GitHub pages branch.
In the OpenAPI document, there is mention of Kerberos authentication, but Cachito now also supports SSL authentication. It should be mentioned there as well. https://github.com/release-engineering/cachito/blob/master/cachito/web/static/api_v1.yaml
In PR #26, MacOS support was added with homebrew. It'd be nice to also add support for macports as an alternative that can be enabled with a role variable.
### Motivation The specific usecase is to allow a distribution of Argo Workflows to build one container image with a CGO_ENABLED=1 binary of argoexec and one with CGO_ENABLED=0. When the...
## Chore description Update the Kubernetes versions deployed with Kind in the GitHub workflows to be the lowest supported version and the latest supported version. For example: 1.31 and 1.33....