Project

General

Profile

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

Latest revisions

# Date Author Comment
12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

5d515720 07/27/2016 05:22 AM Marek Hulán

Fixes #14518, #14516 - status change ignores validations

e263719a 07/25/2016 05:18 AM David Davis

Refs #3809 - Using defaults for AndOr cop

d9cc252b 07/22/2016 04:14 AM Brandon Weeks

Fixes #15773 - disambiguate table name

fef6cff7 07/19/2016 10:42 AM Tomer Brisker

Refs #12193 - Remove remaining cached counters

c773c0ef 07/19/2016 10:42 AM Tomer Brisker

Fixes #12193 - Stop using counter_cache for host[group] counts

This is aimed to prevent deadlocks caused by Rails' implementation of
counter_cache that is hit when multiple hosts are created or updated at
the same time. An added benefit is that the counters will now display...

79c0664a 07/13/2016 12:46 PM Timo Goebel

fixes #14666 - support IPv6 in UI

8cf057c8 07/12/2016 08:08 AM Daniel Lobato Garcia

Fixes #15644 - Move enable/skip_orchestration to Host::Managed

skip_orchestration and enable_orchestration were called in Host::Base
when importing facts. These two methods could not be called there
because they come from the Orchestration mixin which Host::Base does not...

287082a5 07/12/2016 04:41 AM David Davis

Refs #3809 - Turning on the AndOr cop

1aef2f5b 07/08/2016 11:36 AM Daniel Lobato Garcia

Fixes #15601 - to_ip_address cannot retrieve PTR4 record

After some changes on the DNS orchestration, we removed `dns_ptr_record`
in favor of `dns_record(:ptr4)`. However, `host.to_ip_address` still
calls the old API. We should change that method to use the new API,...

View revisions

Also available in: Atom