Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
base.rb 1.15 KB
managed_host_extensions.rb 4.44 KB

Latest revisions

# Date Author Comment
d5f17078 04/24/2018 03:34 PM Timo Goebel

fixes #21657 - remove facets when host is removed

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

Fixes #23081 - Fix Style/SafeNavigation cop

715d097c 09/26/2017 03:18 PM Shimon Shtein

Fixes #15409 - Separated puppet facts from core

38964973 09/22/2017 11:45 AM Dominic Cleal

Fixes #20957 - Replace alias_method_chain with Module prepend

Deprecated in Rails 5.0 and will be removed in 5.1. Some instances of
classes overwriting existing methods can be handled with `super`, other
concerns or modules are changed to use prepend instead of include....

3be4ca4c 04/25/2017 11:46 AM Shimon Shtein

Fixes #19374 - added check to fix double facet registration

86f7f4f5 12/01/2016 05:27 AM Shimon Shtein

Fixes #16987 - Added ability to apply facet attributes

1b38f231 11/28/2016 05:11 AM Shimon Shtein

Fixes #17439 - Moved facet base to a concern

If the plugin that wants to create a new facet doesn't want to
take the inheritance slot (for example if it already has some
base class), it can `include` the new concern.

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...

d1e1d191 05/16/2016 05:13 AM Ivan Necas

Fixes #15011 - don't expect the facet tables in migration

The problem was the
db/migrate/20140910153654_move_host_nics_to_interfaces.rb tries to
read the attributes that get extended by the facets, but the facets
table might not be ready yet.

To avoid unnecessary checks in production where the host.attributes...

5d64eef2 03/28/2016 11:03 AM Partha Aji

Fixes #14166 - Host facet attributes handling updated

Basically added code to include handling of host facets in hosts where
no form attributes belonging to that facet are set.

View revisions

Also available in: Atom