Project

General

Profile

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

# Date Author Comment
0accaa2d 05/07/2014 10:09 AM Stephen Benjamin

fixes #4639 - array in lookup_value incorrectly displayed in form

(cherry picked from commit 801a90d196d363aadae7bf2be9347ff6e46e0471)

bbf64d99 12/16/2013 03:54 PM Joseph Magen

fixes #3693 - API v2 - accept GET json format of object in PUT/POST requests to add/remove has_many associations

39558b72 11/13/2013 11:57 AM Dmitri Dolguikh

fixes #3516 - resource names (inc. domains) are now being parametrized when used to construct urls

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

fixes #3249 - change regex syntax from start/end of line to start/end of string

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

fixes #3248 - missing N_() on validation messages

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

fixes #2741 - rails 3 syntax

21bf889a 09/23/2013 09:02 AM Joseph Magen

fixes #2810 - more restful API v2 JSON responses in puppetclasses

NOTE: breaking changes to API v2 api/lookup_keys does not exist, replaced by api/smart_variables and api/smart_class_parameters

5aca6d3c 09/16/2013 10:45 AM Joseph Magen

fixes #3090 - new puppetclass creation fails when adding smart variable

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

248cad83 07/17/2013 02:24 PM Joseph Magen

fixes #2142 add Smart Parameters and Smart Class Parameters to API v2

3a96ba00 05/12/2013 09:44 AM Amos Benari

fixes #2478 - smart-variable in ENC stopped working

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

fixes #2220 - Suport hostgroup puppet classes parameters inheritance.

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

Feature #2368 - i18n extracting strings

feacea35 04/02/2013 08:30 AM Amos Benari

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g...

d7611b24 02/25/2013 09:54 AM Greg Sutcliffe

fixes #2254 - Add STI to hosts table

Signed-off-by: Joseph Mitchell Magen <>
Signed-off-by: Ohad Levy <>

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

4ac52744 12/20/2012 07:54 AM Ohad Levy

removed class_name from all relationships that has_many :through as its invalid.

It seems like we hit a rails bug, where the joins were incorrectly created,
once removed, it was generated correctly.

reviewing the docs again, say that its ignored with hmt relation, so removing anyway.

71291a46 12/20/2012 04:18 AM Dmitri Dolguikh

fixes #1834 to get foreman running under ruby 1.9.3

e76ac9ca 12/05/2012 08:52 AM Ohad Levy

fixes #2003 - Improve Parameterized classes values retrieval time

This patch adds a new classification class which
tries to fetch all values at once

The initial implementation cared about a name / value at a time
however getting all at once (e.g. during a puppet ENC call) is much more...

d076d573 11/21/2012 08:10 AM Joseph Magen

This commit adds most of the functionality required for API v1

The overall goal was to extract the existing JSON response
overall controllers, and to move them to a seperate name space.

  • documentation was added to all requests (available under /apidoc)...
298756ca 10/18/2012 08:48 AM Amos Benari

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

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

77a8080a 10/03/2012 11:44 AM Ohad Levy

refs #832 do not force smartvars order saved if they are the default or not sent over the wire.

75bd351e 09/26/2012 12:15 AM Ohad Levy

refs #832 - making sure that ENC values cast - skipped this patch somehow

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...
b05278e3 08/14/2012 02:01 AM Ohad Levy

fix smartvar api output

67799065 03/15/2012 10:34 AM Ohad Levy

code smell

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

8ea536e3 08/23/2011 05:24 AM Ohad Levy

fixes #1128 - Ability to match on Parameters in Smart Variables

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

b28fdce4 02/21/2011 04:14 AM Ohad Levy

Fixes #670 - Adds proper json support for most CRUD operations

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"