Project

General

Profile

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

Latest revisions

# Date Author Comment
97b5cd0a 11/09/2015 06:01 AM Shimon Shtein

Fixes #12201 - Made parent associations finder less dependent on association name

7fff2188 10/29/2015 12:24 PM Marek Hulán

Fixes #12328 - host STI loads subclasses

e8d6d2d6 10/28/2015 11:15 AM Shlomi Zadok

fixes #4151 - enable reports STI

Permits subclassing of ReportImporter and Report to import and store
new types of reports associated to hosts.

4e08a71c 10/27/2015 11:16 AM Shlomi Zadok

Fixes #12132 - [API] Host all parameters should include host parameters

c1755e07 10/12/2015 06:54 AM Daniel Lobato Garcia

Fixes #10988 - Remove 1.11 deprecations

7fdb705b 10/09/2015 10:58 AM Daniel Lobato Garcia

Fixes #12011 - Replace .includes(table).where(table) by .eager_load

On Rails 3, .includes(:users).where("users.name = 'daniel'") works because
Rails would be smart enough to figure out the where query uses the includes
table. In this case it'd internally resolve it to eager_load to use the table...

996b3db5 10/07/2015 08:39 AM Daniel Lobato Garcia

Refs #10409 - Rails 4 compatible changes with Rails 3

This includes some changes that can be applied to Rails 3 without
any issue and don't follow any particular pattern/deprecation, In
general these are minor things we have to change. Other PRs with
retrocompatible changes that aim to fix particular deprecations...

0ac52140 10/07/2015 07:29 AM Daniel Lobato Garcia

Refs #12067 - Delegated method to_ip_address should be public

Missed this one in 3b75c0a74e4e46d53d2203d05a0fffac386ded1f . It fails
on Rails 4 when called from Nic::Managed as it's delegated but not public.

b064a42c 10/05/2015 03:49 PM Marek Hulán

Fixes #10993 - handle no interfaces in facts correctly

b0eaf7f2 09/24/2015 05:36 AM Dominic Cleal

fixes #11885 - exclude lookup_value_matcher on clone

Keeping lookup_value_matcher populated during a host or
hostgroup#clone caused Rails to believe the cloned object was still
associated to the existing LookupValue associated to the original
object, and it would destroy it during clone.

View revisions

Also available in: Atom