Project

General

Profile

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

# Date Author Comment
3557c3c2 10/17/2010 08:43 AM Ohad Levy

Added JSON API Support to the Media controller

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

edf4198b 05/27/2010 04:43 PM Ohad Levy

fixes #271 - remove active scaffold plugin

0ba45d6d 05/24/2010 09:03 AM Jochen Schalanda

fixes #236 - Installation media are now usable with more than one operating system.

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

66bb73ba 04/07/2010 10:16 AM Ohad Levy

fixes #198 - remove activescaffold from Operating systems setting page

8042b804 03/04/2010 12:53 PM Ohad Levy

fixes #172 - unable to save NFS based medias

88693384 02/18/2010 08:05 PM Lucas Tolchinsky

before_destroy patch successfully applied, also, added require for ruby-debug

7e57efb4 02/18/2010 07:57 PM Lucas Tolchinsky

Media tests on green

4eeab916 08/01/2009 03:39 PM Ohad Levy

updated validation column name

f049c0ab 08/01/2009 02:40 PM Ohad Levy

updated validations and error message for medias

6e50fa1d 07/25/2009 04:34 PM Ohad Levy

realigned models to use :though and habtm when it made sense, setup basic AS controllers to support that

1b23d712 07/25/2009 04:34 PM Ohad Levy

added media path validaiton to be either NFS or url

22924f15 07/25/2009 04:34 PM Ohad Levy

fix the relationship between a host and a media (must be though an OS), added some helpers to auto parse the install path (e.g. NFS or URL) etc

286a2207 07/25/2009 04:34 PM Ohad Levy

updated migrations to use puppet Rails function of creating the db schema, adjusted what ever it took to get the first Fedora 11 client installed with our kickstart

950ddeb3 07/25/2009 04:34 PM Ohad Levy

Added domain model.
removed ensure_not_used from all models and add it to Activerecord:Base class as an initalizer

4f62db91 07/25/2009 04:34 PM Ohad Levy

added os model and fix active record relationship to media and host, hopefully supporting the kickstart integeration for path etc

816b9c22 07/25/2009 04:34 PM Ohad Levy

added media model