Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
b953c6ae 04/08/2016 05:40 AM Tomer Brisker

Fixes #14476 - Correctly handle casting of invalid real param values

e4ed4a0d 03/22/2016 08:16 AM Marek Hulán

Fixes #14232 - make generic helpers available for global PXE template

26dade0f 03/16/2016 06:48 AM Daniel Lobato Garcia

Fixes #14097 - Only run DatabaseCleaner truncation on JS tests

Problem:
DatabaseCleaner runs after all integration tests, on truncation mode.
However, for tests where we use rack-test instead of poltergeist, this
is not necessary and slows down the test suite....

b24feca2 03/09/2016 09:48 AM Rob Sanders

fixes #14096 - handle MiB style memory units on statistics page

4c9529c7 03/07/2016 06:49 AM Lukas Zapletal

Fixes #13725 - DHCP MAC conflicts are reported

55033bc8 02/17/2016 09:06 AM Marek Hulán

Fixes #13755 - allow reading of AR collections with safe mode enabled

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

ac735d74 01/21/2016 10:13 AM Dominic Cleal

fixes #13168 - permit safemode templates read-only access to AR relations

Templates such as kickstart_networking_setup use relations of
Host::Managed to access network interfaces. Since Rails 4, these return
relation objects rather than arrays which being core Ruby, had permitted...

a0a3a873 01/13/2016 03:24 AM Tom Caspy

fixes #13131 - plugin tests to skip is back

b1997f52 01/12/2016 04:22 AM Dominic Cleal

fixes #13039 - remove TemplateKind DB calls from UnattendedCtlr

UnattendedController created actions/methods during initialisation per
known TemplateKind, relying on the DB being populated. This caused
ordering issues when a plugin loaded the controller in a test...

View revisions

Also available in: Atom