Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  host_status
  hosts
  lookup_keys
  models
  nics
  operatingsystems
  orchestration
  parameters
  settings
  shared
  sso
  subnet
architecture_test.rb 2.32 KB
auth_source_test.rb 425 Bytes
bookmark_test.rb 2.23 KB
compute_attribute_test.rb 1.4 KB
compute_profile_test.rb 1.18 KB
compute_resource_test.rb 12.4 KB
config_group_class_test.rb 243 Bytes
config_group_test.rb 151 Bytes
config_report_test.rb 2.93 KB
domain_test.rb 5.5 KB
environment_test.rb 724 Bytes
external_usergroup_test.rb 281 Bytes
fact_value_test.rb 7.6 KB
feature_test.rb 157 Bytes
filter_test.rb 9.22 KB
host_config_group_test.rb 1.46 KB
host_jail_test.rb 856 Bytes
host_status_test.rb 894 Bytes
host_test.rb 155 KB
hostgroup_class_test.rb 619 Bytes
hostgroup_test.rb 23.8 KB
image_test.rb 630 Bytes
key_pair_test.rb 1.41 KB
location_test.rb 146 Bytes
log_test.rb 150 Bytes
lookup_key_test.rb 18.3 KB
lookup_value_test.rb 10.7 KB
mail_notification_test.rb 1.45 KB
medium_test.rb 3.08 KB
message_test.rb 154 Bytes
model_test.rb 535 Bytes
nic_bmc_jail_test.rb 558 Bytes
nic_test.rb 16.1 KB
notification_blueprint_test.rb 238 Bytes
notification_recipient_test.rb 471 Bytes
notification_test.rb 3.41 KB
operatingsystem_test.rb 13.3 KB
orchestration_test.rb 6.02 KB
organization_test.rb 150 Bytes
os_default_template_test.rb 384 Bytes
parameter_test.rb 3.93 KB
permission_test.rb 1.15 KB
provisioning_template_test.rb 9.35 KB
ptable_test.rb 3.03 KB
puppetclass_test.rb 7.11 KB
realm_test.rb 1.95 KB
report_test.rb 4.98 KB
role_test.rb 8.07 KB
setting_test.rb 21.2 KB
smart_proxy_test.rb 3.77 KB
subnet_test.rb 4.59 KB
taxonomix_test.rb 10.9 KB
taxonomy_test.rb 2.72 KB
template_combination_test.rb 166 Bytes
template_kind_test.rb 636 Bytes
template_test.rb 3.32 KB
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 33.7 KB
usergroup_member_test.rb 15.4 KB
usergroup_test.rb 8.95 KB
widget_test.rb 1.42 KB

Latest revisions

# Date Author Comment
6ef1dbd1 01/27/2017 03:37 AM Shlomi Zadok

Fixes #18280 - Adds compute resource provider name

Makes the API return the provider name of the compute resource

91825902 01/26/2017 08:55 AM Timo Goebel

fixes #18102 - a host cannot be backed by the same vm

2d9236b8 01/26/2017 08:25 AM Daniel Lobato Garcia

Fixes #17526 - Taxonomy.ignore? does not work with "any context"

In this scenario:

1. User has one organization - "E-Corp" - this organization allows the
user to see every hostgroup (via selecting "all host groups" when
editing the organization).

2. User has a location "Czech republic" that also includes all host...

08705e43 01/25/2017 10:59 AM Dominic Cleal

fixes #18238 - use fixed model name in test expectation

ec3360d9 01/24/2017 04:13 AM Daniel Lobato Garcia

Fixes #16752 - Extract template code from Host::Managed

Host::Managed contains a lot of code related with determining the
template that a host should have. Other Host objects such as
Host::Discovered might need that logic, without becoming a
Host::Managed....

6a3b4abc 01/23/2017 12:08 PM Dominic Cleal

fixes #18176 - replace clear_association_cache with reload

Reload is still necessary in Rails 5 as interfaces association will be
cached. The BMC test change is necessary to reload smart proxies
associated to the subnet after their features were altered - previously...

363cab56 01/19/2017 03:43 AM Ohad Levy

fixes #17545 - adds UI notification support

- Initial data model for notification support, based on manageiq design.
- addes notification JSON endpoints.

915ee077 01/11/2017 11:29 AM Sebastian Gräßl

Fixes #3551 - Show unavailable Puppet Classes in Host Group edit

Puppet Classes can be assigned to a Host Group even if they are
not available in the set environment.

The Classes persist through out changes of the environment,
but were previously hidden from the UI this changes that....

f2c05b8d 01/11/2017 03:31 AM Marek Hulán

Fixes #17330 - skip admin email if it's unknown

When admin user is being seeded the Setting might not exist at that
moment. We can't just create it with value, since the setting would
be invalid because of other attributes. Therefore we split settings
creation from the setting list so we could create it from seed too....

96983205 01/09/2017 09:50 AM Marek Hulán

Fixes #16782 - reset dhcp record cache after mac change

View revisions

Also available in: Atom