Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architecture.rb 336 Bytes
auth_source.rb 1.53 KB
auth_source_ldap.rb 3.94 KB
common_parameter.rb 70 Bytes
domain.rb 1.17 KB
domain_parameter.rb 223 Bytes
environment.rb 1.78 KB
fact_value.rb 1.08 KB
group_parameter.rb 176 Bytes
host.rb 16.5 KB
host_mailer.rb 2.37 KB
host_observer.rb 659 Bytes
host_parameter.rb 298 Bytes
hostgroup.rb 687 Bytes
lookup_key.rb 540 Bytes
lookup_value.rb 166 Bytes
media.rb 667 Bytes
model.rb 230 Bytes
operatingsystem.rb 1.41 KB
parameter.rb 275 Bytes
ptable.rb 697 Bytes
puppetclass.rb 1.79 KB
report.rb 6.44 KB
report_observer.rb 440 Bytes
subnet.rb 1.06 KB
user.rb 2.58 KB
usergroup.rb 1.79 KB
usergroup_member.rb 115 Bytes

Latest revisions

# Date Author Comment
9c0e127b 05/17/2010 07:03 AM Paul Kelly

Fixes #170 - implement usergroups

Added migration
Added tests
Added MVC files
Added the routes as well
Added the program logic and additional views
Added RESTful actions for update and create
Added validations to ensure that usergroup.name and user.login do not collide...

6526673d 05/16/2010 12:23 PM Ohad Levy

fixes #257 - When creating a new hostgroup, it fails if I add a parameter when creating

e394b70b 05/14/2010 08:07 AM Ohad Levy

yet another fix for #216

5656ef86 05/14/2010 06:58 AM Ohad Levy

fixes #216 - Validate uniqueness of a parameter name for Individual hosts

19bd108a 05/10/2010 03:34 AM Paul Kelly

Fixes #240 - Clone operation highlights changes correctly

The clone operation no longer flags edits as errors. This looks better.

4e85a944 05/09/2010 03:55 PM Ohad Levy

fixes #233 - In the "Show" page for a Host, Build link should not be visible when Unattended is false.

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

c9140ad1 05/06/2010 01:56 PM Ohad Levy

fixes #238 - Report wrong marked

c289176c 05/03/2010 03:18 PM Ohad Levy

fixes #237 - installing puppet from epel breaks if base image is not 5.3 or 4.9 release

7a481d2d 05/03/2010 02:20 PM Jochen Schalanda

fixes #235 - Small refactoring of the media handling for operating system families: * Use URI class for any URI related operations * Added substitution for $version, $major and $minor in media path * Force use of http(s)|ftp|nfs URI schema: NFS shares have now to be entered in URI form: nfs://server/path/.../ instead of server:/path/.../

View revisions

Also available in: Atom