Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  foreman_register
  host_facets
  host_status
  hosts
  models
  nics
  operatingsystems
  orchestration
  parameters
  settings
  shared
  sso
  subnet
  token
application_record_test.rb 617 Bytes
architecture_test.rb 3.07 KB
audit_test.rb 11.8 KB
auth_source_test.rb 425 Bytes
bookmark_test.rb 3.96 KB
compute_attribute_test.rb 2.27 KB
compute_profile_test.rb 1.87 KB
compute_resource_test.rb 14.6 KB
config_report_test.rb 2.95 KB
domain_test.rb 3.9 KB
external_usergroup_test.rb 1.77 KB
fact_value_test.rb 8.49 KB
feature_test.rb 185 Bytes
filter_test.rb 9 KB
host_jail_test.rb 872 Bytes
host_status_test.rb 890 Bytes
host_test.rb 139 KB
hostgroup_test.rb 17.5 KB
image_test.rb 2.42 KB
jwt_secret_test.rb 250 Bytes
key_pair_test.rb 1.4 KB
location_test.rb 1.92 KB
log_test.rb 150 Bytes
lookup_key_test.rb 10.5 KB
lookup_value_test.rb 8.4 KB
mail_notification_test.rb 1.44 KB
medium_test.rb 3.78 KB
model_test.rb 753 Bytes
nic_bmc_jail_test.rb 558 Bytes
nic_test.rb 20.5 KB
notification_blueprint_test.rb 494 Bytes
notification_recipient_test.rb 707 Bytes
notification_test.rb 4.04 KB
operatingsystem_test.rb 18.5 KB
orchestration_test.rb 5.72 KB
organization_test.rb 2.04 KB
os_default_template_test.rb 384 Bytes
parameter_test.rb 5.69 KB
permission_test.rb 1.24 KB
personal_access_token_test.rb 3.36 KB
provisioning_template_test.rb 11.5 KB
ptable_test.rb 3.77 KB
realm_test.rb 1.94 KB
report_composer_test.rb 2.91 KB
report_template_format_test.rb 1.48 KB
report_template_test.rb 769 Bytes
report_test.rb 6.27 KB
role_test.rb 17.1 KB
setting_test.rb 13.8 KB
smart_proxy_test.rb 6.04 KB
ssh_key_test.rb 1.61 KB
stored_value_test.rb 1.82 KB
subnet_test.rb 5.58 KB
taxonomy_test.rb 2.81 KB
template_combination_test.rb 166 Bytes
template_input_test.rb 3.08 KB
template_kind_test.rb 953 Bytes
template_test.rb 18.9 KB
token_test.rb 370 Bytes
upgrade_task_test.rb 1.85 KB
user_role_test.rb 2.47 KB
user_test.rb 46.8 KB
usergroup_member_test.rb 16.3 KB
usergroup_test.rb 15.4 KB
widget_test.rb 1.39 KB

Latest revisions

# Date Author Comment
555c3d0f 04/25/2024 11:12 AM Bernhard Suttner

Fixes #36830 - transform_vars on preseed_path

Co-Authored-by: quartsize

0085153c 03/26/2024 11:57 AM Ewoud Kohl van Wijngaarden

Fixes #37287 - Iterate on hashes when both key and value are used

This replaces the `hash.keys.each { |k| hash[k] }` and `hash.keys.sort`
patterns with `hash.each { |k, v| }` where it makes sense. This avoids
doing hash lookups when you already know the value anyway.

e5d12790 03/12/2024 10:36 AM Archana Kumari

Fix Style/CommentAnnotation cop

f7e1e7b1 03/01/2024 10:23 AM Evgeni Golov

sort taxable_ids before comparing them

For some reason, taxable_ids and visible_dummies are sometimes sorted
differently, resulting in failed tests even tho the right taxonomies are
found, just in the wrong order.

Use assert_equal_arrays that sorts the arrays before comparing them.

2233c33c 02/21/2024 12:08 PM Adam Ruzicka

Fixes #36891 - Provide a scope for email-notification-eligible users

47288398 02/01/2024 09:23 PM Oleh Fedorenko

Refs #36849 - Enable strict keyword argument matching

19262bdf 11/23/2023 09:43 AM Ewoud Kohl van Wijngaarden

Fixes #36930 - Make invalid YAML test compatible with libyaml 0.2.x

The valid {a:test} is invalid with libyaml 0.1.x but is valid with
0.2.x. This changes the test to @@ which should still raise a
Psych::SyntaxError.

a406cf2b 10/09/2023 09:42 AM Matěj Mudra

fixes #36160 - Redefine append domain names setting

This PR aims to unify the format of host names stored in the database and the way they are displayed.
With this change, the name of the host is always going to be stored with the domain name appended.
The setting formerly named `append_domain_name_for_hosts` is now renamed to `display_fqdn_for_hosts`...

001a7ffc 10/05/2023 02:50 PM Oleh Fedorenko

Fixes #36796 - Make host_facts_updated event visible

044c105b 10/05/2023 10:08 AM Bastian Schmidt

Fixes #36786 - Permit Symbol for YAML.safe_load report parser

View revisions

Also available in: Atom