Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architectures_controller_test.rb 2.3 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.61 KB
common_parameters_controller_test.rb 1.16 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.44 KB
dashboard_controller_test.rb 300 Bytes
domains_controller_test.rb 3.04 KB
environments_controller_test.rb 1.13 KB
external_usergroups_controller_test.rb 2.35 KB
fact_values_controller_test.rb 1.12 KB
filters_controller_test.rb 1.22 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.44 KB
ptables_controller_test.rb 2.72 KB
puppetclasses_controller_test.rb 4.68 KB
realms_controller_test.rb 3.01 KB
reports_controller_test.rb 6.87 KB
roles_controller_test.rb 1 KB
settings_controller_test.rb 949 Bytes
smart_class_parameters_controller_test.rb 5.79 KB
smart_proxies_controller_test.rb 9.89 KB
smart_variables_controller_test.rb 2.83 KB
statistics_controller_test.rb 551 Bytes
subnets_controller_test.rb 1.78 KB
tasks_controller_test.rb 976 Bytes
template_combinations_controller_test.rb 2.61 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
4269abbd 08/11/2015 03:56 AM Tomáš Strachota

Fixes #10248 - cloning volume information for virtual machines

ee464a8e 07/20/2015 05:49 PM Ondřej Pražák

Fixes #10550 - Settings API will not update when value parameter is missing

445dd7ab 07/20/2015 10:28 AM Daniel Lobato Garcia

Fixes #11089 - Adapt tests to Rails 4

This commit contains all changes to tests in branch
https://github.com/theforeman/foreman/pull/2055 that I found to be
retrocompatible with Rails 3. The more of these we can get in, the less
code we will have to review for Rails 4, and the more relevant it will...

890e765e 07/14/2015 03:35 AM Daniel Lobato Garcia

Fixes #11078 - Substitute find_all_by by where to comply with Rails 4

This commit takes away all instances up to this point of find_all_by to
improve Rails 4 compatibility. They are substituted by .where calls.

d575926a 07/13/2015 07:36 AM Alon Goldboim

Fixes #10356 - changed the POST/PUT RABL template to be the same as the GET template

HTTP response code standardized to 201 on create.

5fc2aed6 07/01/2015 03:01 PM Martin Bacovsky

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

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.

View revisions

Also available in: Atom