Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
application_controller_subclass_test.rb 5.35 KB
architectures_controller_test.rb 2.24 KB
audits_controller_test.rb 720 Bytes
auth_source_ldaps_controller_test.rb 3.02 KB
autosign_controller_test.rb 168 Bytes
bookmarks_controller_test.rb 1.44 KB
common_parameters_controller_test.rb 1.86 KB
compute_attributes_controller_test.rb 1.51 KB
compute_profiles_controller_test.rb 1.36 KB
compute_resources_controller_test.rb 4.75 KB
compute_resources_vms_controller_test.rb 7.51 KB
config_groups_controller_test.rb 1.08 KB
config_templates_controller_test.rb 3.9 KB
dashboard_controller_test.rb 187 Bytes
domains_controller_test.rb 1.7 KB
environments_controller_test.rb 7.66 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 3.88 KB
hosts_controller_test.rb 33.7 KB
images_controller_test.rb 2.17 KB
locations_controller_test.rb 8.46 KB
lookup_keys_controller_test.rb 1.48 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 1.72 KB
models_controller_test.rb 1.7 KB
operatingsystems_controller_test.rb 4.58 KB
organizations_controller_test.rb 8.71 KB
ptables_controller_test.rb 3.36 KB
puppetca_controller_test.rb 168 Bytes
puppetclasses_controller_test.rb 8.21 KB
realms_controller_test.rb 1.65 KB
reports_controller_test.rb 2.01 KB
roles_controller_test.rb 3.41 KB
settings_controller_test.rb 1.44 KB
smart_proxies_controller_test.rb 3.03 KB
smart_proxy_auth_test.rb 1.85 KB
statistics_controller_test.rb 740 Bytes
subnets_controller_test.rb 2.83 KB
tasks_controller_test.rb 165 Bytes
unattended_controller_test.rb 13.4 KB
usergroups_controller_test.rb 2.84 KB
users_controller_test.rb 13.2 KB

Latest revisions

# Date Author Comment
0c46acd4 05/20/2015 07:11 AM Shimon Shtein

Fixes #9391 - Added validation code to NIC, so it validates that host's location/org is compatible with the one set on NIC's subnet

(cherry picked from commit 8f695d94a2f32fea3363cc017fc59baf6ca15b17)

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....

1c3f4398 05/20/2015 07:10 AM Marek Hulán

Fixes #9884 - refresh deleted external usergroups

(cherry picked from commit e780381933a7838af4be9a550942ef0f22608fd4)

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)

72bbd72c 03/06/2015 08:33 AM Shimon Shtein

Fixes #9427 - Return meaningful errors from subnets/freeip and parse the error response to the UI

(cherry picked from commit b9521a8dc7f4e61a011cabbfdfe78657bd3c24d2)

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

Refs #3809 - Remove classcheck cop

View revisions

Also available in: Atom