8000 Tags · carlpett/helios · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: carlpett/helios

Tags

0.9.122

Toggle 0.9.122's commit message
Merge pull request spotify#1112 from spotify/inspect-dg-add-ignore-fa…

…ilures

add ignoreFailures flag to inspect-deployment-group

0.9.121

Toggle 0.9.121's commit message
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

0.9.120

Toggle 0.9.120's commit message
Merge pull request spotify#1107 from spotify/mattbrown/total-agent-he…

…alth-metric

add a metric that reports total agent health

0.9.119

Toggle 0.9.119's commit message
Merge pull request spotify#1110 from mavenraven/master

Removes non maintained Vagrantfile [DNS does not work].

0.9.118

Toggle 0.9.118's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request spotify#1109 from spotify/more-info-dg-inspect

Show more DG info in inspect-deployment-group CLI cmd

0.9.117

Toggle 0.9.117's commit message
Merge pull request spotify#1104 from spotify/readme-java-version

remove mentions of Java 7 in README

0.9.116

Toggle 0.9.116's commit message
Merge pull request spotify#1102 from spotify/remove-throwables-propagate

replace deprecated Throwables.propagate(Throwable)

0.9.115

Toggle 0.9.115's commit message
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.

0.9.114

Toggle 0.9.114's commit message
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

0.9.113

Toggle 0.9.113's commit message
Merge pull request spotify#1098 from spotify/longer-cli-timeout

CLI: increase the default HTTP timeout
0