Project

General

Profile

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

8347a5ef 08/28/2015 09:04 AM Ori Rabin

Fixes #10731 - Allow matches to merge with default values

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

8eed13de 03/19/2015 07:38 AM Daniel Lobato Garcia

Fixes #9589 - Add documentation button to various models

f8a56f5b 01/28/2015 07:18 AM Marek Hulán

Fixes #8052 - allows erb in array and hash params

e38f2272 10/31/2014 09:17 AM Dominic Cleal

refs #3260 - add label for default value tickbox to match overrides

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

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

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

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

Fixes #3300 - extract translations on new smart variable page

e6e9f157 07/23/2014 04:38 AM Ori Rabin

Fixes #6633: Smart variables and smart class parameters can have the same parameter name

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

4d4557e9 10/15/2013 12:18 PM Joseph Magen

fixes #2741 - remove dash from -%> to %>

27120f62 05/22/2013 08:15 AM Joseph Magen

fixes #2485 - updated_at = NULL

9a280163 05/09/2013 02:13 AM Dominic Cleal

fixes #2426 - translate model and column names to English

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

1702ffc6 01/08/2013 10:42 AM Amos Benari

added search puppet class parameters.

e5f912f7 12/20/2012 07:44 AM Amos Benari

puppet class form ui fixes.

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

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

93580289 10/18/2012 08:48 AM Amos Benari

fixes #1901

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...
aac813cd 06/06/2012 05:23 AM Amos Benari

smart vars looks sharper.

cc68313b 05/19/2012 02:01 PM Amos Benari

added well to all forms.

92bf092d 05/07/2012 08:50 AM Amos Benari

UI - more explicit button description for the add child node.

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

updates UI to bootstrap v2

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

WIP rails3 migration

d97b956a 10/31/2011 11:01 AM Amos Benari

refs #1231 smart variables ui improvemnts

1. Moved remove button to the action bar.
2. Fixed remove of new variable.

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

9f867d00 07/17/2011 04:53 AM Ohad Levy

fixes #1046 - Error when editing a lookup key

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"