Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  helpers
  host_status
  nics
  operatingsystems
  orchestration
  sso
  validators
application_mailer_test.rb 988 Bytes
architecture_test.rb 1.65 KB
association_authorizer_test.rb 1.94 KB
audit_mailer_test.rb 1.94 KB
auth_source_test.rb 1.5 KB
authorizer_test.rb 13.9 KB
bookmark_test.rb 1.97 KB
cached_user_role_test.rb 128 Bytes
cached_usergroup_member_test.rb 135 Bytes
classification_test.rb 38.2 KB
common_parameter_test.rb 1.45 KB
compute_attribute_test.rb 1.42 KB
compute_profile_test.rb 1.26 KB
compute_resource_test.rb 8.83 KB
config_group_class_test.rb 378 Bytes
config_group_test.rb 238 Bytes
domain_parameter_test.rb 1.12 KB
domain_test.rb 4.06 KB
enc_output_test.rb 2.02 KB
ensure_no_cycle_test.rb 1.52 KB
ensure_not_used_by_test.rb 2.49 KB
environment_class_test.rb 164 Bytes
environment_test.rb 1.41 KB
external_usergroup_test.rb 281 Bytes
fact_importer_test.rb 984 Bytes
fact_parser_test.rb 14.6 KB
fact_value_test.rb 6.83 KB
facts.json 4.52 KB
facts_aix.json 1.03 KB
facts_debian.json 4.46 KB
facts_freebsd_patch.json 2.4 KB
facts_freebsd_stable.json 2.66 KB
facts_sles.json 4 KB
facts_with_caps.json 4.52 KB
facts_with_certname.json 4.49 KB
feature_test.rb 154 Bytes
filter_test.rb 7.05 KB
foreman_deprecation_test.rb 733 Bytes
group_parameter_test.rb 1.18 KB
host_build_status_test.rb 1.46 KB
host_config_group_test.rb 2.37 KB
host_jail_test.rb 846 Bytes
host_mailer_test.rb 1.81 KB
host_observer_test.rb 1.72 KB
host_parameter_test.rb 1.28 KB
host_status_test.rb 894 Bytes
host_test.rb 122 KB
hostgroup_class_test.rb 865 Bytes
hostgroup_test.rb 20.9 KB
image_test.rb 745 Bytes
interface_merge_test.rb 2.45 KB
interface_type_mapper_test.rb 865 Bytes
location_parameter_test.rb 1.25 KB
location_test.rb 17.4 KB
log_test.rb 150 Bytes
lookup_key_test.rb 15.1 KB
lookup_value_test.rb 8.71 KB
mail_notification_test.rb 1.06 KB
medium_test.rb 3.06 KB
menu_item_test.rb 3.56 KB
menu_manager_test.rb 1.23 KB
menu_mapper_test.rb 8.68 KB
message_test.rb 154 Bytes
model_test.rb 777 Bytes
name_synchronizer_test.rb 1.47 KB
nic_test.rb 15.7 KB
operatingsystem_test.rb 14.6 KB
orchestration_test.rb 3.7 KB
organization_parameter_test.rb 1.36 KB
organization_test.rb 10.8 KB
os_default_template_test.rb 164 Bytes
parameter_test.rb 2.97 KB
permission_test.rb 1.15 KB
plugin_logging_test.rb 1.21 KB
plugin_test.rb 8.53 KB
power_manager_test.rb 1.6 KB
provisioning_template_test.rb 8.57 KB
ptable_test.rb 3.31 KB
puppet_class_importer_test.rb 4.09 KB
puppet_fact_importer_test.rb 3.69 KB
puppet_fact_parser_test.rb 10.6 KB
puppetclass_test.rb 8.97 KB
rabl_test.rb 882 Bytes
realm_test.rb 1.63 KB
renderer_test.rb 254 Bytes
report_importer_test.rb 3.06 KB
report_status_calculator_test.rb 891 Bytes
report_test.rb 6.21 KB
role_test.rb 6.22 KB
safe_render_test.rb 1.39 KB
setting_test.rb 16.5 KB
smart_proxy_test.rb 2.04 KB
source_test.rb 153 Bytes
sso.rb 500 Bytes
subnet_domain_test.rb 159 Bytes
subnet_test.rb 9.25 KB
taxable_taxonomy_test.rb 162 Bytes
taxonomix_test.rb 7.24 KB
taxonomy_test.rb 2.85 KB
template_combination_test.rb 166 Bytes
template_kind_test.rb 159 Bytes
token_test.rb 1.95 KB
trend_counter_test.rb 159 Bytes
trend_test.rb 426 Bytes
user_role_test.rb 2.49 KB
user_test.rb 28.3 KB
usergroup_member_test.rb 15.4 KB
usergroup_test.rb 8.63 KB
version_test.rb 903 Bytes
widget_test.rb 1.42 KB

Latest revisions

# Date Author Comment
02823256 03/29/2016 02:55 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...

51f0e905 03/29/2016 02:22 PM Marek Hulán

Fixes #13834 - associate puppet proxies only for puppet imports

(cherry picked from commit 6f16c9159dad61641908d88eeb62ab45d22bd396)

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

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

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

fixes #12954 - config status is relevant if reports exist or via setting

For a host that has config management reports, but no Puppet proxy set,
consider the config status relevant. This helps in an environment with
reports but no proxy, but has the side effect of considering the status...

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

fixes #7517 - remove overridden class parameters from envs on import

When a class parameter is overridden and the class import indicates it
should be removed, now delete the EnvironmentClass association.

This also changes behaviour when an overridden parameter is removed from...

681a40fe 01/19/2016 09:18 AM Tomer Brisker

Fixes #12083 - Set nic domain only on full match of fqdn domain

If there are domains that have subdomains, setting a host name that
contains an existing domain name will sometimes choose the wrong
domain for the host. This patch makes the nic set the domain only...

View revisions

Also available in: Atom