Project

General

Profile

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

# Date Author Comment
c88c48f5 08/31/2015 10:00 AM Ondřej Pražák

Fixes #11467 - Textareas in form may be resized only vertically

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

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

Fixes #3856 - Make parameter value fields expandable

2b6605c4 04/17/2015 08:05 AM Ori Rabin

Fixes #8217, #8214 - Rearranging override section in smart class parameter page and host page

9f266894 10/30/2014 08:12 AM Dominic Cleal

refs #3260 - extract string, fix inconsistent capitalisation

8e53b7c9 10/30/2014 05:37 AM Ori Rabin

Fixes #3260- Allows puppet to manage value of smart class parameter that can be overrided

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

Fixes #3300 - extract translations on new smart variable page

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

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

Feature #2368 - form helpers, exceptions and fixes

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

Feature #2368 - i18n extracting and locale rake task

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

Feature #2368 - i18n extracting strings

01a0d713 12/18/2012 06:41 AM Joseph Magen

fixes #1965 override value to textarea

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...
995b1748 07/04/2012 03:47 PM Amos Benari

fixes #1165 add inherited params display and override option to the host form.

Signed-off-by: Ohad Levy <>

aac813cd 06/06/2012 05:23 AM Amos Benari

smart vars looks sharper.

82e47ae0 04/29/2012 08:56 AM Amos Benari

updates UI to bootstrap v2

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

9fd7478e 11/07/2010 10:39 AM Paul Kelly

Fixes #366 - Redmine authorization port

This is a major feature which provides RBAC authorization within Foreman
a mental note to myself - never ever work on large commits

08bf6aba 04/14/2010 04:52 AM Ohad Levy

fixes #208 - use nested_attributes for lookup parameters

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"