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 7.91 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 24 KB
image_test.rb 2.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.43 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 5.93 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.26 KB
ptable_test.rb 2.98 KB
puppetclass_test.rb 7.11 KB
realm_test.rb 1.95 KB
report_test.rb 4.81 KB
role_test.rb 11.2 KB
setting_test.rb 21.9 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.75 KB
template_combination_test.rb 166 Bytes
template_kind_test.rb 636 Bytes
template_test.rb 3.32 KB
token_test.rb 1.63 KB
trend_counter_test.rb 159 Bytes
trend_test.rb 464 Bytes
user_role_test.rb 2.48 KB
user_test.rb 37.1 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
91f8ffb1 06/05/2017 06:39 AM 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...

cf468753 06/01/2017 10:01 AM Amir Fefer

Fixes #15861 - increase size of audited_changes column

In mysql text type is limited to 64K, while in psql
there's no limit. Changeing type to MEDIUMTEXT,
which limited to 16MB, should solve this issue in mysql

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

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

00997108 05/23/2017 07:54 AM Sebastian Gräßl

Fixes #19475 - Rename test variables to more specific term

An issue occurring with a recent minitest upgrade broke tests.
Renaming variables set with let to a less ambiguous wording is
to work around the issue.

995e2da7 05/09/2017 10:33 AM Dominic Cleal

fixes #19483 - use #admin? method to check inherited admin flags

View revisions

Also available in: Atom