Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architectures_controller_test.rb 3.51 KB
audits_controller_test.rb 1.16 KB
auth_source_externals_controller_test.rb 1.85 KB
auth_source_internals_controller_test.rb 665 Bytes
auth_source_ldaps_controller_test.rb 2.97 KB
auth_sources_controller_test.rb 542 Bytes
autosign_controller_test.rb 2.11 KB
base_controller_subclass_test.rb 4.16 KB
bookmarks_controller_test.rb 6.63 KB
common_parameters_controller_test.rb 2.76 KB
compute_attributes_controller_test.rb 1.68 KB
compute_profiles_controller_test.rb 2.57 KB
compute_resources_controller_test.rb 26.4 KB
config_reports_controller_test.rb 6.16 KB
dashboard_controller_test.rb 631 Bytes
domains_controller_test.rb 21.4 KB
external_usergroups_controller_test.rb 2.44 KB
fact_values_controller_test.rb 3.33 KB
filters_controller_test.rb 6.44 KB
home_controller_test.rb 169 Bytes
host_statuses_controller_test.rb 816 Bytes
hostgroups_controller_test.rb 14.4 KB
hosts_controller_test.rb 58.4 KB
http_proxies_controller_test.rb 1.73 KB
images_controller_test.rb 1.62 KB
instance_hosts_controller_test.rb 2.31 KB
interfaces_controller_test.rb 6.46 KB
locations_controller_test.rb 15.5 KB
mail_notifications_controller_test.rb 1.19 KB
media_controller_test.rb 4.86 KB
models_controller_test.rb 3.48 KB
operatingsystems_controller_test.rb 12.7 KB
organizations_controller_test.rb 9.72 KB
os_default_templates_controller_test.rb 2.35 KB
parameters_controller_test.rb 15.7 KB
permissions_controller_test.rb 649 Bytes
personal_access_tokens_controller_test.rb 2.26 KB
ping_controller_test.rb 875 Bytes
plugins_controller_test.rb 197 Bytes
provisioning_templates_controller_test.rb 8.08 KB
ptables_controller_test.rb 9.15 KB
realms_controller_test.rb 3.27 KB
registration_commands_controller_test.rb 2.46 KB
registration_controller_test.rb 10.3 KB
report_templates_controller_test.rb 18.5 KB
roles_controller_test.rb 10.3 KB
settings_controller_test.rb 5.76 KB
smart_proxies_controller_test.rb 12.4 KB
smart_proxy_hosts_controller_test.rb 3.61 KB
ssh_keys_controller_test.rb 1.53 KB
subnets_controller_test.rb 9.76 KB
table_preferences_controller_test.rb 2.72 KB
tasks_controller_test.rb 1016 Bytes
template_combinations_controller_test.rb 3.17 KB
template_inputs_controller_test.rb 2 KB
template_kinds_controller_test.rb 320 Bytes
usergroups_controller_test.rb 8.18 KB
users_controller_test.rb 16.6 KB

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

3146fd86 11/02/2022 12:38 PM Oleh Fedorenko

Fixes #35621 - Make power status a selectable column

7a157e01 03/18/2022 07:51 PM Lukas Zapletal

Fixes #31965 - make bmc_credentials_accessible disabled by default

Also remove the settings check as that would be pretty useless with this new value.

Signed-off-by: Lukas Zapletal <>

9b83dfe5 03/11/2022 10:58 AM Ondřej Ezr

Fixes #33782 - do not use fixtures for Settings

As we no longer require settings in DB, we may drop the fixtures for settings.

221d255d 02/21/2022 11:00 AM Ondřej Ezr

Fixes #30122 - remove usage of controller level force_ssl

Foreman's use case for HTTP-only is provisioning. Many installers, like Red
Hat's Anaconda or Debian Preseed, either do not support it or make it very hard
to use HTTPS. This is especially hard since often a custom CA is used so the...

4f0adaeb 02/21/2022 09:58 AM Adi Abramovitch

Fixes #34251 - Add API endpoint for import Ipv4 subnet

1b4e3a0e 02/16/2022 10:02 AM Ondřej Ezr

Fixes #34326 - improve test clarity

The test is supposed to test, that the proxy auth is never executed, but it is bit unclear to unexperienced developer.

76650c97 02/01/2022 03:44 PM Ondřej Ezr

Fixes #34349 - improve api/settings#index coverage

c693cd93 01/31/2022 02:27 PM Ondřej Ezr

Fixes #34323 - use defaults from memory

This loads values from database only if the values are in the database.
If there is no value populated for the Setting, we want to read the default from memory.

c6fc10ea 01/31/2022 02:27 PM Ondřej Ezr

Refs #34323 - sanitize setting fixtures

Setting fixtures should not be used to override defaults for tests unless meant for every test.
If we mean to override the setting value for all tests, we should override value and not the default.

View revisions

Also available in: Atom