Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  fact_names
  host
  host_facets
  host_status
  lookup_keys
  mail_notifications
  nic
  operatingsystems
  parameters
  setting
  subnet
  taxonomies
  trends
architecture.rb 746 Bytes
auth_source.rb 2.7 KB
bookmark.rb 1.18 KB
cached_user_role.rb 146 Bytes
cached_usergroup_member.rb 96 Bytes
compute_attribute.rb 1.39 KB
compute_profile.rb 709 Bytes
compute_resource.rb 10.6 KB
config_group.rb 1.14 KB
config_group_class.rb 310 Bytes
config_report.rb 3.11 KB
domain.rb 3.25 KB
environment.rb 1.66 KB
environment_class.rb 1.63 KB
external_usergroup.rb 1.62 KB
fact_name.rb 1.14 KB
fact_value.rb 4.23 KB
feature.rb 357 Bytes
filter.rb 7.53 KB
filtering.rb 87 Bytes
host.rb 976 Bytes
host_class.rb 313 Bytes
host_config_group.rb 298 Bytes
host_status.rb 241 Bytes
hostgroup.rb 9.23 KB
hostgroup_class.rb 347 Bytes
image.rb 1.71 KB
key_pair.rb 336 Bytes
log.rb 451 Bytes
lookup_value.rb 3.86 KB
medium.rb 2.18 KB
message.rb 422 Bytes
model.rb 643 Bytes
notification.rb 2.73 KB
notification_blueprint.rb 1.06 KB
notification_recipient.rb 836 Bytes
operatingsystem.rb 10.4 KB
os_default_template.rb 391 Bytes
parameter.rb 2.74 KB
permission.rb 773 Bytes
provisioning_template.rb 9.58 KB
ptable.rb 1.95 KB
puppetclass.rb 4.83 KB
realm.rb 1.03 KB
report.rb 3.42 KB
role.rb 7.32 KB
setting.rb 11.9 KB
smart_proxy.rb 5.32 KB
source.rb 375 Bytes
ssh_key.rb 2.03 KB
subnet.rb 9.73 KB
subnet_domain.rb 247 Bytes
taxable_taxonomy.rb 599 Bytes
taxonomy.rb 8.08 KB
template.rb 2.93 KB
template_combination.rb 336 Bytes
template_kind.rb 1.04 KB
token.rb 281 Bytes
trend.rb 646 Bytes
trend_counter.rb 340 Bytes
user.rb 22.5 KB
user_mail_notification.rb 537 Bytes
user_role.rb 2.39 KB
usergroup.rb 4.47 KB
usergroup_member.rb 3.59 KB
widget.rb 574 Bytes

Latest revisions

# Date Author Comment
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

bf1a55e3 06/08/2017 01:24 PM Dominic Cleal

refs #19534 - check EncryptValue class variables are defined

bed4594 added class variables to record logging state, but failed to
check it was defined before accessing them, causing exceptions when
decryption failed. Tests added for this new behaviour.

(cherry picked from commit 1da8bd42a95c9e254ea28efbd1b409ac5ab3033e)

ad5b976d 06/08/2017 01:24 PM Lukas Zapletal

Fixes #19534 - removed excessive encryptor logging

(cherry picked from commit bed45946878572b854e64b54ca63a8b294cb53bf)

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

bb635234 05/09/2017 10:20 AM Ben Plessinger

fixes #19419 - fix invalid syntax in aws fog extention

Fix invalid syntax in server.rb

d733a555 05/09/2017 10:13 AM Daniel Lobato Garcia

Fixes #18995, #18996 - visible_environments works w/o taxonomies

bae2fa2b 04/24/2017 09:58 AM Marek Hulán

Fixes #19169 - remove image password from audit

d24a857f 04/05/2017 03:01 PM Ori Rabin

Fixes #17902 - Smart variable puppet class is not auto selected

(cherry picked from commit 0e49dee2886513615e164ebaf04ca32e5685dc77)

e135dc98 03/29/2017 04:24 AM Tomer Brisker

Fixes #18954 - Add CSV export to facts table

View revisions

Also available in: Atom