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.69 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.5 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 813 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
47288398 02/01/2024 09:23 PM Oleh Fedorenko

Refs #36849 - Enable strict keyword argument matching

74121151 12/01/2023 06:26 PM Karolína Małyjurková

Fixes #36917 - Create current user permissions API

3054853b 11/21/2023 06:49 PM Jeremy Lenz

Fixes #36892 - Pass host results to REX slot;
allow root node permissions to be extended
Refs #36892 - improvements to regex & index layout

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.

View revisions

Also available in: Atom