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.21 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
config_report.rb 3.12 KB
domain.rb 2.98 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.37 KB
feature.rb 357 Bytes
filter.rb 6.33 KB
filtering.rb 133 Bytes
host.rb 844 Bytes
host_class.rb 425 Bytes
host_config_group.rb 407 Bytes
host_status.rb 241 Bytes
hostgroup.rb 9.25 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 773 Bytes
provisioning_template.rb 7.62 KB
ptable.rb 2.33 KB
puppetclass.rb 9.1 KB
realm.rb 949 Bytes
report.rb 3.46 KB
role.rb 5.43 KB
setting.rb 8.47 KB
smart_proxy.rb 4.57 KB
source.rb 375 Bytes
subnet.rb 9.58 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.11 KB
usergroup.rb 3.92 KB
usergroup_member.rb 3.57 KB
widget.rb 599 Bytes

Latest revisions

# Date Author Comment
95d70642 11/19/2015 02:43 PM Shimon Shtein

Fixes #12461 - Compute profile is properly selected.

8a817cb2 11/19/2015 09:37 AM Shlomi Zadok

Fixes #11643 - [API] Add preview template to host

2fc4d6da 11/18/2015 10:41 AM Shlomi Zadok

Fixes #11307 - Add host count to hostgroups

a05b0df0 11/17/2015 08:50 AM Brandon Weeks

Fixes #12478 - don't update :attached_to if parsed :attached_to is nil

654d3bea 11/16/2015 08:09 AM Tom Caspy

fixes #12342 - unsaved (new or cloned) hostgroups keep their puppetclasses

Unsaved hostgroups didn't respond correctly to individual_puppetclasses
because that method expects some objects to be saved in the DB. In case
of selecting a new environment, that lead to puppetclasses disappearing....

57e9d8a3 11/15/2015 07:49 AM Dominic Cleal

fixes #12194 - join fact tables multiple times for each search term

scoped_search usually generates a new inner join for each search term
when searching through a key/value table layout to correctly search for
hosts via multiple facts. Since the change to ext_method in 3f8e6c33, a...

59bfddbb 11/13/2015 09:05 AM Daniel Lobato Garcia

Fixes #12457 - Use .exists? to check subnet exists on Rails 4

On app/models/subnet.rb, the method `self.import` uses `if
first(:conditions => attrs)`. It no longer is an alias for
`find(:first, *args)` but now it just fetches the first X
records (`first(X)`). `.exists?` is a suitable equivalent

fedf3791 11/13/2015 07:13 AM Brandon Weeks

Fixes #12441 - validate uniqueness for nic identifier and host

b08ec33d 11/13/2015 05:47 AM Dominic Cleal

fixes #12458 - escape values in fact searches to prevent SQL injection

6f8775fb 11/12/2015 03:13 PM Stephen Benjamin

fixes #11943 - only send built mail when host is installed

View revisions

Also available in: Atom