Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
  foreman_register
about_controller.rb 674 Bytes
application_controller.rb 14.2 KB
architectures_controller.rb 803 Bytes
audits_controller.rb 491 Bytes
auth_source_externals_controller.rb 484 Bytes
auth_source_ldaps_controller.rb 1.27 KB
auth_sources_controller.rb 373 Bytes
autosign_controller.rb 1.4 KB
bookmarks_controller.rb 624 Bytes
common_parameters_controller.rb 1023 Bytes
compute_attributes_controller.rb 948 Bytes
compute_profiles_controller.rb 892 Bytes
compute_resources_controller.rb 5.71 KB
compute_resources_vms_controller.rb 4.68 KB
config_reports_controller.rb 2.74 KB
dashboard_controller.rb 2.35 KB
domains_controller.rb 702 Bytes
external_usergroups_controller.rb 993 Bytes
fact_values_controller.rb 1.32 KB
facts_controller.rb 537 Bytes
filters_controller.rb 2.22 KB
home_controller.rb 1.11 KB
hostgroups_controller.rb 4.04 KB
hosts_controller.rb 31.7 KB
http_proxies_controller.rb 1.08 KB
images_controller.rb 1.46 KB
interfaces_controller.rb 1.26 KB
key_pairs_controller.rb 1.69 KB
links_controller.rb 2.88 KB
locations_controller.rb 208 Bytes
lookup_keys_controller.rb 1.32 KB
lookup_values_controller.rb 1.2 KB
mail_notifications_controller.rb 112 Bytes
media_controller.rb 933 Bytes
models_controller.rb 690 Bytes
notification_recipients_controller.rb 1.52 KB
operatingsystems_controller.rb 1.38 KB
organizations_controller.rb 216 Bytes
parameters_controller.rb 257 Bytes
permissions_controller.rb 1.51 KB
provisioning_templates_controller.rb 478 Bytes
ptables_controller.rb 199 Bytes
puppetca_controller.rb 1.46 KB
react_controller.rb 234 Bytes
realms_controller.rb 691 Bytes
registration_commands_controller.rb 1.95 KB
report_templates_controller.rb 1.54 KB
roles_controller.rb 2.66 KB
settings_controller.rb 273 Bytes
smart_proxies_controller.rb 5.23 KB
ssh_keys_controller.rb 593 Bytes
subnets_controller.rb 2.6 KB
tasks_controller.rb 324 Bytes
templates_controller.rb 5.42 KB
unattended_controller.rb 7.21 KB
user_menus_controller.rb 115 Bytes
userdata_controller.rb 1.83 KB
usergroups_controller.rb 1.68 KB
users_controller.rb 8.9 KB

Latest revisions

# Date Author Comment
0085153c 03/26/2024 11:57 AM Ewoud Kohl van Wijngaarden

Fixes #37287 - Iterate on hashes when both key and value are used

This replaces the `hash.keys.each { |k| hash[k] }` and `hash.keys.sort`
patterns with `hash.each { |k, v| }` where it makes sense. This avoids
doing hash lookups when you already know the value anyway.

6c77d09b 03/19/2024 01:42 PM Ewoud Kohl van Wijngaarden

Fixes #37273 - Use delegation syntax for resource_scope

In Ruby 3 you need to explicitly delegate keyword arguments, or if you
don't care about Ruby 2.6 or prior then you can use the new delegation
syntax1.

It deals with the difference in calling where. When calling `.where([])`...

54fd97f1 03/18/2024 05:58 PM Bernhard Suttner

Fixes #37274 - Mark API/params as deprecated

e099e49c 03/15/2024 04:00 PM Bernhard Suttner

Fixes #37270 - Misspelled OpenStruct class name

be92fd21 03/15/2024 11:58 AM Oleh Fedorenko

Fixes #37069 - Fallback to UTC on invalid timezone

e5d12790 03/12/2024 10:36 AM Archana Kumari

Fix Style/CommentAnnotation cop

89c61045 01/26/2024 10:44 AM Maria Agaphontzev

Fixes #37102 - webpack 5

670ee162 01/15/2024 08:31 AM Girija Soni

Fixes #36972 - Make hammer accept unlimited as JWT life time

e62f026b 01/15/2024 08:19 AM Nofar Alfassi

Fixes #36969 - return the actual exit status of registration command

Include `set -o pipefail` in registration command for improved error handling.

ac9fff0d 12/18/2023 10:17 AM Girija Soni

Fixes #35248 - Show mac address in VmWare info

View revisions

Also available in: Atom