Project

General

Profile

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

# Date Author Comment
c007f069 04/28/2014 11:51 AM Dominic Cleal

fixes #1902 - audit changes to lookup keys and values/overrides

(cherry picked from commit 971fee795383d2f7dc757a91ceb46bd693e20a4d)

acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
832c0925 02/24/2014 08:38 PM Joseph Magen

fixes #4393 - rename ancestry label to title

cfc2bb66 02/07/2014 09:17 AM Stephen Benjamin

fixes #2726 - smart class parameter override fails validation

f2c78d4a 10/15/2013 12:18 PM Joseph Magen

fixes #2741 - rails 3 syntax

bd48d5c9 10/08/2013 04:40 PM Joseph Magen

fixes #3206 - prevent any user including admin from creating lookup_value with fdqn= or hostgroup= if host/hostgroup does not exist

06909647 10/07/2013 10:33 AM Joseph Magen

fixes #3048 - Non Admin user fails to override parameters when creating new host

478ddec8 09/10/2013 09:12 PM Joseph Magen

fixes #2985 - remove #as_json method from AR models since rabl views used for API

3b656b8d 08/23/2013 10:55 AM Joseph Magen

fixes #2945 - extend AR to add getter/setters *_name(s) for has_many/belongs_to associations

6c492cce 06/06/2013 10:15 AM Joseph Magen

fixes #2386 - permission failure on create_lookup_value

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

Feature #2368 - i18n extracting strings

5f4359c7 01/21/2013 08:10 AM Ivan Necas

Make sure we're not merging nil in to_json

Options argument might be nil. Therefore it fails when trying to call {}.merge(options) (for example when recording examples with apipie).

4e493ad7 10/17/2012 08:59 AM Joseph Magen

removed lower() on default_scope to get tests to pass in postgresql

fixes #1887
fixes #1839

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

fixes #1351 New smart variable and match cannot be entered at same time.

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

WIP rails3 migration

a7f78b19 09/04/2011 03:13 AM Ohad Levy

fixes #1148 - CRUD on lookup values via the API

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

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"