Jeremy Daer

Results 31 issues of Jeremy Daer

Passing enable_tls/starttls/starttls_auto: false now explicitly disables these options. They used to be all false by default, so they could only be turned ON. So we ignored turning them OFF! We...

Since local gems take precedence over remote gems, if proxying a remote gem adds it as a local gem, then that one proxied gem now takes precedence over all other...

Bug

Tracking issue for a new feature we're extracting from Basecamp: Relying on clients to send heartbeats. Motivation: Preventing defunct session cruft from building up on WebSockets load balancers / proxies...

pinned
actioncable

Implies `--force` for uniform usage with keg-only formulae. Closes #1062.

When `start_service: true`, `install` starts the service if it isn't running, whether or not it was installed. Aligns with `check` which expects a formula with `start_service: true` to have a...

- If you set up a new laptop with migration assistant and don't bring over your Keychain, you'll end up with a valid cert on disk but no CA cert...

bug
help wanted

* `Pathname#sub_ext` to munge .yml ext to .destination.yml * Extract multi-file config merge

- Mention the service being deployed, rolled back, etc, so broadcast scripts needn't do it themselves - Concisely call out the version, abbreviated to 7 chars

Commander had version/destination solely to incrementally accumulate CLI options. Simpler to configure in one shot. Clarifies responsibility and lets us introduce things like `abbreviated_version` in one spot - Configuration.

Accessory images are removed with `docker image prune` and a label filter currently, but accessory images are not labeled like app images, so no images are actually removed. Fix by...