Project

General

Profile

Download (1.29 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
67110766 06/19/2018 02:13 PM Lukas Zapletal

Fixes #21007 - new unattended action 'failed'

b03dcd1b 04/05/2018 11:56 AM Michael Moll

Fixes #23081 - Fix Style/SafeNavigation cop

5e1b7875 03/02/2016 08:03 AM Julien Pivotto

Fixes #5883 - Reflect token expiry in build status

The Global Status introduced in recent Foreman releases makes it easy to
mark the build status as erroneous if the token has expired. This drags
attention to the fact that the host will not be able to mark itself as...

294ced20 01/13/2016 05:32 AM Dominic Cleal

fixes #13112 - add options to HostStatus#relevant? to optimise reports

To match other methods on HostStatus::Status instances, relevant? has a
new options argument which is used from the global status building to
optimise config report loading. This prevents an N+1 query on the...

e54016da 09/04/2015 08:03 AM Marek Hulán

Fixes #10782 - global host status

Introduce new global host status that is composed of host substatuses.
Each substatus defines a mapping to the global one which can result in
three values
  • OK
  • WARN
  • ERROR

Plugins can add their own substatuses. These are automatically...