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 4.58 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 198 Bytes
hostgroups_controller_test.rb 10.3 KB
hosts_controller_test.rb 63.4 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 3.69 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.25 KB
realms_controller_test.rb 2.13 KB
registration_commands_controller_test.rb 6.27 KB
report_templates_controller_test.rb 8.14 KB
roles_controller_test.rb 4.63 KB
settings_controller_test.rb 661 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 29.1 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.2 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([])`...

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

Fix Style/CommentAnnotation cop

23d76698 02/16/2024 06:12 PM Markus Bucher

Fixes #37168 - fix potential for duplicate html-id

47288398 02/01/2024 09:23 PM Oleh Fedorenko

Refs #36849 - Enable strict keyword argument matching

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

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

2198394b 01/03/2024 12:26 PM Oleh Fedorenko

Refs #36849 - Fix Ruby 3 kwargs handling

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

Fixes #36917 - Create current user permissions API

7e637558 11/29/2023 07:07 PM Ewoud Kohl van Wijngaarden

Refs #32848 - Ensure the Foreman version is nightly in tests

This copies the behavior of the stable release test for nightly to avoid
breaking on stable branches.

3ecce169 11/28/2023 08:03 PM Partha Aji

Fixes #36869 - update hosts path with current_hosts_path

View revisions

Also available in: Atom