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
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....

f1092910 12/19/2023 12:09 PM Bastian Schmidt

Fixes #36741 - Check Ubuntu version more explicitly

If no minor version is defined, the function minor.to_i makes it a "0".
Accordingly, Ubuntu 20.04 is interpreted as "no subiquity/Autoinstall" - but,
if no minor version is given, Foreman should implicitly assume "latest"...

2c4139e9 11/27/2023 08:45 AM Girija Soni

Fixes #36711 - Fix searching in settings

65f2a01f 11/10/2023 12:01 AM Archana Kumari

Fixes #36575 - Use apipie-dsl default model descriptions

a406cf2b 10/09/2023 09:42 AM Matěj Mudra

fixes #36160 - Redefine append domain names setting

This PR aims to unify the format of host names stored in the database and the way they are displayed.
With this change, the name of the host is always going to be stored with the domain name appended.
The setting formerly named `append_domain_name_for_hosts` is now renamed to `display_fqdn_for_hosts`...

c815b3dd 10/09/2023 09:39 AM Ewoud Kohl van Wijngaarden

Refs #36575 - Avoid i18n during startup in owner_type validation

Fixes: 535d232934a5 ("Fixes #14013 - add a setting for default owner of new hosts")

View revisions

Also available in: Atom