elikoga

Results 32 issues of elikoga

https://github.com/flyingcircusio/batou/blob/10caa6564689d6329988cb4ac5c53d0f998b2623/src/batou/component.py#L232-L251 If we try catch and rethrow errors in this function, we can enrich them with their tracebacks more meaningfully than having to throw a UnknownComponentConfigurationError as here https://github.com/flyingcircusio/batou/blob/10caa6564689d6329988cb4ac5c53d0f998b2623/src/batou/environment.py#L509-L517 Which...

Currently, on diffs of Files marked with `File(... ,sensitive_data = True)` or Files including secrets from encrypted secret files are not shown with the message "Not showing diff as it...

Related issues are - #2 the format should make this 'easy' - #42 - #49 outlines some related thoughts, but I don't think it's applicable immediately - #281 describes per-field...

we already are on 3.6

``` ❱ ./batou deploy -P staging batou/2.3b5 (cpython 3.9.16-final0, Darwin 22.3.0 arm64) ========================================================================================================================= Preparing ========================================================================================================================== main: Loading environment `staging`... main: Verifying repository ... main: Loading secrets ... ========================================================================================================= Connecting hosts...

See discussion in applications on 02.03

This line https://github.com/buildout/buildout/blob/a8d182c25d3ff18197af3531fcf8c827b85eddbd/src/zc/buildout/buildout.py#L35 And a few other mentions of `distutils` make buildout currently incompatible with python 3.12, where `distutils` has been deprecated.

Closes #402 Closes #159 Relevant changes: `black` is updated, so a few lines are re-formatted Dev-Dependencies are updated bootstrap testing is now done using the branches/commits bootstrap script instead of...

Implements #392 Currently rebased on top of #470