Project

General

Profile

Download (9.84 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

68388bc2 04/26/2018 04:29 PM Michael Moll

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

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

Fixes #19787 - Fix Layout/SpaceAfterComma cop

ffedb85d 12/25/2017 02:44 PM Tomer Brisker

Fixes #19769 - Fix Layout/CommentIndentation cop

b1f7cfa6 11/10/2017 12:32 PM Shira Maximov

Fixes #21133 - Change the color of pficon-info to black (#4942)

0e49dee2 03/29/2017 08:13 AM Ori Rabin

Fixes #17902 - Smart variable puppet class is not auto selected

a95e602a 03/07/2017 05:21 PM Marek Hulán

Fixes #18783,#18804 - replace inline helps with label helps

d575bdd6 12/12/2016 04:22 AM Daniel Lobato Garcia

Fixes #17599 - Smart vars allow you to select 'none' class

When you edit a smart variable, it allows in the form to 'not' associate
it with any Puppet class. This doesn't show any error on the UI, however
it's not associated and you will see "Failed to save: Puppetclass can't...

569650b7 09/08/2016 02:44 AM Shimon Shtein

Fixes #15846 - Renamed use_puppet_default to omit in LookupValue

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

c9405b9b 05/03/2016 01:28 PM Tomer Brisker

Fixes #14795 - User w/o edit_params permission can save host

Some puppet class parameter fields were not disabled for users without
the `edit_params` permission, leading to errors when attempting to save
a host with overriden parameters.

6d1b0165 02/24/2016 09:26 AM Dominic Cleal

refs #13304 - translate tooltip text

ccdf2521 02/24/2016 03:50 AM Sean O'Keeffe

Fixes #13821 - Show different types of input depending on the paramter type

190a8bfa 02/24/2016 03:48 AM Ori Rabin

Fixes #13304 - Disabled hidden button for smart class parameters shows a tooltip

ae23d007 01/20/2016 07:30 AM Ori Rabin

Fixes #13258 - Use patternfly icons for parameters

aa50ab15 01/07/2016 04:51 AM Alon Goldboim

Fixes #4629 - Migrate UI to Patternfly

6bbf5085 12/22/2015 10:25 AM Ori Rabin

Fixes #12860 - Moves new_child_fields_template to LayoutHelper and connect new child to parent

e0e41840 12/10/2015 07:13 AM Ori Rabin

Fixes #12752 - Host and hostgroup clone should copy smart class parameters overrides

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

Fixes #6007 - Allowing to hide smart class parameters

32468bce 12/09/2015 08:54 AM Tomer Brisker

Fixes #12611 - CVE-2015-7518 prevent XSS on host edit form

The host edit forms allowed stored XSS attacks by storing html content
in smart class parameter and smart variable description or inherited
values, which is then passed unescaped to an html-allowing popover....

03c609eb 12/04/2015 11:10 AM Tomer Brisker

Fixes #12642 - Show overriden values before type cast on host edit form

ea26193a 11/30/2015 04:06 PM Tomer Brisker

Fixes #12609 - correctly display boolean parameters on host edit form

Booleans were not displayed correctly in certain cases due to the fact
that `false.present? false` and `lookup_value.value ||
inherited_value true` in case one of them is true.

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

51c05864 11/03/2015 05:43 AM Tomer Brisker

Fixes #12231 - Allow editing smart variables with periods in puppetclass form

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

fixes #10832 - separating lookup keys into puppet and variable

b3ac878a 09/02/2015 06:27 AM Tomer Brisker

Fixes #11466, #11462 - Improve layout of textareas

e2982830 08/19/2015 03:48 PM Shlomi Zadok

fixes #11374 - re-initialize select2 on smart vars

09ce8a63 08/13/2015 07:13 AM Ori Rabin

Fixes #4419 - rearranging smart class parameters edit form

77c68e43 06/23/2015 08:15 AM Marek Hulán

Fixes #10849 - remove hidden template fields on submit

8b8be6e4 06/04/2015 07:07 AM Tomer Brisker

Fixes #3856 - Make parameter value fields expandable

0575b5b0 03/19/2015 05:30 AM Tom Caspy

fixes #4424 - overriden attributes get overridden in the UI

6d05514a 03/05/2015 07:31 AM Tomáš Strachota

Fixes #9480 - multiple NICs integration with compute profiles

From users point of view:
- interfaces setup in compute profiles is back
- interface related compute attrs get merged into host NICs upon compute
profile selection
- NIC overview table displays details in the column "Type"...

afe02d30 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cop IndentationConsistency

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

ea4eec44 10/22/2014 05:11 AM Ori Rabin

Fixes #3309 - Support deep merging of hash and array structures in smart class parameters

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

96144a47 10/06/2014 01:57 PM Daniel Lobato Garcia

Refs #3809 - Remove rubocop TODOs

Removed the following TODOs so that cops for these will run from now on:

Lint/AmbiguousOperator, DefEndAlignment, DeprecatedClassMethods
EnsureReturn, RequireParentheses, Void, BlockAlignment, EndAlignment,
UselessAccessModifier,...

04c6b019 10/06/2014 03:51 AM Tiffany

fixes #7163 - on host's edit page, show the source for the value of puppet class parameters.

d455f32c 09/03/2014 11:24 AM Marek Hulán

Fixes #6444 - add support for virtual NICs

Extend additional interface details refs #2240

NIC facts parsing change and we create interfaces in Foreman according
to facts we recieve.

Subclasses does not define their own attributes and serialize them to
attrs hash. All BMC attributes are extracted to separate columns so it's...

4c4f30bc 08/07/2014 07:04 AM Tomer Brisker

Fixes #3300 - extract translations on new smart variable page

4c8d2c2c 04/21/2014 04:52 PM Dominic Cleal

fixes #5247 - overridable keys displayed on host group when env is inherited

8527c9f1 03/24/2014 12:42 PM Amos Benari

fixes #4733 lookup keys in puppet class form visual changes

d31eea8c 12/29/2013 11:22 AM Amos Benari

fixes #3811 - merge with new layout

bf4a13d3 12/29/2013 11:22 AM Walden Raines

Fixes #3811 updating to bootstrap 3

31b0ec6e 06/05/2013 11:50 AM Amos Benari

fixes #2617 Can't edit a host once it's created

0f9df583 05/09/2013 02:33 PM Amos Benari

fixes #2220 - Suport hostgroup puppet classes parameters inheritance.

7acc469b 05/09/2013 02:30 PM Amos Benari

fixes #2132 Smart Variables in hostgroup. 1. Show smart variables in hostgroup view. 2. Added the GUI to override smart variables values in host group.

74e0b0e3 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - form helpers, exceptions and fixes

bfbf7ed8 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n extracting strings

73f23bf4 01/02/2013 08:13 AM Amos Benari

bootstrap2.2.2

298756ca 10/18/2012 08:48 AM Amos Benari

fixes #1028 - show and override puppet class parameters in the host form.

f8d94608 09/24/2012 10:41 AM Amos Benari

fixes #832 - adds parameterized class support

Credits:
This patch is based on the original work of Olivier Favre
<> many many thanks!

This patch adds the following features
  • import class parameters, and try to understand their types
  • support a complex matrix of environments, puppet classes and their...
82e47ae0 04/29/2012 08:56 AM Amos Benari

updates UI to bootstrap v2

334d0359 03/19/2012 06:51 AM Amos Benari

fixes #1540 added suport for provisioning on ovirt/rhvem using fog.

This patch addes a compute resource concept within foreman

Signed-off-by: Ohad Levy <>

017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration

8eb63065 10/27/2011 08:55 AM Amos Benari

fixes #1231 - make first pill active by default vertical pills

2b54d6ef 10/25/2011 11:16 AM Ohad Levy

wip #1231

9afa092e 07/06/2011 10:07 AM Ohad Levy

fixes #322 Ability to add custom variables and multiple values resovled
in a dynamic Hierarchally order

This commits introduces the ability to define variables per puppet
class.

additionally, each class can have multiple values, depends on the host
which is requesting that variable....

0265427b 03/09/2010 06:47 AM Ohad Levy

fixes #141 - add support to extlookup kind of queries through foreman
usage:
wget -q -O - "http://foreman/lookup?key=ntpserver&order[]=my.domain&order[]=common"
if you want it in YAML, just add:
wget -q -O - "http://foreman/lookup?key=ntpserver&order[]=my.domain&order[]=common&format=yml"