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.28 KB
compute_attribute_test.rb 1.4 KB
compute_profile_test.rb 1.18 KB
compute_resource_test.rb 13 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.52 KB
environment_test.rb 724 Bytes
external_usergroup_test.rb 281 Bytes
fact_value_test.rb 8.11 KB
feature_test.rb 157 Bytes
filter_test.rb 9.22 KB
host_config_group_test.rb 1.46 KB
host_jail_test.rb 916 Bytes
host_status_test.rb 894 Bytes
host_test.rb 154 KB
hostgroup_class_test.rb 619 Bytes
hostgroup_test.rb 23.8 KB
image_test.rb 2 KB
key_pair_test.rb 1.41 KB
location_test.rb 146 Bytes
log_test.rb 150 Bytes
lookup_key_test.rb 19 KB
lookup_value_test.rb 11 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.8 KB
notification_blueprint_test.rb 238 Bytes
notification_recipient_test.rb 471 Bytes
notification_test.rb 3.87 KB
operatingsystem_test.rb 13.3 KB
orchestration_test.rb 6.28 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.28 KB
ptable_test.rb 2.99 KB
puppetclass_test.rb 7.11 KB
realm_test.rb 1.95 KB
report_test.rb 4.81 KB
role_test.rb 11.6 KB
setting_test.rb 22.6 KB
smart_proxy_test.rb 3.77 KB
ssh_key_test.rb 1.59 KB
subnet_test.rb 4.58 KB
taxonomix_test.rb 15 KB
taxonomy_test.rb 2.74 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 36.7 KB
usergroup_member_test.rb 15.4 KB
usergroup_test.rb 9.22 KB
widget_test.rb 1.4 KB

Latest revisions

# Date Author Comment
c23ae988 09/13/2017 09:01 AM Timo Goebel

fixes #20646 - clear host_id during interface cloning

(cherry picked from commit adbb8b53355314e1ee3bf0002ec6b224a911b31e)

44072648 09/08/2017 11:31 AM Marek Hulán

Fixes #19742 - cache hosts for fact values

When we generate fact values hash we always loaded a host for a given
fact. This in combination with taxonomies queryies that are
automatically generated caused roughly 6N+1 issue. We can preload all
hosts that are required and use this in-memory cache for generating the...

182108f9 08/08/2017 01:10 PM Ivan Necas

Fixes #19400 - defer loading of tables list cache

The BookmarkControllerValidator can get loaded sooner than the tables
are loaded (especially in tests).

(cherry picked from commit f044c69d7d5ab83aa4d6787ece84ef7ba3fd06d5)

Conflicts:
app/validators/bookmark_controller_validator.rb

69677033 08/08/2017 09:34 AM Ondřej Pražák

Fixes #19677 - Add settings for local boot templates

(cherry picked from commit 0e8f2cac4ed72ddf819582700977a4b6844a7c06)

1cd1880b 07/31/2017 01:40 PM Dominic Cleal

fixes #18200 - don't re-encrypt settings when value is unchanged

c3da3dcb 07/06/2017 01:39 PM Daniel Lobato Garcia

Fixes #19266 - fix_db_cache crashes Rails initialization

The Filters cache that CacheManager recreates when
fix_db_cache is true, fails when the roles associated with said
filters are locked. To generate the cache, we call `.save` on the filter
object, which is not allowed by Role....

e3ce3588 06/20/2017 09:25 AM Marek Hulán

Fixes #19630 - ignore hidden admins

7c3d1c5c 06/08/2017 01:26 PM Marek Hulán

Fixes #19612 - CVE-2017-7505 don't expose admin to taxed users

(cherry picked from commit af9edf1098bf8e643e1607f9375595e375e7ade6)

Conflicts:
app/models/notification.rb

2d6c6f18 06/08/2017 01:22 PM Daniel Lobato Garcia

Fixes #19631 - ComputeResource with KeyPair can be removed

The concern for removing the compute resources with keypairs was trying
to destroy the compute resource too early. Also, this deletion already
happened because of the has_one :dependency => :destroy relation...

cd8f54c0 06/08/2017 01:22 PM Ivan Necas

Fixes #19236 - handle situation when host is destroyed oVirt

The issue was introduced in 4269abbd, where we replaced the
`OVIRT::OvirtException` error by `ActiveRecord::RecordNotFound` in
`find_vm_by_uuid method`, but we haven't updated the corresponding...

View revisions

Also available in: Atom