Michael Grosser

Results 470 comments of Michael Grosser

will need to send some data like `-d '{"deploy":{"reference":"master"}}'` etc idk why this would be problematic ... need lots of deploys -> do lots of api calls :D On Tue,...

also the response body should have detailed errors on what exactly is missing On Tue, Jul 9, 2019 at 4:14 PM Michael Grosser wrote: > will need to send some...

are you talking about a single deploy that goes to all stages of an app ? On Wed, Jul 10, 2019 at 2:01 AM Vinay Hegde wrote: > will need...

So you want to deploy the next stage when the first stage finishes ? Using the webhook or the /deploys endpoint should return a deploy id, that can be used...

it's only used to display the risks, so if it renders a bit wrong that should not be an issue, just make sure it cannot be used for xss (like...

can you post your DATABASE_URL and config ? (make sure to remove passwords) ... I'd guess the url is empty ? ... does doing a `unset DATABASE_URL ` before running...

from activerecords code it looks like it reads the `url` attribute from the config correctly, just that it is empty ... add `RAILS_ENV=production` to make sure it picks up the...

alternative could be doing the rails 7 upgrade and seeing if that magically fixes it ...

I'd recommend having a 1-off stage that can be used to deploy to these (possibly with changing the deploy-group as needed). Historically samson was never a `noop when not changed`...

sounds like we want autoscaling :) ... or a dedicated "scale this" action, otherwise it would still redeploy if the env changed or some other config ... On Fri, Jun...