Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  classification
  concerns
  fog_extensions
  foreman
  foreman_ansible
  foreman_chef
  foreman_register
  foreman_salt
  katello
  medium_providers
  net
  orchestration
  parameters
  plugin
  proxy_api
  proxy_statuses
  report_scanner
  script
  shared
  sso
  tasks
  ui_notifications
  validators
application_job_test.rb 3.67 KB
association_authorizer_test.rb 1.96 KB
authorizer_test.rb 16.9 KB
breadcrumbs_options_test.rb 2.28 KB
cache_manager_test.rb 254 Bytes
certificate_extract_test.rb 1.39 KB
classification_test.rb 12.3 KB
compute_attribute_merge_test.rb 2.72 KB
compute_resource_cache_test.rb 1.87 KB
compute_resource_host_associator_test.rb 1.51 KB
compute_resource_host_importer_test.rb 4.76 KB
config_report_importer_test.rb 265 Bytes
config_report_status_calculator_test.rb 3.78 KB
core_extensions_test.rb 1.72 KB
csv_exporter_test.rb 2.13 KB
custom_runner_test.rb 225 Bytes
dashboard_manager_test.rb 3.16 KB
dashboard_test.rb 2.27 KB
dirty_associations_test.rb 2.68 KB
encryptable_test.rb 5.55 KB
ensure_no_cycle_test.rb 1.61 KB
ensure_not_used_by_test.rb 2.56 KB
facet_configuration_test.rb 5.12 KB
facet_test.rb 9.45 KB
fact_cleaner_test.rb 4.29 KB
fact_importer_test.rb 8.76 KB
fact_parser_test.rb 18.1 KB
foreman_deprecation_test.rb 936 Bytes
foreman_url_renderer_test.rb 3.54 KB
grqphal_attribute_test.rb 459 Bytes
has_many_common_test.rb 4.03 KB
hash_for_test.rb 871 Bytes
host_build_status_test.rb 1.56 KB
host_counter_test.rb 6.03 KB
host_fact_importer_test.rb 16.1 KB
host_power_interface_test.rb 807 Bytes
host_token_test.rb 1.29 KB
http_proxy_test.rb 1.55 KB
inflection_test.rb 581 Bytes
interface_cleaner_test.rb 2.04 KB
interface_merge_test.rb 3.08 KB
interface_type_mapper_test.rb 866 Bytes
ipam_test.rb 6.99 KB
jwt_token_test.rb 2.92 KB
menu_item_test.rb 3.35 KB
menu_manager_test.rb 2.77 KB
menu_mapper_test.rb 8.67 KB
name_generator_test.rb 1.17 KB
name_synchronizer_test.rb 2.2 KB
nic_ip_resolver.rb 1.22 KB
oidc_jwt_validate_test.rb 2.84 KB
owner_classifier_test.rb 850 Bytes
pagelet_manager_test.rb 2.56 KB
pagelet_test.rb 976 Bytes
parameter_filter_test.rb 5.3 KB
parameter_safe_render_test.rb 1.73 KB
plugin_logging_test.rb 1.21 KB
plugin_test.rb 24.3 KB
power_manager_test.rb 2.89 KB
proxy_reference_registry_test.rb 1.28 KB
puppet_fact_importer_test.rb 1.24 KB
puppet_fact_parser_test.rb 31.6 KB
rabl_test.rb 1.43 KB
report_importer_test.rb 6.4 KB
role_lock_test.rb 4.72 KB
seed_helper_test.rb 9.29 KB
setting_manager_test.rb 5.32 KB
setting_registry_test.rb 5.56 KB
setting_value_selection_test.rb 979 Bytes
smart_proxy_reference_test.rb 1 KB
sso_test.rb 927 Bytes
structured_fact_importer_test.rb 5.34 KB
user_menu_test.rb 388 Bytes
version_test.rb 902 Bytes

Latest revisions

# Date Author Comment
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

4e205ba1 10/04/2023 07:06 AM Ewoud Kohl van Wijngaarden

Fixes #36723 - Remove Fedora/Red Hat Atomic related code

As far as I can see this has been EOL for a few years now. Red Hat
Atomic went EOL in 2021.

d430f3fb 09/28/2023 10:19 AM Evgeni Golov

Fixes #36759 - only call allowed transpilers

CVE-2022-3874: OS command injection via ct_command and fcct_command

Instead of allowing to call any command by changing a setting, only
allow specific paths to ct/fcct. If the user needs a different path,
they can set it via settings.yaml.

b9986c96 09/01/2023 06:27 PM Oleh Fedorenko

Fixes #36466 - Allow gathering information on deleted records

0f1d1426 08/23/2023 06:41 AM Jonas Trüstedt

Fixes #35124 - Fix preseed_kernel_options to work with full-host-bootdisk deployments

Update corresponding template snapshots.

Co-authored-by: Bastian Schmidt <>

70c0992a 08/22/2023 07:03 PM Bernhard Suttner

Refs #36677 - fix tests

6340ec56 08/09/2023 09:33 AM Evgeni Golov

Fixes #36660 - drop value from settings dsl

also update plugin docs to use a seed instead of a migration if they
need a value

fb76d77a 08/08/2023 12:16 PM Ewoud Kohl van Wijngaarden

Fixes #36639 - Use Templates feature on IPv6

This now looks at, and prefers, the IPv6 subnet on the
provision_interface to determine the template proxy. This allows using
the Templates feature in pure IPv6 provisioning setups.

2cadaaaa 08/08/2023 10:13 AM Evgeni Golov

Fixes #36651 - Support Minitest 5.19+

  • This reverts commit 1c3a4155f286352e0abbf0d0b298e47e81c2d6c5.
    Thus un-pinning minitest again
  • update minitest-spec-rails to 7.1+
    This contains a fix required for minitest 5.19+
  • Update mocha to 2.1+ for minitest 5.19+ compat...

View revisions

Also available in: Atom