Martin Braun

Results 105 issues of Martin Braun

Varios options here: - Use PyInstaller to build a binary - Build a Docker Image for the actual code and ship the plugin with just a bash script, could help...

Add two new commands: Something along the lines of ```bash docker swarmproxy setup --service-name "docker_swarm_proxy" --network-name "network-name" ``` ```bash docker swarmproxy teardown --service-name "docker_swarm_proxy" --network-name "network-name" ``` Then, add the...

Currently we use the python client library to detect things before executing the "service_exec.py flow". This means that Docker Contexts probably don't work. We have to investigate how to work...

Right now the tecnativa proxy is deployed onto every single node. For small clusters this is probably fine, but we should adapt the logic in the plugin so that it...

currently if a group does not exist, we run into a KeyError. We should ignore this or at least make this configurable

bug

https://github.com/jazzband/django-dbbackup

https://www.postgresql.org/docs/9.6/runtime-config-client.html If we set this for read only queries, this could help stability if for whatever reason a custom filter via the new filter support in 2.1.0 causes performance degradation.

enhancement