panos--
panos--
## Description This PR adds support to proxy to have its upstream URLs configured at runtime. The main driver for this is to allow running Budibase on Kubernetes in namespaces...
**Describe the feature request** Currently on Kubernetes Budibase can only be installed into a namespace called _budibase_. It would be nice if the installation would support any namespace. This would...
Due to WaitGroup.Add being called inside the goroutine the program does not reliably wait for all updates to complete before exiting. Fixed by moving WaitGroup.Add outside of the goroutine. Can...
This PR adds a command line option allowing to specify a custom S3 endpoint URL. This enables the tool to be used with S3 implementations other than Amazon AWS. It...