Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
904367f1 03/06/2016 08:31 AM Dominic Cleal

fixes #13978 - replace AR value_to_boolean with our caster

In Rails 4.2, value_to_boolean was moved further into ActiveRecord's
column type classes. Replace the use of this internal method with
Foreman's own well-tested caster.

acd64d03 02/19/2016 05:19 AM Tomer Brisker

Fixes #13348 - Allow searching of all hosts managed by a smart proxy

4693fe5f 02/19/2016 04:31 AM Ondřej Pražák

Fixes #6241 - Validations for associations with proxies

d5b5059a 02/17/2016 10:14 AM Lukas Zapletal

Fixes #13084 - compute resource IP orchestration fixed

5c028a17 02/17/2016 06:58 AM Ori Rabin

Fixes #13257 - nested locations can be created via api

e1dbddda 02/16/2016 08:15 AM Tom Caspy

fixes #13567 - fixing locale:pack

apparently, the PO generator treats underscore as something important,
it assumes it's the GetText underscore method, thus, breaking
things in a spactacular way.
removing it solves it.

a977bd3b 02/16/2016 05:01 AM Daniel Lobato Garcia

Fixes #13557 - Rubocop enforce specifying a timezone

Rubocop can enforce what timezone to store in the database ,
so we can ensure everything is stored using UTC and we don't
miss these things in code reviews. When objects are displayed,
they must use the time provided by set_timezone in the...

f20c2a1a 02/15/2016 07:22 AM Dominic Cleal

fixes #13409 - remove early initialisation of test DB

All models etc. referenced within the Rails environment startup,
including in initialisers should load without making any reference to
the database. This ensures when running `rake test` without a test DB...

7c671609 02/09/2016 04:29 AM Dominic Cleal

fixes #13440 - rename Host#model_name to #hardware_model_name

Rails 4.2 defines a model_name instance method which is used in routing
and called from link_to. Rename our model_name methods to
hardware_model_name to prevent this overlapping and causing link_to...

b874d64f 02/09/2016 03:57 AM Shlomi Zadok

Fixes #13378 - Ensure taxonomy name length validation is called once

View revisions

Also available in: Atom