Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  shared
application_controller_subclass_test.rb 6.8 KB
architectures_controller_test.rb 2.38 KB
audits_controller_test.rb 720 Bytes
auth_source_ldaps_controller_test.rb 3.86 KB
autosign_controller_test.rb 168 Bytes
bookmarks_controller_test.rb 1.45 KB
common_parameters_controller_test.rb 2.05 KB
compute_attributes_controller_test.rb 1.51 KB
compute_profiles_controller_test.rb 1.36 KB
compute_resources_controller_test.rb 6.54 KB
compute_resources_vms_controller_test.rb 7.45 KB
config_groups_controller_test.rb 1.08 KB
config_reports_controller_test.rb 2.48 KB
dashboard_controller_test.rb 584 Bytes
domains_controller_test.rb 1.85 KB
environments_controller_test.rb 8.21 KB
fact_values_controller_test.rb 580 Bytes
filters_controller_test.rb 2.04 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 8.53 KB
hosts_controller_test.rb 42.8 KB
images_controller_test.rb 2.26 KB
locations_controller_test.rb 8.5 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 1.84 KB
models_controller_test.rb 1.79 KB
operatingsystems_controller_test.rb 4.79 KB
organizations_controller_test.rb 8.75 KB
provisioning_templates_controller_test.rb 4.98 KB
ptables_controller_test.rb 4.31 KB
puppetca_controller_test.rb 593 Bytes
puppetclass_lookup_keys_controller_test.rb 1.55 KB
puppetclasses_controller_test.rb 9.18 KB
realms_controller_test.rb 1.87 KB
roles_controller_test.rb 3.4 KB
settings_controller_test.rb 1.48 KB
smart_proxies_controller_test.rb 4 KB
smart_proxy_auth_test.rb 3.56 KB
statistics_controller_test.rb 740 Bytes
subnets_controller_test.rb 2.98 KB
tasks_controller_test.rb 165 Bytes
trends_controller_test.rb 809 Bytes
unattended_controller_test.rb 13.9 KB
usergroups_controller_test.rb 2.91 KB
users_controller_test.rb 14.2 KB
variable_lookup_keys_controller_test.rb 1.53 KB

Latest revisions

# Date Author Comment
d4b8428f 12/15/2015 07:25 AM Amir Fefer

Fixes #12180 - lookup_value presence validation moved from lookup_key

Global parameters can have empty values so smart variables that are also global should be allowed to accept empty values too.
The validation on lookup_value to make sure it isn't empty is in the LookupKey class therefore affecting both VariableLookupKey and PuppetClassLookupKey....

19d9e229 12/11/2015 06:36 AM Shimon Shtein

Fixes #12618 - Now calls for compute attributes are explicit.

Prevents compute attributes from being overwritten unconditionally from
the hostgroup's compute profile.

66c04a75 12/10/2015 05:48 AM Daniel Lobato Garcia

Fixes #12691 - Small Rails 4 backwards compatible changes

Following on 10409, rebasing the Rails 4 PR with develop has needed some
changes that can be backported to develop now.

a92ee5bc 12/09/2015 10:27 AM Timo Goebel

fixes #1584 - bulk owner change

32468bce 12/09/2015 08:54 AM Tomer Brisker

Fixes #12611 - CVE-2015-7518 prevent XSS on host edit form

The host edit forms allowed stored XSS attacks by storing html content
in smart class parameter and smart variable description or inherited
values, which is then passed unescaped to an html-allowing popover....

935bc248 12/08/2015 05:50 AM Alon Goldboim

Fixes #12452 - Enable non admin users to do bulk actions on hosts

778655b2 12/02/2015 11:23 AM Stephen Benjamin

fixes #12666 - add locked to attr_accessible for templates

3326499a 12/01/2015 07:17 AM Daniel Lobato Garcia

Fixes #7568 - Use attr_accessible for Rails 4 upgrade

9a54e63a 12/01/2015 07:17 AM Shlomi Zadok

Fixes #12506 - Show smart proxies version in about page

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

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

View revisions

Also available in: Atom