Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  factories
  fixtures
  functional
  integration
  lib
  static_fixtures
  unit
audit.rb 148 Bytes
test_helper.rb 12.3 KB
test_runner.rb 1.1 KB

Latest revisions

# Date Author Comment
654d3bea 11/16/2015 08:09 AM Tom Caspy

fixes #12342 - unsaved (new or cloned) hostgroups keep their puppetclasses

Unsaved hostgroups didn't respond correctly to individual_puppetclasses
because that method expects some objects to be saved in the DB. In case
of selecting a new environment, that lead to puppetclasses disappearing....

57e9d8a3 11/15/2015 07:49 AM Dominic Cleal

fixes #12194 - join fact tables multiple times for each search term

scoped_search usually generates a new inner join for each search term
when searching through a key/value table layout to correctly search for
hosts via multiple facts. Since the change to ext_method in 3f8e6c33, a...

d7e11a85 11/13/2015 09:04 AM Amir Fefer

Fixes #10649 - Adds Test email button to user's mail preferences

When clicked, a test mail deliverd to the user's email, and if it
failed, error details will pop up.

fedf3791 11/13/2015 07:13 AM Brandon Weeks

Fixes #12441 - validate uniqueness for nic identifier and host

b08ec33d 11/13/2015 05:47 AM Dominic Cleal

fixes #12458 - escape values in fact searches to prevent SQL injection

6f8775fb 11/12/2015 03:13 PM Stephen Benjamin

fixes #11943 - only send built mail when host is installed

dfe4701e 11/12/2015 07:45 AM Baptiste Agasse

Fixes #12212 - Import addtitionnal informations from DHCP smart proxy

b2a959ec 11/11/2015 12:09 PM Alon Goldboim

Fixes #12432 - Changed roles model so admin could see/attach all permissions

3fc47abd 11/11/2015 12:05 PM Dominic Cleal

fixes #11771 - ensure created HostStatuses are saved correctly

The HostStatus reported_at timestamp is now validated to match the DB
schema and populated if it's missing. HostStatus subclasses should
validate correctly without needing to call #refresh.
...

b5782137 11/11/2015 03:01 AM Shlomi Zadok

Fixes #12325 - Add to_utf8 method and ensure avatar_path returns in utf-8

View revisions

Also available in: Atom