Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architectures_controller_test.rb 2.46 KB
audits_controller_test.rb 925 Bytes
auth_source_ldaps_controller_test.rb 1.84 KB
autosign_controller_test.rb 610 Bytes
base_controller_subclass_test.rb 647 Bytes
bookmarks_controller_test.rb 2.04 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 11.8 KB
config_reports_controller_test.rb 7.59 KB
config_templates_controller_test.rb 4.88 KB
dashboard_controller_test.rb 300 Bytes
domains_controller_test.rb 3.04 KB
environments_controller_test.rb 1.44 KB
external_usergroups_controller_test.rb 2.35 KB
fact_values_controller_test.rb 1.76 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.15 KB
hosts_controller_test.rb 23.7 KB
images_controller_test.rb 1.56 KB
interfaces_controller_test.rb 2.33 KB
locations_controller_test.rb 8.86 KB
media_controller_test.rb 1.17 KB
models_controller_test.rb 1.5 KB
operatingsystems_controller_test.rb 4.02 KB
os_default_templates_controller_test.rb 2.36 KB
override_values_controller_test.rb 4.22 KB
parameters_controller_test.rb 10.5 KB
permissions_controller_test.rb 641 Bytes
plugins_controller_test.rb 197 Bytes
provisioning_templates_controller_test.rb 3.61 KB
ptables_controller_test.rb 2.72 KB
puppetclasses_controller_test.rb 5.1 KB
realms_controller_test.rb 3.01 KB
reports_controller_test.rb 7.63 KB
roles_controller_test.rb 1.09 KB
settings_controller_test.rb 1.6 KB
smart_class_parameters_controller_test.rb 5.96 KB
smart_proxies_controller_test.rb 11.4 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 984 Bytes
template_combinations_controller_test.rb 4.95 KB
template_kinds_controller_test.rb 325 Bytes
usergroups_controller_test.rb 1.13 KB
users_controller_test.rb 6.89 KB

Latest revisions

# Date Author Comment
bd622a22 04/20/2016 08:27 AM Dominic Cleal

refs #14691 - user editing self should not change User.current

Rather than changing the behaviour of #to_label to return persisted
data, the User.current object should not be modified with unsaved data
from the form submission or API update.

User.current is used for authz as well as for display purposes, so...

a322a96e 04/12/2016 08:47 AM Ori Rabin

Fixes #14190 - consistent api output and search options

1cf79b15 04/11/2016 10:15 AM Ranjan Kumar

Fixes #14261 - User API should return correct admin status

e52bc50f 04/05/2016 03:25 AM Adam Ruzicka

Fixes #14330 - Provide option in hammer to change display type for
libvirt compute resource

7ffb50b9 04/04/2016 03:34 AM Marek Hulán

Fixes #5816 - allow editing and displaying self via API

308f611d 03/22/2016 07:12 AM Marek Hulán

Fixes #14264 - improve primary interface selection

38d9333f 03/18/2016 05:15 AM Tom Caspy

fixes #14239 - when creating host from API, set first interface as primary if none set

b299f9c9 03/15/2016 10:18 AM Dominic Cleal

fixes #13980 - don't merge NIC compute attrs on New Host form

Removes merging of NIC's compute attributes when refreshing interfaces
on compute profile or resource selections on the New Host form. Instead,
overwrite NIC attributes from the profile (as it did before 85e82d0) as...

945dd6d7 03/14/2016 11:46 AM Dominic Cleal

fixes #14155 - fix leaks between tests with random ordering

- A test for the Rabl use_controller_name_as_json_root extension was
leaking as the old value was only reset in `setup` methods. When the
test was last in the test case, the configuration wasn't reset....

03261ebb 03/09/2016 02:50 AM Sean O'Keeffe

Fixes #3582 - Parameters on subnets

View revisions

Also available in: Atom