Teddy Schmitz

Results 11 comments of Teddy Schmitz

See my issue #296 the postgres driver is unable to unlock properly. What we have done is setup a different db conn just to migrate and close it after migration....

hmm im not sure what to tell you really, postgres cant release the lock unless the request comes from the same connection. You can edit the code a bit to...

honestly the only thing i can think of is your somehow running the migration twice or your tests are running concurrently. Maybe pause execution of your test right before the...

You're welcome, any thoughts on adding the Go 1.9 feature to migrate? Maybe behind a compilation flag to support older versions?

you can find the controller in the kube-system namespace when using minikube

I looked through the current CLI options and I think maybe there are a few options though none seem very elegant to me. Have a new flag like -redirect-domains and...

I personally feel thats a little hacky way of doing it but it could work in a pinch. Since Go does provide a easy way to hook into redirect behaviour...

I'll give it a shot doing it that way and let you know how it goes. > I think that if you'd blacklist with 0.0.0.0, redirects would not be marked...

Using /etc/hosts to blacklist specific domains does work fine but what I am really trying to accomplish is to allow users to only be allowed to follow redirects to specific...