Project

General

Profile

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

Latest revisions

# Date Author Comment
6ad7edcc 03/29/2016 02:22 PM Stephen Benjamin

fixes #13852 - add user_data to images api docs

(cherry picked from commit 1cd4a22df2b4a34ea8a03150b1bd406494587ed3)

e9aaaf29 02/23/2016 09:59 AM Timo Goebel

fixes #13430 - add missing actions to virt power manager

When rebooting a vm via power manager, this fails:

| TypeError: nil is not a symbol | /Users/f0218175/foremandev/foreman/app/services/power_manager/virt.rb:25:in
`block (2 levels) in <class:Virt>'...

69e3337e 01/19/2016 09:18 AM Dominic Cleal

fixes #13004 - inherit compute profile from parent host groups

When selecting a compute resource on the New Host form and the VM
attributes tab is refreshed using an inherited compute profile, the
profile was taken from the host group only if explicitly set on it. The...

72ddea3c 01/19/2016 09:18 AM Lukas Zapletal

Fixes #12566 - host_parameters_attributes accepts nested flag

96f624f8 01/19/2016 09:18 AM Dominic Cleal

fixes #12271 - update ace editor usage, remove unused JS

(cherry picked from commit f375686909929748590f94fbce08b49cda2cc636)

cac86e23 01/19/2016 09:18 AM Justin Sherrill

Fixes #12130 - reference parent name in fact helptip

(cherry picked from commit d34aed172351da944dcab4f43127c0c38c28707d)

a0381819 01/19/2016 09:18 AM Dominic Cleal

fixes #13112 - add options to HostStatus#relevant? to optimise reports

To match other methods on HostStatus::Status instances, relevant? has a
new options argument which is used from the global status building to
optimise config report loading. This prevents an N+1 query on the...

9383ba04 01/19/2016 09:18 AM Tom Caspy

fixes #12805 - nested LV in puppetclass form are now validated

Callbacks return false ONLY if they NEED to stop EVERYTHING else from
running!
DO NOT return false if you want to say "this isn't valid"

(cherry picked from commit 4db14e17662e6631c51164127830c42863657575)

cce9172b 01/19/2016 09:18 AM Imri Zvik

Fixes #12946 - Do not fail miserably when compute instance is not found.

(cherry picked from commit 3ce9810bc26e49a11ba6bc978deaf5520311efc8)

0deff0ee 01/19/2016 09:18 AM Dominic Cleal

fixes #12959 - escape % in fact search values, auto-add wildcards

When constructing fact search SQL queries with values containing
percent symbols (for LIKE queries), the symbols must be escaped as the
SQL conditions are later sanitised by Rails, which passes them through...

View revisions

Also available in: Atom