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
application_record.rb 229 Bytes
architecture.rb 745 Bytes
auth_source.rb 2.7 KB
bookmark.rb 1.18 KB
cached_user_role.rb 145 Bytes
cached_usergroup_member.rb 95 Bytes
compute_attribute.rb 1.39 KB
compute_profile.rb 708 Bytes
compute_resource.rb 10.6 KB
config_group.rb 1.14 KB
config_group_class.rb 309 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.52 KB
feature.rb 356 Bytes
filter.rb 7.53 KB
filtering.rb 86 Bytes
host.rb 976 Bytes
host_class.rb 312 Bytes
host_config_group.rb 297 Bytes
host_status.rb 241 Bytes
hostgroup.rb 9.39 KB
hostgroup_class.rb 346 Bytes
image.rb 1.7 KB
key_pair.rb 335 Bytes
log.rb 450 Bytes
lookup_value.rb 3.85 KB
medium.rb 2.18 KB
message.rb 421 Bytes
model.rb 642 Bytes
notification.rb 2.73 KB
notification_blueprint.rb 1.06 KB
notification_recipient.rb 835 Bytes
operatingsystem.rb 10.3 KB
os_default_template.rb 390 Bytes
parameter.rb 2.74 KB
permission.rb 772 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.5 KB
smart_proxy.rb 5.32 KB
source.rb 374 Bytes
ssh_key.rb 2.03 KB
subnet.rb 9.76 KB
subnet_domain.rb 246 Bytes
taxable_taxonomy.rb 598 Bytes
taxonomy.rb 8.08 KB
template.rb 2.93 KB
template_combination.rb 335 Bytes
template_kind.rb 1.04 KB
token.rb 280 Bytes
trend.rb 645 Bytes
trend_counter.rb 339 Bytes
user.rb 22.5 KB
user_mail_notification.rb 618 Bytes
user_role.rb 2.39 KB
usergroup.rb 4.47 KB
usergroup_member.rb 3.59 KB
widget.rb 573 Bytes

Latest revisions

# Date Author Comment
cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

af9edf10 06/01/2017 06:11 AM Marek Hulán

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

8f7c12b3 05/29/2017 07:09 AM Lukas Zapletal

Fixes #19632 - changed shim and grub1 PXE names

2dc6e2dd 05/28/2017 01:35 PM Martin Ducar

Fixes #19459 - improve vm boot failure feedback

To be able to override the wait for vm ready we need to move
it to compute resource definition. Also improve Openstack one

d80e2430 05/27/2017 04:16 AM Daniel Lobato Garcia

Fixes #16159 - Rename mail alerts to not be Puppet specific

Right now, under 'my account', users get emails with alerts about the
status of their hosts regarding configuration management (e.g: if there
was an error, get an alert, or get a weekly summary of all hosts...

9586cd4a 05/26/2017 09:19 AM Dominic Cleal

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

38b81aed 05/23/2017 11:26 AM Marek Hulán

Fixes #19630 - ignore hidden admins

7b085199 05/23/2017 09:54 AM Shimon Shtein

Fixes #19541 - properly mark user <-> mail_notification relation

Mark `:inverse_of` on `User` and `UserMailNotification` objects
so the relation properties would be set automatically, even for
new in-memory instances.

1da8bd42 05/22/2017 07:58 AM 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.

bed45946 05/17/2017 04:13 AM Lukas Zapletal

Fixes #19534 - removed excessive encryptor logging

View revisions

Also available in: Atom