Project

General

Profile

Download (990 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4ebe38c7 05/23/2011 10:36 AM Ohad Levy

fixes #899 - There are numerous typos and formatting issues with the code

e77b99e0 04/10/2011 03:17 PM Ohad Levy

fixes #259 - Ability to search Hosts by Parameters

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

1f0c2f2e 09/22/2010 09:07 PM Paul Kelly

Fixes #367 - Parameter validates_format_of is too restrictive

aa1796f3 06/17/2010 02:15 PM Paul Kelly

Fixes #261 - parameters now use a single reference_id

This implementation uses STI but the table looks the same for all
variants. This is a little strange but it seems to work.

Also removed obsolete controllers and tests
Added more tests

81e2d3f3 06/03/2010 03:54 AM Ohad Levy

fixes #302 and all references to_label and to_s
removed references to all per_page settings as they are common now

dad78fb6 05/06/2010 04:00 PM Paul Kelly

Fixes #132 - Added a clone operation

This clones the AR, attaches clones of the
originals host_parameters and then renders the "new" action, ready for editing.

The host_parameters must not use validate_presence of :host_id when using nested attributes.
Created a hidden :nested attribute to the form to flag this behaviour...

92971ae3 04/09/2010 09:06 AM Ohad Levy

removing show action in places it doesn't make sense, and minor visual changes

1ec92973 02/18/2010 07:57 PM Lucas Tolchinsky

refactored the trailing spaces test and added parameter test

f2b00c3c 10/29/2009 04:26 PM Ohad Levy
  • created an audit show page
  • added auditing for external node parameters
    refs #43
086ec942 09/05/2009 05:43 PM Ohad Levy

Added Groups to puppet classes, now its possible to associate a host with a group of classes
it also allowed to setup parameters per group and override them in the host level

I've done it late at night, so who knows :)

fce2cbc0 08/04/2009 03:10 PM Ohad Levy

added external nodes parameters support