Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
  foreman_register
  shared
about_controller_test.rb 928 Bytes
application_controller_subclass_test.rb 9.81 KB
architectures_controller_test.rb 2.22 KB
audits_controller_test.rb 727 Bytes
auth_source_externals_controller_test.rb 830 Bytes
auth_source_ldaps_controller_test.rb 5.12 KB
auth_sources_controller_test.rb 107 Bytes
autosign_controller_test.rb 168 Bytes
bookmarks_controller_test.rb 1.99 KB
common_parameters_controller_test.rb 2.23 KB
compute_attributes_controller_test.rb 3.68 KB
compute_profiles_controller_test.rb 1.53 KB
compute_resources_controller_test.rb 9.04 KB
compute_resources_vms_controller_test.rb 9.28 KB
config_reports_controller_test.rb 3.39 KB
dashboard_controller_test.rb 2.16 KB
domains_controller_test.rb 2.44 KB
fact_values_controller_test.rb 2.29 KB
facts_controller_test.rb 451 Bytes
filters_controller_test.rb 2.54 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 10.3 KB
hosts_controller_test.rb 62.8 KB
http_proxies_controller_test.rb 1.52 KB
images_controller_test.rb 2.55 KB
interfaces_controller_test.rb 601 Bytes
key_pairs_controller_test.rb 2.49 KB
links_controller_test.rb 1.25 KB
locations_controller_test.rb 9.99 KB
lookup_keys_controller_test.rb 3.13 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 2.26 KB
models_controller_test.rb 1.67 KB
notification_recipients_controller_test.rb 6.39 KB
operatingsystems_controller_test.rb 6.27 KB
organizations_controller_test.rb 11 KB
provisioning_templates_controller_test.rb 12.4 KB
ptables_controller_test.rb 5.12 KB
puppetca_controller_test.rb 1.22 KB
realms_controller_test.rb 2.13 KB
registration_commands_controller_test.rb 5.42 KB
report_templates_controller_test.rb 8.14 KB
roles_controller_test.rb 4.63 KB
settings_controller_test.rb 648 Bytes
smart_proxies_controller_test.rb 14.1 KB
smart_proxy_auth_test.rb 8.18 KB
ssh_keys_controller_test.rb 1.09 KB
subnets_controller_test.rb 7.81 KB
tasks_controller_test.rb 165 Bytes
unattended_controller_test.rb 28.4 KB
user_menus_controller_test.rb 1.16 KB
userdata_controller_test.rb 3.08 KB
usergroups_controller_test.rb 4.05 KB
users_controller_test.rb 21 KB

Latest revisions

# Date Author Comment
c791f6c7 01/16/2023 12:01 PM Ondřej Ezr

Fixes #29939 - drop category column from settings

Settings table was holding category column to support old style of
settings, but it is now ready to be decomissioned as plugins were given
enough time.

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

Fixes #35621 - Make power status a selectable column

d13bb354 09/21/2022 06:54 AM Maria Agaphontzev

Fixes #34764 - refactor filters page (#9186)

  • Fixes #34764 - refactor filters page
  • Refs #34764 - manage spaces in resource_type
  • Refs #34764 - hide locked roles
  • Refs #34764 - fix search disable on load
a94dc8f0 09/20/2022 04:26 PM Adam Ruzicka

Fixes #34949 - Do not set taxonomies during extlogin

4bf3341b 09/07/2022 01:14 PM Matěj Mudra

Fixes #35152 - Add clone media option (#9350)

d8be09ae 06/09/2022 12:00 PM Nofar Alfassi

Fixes #34948 - drop missing owner notification

de56ffb2 05/26/2022 10:58 AM Ondřej Ezr

Fixes #34305 - stop creating settings in DB (#9050)

With the setting DSL, we hold all the necessary values for settings in the memory.
We can now stop creating records for the settings in the database.

1cf4147a 05/24/2022 07:07 AM Leos Stejskal

Fixes #34526 - Switch Rails version to 6.1

Changes overview:
- Set default Rails version to 6.1
- Required dynfow >= 1.6.5
- Cleanup deprecation warnings in config/as_deprecation_whitelist.yaml
- ActiveSupport::ParameterFilter instead of ActionDispatch::Http::ParameterFilter...

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.

View revisions

Also available in: Atom