Project

General

Profile

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

# Date Author Comment
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...

3088e641 06/04/2015 06:05 AM Eric Helms

Fixes #10487: Add custom logging support

This change moves away from the Rails logger to the 'logging' gem
to support more configurability of logging. Further, this allows for
the creation of custom loggers that plugins can then create during
registration (with `logger`) or through settings....

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

aacd8973 11/12/2014 09:38 AM Bryan Kearney

Fixes #8325 : Enhance the plugin object to use the gem path to understand where the plugin is installed

c4741504 09/30/2014 07:10 AM Greg Sutcliffe

Fixes #6549 - Add :tests_to_skip to plugin registration block

dd941089 07/02/2014 10:08 AM Dmitri Dolguikh

fixes #5753: Engines can now override autocomplete path used in FiltersHelper

5df3d514 04/08/2014 08:23 AM Amos Benari

fixes #4806 add support to register compute resource provider from a plugin

869bbffe 04/04/2014 02:20 PM Ivan Necas

fixes #5077 - refactor safemode rendering to allow helpers and variables from plugins

611fd588 11/22/2013 03:32 PM Amos Benari

fixes #3510 - plugin interface for registering a plugin, updated menu system