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.41 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 3.1 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 10.3 KB
hosts_controller_test.rb 62.3 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 1.81 KB
models_controller_test.rb 1.67 KB
notification_recipients_controller_test.rb 7.19 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 4.57 KB
report_templates_controller_test.rb 8.14 KB
roles_controller_test.rb 4.63 KB
settings_controller_test.rb 965 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 20.6 KB

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.

f78b0eec 09/29/2021 09:37 AM Nadja Heitmann

Fixes #33550 - Remove Puppet API endpoints

8302cd27 09/02/2021 08:51 AM Tomer Brisker

Fixes #30504 - Remove trends and statistics endpoints

These have been extracted to a plugin in 2.3 and can be dropped by now.

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

Fixes #33347 - Fix settings index API

1c02010e 08/16/2021 01:57 PM Kamil Szubrycht

Fixes #31638 - Adds host status overview page

88c60cb8 08/10/2021 01:13 PM Adi Abramovich

Fixes #32727 - Added status and version to api call (#8572)

ee07dbe2 08/09/2021 02:57 PM Adi Abramovitch

Fixes #32769 - Associate a VM via API to a compute resource

47952add 08/06/2021 09:29 AM yifat makias

Fixes #32792 - Add update to ca when vmware cr is updated

eb03be92 07/28/2021 01:18 PM Leos Stejskal

Fixes #33121 - Registration command API & params with false values

Registration API for generating registration command
incorrectly ignores parameters with `false` boolean value.

3ff1fd27 07/23/2021 01:53 PM Ondřej Ezr

Fixes #32415 - access only through SettingRegistry

Update and read the settings through SettingRegistry.
Adds a layer between controller and Model.
SettingRegistry is proxying the value parsing method to the model.

This lifts blocker for settings without DB record.

View revisions

Also available in: Atom