Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  host
  host_status
  lookup_keys
  nic
  operatingsystems
  parameters
  setting
  taxonomies
  trends
architecture.rb 625 Bytes
auth_source.rb 2.79 KB
bookmark.rb 1.29 KB
cached_user_role.rb 225 Bytes
cached_usergroup_member.rb 158 Bytes
compute_attribute.rb 1.28 KB
compute_profile.rb 732 Bytes
compute_resource.rb 8.8 KB
config_group.rb 1.23 KB
config_group_class.rb 517 Bytes
domain.rb 2.96 KB
environment.rb 1.74 KB
environment_class.rb 2.42 KB
external_usergroup.rb 1.62 KB
fact_name.rb 898 Bytes
fact_value.rb 4.3 KB
feature.rb 357 Bytes
filter.rb 6.33 KB
filtering.rb 133 Bytes
host.rb 844 Bytes
host_class.rb 428 Bytes
host_config_group.rb 407 Bytes
host_status.rb 241 Bytes
hostgroup.rb 9.99 KB
hostgroup_class.rb 561 Bytes
image.rb 1.19 KB
key_pair.rb 268 Bytes
log.rb 450 Bytes
lookup_value.rb 3.35 KB
mail_notification.rb 1.64 KB
medium.rb 2.41 KB
message.rb 422 Bytes
model.rb 642 Bytes
operatingsystem.rb 9.63 KB
os_default_template.rb 390 Bytes
parameter.rb 1.64 KB
permission.rb 714 Bytes
provisioning_template.rb 7.62 KB
ptable.rb 2.33 KB
puppetclass.rb 9.1 KB
realm.rb 949 Bytes
report.rb 6.11 KB
role.rb 5.42 KB
setting.rb 8.47 KB
smart_proxy.rb 4.57 KB
source.rb 375 Bytes
subnet.rb 8.84 KB
subnet_domain.rb 256 Bytes
taxable_taxonomy.rb 348 Bytes
taxonomy.rb 6.94 KB
template.rb 2 KB
template_combination.rb 335 Bytes
template_kind.rb 304 Bytes
token.rb 316 Bytes
trend.rb 646 Bytes
trend_counter.rb 341 Bytes
user.rb 19.6 KB
user_mail_notification.rb 715 Bytes
user_role.rb 2.08 KB
usergroup.rb 3.92 KB
usergroup_member.rb 3.57 KB
widget.rb 599 Bytes

Latest revisions

# Date Author Comment
eb8d0ff5 10/21/2015 06:37 AM Shlomi Zadok

Fixes #12004, #11999 - Remove reserved words from Environment friendly_id

Restores use of friendly_id, but removes 'new', 'edit' etc from the
reserved words list to ensure they can be used as identifiers.

Reverts the id-name parameterization to purely name, which fixes...

1f5d2516 10/21/2015 06:21 AM Tom Caspy

refs #12147 - adding permissions setter to roles

Problem

Calling FactoryGirl.build(:role, :permissions => []) needs a setter
directly on role. Otherwise it fails on Rails 4 with:
ActiveRecord::HasManyThroughNestedAssociationsAreReadonly: Cannot modify...

7bfc21fc 10/21/2015 06:13 AM Tom Caspy

refs #12147 - adding safety guards to method_missing on compute attributes

There's no need to pass to vm_atts when the method is a setter, also,
there's no need to pass if vm_attrs is blank. Those safety guards are
required in rails4, and compatible with 3.

be3a9aba 10/19/2015 02:08 PM Amir Fefer

Fixes #12102 - Adds socket errors catching to rackspace test connection

Without that, the user doesn't get feedback about problems in the connection to the racksapce service, such as invalid server address.

379de99a 10/19/2015 08:53 AM Marek Hulán

Fixes #11972 - ignore specific interfaces via settings

c919008a 10/16/2015 03:58 AM Jiri Machalek

Fixes #11987 - Check exit code of deployment scripts

This commit fixes checking exit codes returned from provisioning templates, which were ignored
because of sending results through pipe to command tee. Also adds optional host deleting if deployment
fails because of non zero exit code. This can be configured by setting clean_up_failed_deployment...

8893c3bc 10/15/2015 11:25 AM Dominic Cleal

fixes #12095 - prevent escaping of lookup key default value with ERB

When the current default value is retrieved from a lookup key via
default_value_before_type_cast, do not re-dump values containing ERB as
they will not have been cast already. This prevents them being escaped...

c3f54762 10/14/2015 07:05 AM Kamjar Gerami

fixes #11881 - Searching for "puppet" in Puppet Classes takes long - Set only_explicit to host and config groups definitions in puppetclasses

c1755e07 10/12/2015 06:54 AM Daniel Lobato Garcia

Fixes #10988 - Remove 1.11 deprecations

c2af42a0 10/09/2015 10:58 AM Daniel Lobato Garcia

Fixes #12059 - AuthSourceLdap allow_nil should be removed

When we migrated to the new migration syntax, the clause
`validate_length_of :host` was wrongly translated. It contains a clause
`allow_nil` that allows it to be nil, but in Rails 3 the `:presence =>...

View revisions

Also available in: Atom