Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  classification
  concerns
  fog_extensions
  foreman
  foreman_ansible
  foreman_register
  foreman_salt
  katello
  medium_providers
  migrations
  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 17.2 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.5 KB
compute_resource_host_importer_test.rb 5.64 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.63 KB
ensure_not_used_by_test.rb 2.56 KB
facet_configuration_test.rb 5.1 KB
facet_test.rb 9.05 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.11 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.7 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 5.46 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.21 KB
nic_ip_resolver.rb 1.22 KB
oidc_jwt_validate_test.rb 2.6 KB
owner_classifier_test.rb 850 Bytes
pagelet_manager_test.rb 2.56 KB
pagelet_test.rb 976 Bytes
parameter_filter_test.rb 5.29 KB
parameter_safe_render_test.rb 1.73 KB
plugin_logging_test.rb 1.21 KB
plugin_test.rb 23.9 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 18.1 KB
rabl_test.rb 1.43 KB
report_importer_test.rb 5.86 KB
role_lock_test.rb 4.69 KB
seed_helper_test.rb 9.18 KB
setting_manager_test.rb 5.3 KB
setting_registry_test.rb 3.65 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
c2e3fa19 10/07/2021 06:29 AM Jonathon Turel

Fixes #33640 - Improve caching of SettingRegistry#load_values (#8817)

Leverage caching of SettingRegistry#load_values to only recache values that had changed since the last time we've cached values.

608e32be 09/24/2021 11:25 AM Ondřej Ezr

Fixes #32893 - use setting DSL for General category

This uses our new DSL to define the General settings, this showcases how
to use the new DSL and other categories should follow in the same
release.

fcd63a38 09/22/2021 08:50 AM Dominik Matoulek

Fixes #33419 - Introduce Fact Parser Registry

FactParser class has two purposes in current codebase. It acts as parent
for other fact parses (PuppetFactParser, AnsibleFactParser,
RhsmFactParser...) and also as a registry for registering parsers for
given type/key. This PR introduces FactParserRegistry under...

80fb0c21 09/15/2021 12:20 PM Ondřej Ezr

Fixes #32403 - Add validations to a setting DSL

Add ability to define validation per Setting through DSL.
It tries to keep similar syntax to rails model validations.

ccb1d609 09/15/2021 08:31 AM Lukas Zapletal

Fixes #33426 - changing virtual in ks fixed

b29f53dd 08/31/2021 08:28 AM Ondřej Ezr

Fixes #33122 - Introduce skip pattern for ACL test

The ACL tests are testing all the routes, but if some test previous to
ACL tests add some routes, it fails as such dummy test routes do not
have proper perms. We need to skip such paths in tests as currently we...

2bafa941 08/26/2021 02:46 PM Oleh Fedorenko

Fixes #33347 - Fix settings index API

8a46df0d 08/12/2021 10:45 AM Bernhard Suttner

Fixes #33092 - Restart network on EL8

0d08d7a6 08/11/2021 03:22 PM Kamil Szubrycht

Fixes #31049 - Introduce server CA file setting

989e0aad 08/09/2021 03:08 PM Leos Stejskal

Fixes #32822 - Job templates and resource picker

New `resource` user input type for templates with
template macro `input_resource` returning the resource object

View revisions

Also available in: Atom