Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  factories
  fixtures
  functional
  integration
  lib
  static_fixtures
  unit
audit.rb 148 Bytes
facet_test_helper.rb 455 Bytes
test_helper.rb 13.4 KB

Latest revisions

# Date Author Comment
473ba1c6 03/15/2016 10:00 AM Marek Hulán

Fixes #14184 - allow filter creation for users with taxonomies

860cbb0a 03/14/2016 02:53 PM Dominic Cleal

fixes #14179 - don't merge NIC compute attrs in ComputeProfileMerge

When creating a host over the API and specifying interface compute
attributes, the interface attributes were overwritten from the compute
profile. Example request:

{"host":{"interfaces_attributes":{"0":{"primary":"true","compute_attributes":{"model":"e1000"}}}, ...}}...
7339369d 03/14/2016 12:51 PM Ondřej Pražák

Fixes #6924 - Additional validations for Setting

f329b160 03/14/2016 12:49 PM Dominic Cleal

refs #9470 - set :limit on column, fix MailNotification initializer

MailNotification.new failed unless it had a Hash argument, hence the
factory had been changed from default behaviour. It also then ignored
all attributes except a given few listed in initialize_with.

945dd6d7 03/14/2016 11:46 AM Dominic Cleal

fixes #14155 - fix leaks between tests with random ordering

- A test for the Rabl use_controller_name_as_json_root extension was
leaking as the old value was only reset in `setup` methods. When the
test was last in the test case, the configuration wasn't reset....

fc362ac8 03/11/2016 07:24 AM Marek Hulán

Fixes #14154 - fix adrift reports show page

55e7865d 03/11/2016 05:08 AM Amir Fefer

Fixes #9470 - Adds an option to send puppet error emails for all host to a user

Adds an option to the puppet error state notification - Subscribe to all hosts, when error occurs from any authorize host, the user will get an email

545716c4 03/10/2016 04:34 AM Marek Hulán

Fixes #9932 - fix preallocate attribute mapping

640d7ee7 03/09/2016 01:14 PM Justin Sherrill

Fixes #13545 - STI permission checking always using base class

This fixes permission checks on STI objects. Due to these methods existing
in Procs and being included in the base class at run time resource_class was
returning the base class. I can only presume this is related to a ruby or rails 4...

85c6f530 03/09/2016 10:50 AM Marek Hulán

Fixes #14113 - run dhcp orchestration only on DHCP subnets

View revisions

Also available in: Atom