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.91 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
bd975f90 05/22/2024 12:44 PM Leos Stejskal

Fixes #37439 - API 'build_pxe_default' with taxonomies

The 'hammer template build-pxe-default' command works
only when no organization or location is passed.

The fix is to skip ':find_optional_nested_object' for the
'build_pxe_default' action, as it does not make any sense here.

e7570bc2 05/22/2024 10:59 AM Ewoud Kohl van Wijngaarden

Fixes #37490 - Correct translation logic in registration cmd

It's invalid to use %s more than once in a translatable string because
it becomes ambigous. Different languages may want to change the order
of words and that's not possible with %s. They should be named.

f04d47cc 05/21/2024 12:25 PM Nadja Heitmann

Fixes #37440 - Enable multiple repositories for host registration

0f9352a4 05/17/2024 01:21 PM Ewoud Kohl van Wijngaarden

Fixes #37434 - Use nightly for develop manual links

Foreman has for the longest time had
https://theforeman.org/manuals/$next redirect to
https://theforeman.org/manuals/nightly in our Apache configuration. This
means that on every branching we need to modify this. It also doesn't...

5334c308 05/15/2024 04:01 PM Adam Ruzicka

Fixes #37463 - Fix permission handling for table prefs

Before this change non-admin users could create, but not update their
own table preferences as the default scope tried to check
various *_table_preferences permissions which don't exist at all.
Alternatively, we could introduce these permissions and grant the...

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

View revisions

Also available in: Atom