Tags: carlpett/helios
Tags
Merge pull request spotify#1112 from spotify/inspect-dg-add-ignore-fa… …ilures add ignoreFailures flag to inspect-deployment-group
Merge pull request spotify#1105 from spotify/rolling-update-ignore-fa… …ilures-in-op-factory do not set DeploymentGroup to FAILED when ignoreFailure is true
Merge pull request spotify#1107 from spotify/mattbrown/total-agent-he… …alth-metric add a metric that reports total agent health
Merge pull request spotify#1110 from mavenraven/master Removes non maintained Vagrantfile [DNS does not work].
Merge pull request spotify#1109 from spotify/more-info-dg-inspect Show more DG info in inspect-deployment-group CLI cmd
Merge pull request spotify#1104 from spotify/readme-java-version remove mentions of Java 7 in README
Merge pull request spotify#1102 from spotify/remove-throwables-propagate replace deprecated Throwables.propagate(Throwable)
JobsResource: Fix bug in new `list` implementation (spotify#1100) Our new, more efficient implementation of `JobsResource.list` would fail if the same job was deployed to multiple hosts.
Upgrade logback for faster CLI startup (spotify#1099) logback calls `InetAddress.getLocalHost()`, which is painfully slow on some versions of macOS (i.e., 4-5 seconds). Since this happens when logging is being configured, it potentially adds seconds to every `helios` CLI invocation. To address this, we upgrade to a newer version of logback that includes a fix to evaluate the hostname lazily and not block startup: https://jira.qos.ch/browse/LOGBACK-1221
Merge pull request spotify#1098 from spotify/longer-cli-timeout CLI: increase the default HTTP timeout
PreviousNext