Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  compute_resources
  concerns
  helpers
  nics
  operatingsystems
  orchestration
  sso
  validators
application_mailer_test.rb 650 Bytes
architecture_test.rb 1.65 KB
auth_source_external.rb 201 Bytes
auth_source_hidden.rb 548 Bytes
auth_source_internal.rb 1.18 KB
auth_source_ldap_test.rb 7.73 KB
auth_source_test.rb 1.02 KB
authorizer_test.rb 10.2 KB
bookmark_test.rb 1.14 KB
cached_user_role_test.rb 128 Bytes
cached_usergroup_member_test.rb 135 Bytes
classification_test.rb 31.3 KB
common_parameter_test.rb 1.45 KB
compute_attribute_test.rb 1.42 KB
compute_profile_test.rb 1.26 KB
compute_resource_test.rb 5.82 KB
config_group_class_test.rb 378 Bytes
config_group_test.rb 238 Bytes
config_template_test.rb 7.86 KB
domain_parameter_test.rb 1.11 KB
domain_test.rb 3.77 KB
enc_output_test.rb 2.03 KB
ensure_no_cycle_test.rb 1.52 KB
environment_class_test.rb 164 Bytes
environment_test.rb 1.27 KB
external_usergroup_test.rb 281 Bytes
fact_importer_test.rb 984 Bytes
fact_parser_test.rb 8.49 KB
fact_value_test.rb 2.92 KB
facts.json 4.52 KB
facts_aix.json 1.03 KB
facts_debian.json 4.46 KB
facts_freebsd_patch.json 2.4 KB
facts_freebsd_stable.json 2.66 KB
facts_sles.json 4 KB
facts_with_caps.json 4.52 KB
facts_with_certname.json 4.49 KB
feature_test.rb 154 Bytes
filter_test.rb 6.7 KB
group_parameter_test.rb 1.17 KB
host_build_status_test.rb 1.45 KB
host_config_group_test.rb 2.33 KB
host_jail_test.rb 846 Bytes
host_mailer_test.rb 1.38 KB
host_observer_test.rb 1.65 KB
host_parameter_test.rb 1.28 KB
host_test.rb 85.8 KB
hostgroup_class_test.rb 865 Bytes
hostgroup_test.rb 15.4 KB
image_test.rb 745 Bytes
interface_merge_test.rb 2.11 KB
interface_type_mapper_test.rb 865 Bytes
key_pair_test.rb 71 Bytes
location_parameter_test.rb 1.25 KB
location_test.rb 17.1 KB
log_test.rb 150 Bytes
lookup_key_test.rb 9.74 KB
lookup_value_test.rb 5.77 KB
mail_notification_test.rb 650 Bytes
medium_test.rb 3.04 KB
menu_item_test.rb 3.56 KB
menu_manager_test.rb 1.23 KB
menu_mapper_test.rb 8.68 KB
message_test.rb 154 Bytes
model_test.rb 777 Bytes
name_synchronizer_test.rb 1.47 KB
nic_test.rb 12.2 KB
operatingsystem_test.rb 13.3 KB
orchestration_test.rb 1.87 KB
organization_parameter_test.rb 1.36 KB
organization_test.rb 10.6 KB
os_default_template_test.rb 164 Bytes
parameter_test.rb 2.24 KB
permission_test.rb 622 Bytes
plugin_test.rb 7.82 KB
ptable_test.rb 3.1 KB
puppet_class_importer_test.rb 2.43 KB
puppet_fact_importer_test.rb 3.04 KB
puppet_fact_parser_test.rb 9.68 KB
puppetclass_test.rb 7.82 KB
rabl_test.rb 882 Bytes
realm_test.rb 1.63 KB
renderer_test.rb 254 Bytes
report_importer_test.rb 1.61 KB
report_status_calculator_test.rb 891 Bytes
report_test.rb 3.22 KB
role_test.rb 6.22 KB
safe_render_test.rb 1.39 KB
setting_test.rb 13.7 KB
smart_proxy_test.rb 1.81 KB
source_test.rb 153 Bytes
sso.rb 499 Bytes
subnet_domain_test.rb 159 Bytes
subnet_test.rb 9.24 KB
taxable_taxonomy_test.rb 162 Bytes
taxonomix_test.rb 1.56 KB
taxonomy_test.rb 494 Bytes
template_combination_test.rb 166 Bytes
template_kind_test.rb 159 Bytes
token_test.rb 1.95 KB
trend_counter_test.rb 159 Bytes
trend_test.rb 426 Bytes
user_role_test.rb 2.49 KB
user_test.rb 27.8 KB
usergroup_member_test.rb 15.4 KB
usergroup_test.rb 9.53 KB
version_test.rb 903 Bytes

Latest revisions

# Date Author Comment
cada5482 03/26/2015 09:03 AM Stephen Benjamin

fixes #9795 - check if mail is enabled before sending a notification

(cherry picked from commit 7ca39b3442be76da89c2c52d8da0c2d6afb74af1)

70e79944 03/26/2015 08:54 AM Marek Hulán

Fixes #8779 - add vlanid to subnet ENC

(cherry picked from commit a899d97175c683bb648e3cbd34d0aebcae1252cf)

36f6243c 03/26/2015 08:54 AM Marek Hulán

Fixes #9842 - rename the register method which deprecates the old one

(cherry picked from commit 0a30da74a18c21a0f8755fb45d904e4f0b4a52a5)

e0b6f3ee 03/26/2015 08:54 AM Marek Hulán

Fixes #9787 - correctly typecast default values

JSON and YAML default values were double typecasted, once by active
record and then by value_of_key method.

(cherry picked from commit a2468540b62942a2a9adfb428003d5308df7ab56)

766d777c 03/26/2015 08:25 AM Daniel Lobato Garcia

Fixes #6454 - Display error message when user_data is needed but not set

(cherry picked from commit b99708ac7a1bb0e139505c2549c0f36fa5a65f83)

b3424682 03/26/2015 08:25 AM Tom Caspy

fixes #4424 - overriden attributes get overridden in the UI

(cherry picked from commit 0575b5b0a07c59c443bf2be663cb67d6a5e40f19)

9682a377 03/16/2015 11:17 AM Marek Hulán

Fixes #9631 - adds missing bond test

(cherry picked from commit b3bdb09208a3966cda8cf5828802fed5157b7e1c)

a0c60c7d 03/16/2015 11:17 AM Marek Hulán

Fixes #9673 - treat YAML and JSON lookup keys as strings

(cherry picked from commit 25a7f806ed586bd32ee647f2acd8e5a0224cbbfb)

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

8f6c56cc 03/10/2015 08:41 AM Shlomi Zadok

fixes #8358 - validate domain on host update

(cherry picked from commit cbe1391f48f37d4bf9a53091c668b6a91bc6ef83)

View revisions

Also available in: Atom