Hans
Hans
Adding managed docker functionality through the sidekick implementation based on issue #6
closes #341 Adds a config check before starting a build in `trigger_build`. I was hesitant to add it to `build_enabled` since it also seems to be used by `dialyzer_enabled` I...
To my understanding, this is not supported yet. Would it be something along the lines of adding an adapter for azure the same way as https://github.com/roapi/roapi/blob/main/columnq/src/io/s3.rs works with s3? Maybe...
Description to come, was just so I wouldn't forget the idea
Reading auth0.com/docs/secure/attack-protection/state-parameters it is suggested that the state once for CFSF protected in stored in a signed cookie, to my understanding this is not the case at the moment.
First of all really cool library. This is a super nitpick, but when I was reading the code I couldn't stop to notice that it seems there is some code...
I think it would be great to be able to set the default user and host as two individual settings. By doing this, I would only need to change the...
### Description Currently, the blamda is raising an expectation, when trying to use it, would be nice to have this enabled, I am not sure if the commented code just...
I was looking at the documentation for the rust operator, and it it has the concept of of a controller 'owning' other resources than the ones the controller monitors. https://kube.rs/controllers/relations/#owned-relation...