Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
lookup_key.rb 7.78 KB
puppetclass_lookup_key.rb 1.44 KB
variable_lookup_key.rb 718 Bytes

Latest revisions

# Date Author Comment
98e79eff 12/17/2015 06:20 AM Ori Rabin

Refs #6007 - fixing safe_value for lookup key

b4e3c77f 12/15/2015 09:27 AM Ori Rabin

Fixes #12806 - adding merge_default to attr_accessible in lookup_key

d4b8428f 12/15/2015 07:25 AM Amir Fefer

Fixes #12180 - lookup_value presence validation moved from lookup_key

Global parameters can have empty values so smart variables that are also global should be allowed to accept empty values too.
The validation on lookup_value to make sure it isn't empty is in the LookupKey class therefore affecting both VariableLookupKey and PuppetClassLookupKey....

706de3cf 12/14/2015 11:17 AM Tom Caspy

fixes #11862 - validating that casted hash is valid

Catch parse errors correctly under Ruby 1.9.3, and ensure the uncasted
value is displayed back in the UI if it fails to parse.

e4ae4a69 12/10/2015 05:48 AM Ori Rabin

Fixes #6007 - Allowing to hide smart class parameters

3326499a 12/01/2015 07:17 AM Daniel Lobato Garcia

Fixes #7568 - Use attr_accessible for Rails 4 upgrade

6501082f 11/20/2015 05:54 AM Tomer Brisker

Fixes #11458 - Override inline for class parameters

This implements override inline for smart class parameters and smart
variables in host and hostgroup edit forms.
Global variable override inline will be done in a seperate PR.

Authors:
Ori Rabin <>...

8893c3bc 10/15/2015 11:25 AM Dominic Cleal

fixes #12095 - prevent escaping of lookup key default value with ERB

When the current default value is retrieved from a lookup key via
default_value_before_type_cast, do not re-dump values containing ERB as
they will not have been cast already. This prevents them being escaped...

8754ca35 10/01/2015 11:06 AM Dominic Cleal

fixes #11964 - mark existing parameters as overridden during clone

8f14d696 09/21/2015 05:39 AM Shlomi Zadok

Fixes #11851 - include ActiveRecord::Base.inherited as super in LookupKey.inherited

View revisions

Also available in: Atom