Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architectures_controller_test.rb 2.24 KB
audits_controller_test.rb 516 Bytes
auth_source_ldaps_controller_test.rb 1.27 KB
autosign_controller_test.rb 610 Bytes
base_controller_subclass_test.rb 647 Bytes
bookmarks_controller_test.rb 1.6 KB
common_parameters_controller_test.rb 1.15 KB
compute_attributes_controller_test.rb 1001 Bytes
compute_profiles_controller_test.rb 1.13 KB
compute_resources_controller_test.rb 9.53 KB
config_templates_controller_test.rb 3.33 KB
dashboard_controller_test.rb 300 Bytes
domains_controller_test.rb 3.04 KB
environments_controller_test.rb 1.11 KB
external_usergroups_controller_test.rb 2.35 KB
fact_values_controller_test.rb 1.13 KB
filters_controller_test.rb 1.1 KB
home_controller_test.rb 175 Bytes
host_classes_controller_test.rb 955 Bytes
hostgroup_class_controller_test.rb 990 Bytes
hostgroups_controller_test.rb 2.14 KB
hosts_controller_test.rb 18.8 KB
images_controller_test.rb 1.52 KB
interfaces_controller_test.rb 2.33 KB
locations_controller_test.rb 8.28 KB
media_controller_test.rb 1.17 KB
models_controller_test.rb 1.5 KB
operatingsystems_controller_test.rb 3.68 KB
os_default_templates_controller_test.rb 2.31 KB
override_values_controller_test.rb 3.02 KB
parameters_controller_test.rb 7.99 KB
permissions_controller_test.rb 641 Bytes
plugins_controller_test.rb 197 Bytes
ptables_controller_test.rb 1.28 KB
puppetclasses_controller_test.rb 4.67 KB
realms_controller_test.rb 3.01 KB
reports_controller_test.rb 7.24 KB
roles_controller_test.rb 1020 Bytes
settings_controller_test.rb 950 Bytes
smart_class_parameters_controller_test.rb 5.79 KB
smart_proxies_controller_test.rb 9.88 KB
smart_variables_controller_test.rb 2.83 KB
statistics_controller_test.rb 551 Bytes
subnets_controller_test.rb 1.77 KB
tasks_controller_test.rb 976 Bytes
template_combinations_controller_test.rb 1.73 KB
template_kinds_controller_test.rb 325 Bytes
usergroups_controller_test.rb 1.13 KB
users_controller_test.rb 5.2 KB

Latest revisions

# Date Author Comment
be0b9bee 09/15/2015 09:33 AM Daniel Lobato Garcia

Fixes #11579 - Reports show/destroy restricted by host authorization (CVE-2015-5233)

ReportsController 'show' and 'destroy' now perform a check to see if
the User is authorized to see the Host associated with the Report. In
case it's not, it returns 404, as to not give hints whether a Report...

8da3be9c 05/20/2015 07:28 AM Dominic Cleal

fixes #10482 - get external user group members only once during refresh

(cherry picked from commit 0fd7412faaa76787bf15ed1901ffc9eb4d6353fa)

efc01016 05/20/2015 07:11 AM Daniel Lobato Garcia

Fixes #10123 - Tests API v2 external user groups

The addition of a .refresh call after create, update and delete, caused
our tests to fail because of many failed calls to LDAP.
We can just expect the method to return true as we're not testing the
refresh functionality in these methods....

f30caf97 04/09/2015 12:08 PM Julien Pivotto

Fixes #8812 - Pass model type so search_for is called on Host

At least on version 1.6.1, the absence of this second parameter leads to a
runtime crash when it's time to validate if the current user (non-admin) is
allowed to perform a power operation on given a host via the APIv2....

349074c5 04/09/2015 12:06 PM Keenan Brock

Fixes #10002 - Add attribute ancestry to taxonomies API v2

(cherry picked from commit 1f47202ce4e70fd036437f1d81646b6b811bf02d)

0d6ea512 03/26/2015 09:03 AM Martin Bacovsky

Fixes #7378 - fixed API lookup keys filters

(cherry picked from commit bc68c48da5b718084c3e531e61e48124e8e00d36)

5b28a835 03/16/2015 11:17 AM Tomáš Strachota

Fixes #9657 - merge NICs from compute profile in host create API

- updated api docs for hosts and interfaces
- host create/update api actions now merge interfaces from compute
profiles
- NIC type mapping extracted into a separate class
- return full host detail after host update...

ff3aabbb 03/10/2015 09:48 AM Tomáš Strachota

Fixes #9678 - Can't update admin flag for users via API

find_resource needs to be defined prior to UsersMixin is included as it
requires the variable @user being set.

(cherry picked from commit 1b1b39861e485523b0cc0c6435fef30c38df7e07)

cd032085 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove classcheck cop

afe02d30 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cop IndentationConsistency

View revisions

Also available in: Atom