Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  helpers
  host_status
  hosts
  lookup_keys
  models
  nics
  operatingsystems
  orchestration
  parameters
  proxy_statuses
  sso
  subnet
  validators
application_mailer_test.rb 1.77 KB
architecture_test.rb 2.32 KB
association_authorizer_test.rb 1.96 KB
audit_mailer_test.rb 1.97 KB
auth_source_test.rb 1.03 KB
authorizer_test.rb 15.9 KB
bookmark_test.rb 2.23 KB
certificate_extract_test.rb 605 Bytes
classification_test.rb 38.2 KB
compute_attribute_merge_test.rb 2.62 KB
compute_attribute_test.rb 1.23 KB
compute_profile_test.rb 1.18 KB
compute_resource_test.rb 12.2 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
dashboard_test.rb 1.91 KB
domain_test.rb 5.47 KB
ensure_no_cycle_test.rb 1.63 KB
ensure_not_used_by_test.rb 2.58 KB
environment_test.rb 724 Bytes
external_usergroup_test.rb 281 Bytes
facet_configuration_test.rb 2.53 KB
facet_test.rb 2.53 KB
fact_importer_test.rb 5.63 KB
fact_parser_test.rb 14.7 KB
fact_value_test.rb 7.5 KB
facts.json 4.62 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_solaris10.json 2.69 KB
facts_with_caps.json 4.52 KB
facts_with_certname.json 4.49 KB
feature_test.rb 157 Bytes
filter_test.rb 8.81 KB
foreman_deprecation_test.rb 1012 Bytes
hash_for_test.rb 867 Bytes
host_build_status_test.rb 1.48 KB
host_config_group_test.rb 1.46 KB
host_jail_test.rb 856 Bytes
host_mailer_test.rb 1.63 KB
host_power_interface_test.rb 786 Bytes
host_status_test.rb 894 Bytes
host_test.rb 145 KB
host_token_test.rb 1.17 KB
hostgroup_class_test.rb 619 Bytes
hostgroup_test.rb 22.4 KB
image_test.rb 630 Bytes
interface_merge_test.rb 3.04 KB
interface_type_mapper_test.rb 865 Bytes
ipam_test.rb 2.9 KB
location_test.rb 18.5 KB
log_test.rb 150 Bytes
lookup_key_test.rb 18.7 KB
lookup_value_test.rb 10.1 KB
mail_notification_test.rb 1.45 KB
medium_test.rb 3.08 KB
menu_item_test.rb 3.56 KB
menu_manager_test.rb 1.23 KB
menu_mapper_test.rb 8.67 KB
message_test.rb 154 Bytes
model_test.rb 535 Bytes
name_generator_test.rb 1.17 KB
name_synchronizer_test.rb 1.47 KB
nic_bmc_jail_test.rb 321 Bytes
nic_test.rb 16.1 KB
operatingsystem_test.rb 13.2 KB
orchestration_test.rb 5.48 KB
organization_test.rb 10.8 KB
os_default_template_test.rb 384 Bytes
pagelet_manager_test.rb 1.02 KB
pagelet_test.rb 976 Bytes
parameter_filter_test.rb 5.84 KB
parameter_test.rb 3.93 KB
permission_test.rb 1.15 KB
plugin_logging_test.rb 1.21 KB
plugin_test.rb 12.4 KB
power_manager_test.rb 2.87 KB
provisioning_template_test.rb 8.51 KB
ptable_test.rb 2.79 KB
puppet_class_importer_test.rb 5.24 KB
puppet_fact_importer_test.rb 1.17 KB
puppet_fact_parser_test.rb 11.6 KB
puppetclass_test.rb 7.11 KB
rabl_test.rb 882 Bytes
realm_test.rb 1.91 KB
renderer_test.rb 1.07 KB
report_importer_test.rb 4.44 KB
report_test.rb 4.98 KB
role_test.rb 7.85 KB
safe_render_test.rb 1.39 KB
setting_test.rb 19.1 KB
smart_proxy_test.rb 2.61 KB
sso_test.rb 927 Bytes
statistics_test.rb 2.43 KB
structured_fact_importer_test.rb 3.08 KB
subnet_test.rb 4.51 KB
taxonomix_test.rb 9.92 KB
taxonomy_test.rb 2.72 KB
template_combination_test.rb 166 Bytes
template_kind_test.rb 636 Bytes
token_test.rb 1.8 KB
trend_counter_test.rb 159 Bytes
trend_test.rb 464 Bytes
user_role_test.rb 2.48 KB
user_test.rb 30.1 KB
usergroup_member_test.rb 15.4 KB
usergroup_test.rb 8.95 KB
version_test.rb 902 Bytes
widget_test.rb 1.42 KB

Latest revisions

# Date Author Comment
ac99a245 11/25/2016 09:30 AM Dominic Cleal

fixes #17335 - parse Solaris update as minor version

Also fixes idempotency of OSes with only a major version (as Solaris
was prior to this change), where `minor` was nil instead of "", causing
the OS to be recreated with a validation error.
(cherry picked from commit 13875289357605c80b8073c2befcf84303e3695d)

2e6a06a4 11/25/2016 09:30 AM Dominic Cleal

fixes #17314 - use *_subnets permissions for Subnet subclasses

(cherry picked from commit b628f37369dead0a247bd6d5857bb2cafd223e77)

dbfaff4a 11/25/2016 09:30 AM Dominic Cleal

fixes #17300 - accept Nic::Bond#attached_devices string inputs

(cherry picked from commit 18780e5cb7f7d0fbcf97b99426217730b1a54635)

1ce9e9bc 11/25/2016 09:30 AM Marek Hulán

Fixes #15498 - removes scopes from includes in taxonomix

(cherry picked from commit 77cb9ca918baa11f57dcb41ff2900e0292908c82)

4584adc3 11/25/2016 09:30 AM Justin Sherrill

Fixes #16546 - update facts on existing hosts

when create_new_host_when_facts_are_uploaded is set to false

(cherry picked from commit 74002ce3a796ab626f4b5e9c5f031d501424fa22)

0f61bf7e 11/25/2016 09:30 AM Dominic Cleal

fixes #17197 - don't update DNS on ip6 change to empty string

(cherry picked from commit b7cc39f867cc4092cebd173ee3dec05202a96321)

0a439eec 11/25/2016 09:30 AM Timo Goebel

fixes #17187 - v6 ip not required when cr provides v4

(cherry picked from commit f77f6b91955a79e80aa1c9dc04e6ce8b0716493a)

a3c9f4d3 11/25/2016 09:30 AM Tomer Brisker

Fixes #16704 - Allow filtering on dashboard

Some filters on the dashboard caused the reports widget to break,
specifically searching using free text or on attributes that are not
part of the hosts table (such as environment name).
This is caused by an issue with Rails that digregards outer joins when a...

a308c5b9 11/25/2016 09:30 AM Dominic Cleal

fixes #16866 - don't call orchestration skip if unattended is off

(cherry picked from commit 525e321360fe8e26823a683eb76744d36b32efc2)

6399cf93 11/25/2016 08:51 AM Timo Goebel

fixes #17086 - export nic ipv6 address for ENC

(cherry picked from commit ccbfab75eb4b26bd67d9b46a95ee5746f86ce9f1)

View revisions

Also available in: Atom