Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
base.rb 18 KB
hostmix.rb 300 Bytes
managed.rb 31.9 KB

Latest revisions

# Date Author Comment
ff1e9ffc 09/18/2017 10:50 AM Dominic Cleal

Fixes #20950 - Use 'distinct' in AR finders

fb31c426 09/18/2017 09:45 AM Dominic Cleal

Fixes #20956 - Don't pass class constants to AR conditions

2d2390b5 09/15/2017 11:45 AM Timo Goebel

fixes #20653 - ui notifications for hosts with usergroup owner

558a7590 09/07/2017 05:32 AM Nagoor Shaik

Fixes #20516 - GET hosts API displays owner_name attribute

be670616 08/24/2017 04:56 AM Lukas Zapletal

Fixes #20622 - puppet import does not refresh all statuses

c8f5cd53 07/31/2017 06:20 AM Tomer Brisker

Fixes #20248, #20327 - Respect context in CSV export

Since CSV export is done using an enumerator which is executed by a
different thread to the one that creates it, we need to manually pass in
the context (user, location, organization) to the enumerator.

959d3847 07/25/2017 07:07 AM Daniel Lobato Garcia

Fixes #20401 - Allow pxe_loader in the Jail

060d2004 07/09/2017 06:28 AM boaz shust

Fixes #20119 - Be more descriptive when validating hostname

Signed-off-by: Boaz Shuster <>

84fd5ea2 07/06/2017 03:16 PM Tomer Brisker

Fixes #19826 - Fix Rails/ActiveSupportAliases cop

4dec807a 07/06/2017 03:15 PM Tomer Brisker

Fixes #19828 - Fix Rails/Blank cop

I disabled the default UnlessPresent value since sometimes it's clearer
to use `unless attribute.present?` instead of `if attribute.blank?`.

View revisions

Also available in: Atom