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 KB
config_report.rb 3.29 KB
domain.rb 3.48 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 2.67 KB
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.2 KB
os_default_template.rb 390 Bytes
parameter.rb 4.03 KB
permission.rb 1.38 KB
personal_access_token.rb 2.76 KB
provisioning_template.rb 10.6 KB
ptable.rb 3.74 KB
realm.rb 1.39 KB
report.rb 6.03 KB
report_composer.rb 6.27 KB
report_template.rb 1.76 KB
role.rb 12.1 KB
setting.rb 8.98 KB
smart_proxy.rb 7.83 KB
smart_proxy_feature.rb 1.15 KB
source.rb 237 Bytes
ssh_key.rb 3.25 KB
stored_value.rb 545 Bytes
subnet.rb 16.9 KB
subnet_domain.rb 246 Bytes
table_preference.rb 254 Bytes
taxable_taxonomy.rb 449 Bytes
taxonomy.rb 9.66 KB
template.rb 10.8 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
639910bb 03/14/2024 08:21 AM Sebastian Bublitz

Fixes #37244: Add new virtual hw versions for VSphere 8.0 and 8.0U2

See https://kb.vmware.com/s/article/1003746 for reference

4abf925f 03/12/2024 05:36 PM Sebastian Bublitz

Fixes #36023: Add missing VMWare GuestOS mappings

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

Fix Style/CommentAnnotation cop

3a55f468 03/11/2024 01:42 PM Alexander Olofsson

Fixes #37043 - Inheritance overrides host facets

59ddb0ff 03/11/2024 10:33 AM Evgeni Golov

Refs #37179 - explicitly include SelectiveClone in facets

That way plugins that try to use Hostgroup.include don't fail with

undefined method `include_in_clone' for Hostgroup
a488cd20 03/10/2024 11:55 AM Jeremy Lenz

Fixes #37179 - Clone hostgroup facets when cloning hostgroup

459f70c4 02/26/2024 09:53 AM Hao Yu

Fixes #37184 - Report template generates incorrect kernel version

2233c33c 02/21/2024 12:08 PM Adam Ruzicka

Fixes #36891 - Provide a scope for email-notification-eligible users

f1313e54 01/30/2024 09:39 AM Nofar Alfassi

Fixes #37015 - Refactor OwnerClassifier

- Introduce `classify_owner` class method for owner classification.
- Implement private method for input validation.
- Add error handling to raise the necessary exceptions.
- Add deprecation warning to the `user_or_usergroup` method.

ebaa4537 01/24/2024 11:26 AM Oleh Fedorenko

Fixes #37087 - STI preparations for Ruby 3.0

Some of our STI models (host and subnet) have redefined initialization
method signature, which cause failures in code logic due to Ruby 3.0
more strict way of dealing with keyword arguments. As a first step
we must to comply with Rails' model initialization method signature....

View revisions

Also available in: Atom