Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  fact_names
  foreman_register
  host
  host_facets
  host_info_providers
  host_status
  lookup_keys
  mail_notifications
  nic
  operatingsystems
  parameters
  subnet
  taxonomies
  token
application_record.rb 1.39 KB
architecture.rb 873 Bytes
auth_source.rb 4.65 KB
bookmark.rb 1.08 KB
cached_user_role.rb 145 Bytes
cached_usergroup_member.rb 95 Bytes
compute_attribute.rb 2.01 KB
compute_profile.rb 828 Bytes
compute_resource.rb 13.1 KB
config_report.rb 3.29 KB
domain.rb 3.54 KB
external_usergroup.rb 1.59 KB
fact_name.rb 1.36 KB
fact_value.rb 5.18 KB
feature.rb 447 Bytes
filter.rb 7.57 KB
filtering.rb 86 Bytes
foreman_internal.rb 157 Bytes
host.rb 978 Bytes
host_facets.rb 76 Bytes
host_status.rb 580 Bytes
hostgroup.rb 11.7 KB
http_proxy.rb 1.58 KB
image.rb 1.49 KB
jwt_secret.rb 434 Bytes
key_pair.rb 335 Bytes
log.rb 440 Bytes
lookup_value.rb 4.65 KB
medium.rb 2.29 KB
message.rb 238 Bytes
model.rb 773 Bytes
notification.rb 2.79 KB
notification_blueprint.rb 1.21 KB
notification_recipient.rb 799 Bytes
operatingsystem.rb 15.3 KB
os_default_template.rb 390 Bytes
parameter.rb 4.03 KB
permission.rb 1.38 KB
personal_access_token.rb 2.26 KB
provisioning_template.rb 10.6 KB
ptable.rb 3.74 KB
realm.rb 1.44 KB
report.rb 5.96 KB
report_composer.rb 6.27 KB
report_template.rb 1.76 KB
role.rb 12.1 KB
setting.rb 8.87 KB
smart_proxy.rb 7.89 KB
smart_proxy_feature.rb 1.15 KB
source.rb 237 Bytes
ssh_key.rb 3.31 KB
stored_value.rb 545 Bytes
subnet.rb 17 KB
subnet_domain.rb 246 Bytes
table_preference.rb 244 Bytes
taxable_taxonomy.rb 449 Bytes
taxonomy.rb 9.72 KB
template.rb 10.9 KB
template_combination.rb 193 Bytes
template_input.rb 2.28 KB
template_kind.rb 2.96 KB
token.rb 286 Bytes
upgrade_task.rb 946 Bytes
user.rb 27.5 KB
user_mail_notification.rb 618 Bytes
user_role.rb 2.35 KB
usergroup.rb 4.92 KB
usergroup_member.rb 4.88 KB
widget.rb 678 Bytes

Latest revisions

# Date Author Comment
36f2892a 11/03/2022 12:10 PM Ewoud Kohl van Wijngaarden

Fixes #35708 - Avoid multiple %s placeholders in i18n

Fixes: 662c4a3a3a1749846f5fc6c114dd3363c7a3bcf1

d559505b 11/03/2022 10:48 AM Maria Agaphontzev

Fixes #35696 - add bios info to reported data facet

d7ce6881 11/01/2022 09:01 AM Ewoud Kohl van Wijngaarden

Refs #35300 - Pass arguments as keyword arguments

950040e4 10/14/2022 08:55 AM Chris Roberts

Fixes #35619 - Add kernel_version to reported data facet for new host UI

bcd468af 10/13/2022 09:40 AM Leos Stejskal

refs #35069 - ApplicationRecord.<=> undefined method 'name'

874c0d92 10/07/2022 01:01 PM Bernhard Suttner

Fixes #35569 - set correct icons

6eaf16e1 09/29/2022 01:54 PM Ewoud Kohl van Wijngaarden

Refs #35300 - Pass options as keyword arguments (#9441)

In 9089087ed7b2a7da33b73711aa5f457fe06adfc2 various keyword arguments
were fixed, but some remained.

Fixes: 9089087ed7b2a7da33b73711aa5f457fe06adfc2

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
9089087e 09/12/2022 10:51 AM Ewoud Kohl van Wijngaarden

Fixes #35300 - Pass keyword arguments correctly (#9332)

In Ruby 3.0 keyword arguments are handled separate from positional
arguments1. This uses kwargs and passes it along.

[1]: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/

4ba24376 09/08/2022 02:44 PM Leos Stejskal

Fixes #35480 - Host provisioning & OS without family

Raise an error with message about missing OS family.

View revisions

Also available in: Atom