Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  helpers
  host_status
  lookup_keys
  nics
  operatingsystems
  orchestration
  parameters
  proxy_statuses
  sso
  validators
application_mailer_test.rb 1.06 KB
architecture_test.rb 1.27 KB
association_authorizer_test.rb 1.94 KB
audit_mailer_test.rb 1.94 KB
auth_source_test.rb 1.23 KB
authorizer_test.rb 13.9 KB
bookmark_test.rb 1.97 KB
certificate_extract_test.rb 606 Bytes
classification_test.rb 38.2 KB
compute_attribute_merge_test.rb 2.62 KB
compute_attribute_test.rb 1.24 KB
compute_profile_test.rb 1.18 KB
compute_resource_test.rb 9.06 KB
config_group_class_test.rb 243 Bytes
config_group_test.rb 151 Bytes
config_report_importer_test.rb 264 Bytes
config_report_status_calculator_test.rb 922 Bytes
config_report_test.rb 2.93 KB
domain_test.rb 5.83 KB
enc_output_test.rb 2.02 KB
ensure_no_cycle_test.rb 1.63 KB
ensure_not_used_by_test.rb 2.49 KB
environment_test.rb 1.44 KB
external_usergroup_test.rb 281 Bytes
facet_configuration_test.rb 2.53 KB
facet_test.rb 2.08 KB
fact_importer_test.rb 1.08 KB
fact_parser_test.rb 14.6 KB
fact_value_test.rb 7.09 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 157 Bytes
filter_test.rb 7.05 KB
foreman_deprecation_test.rb 733 Bytes
host_build_status_test.rb 1.46 KB
host_config_group_test.rb 1.46 KB
host_jail_test.rb 846 Bytes
host_mailer_test.rb 1.81 KB
host_observer_test.rb 1.73 KB
host_power_interface_test.rb 786 Bytes
host_status_test.rb 894 Bytes
host_test.rb 131 KB
hostgroup_class_test.rb 865 Bytes
hostgroup_test.rb 22.1 KB
image_test.rb 435 Bytes
interface_merge_test.rb 3.04 KB
interface_type_mapper_test.rb 865 Bytes
location_test.rb 18.5 KB
log_test.rb 150 Bytes
lookup_key_test.rb 16 KB
lookup_value_test.rb 9.59 KB
mail_notification_test.rb 1.06 KB
medium_test.rb 3.07 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_test.rb 10.8 KB
os_default_template_test.rb 384 Bytes
pagelet_manager_test.rb 1.62 KB
pagelet_test.rb 976 Bytes
parameter_test.rb 2.97 KB
permission_test.rb 1.15 KB
plugin_logging_test.rb 1.21 KB
plugin_test.rb 9.64 KB
power_manager_test.rb 1.6 KB
provisioning_template_test.rb 8.19 KB
ptable_test.rb 2.79 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.76 KB
rabl_test.rb 882 Bytes
realm_test.rb 1.91 KB
renderer_test.rb 254 Bytes
report_importer_test.rb 3.29 KB
report_test.rb 4.84 KB
role_test.rb 6.41 KB
safe_render_test.rb 1.39 KB
setting_test.rb 16.7 KB
smart_proxy_test.rb 2.83 KB
sso.rb 500 Bytes
subnet_test.rb 11.6 KB
taxonomix_test.rb 7.24 KB
taxonomy_test.rb 2.8 KB
template_combination_test.rb 166 Bytes
token_test.rb 1.8 KB
trend_counter_test.rb 159 Bytes
trend_test.rb 426 Bytes
user_role_test.rb 2.49 KB
user_test.rb 27.4 KB
usergroup_member_test.rb 15.4 KB
usergroup_test.rb 8.24 KB
version_test.rb 903 Bytes
widget_test.rb 1.42 KB

Latest revisions

# Date Author Comment
a503383b 04/18/2016 01:45 PM Marek Hulán

Fixes #14113 - run dhcp orchestration only on DHCP subnets

(cherry picked from commit 85c6f530855ffafbb90c02e1f9dadabe1b6823ac)

91b4e718 04/18/2016 01:45 PM Shimon Shtein

Fixes #13849 - Now the facets will not require id attribute for update

(cherry picked from commit ec76b0092f9af5b8f7e2e02777f376b6b6e0d711)

6b9b746e 04/18/2016 01:45 PM Ori Rabin

Fixes #13937 - search by domain parameters searches on primary_interface

(cherry picked from commit f2506d3482098dcd4faffe64c036f139d77034d7)

647b971f 04/18/2016 01:45 PM Ondřej Pražák

Fixes #12936 - Host inherits attributes when hostgroup is AR object

(cherry picked from commit d7110d54ad51a85eadde8283606e88cf01de8b19)

c404041c 03/22/2016 01:21 PM Dominic Cleal

fixes #13980 - don't merge NIC compute attrs on New Host form

Removes merging of NIC's compute attributes when refreshing interfaces
on compute profile or resource selections on the New Host form. Instead,
overwrite NIC attributes from the profile (as it did before 85e82d0) as...

ff222ae6 03/22/2016 01:15 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"}}}, ...}}...
4a5d57a1 03/10/2016 10:56 AM Marek Hulán

Fixes #13711 - fix subnet/domain validation during creation

(cherry picked from commit 46eec8ba4163a8f237b3189f43d2f873a2267288)

68f9b972 03/10/2016 10:56 AM Eric Helms

Fixes #13417: Provide facet registration through plugin API

(cherry picked from commit 7d90b5cb23decf7d9f6f09f8114ea8a9b1f697a0)

90d1f4bf 03/10/2016 10:49 AM 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...

63ee2160 02/24/2016 12:34 PM Marek Hulán

Fixes #13834 - associate puppet proxies only for puppet imports

(cherry picked from commit 6f16c9159dad61641908d88eeb62ab45d22bd396)

View revisions

Also available in: Atom