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.43 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 19.4 KB
images_controller_test.rb 1.52 KB
interfaces_controller_test.rb 2.33 KB
locations_controller_test.rb 8.29 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.78 KB
parameters_controller_test.rb 7.99 KB
permissions_controller_test.rb 641 Bytes
plugins_controller_test.rb 197 Bytes
provisioning_templates_controller_test.rb 3.39 KB
ptables_controller_test.rb 2.71 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 2.6 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
d213e460 09/09/2015 11:37 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...

3ec34178 07/02/2015 03:00 PM Martin Bacovsky

Fixes #10963 - partition table can't access os ids

(cherry picked from commit 5fc2aed63fa0ab78432bbf91dbfd61c2543dfc97)

b95c1e1b 06/19/2015 10:00 PM Walter Huf

Refs #10720 - Use API v2 response for vm_compute_attributes

9250d8b4 06/10/2015 12:08 PM Tomáš Strachota

Fixes #6976 - Build default PXE menu should be POST request

510d53cd 06/09/2015 07:22 AM Marek Hulán

Fixes #7096 - Adds STI to templates

This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.

7e8bfe82 06/08/2015 03:32 PM Walter Huf

fixes #10720 - Adds API to get host vm attributes

This exposes an API to fetch a host's vm_compute_attributes,
such as vmware cpus and memory. It lives at a separate endpoint
because it involves a fetch for data from the compute resource,
and may have different performance characteristics than the database.

2950fe11 06/08/2015 04:01 AM Tomáš Strachota

Fixes #10715 - api build_pxe_default returns non-JSON message

The fix adds a new method `render_message` for responding with a status
text.

ee66b3af 06/01/2015 03:54 AM Shlomi Zadok

fixes #9031 - Add routes to view template_combinations per hostgroup / environment

0fd7412f 05/19/2015 07:39 AM Dominic Cleal

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

d936284f 05/04/2015 06:49 AM Shlomi Zadok

fixes #9812 - Adds validation on override value, ensure match returns error if blank

View revisions

Also available in: Atom