Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  helpers
  host_status
  lookup_keys
  models
  nics
  operatingsystems
  orchestration
  parameters
  proxy_statuses
  sso
  subnet
  validators
application_mailer_test.rb 1.51 KB
architecture_test.rb 1.27 KB
association_authorizer_test.rb 1.94 KB
audit_mailer_test.rb 1.97 KB
auth_source_test.rb 1.23 KB
authorizer_test.rb 13.9 KB
bookmark_test.rb 2.23 KB
certificate_extract_test.rb 605 Bytes
classification_test.rb 38.2 KB
compute_attribute_merge_test.rb 2.62 KB
compute_attribute_test.rb 1.23 KB
compute_profile_test.rb 1.18 KB
compute_resource_test.rb 12.2 KB
config_group_class_test.rb 243 Bytes
config_group_test.rb 151 Bytes
config_report_importer_test.rb 264 Bytes
config_report_status_calculator_test.rb 922 Bytes
config_report_test.rb 2.93 KB
domain_test.rb 5.83 KB
ensure_no_cycle_test.rb 1.63 KB
ensure_not_used_by_test.rb 2.49 KB
environment_test.rb 1.44 KB
external_usergroup_test.rb 281 Bytes
facet_configuration_test.rb 2.53 KB
facet_test.rb 2.56 KB
fact_importer_test.rb 1.78 KB
fact_parser_test.rb 14.7 KB
fact_value_test.rb 7.09 KB
facts.json 4.62 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 157 Bytes
filter_test.rb 7.61 KB
foreman_deprecation_test.rb 1012 Bytes
hash_for_test.rb 867 Bytes
host_build_status_test.rb 1.48 KB
host_config_group_test.rb 1.46 KB
host_jail_test.rb 856 Bytes
host_mailer_test.rb 1.84 KB
host_power_interface_test.rb 786 Bytes
host_status_test.rb 894 Bytes
host_test.rb 139 KB
host_token_test.rb 1.16 KB
hostgroup_class_test.rb 619 Bytes
hostgroup_test.rb 22.6 KB
image_test.rb 435 Bytes
interface_merge_test.rb 3.04 KB
interface_type_mapper_test.rb 865 Bytes
ipam_test.rb 2.86 KB
location_test.rb 18.5 KB
log_test.rb 150 Bytes
lookup_key_test.rb 16.5 KB
lookup_value_test.rb 9.59 KB
mail_notification_test.rb 1.45 KB
medium_test.rb 3.08 KB
menu_item_test.rb 3.56 KB
menu_manager_test.rb 1.23 KB
menu_mapper_test.rb 8.67 KB
message_test.rb 154 Bytes
model_test.rb 777 Bytes
name_synchronizer_test.rb 1.47 KB
nic_bmc_jail_test.rb 321 Bytes
nic_test.rb 16.1 KB
operatingsystem_test.rb 14.7 KB
orchestration_test.rb 3.7 KB
organization_test.rb 10.8 KB
os_default_template_test.rb 384 Bytes
pagelet_manager_test.rb 1.62 KB
pagelet_test.rb 976 Bytes
parameter_test.rb 3.64 KB
permission_test.rb 1.15 KB
plugin_logging_test.rb 1.21 KB
plugin_test.rb 11.5 KB
power_manager_test.rb 2.87 KB
provisioning_template_test.rb 8.51 KB
ptable_test.rb 2.79 KB
puppet_class_importer_test.rb 5.24 KB
puppet_fact_importer_test.rb 3.69 KB
puppet_fact_parser_test.rb 10.6 KB
puppetclass_test.rb 8.76 KB
rabl_test.rb 882 Bytes
realm_test.rb 1.91 KB
renderer_test.rb 1.07 KB
report_importer_test.rb 4.71 KB
report_test.rb 4.98 KB
role_test.rb 5.57 KB
safe_render_test.rb 1.39 KB
setting_test.rb 19.1 KB
smart_proxy_test.rb 2.83 KB
sso.rb 922 Bytes
subnet_test.rb 2.66 KB
taxonomix_test.rb 7.61 KB
taxonomy_test.rb 2.8 KB
template_combination_test.rb 166 Bytes
template_kind_test.rb 636 Bytes
token_test.rb 1.8 KB
trend_counter_test.rb 159 Bytes
trend_test.rb 426 Bytes
user_role_test.rb 2.48 KB
user_test.rb 27.4 KB
usergroup_member_test.rb 15.4 KB
usergroup_test.rb 8.24 KB
version_test.rb 902 Bytes
widget_test.rb 1.42 KB

Latest revisions

# Date Author Comment
f358e676 06/03/2016 09:13 AM Marek Hulán

Fixes #15278 - taxonomies support granular filters

0cdd6598 06/02/2016 03:44 PM Dominic Cleal

fixes #15250 - ignore current controller from link_to/hash_for

When link_to generates a link on a page served from a nested controller
(e.g. foreman_example/examples) with a hash of controller/action from
our hash_for_*_path extension, it calls url_for which added the current...

9d56081f 06/02/2016 09:56 AM Timo Goebel

fixes #14664 - support IPv6 in Nic, Hosts and Hostgroups models

a1506cab 06/02/2016 07:38 AM Amir Fefer

Fixes #8797 - Separate style from the HTML in emails

By using roadie-rails gem (1.1) style can be separated from email
html foramt, and absolute paths can be used.
style was separated to 'email.css'

7e20cbac 06/02/2016 04:02 AM Marek Hulán

Fixes #15238 - ignore empty NIC identifiers

f97a2fb8 05/31/2016 09:41 AM Ivan Necas

Fixes #15066 - operating systems and ovirt < 3.6

The operating systems endpoint was added in ovirt 3.6
https://bugzilla.redhat.com/show_bug.cgi?id=1050243. Older versions
were failing getting 404 when provisioning.

This patch adds a check for this case. We also cache the operating...

c3db9892 05/31/2016 05:13 AM Lukas Zapletal

Fixes #6539 - missing templates error is now descriptive

ddd6d56f 05/29/2016 05:47 AM Ori Rabin

Fixes #15155 - skip single validation when importing puppetclass

1144040f 05/27/2016 07:34 AM Marek Hulán

Fixes #15182 - limit user taxonomies in API (CVE-2016-4451)

3fe2ea3d 05/27/2016 06:48 AM Ori Rabin

Fixes #14546 - ability to restrict *_external_variables
Fixes #14535 - corrects permissions for smart class parameters

View revisions

Also available in: Atom