Christopher Banck

Results 32 issues of Christopher Banck

further improve #48 and #56: - [x] improve docstrings - [x] E741 - [x] F601 - [ ] E722 - [ ] error handling

enhancement

I'm trying to use `django-environ` in my project that will run in a PaaS offering (Cloud Foundry) The `DATABASE_URL` is automatically populated with something similar to this: `mysql://123456:[email protected]:3306/ad_123456?reconnect=true` django-environ does...

enhancement

- adding support for leveraging `MYSQL_ENV_MYSQL_USER`, `MYSQL_ENV_MYSQL_PASSWORD`, `MYSQL_ENV_MYSQL_DATABASE` and `MYSQL_ENV_MYSQL_ROOT_PASSWORD` for linked - removed deprecated environmental variables `MYSQL_NAME`, `MYSQL_PORT_3306_TCP_ADDR` and `MYSQL_PORT_3306_TCP_PORT` - adding support for leveraging `POSTGRES_ENV_POSTGRES_USER`, `$POSTGRES_ENV_POSTGRES_PASSWORD` and `POSTGRES_ENV_POSTGRES_DB`...

It looks like, that the marker click event is propagated to the the map and in my case unintentionally does also fire the click event on the map. I can't...

**Describe the problem/challenge you have** The default kubectl image used for upgrading the CRDs is `bitnami/kubectl`. This image is currently only available for `amd64` architecture, therefore on a **non** `amd64`...

enhancement
velero

There was a change in the google api requiring a value for `host` do be able to delete a database user. Setting `host = %` does allow access from any...

unscheduled

currently enabling `external_database` does provision a single instance of MySQL 5.6 and does not allow to specify the size. It is fixed to `db-n1-standard-1`. Adding an option `external_database_replica` to make...

unscheduled

Using `https` instead of `http` for the `global lb` backend protocol helps to improve security. https://github.com/pivotal-cf/terraforming-gcp/blob/master/modules/load_balancer/global.tf#L8

unscheduled

this is related to #134 This PR is making the load_balancer module more flexible by: * allowing to have multiple global lbs * making tcp router optional (default is true)...

unscheduled

PAS 2.5 does have the requirement for a second ingress https proxy to enable service mesh. The load_balancer module does allow to create multiple `regional` load balancer but only one...

unscheduled