Claudio Netto
Claudio Netto
**Description** Deploying in an app from a container image may lead to undesired removal of the source image if it's hosted in the same container registry repository that Tsuru uses...
We are storing some sensitive infos about apps in our database in plain-text. This is a security bad smell. I would like to contribute to change that approach, below I...
I got an issue when I was trying to change a pool to be public using the `tsuru pool-update` command. ``` $ tsuru -v2 pool-update --public=true first-pool *************************** ********************************** PUT...
This fix makes possible to call piped commands in the `cmk`'s prompt when using a profile else than default one. --- Before this patch, we got a weird error while...
This PR aims to decouple the env var logic from the app type to ease further improvements.
Prior to this PR, running consecutive app-stop and app-start could increase the number of replicas since we didn't check the status of the pods. This implementation delegates to the provisioner...
Hello folks! :wave: I'm experiencing a strange behavior while committing a container (from Kubernetes pod) and pushing it to some container registry after. I always get the same error from...
It would be nice if we describe the RpaaS API using a formal specification like OpenAPI. Below is outlined all routes used today. Let's doc them! :rocket: #### Tsuru Service...
**Is your feature request related to a problem? Please describe.** Tsuru only supports a single healthcheck configuration for the whole app. For apps with multiple processes only the "web" process...
**Is your feature request related to a problem? Please describe.** While troubleshooting the application code, it'd be nice to copy files (maybe whole directories recursively) to and from units in...