Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  shared
application_controller_subclass_test.rb 6.8 KB
architectures_controller_test.rb 2.47 KB
audits_controller_test.rb 963 Bytes
auth_source_ldaps_controller_test.rb 3.69 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.68 KB
environments_controller_test.rb 7.85 KB
fact_values_controller_test.rb 580 Bytes
filters_controller_test.rb 1.71 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 8.52 KB
hosts_controller_test.rb 46.1 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.67 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 639 Bytes
puppetclass_lookup_keys_controller_test.rb 1.55 KB
puppetclasses_controller_test.rb 9.2 KB
realms_controller_test.rb 1.87 KB
roles_controller_test.rb 2.73 KB
settings_controller_test.rb 1.48 KB
smart_proxies_controller_test.rb 9.5 KB
smart_proxy_auth_test.rb 3.56 KB
statistics_controller_test.rb 740 Bytes
subnets_controller_test.rb 2.81 KB
tasks_controller_test.rb 165 Bytes
trends_controller_test.rb 809 Bytes
unattended_controller_test.rb 15.1 KB
usergroups_controller_test.rb 2.72 KB
users_controller_test.rb 14 KB
variable_lookup_keys_controller_test.rb 1.53 KB

Latest revisions

# Date Author Comment
7c671609 02/09/2016 04:29 AM Dominic Cleal

fixes #13440 - rename Host#model_name to #hardware_model_name

Rails 4.2 defines a model_name instance method which is used in routing
and called from link_to. Rename our model_name methods to
hardware_model_name to prevent this overlapping and causing link_to...

9d496351 02/05/2016 11:04 AM Tom Caspy

fixes #12920 - allowing os parameters to be set via API

33d9f9ee 02/03/2016 08:35 AM Lukas Zapletal

Fixes #12718 - smart proxy log table

This patch adds a table with logs fetched from Smart Proxy /logs new API. It
returns latest N log entries from a simple memory buffer. The table supports
filtering by level, custom filtering and it introduces several overview...

8ca6c6bb 01/28/2016 04:47 AM Timo Goebel

fixes #13236 - apply power operations to several hosts at once

This commit adds the ability to select multiple hosts and apply power operations
(reboot, shutdown, boot) to them.

2ac8d7ba 01/25/2016 06:02 AM Tomer Brisker

Fixes #12720 - Add tabs for puppet on proxy show page

This patch adds two tabs to the proxy show page related to puppet
1. Puppet - this tab is for proxies managing a puppet master. This tab
displays information about the puppet master, such as number of classes...

8662acf4 01/22/2016 02:34 AM Alon Goldboim

Fixes #13309 - Added string extraction for host test

fa383aa2 01/20/2016 07:01 AM Stephen Benjamin

fixes #13272 - use instance variable for basic_edit_test test helper

37edf55c 01/20/2016 04:20 AM Shlomi Zadok

Fixes #13177, #13255 - Extend ProxyStatus to a base class, handle ProxyAPI errors

05d9c49e 01/15/2016 11:15 AM Dominic Cleal

fixes #13004 - inherit compute profile from parent host groups

When selecting a compute resource on the New Host form and the VM
attributes tab is refreshed using an inherited compute profile, the
profile was taken from the host group only if explicitly set on it. The...

7ee381e9 01/14/2016 07:48 AM Lukas Zapletal

Fixes #12566 - host_parameters_attributes accepts nested flag

View revisions

Also available in: Atom