Project

General

Profile

Download (6 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d7c67746 06/20/2018 07:20 AM Michael Moll

Fixes #19873 - Fix Style/MultilineIfModifier cop (#5705)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19873 - Fix Style/MultilineIfModifier cop
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

3cd8c84b 04/11/2018 07:21 AM Michael Moll

Fixes #19787 - Fix Layout/SpaceAfterComma cop

74275f51 04/05/2018 11:56 AM Michael Moll

Fixes #19840 - Fix Rails/ReadWriteAttribute cop

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

Fixes #19839 - Fix Rails/Present cop

20b2ec5b 04/05/2018 11:56 AM Michael Moll

Fixes #22331 - Fix Rails/Presence cop

a03e5341 03/22/2018 07:15 PM Marek Hulán

Fixes #22918 - Audit all taxonomies assignments

We need to move all audited definitions to top of models because all
concerns can use audit_associations call which relies on audit being
already activated.

afe87279 09/14/2017 04:06 AM Marek Hulán

Refs #16740 - migration templates to use param macros

60cf5a37 06/19/2017 05:09 AM Shimon Shtein

Fixes #15711 - Redesigned host info to providers.

Now you can add your own info by registering a
host method that will return info hash.

4deab2f3 04/12/2017 02:31 AM Lukas Zapletal

Fixes #13772 - orchestration now uses app logger

ffdcc07d 03/09/2017 10:32 AM Tomer Brisker

Fixes #18813 - Sort matchers by priority

6a7e5074 01/02/2017 02:21 AM Tomer Brisker

Fixes #17874 - Extract contains_erb? from lookup key

ed67b8c9 12/18/2016 10:21 AM Dominic Cleal

fixes #17574, #17364 - update scoped_search to 4.x

scoped_search's sort() now accepts a replacement for params which is
filtered in an overridden Foreman sort helper, permitting additional
parameters used in Foreman's index pages.

Replaces :in and :alias in search definitions with preferred keywords.

1ebc15ea 09/12/2016 06:02 AM Ori Rabin

Fixes #16378 - Move default_value casting to lookup_key children

d7f8cc79 09/01/2016 06:21 AM Ori Rabin

Refs #15814 - Reset override params only for PuppetclassLookupKey

e21a3a47 08/24/2016 03:57 AM David Davis

Fixes #15814 - Reset override params when override is off

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

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

Refs #12193 - Remove remaining cached counters

c2ae41a8 06/29/2016 07:33 AM Tomer Brisker

Fixes #15534 - Stop stripping whitespace in parameter values

4c22f365 04/07/2016 06:59 AM Ori Rabin

Fixes #14432 - Removing scoped search on value for smart class parameter

ea740cfe 03/18/2016 06:57 AM Ori Rabin

Fixes #14183 - showing whitespace validation in smart variables

6bab9b5b 02/28/2016 10:44 AM Ori Rabin

Fixes #13899 - Can update smart class parameter type from API

9734f1f3 02/22/2016 10:33 AM Shlomi Zadok

Fixes #13519 - Alias lookupkey key to parameter

57000497 02/15/2016 07:22 AM Tomer Brisker

Fixes #9553 - Remove workaround for older json version

We already use json 1.8, this workaround is no longer needed.

4db14e17 01/12/2016 04:38 PM Tom Caspy

fixes #12805 - nested LV in puppetclass form are now validated

Callbacks return false ONLY if they NEED to stop EVERYTHING else from
running!
DO NOT return false if you want to say "this isn't valid"

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

6b4b489f 09/03/2015 02:54 AM Ori Rabin

fixes #10832 - separating lookup keys into puppet and variable