Project

General

Profile

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

# Date Author Comment
abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

12608e84 12/02/2014 12:43 PM Ori Rabin

Fixes #8536 - can update and delete media with dot in name

d3d17516 11/24/2014 01:12 PM Tomer Brisker

Fixes #6765 - correct wrong validation on media name

Regex used for validation was wrong, raising error on multiple white spaces instead of on trailing white space.
Trailing white space is stripped anyways by StripWhitespace concern before validation.
Original bug was concerning " " passing validation. However, that is not a single white space but rather quotes with a...

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

8b737c9c 09/29/2014 07:17 AM Joseph Magen

fixes #4386 - gem friendly_id to simplify find by id, name, label, etc

3034e8e2 07/31/2014 06:00 AM Ori Rabin

fixes #6636, #6657, #6694 - add field length validations, extend audit field length

4df26ec4 07/30/2014 04:22 AM Joseph Magen

fixes #6432 - add validation for attributes missing :presence => true and remove duplicate validation messages 'can't be blank'

08d248fc 07/15/2014 08:50 AM Joseph Magen

fixes #3664 - support deletion of installation media that's in use

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:
0fa5d146 12/25/2013 09:22 AM Dominic Cleal

fixes #3752 - move data population from migrations into seed script

5031bb10 10/18/2013 01:34 PM Tomáš Strachota

fixes #2818 - validation of OS families in ptables

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

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

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

cd289277 06/20/2013 11:16 AM Ivan Necas

fixes #2685 incorrect and inefficient regexp checking medium name format

It takes eternity to compute something like this:

"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa b" =~ /\A(\S+\s?)+\Z

Also "this is wrong " was not matched

93ce3a18 06/03/2013 01:28 PM Joseph Magen

fixes #2602 - scoped_search error when using postgresql

ff8cc704 05/09/2013 05:54 AM Joseph Magen

fixes #2422 Rails 3.2: before_destroy / dependent => :destroy ordering

7d993b41 05/09/2013 05:54 AM Joseph Magen

fixes #2421 added missing has_many :hostgroups and missing :dependent => destroy

769b405b 04/24/2013 05:07 AM Dominic Cleal

Feature #2368 - use N_ for model validators

As per https://github.com/grosser/fast_gettext/wiki/activerecord

93117958 04/24/2013 05:07 AM Bryan Kearney

Feature #2368 - i18n extracting strings

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

611f5bff 11/28/2012 05:38 AM Amos Benari

Add organization and location to foreman.

This feature allows foreman to provide multi location, multi tenant and
multi organizations capablities.

the idea is that resources within foreman (e.g. hosts, subnets, users,
environments etc) can belong to one or more locations and organization,...

6d813af4 10/25/2012 11:53 AM Telmo X

Fixes validation for hostnames containing hyphens for NFS mounts

8dbb38ec 06/24/2012 07:13 AM Ohad Levy

Added OS Family attribute to Partition Tables and Installation Medium

74245065 12/26/2011 07:39 AM Ohad Levy

refs #1316 - Postgres DB Error while run rake db:migrate

this is a secondary commit to the develop branch

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

WIP rails3 migration

8104eced 07/18/2011 05:31 AM Ohad Levy

fixes #898 - remove old search leftovers across the app

cedbb8f9 07/07/2011 07:43 AM Paul Kelly

Fixes #1026 - Medium create fails with 'invalid nfs path'

Signed-off-by: Paul Kelly <>

0b4d9ce1 06/15/2011 08:42 AM Ohad Levy

fixes #987 - migration fails when using postgres after #820

a6db0470 06/15/2011 07:03 AM Paul Kelly

Fixes #820 - Intel Solaris support

Signed-off-by: Paul Kelly <>

5410421d 03/15/2011 04:26 AM Ohad Levy

fixed broken tests

added default order and paginations which
fixes #721
fixes #688

db59a916 12/20/2010 05:31 AM Jochen Schalanda

Fixes #263 - Refactored Foreman to use correct singular and pluralization of medium/media