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.1 KB
cached_user_role.rb 225 Bytes
cached_usergroup_member.rb 158 Bytes
compute_attribute.rb 1.19 KB
compute_profile.rb 730 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.36 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 773 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.3 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
d865abb7 12/11/2015 12:29 PM Shimon Shtein

Fixes #12461 - Compute profile is properly selected.
(cherry picked from commit 95d706426644f40b7ed434d26bf237e643a17a1b)

669c944d 11/17/2015 10:51 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....

dcb7f5da 11/16/2015 09:30 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...

72eac09d 11/16/2015 09:30 AM Dominic Cleal

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

(cherry picked from commit b08ec33dbb1e12db65bc0bde755e657a940531c1)

6a979ca3 11/16/2015 09:30 AM Dominic Cleal

fixes #11771 - ensure created HostStatuses are saved correctly

The HostStatus reported_at timestamp is now validated to match the DB
schema and populated if it's missing. HostStatus subclasses should
validate correctly without needing to call #refresh.
...

5e279bbb 11/16/2015 09:30 AM Shimon Shtein

Fixes #12201 - Made parent associations finder less dependent on association name

(cherry picked from commit 97b5cd0a27101907a333a84716489d73538812cc)

e4cabf0f 11/16/2015 09:30 AM Marek Hulán

Fixes #11972 - ignore specific interfaces via settings

(cherry picked from commit 379de99adbde93349824d4516b95079bfd970e90)

24ba820b 11/16/2015 09:27 AM Shlomi Zadok

Fixes #11953 - Add STI controllers to bookmark via permissions

(cherry picked from commit 779b00d82ffd3728a9575ec5aa38c98f8a098c24)

879346fd 11/16/2015 09:26 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...

90c62086 10/28/2015 11:20 AM Shlomi Zadok

Fixes #12132 - [API] Host all parameters should include host parameters

(cherry picked from commit 4e08a71c51ae9c861f138d70f9c82c6e3193f6ca)

View revisions

Also available in: Atom