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
  setting
  subnet
  taxonomies
  token
application_record.rb 976 Bytes
architecture.rb 745 Bytes
auth_source.rb 4.53 KB
bookmark.rb 981 Bytes
cached_user_role.rb 145 Bytes
cached_usergroup_member.rb 95 Bytes
compute_attribute.rb 1.88 KB
compute_profile.rb 700 Bytes
compute_resource.rb 12.9 KB
config_group.rb 1.28 KB
config_group_class.rb 360 Bytes
config_report.rb 3.24 KB
domain.rb 3.41 KB
environment.rb 1.61 KB
environment_class.rb 1.69 KB
external_usergroup.rb 1.59 KB
fact_name.rb 1.36 KB
fact_value.rb 5.49 KB
feature.rb 447 Bytes
filter.rb 7.57 KB
filtering.rb 86 Bytes
foreman_internal.rb 157 Bytes
host.rb 978 Bytes
host_class.rb 363 Bytes
host_config_group.rb 307 Bytes
host_facets.rb 76 Bytes
host_status.rb 580 Bytes
hostgroup.rb 13.3 KB
hostgroup_class.rb 397 Bytes
http_proxy.rb 1.16 KB
image.rb 1.37 KB
jwt_secret.rb 434 Bytes
key_pair.rb 335 Bytes
log.rb 440 Bytes
lookup_value.rb 4.37 KB
medium.rb 2.16 KB
message.rb 394 Bytes
model.rb 645 Bytes
notification.rb 2.79 KB
notification_blueprint.rb 1.21 KB
notification_recipient.rb 799 Bytes
operatingsystem.rb 14 KB
os_default_template.rb 390 Bytes
parameter.rb 3.91 KB
permission.rb 1.26 KB
personal_access_token.rb 1.94 KB
provisioning_template.rb 11.4 KB
ptable.rb 3.62 KB
puppetclass.rb 5.44 KB
realm.rb 1.32 KB
report.rb 5.59 KB
report_composer.rb 6.27 KB
report_template.rb 1.63 KB
role.rb 11.5 KB
setting.rb 11.9 KB
smart_proxy.rb 7.56 KB
smart_proxy_feature.rb 1.15 KB
source.rb 393 Bytes
ssh_key.rb 3.18 KB
stored_value.rb 545 Bytes
subnet.rb 16.7 KB
subnet_domain.rb 246 Bytes
table_preference.rb 244 Bytes
taxable_taxonomy.rb 449 Bytes
taxonomy.rb 9.92 KB
template.rb 10.8 KB
template_combination.rb 335 Bytes
template_input.rb 2.82 KB
template_kind.rb 2.76 KB
token.rb 286 Bytes
upgrade_task.rb 946 Bytes
user.rb 27.9 KB
user_mail_notification.rb 618 Bytes
user_role.rb 2.35 KB
usergroup.rb 4.79 KB
usergroup_member.rb 4.88 KB
widget.rb 678 Bytes

Latest revisions

# Date Author Comment
f3231f62 04/22/2021 08:27 AM Amit Upadhye

Fixes #31790 - always delegate bootserver IP resolution to smart proxy

In 60c03b6a2e92c432ee66f2b27da634954c1b646c (reverse) DNS search for TFTP
server (bootServer) was delegated to the Smart Proxy if was supported, as
signaled via the dhcp_filename_hostname capability. At the same time, in...

13b3ce22 04/14/2021 11:01 AM Shimon Shtein

Fixes #32258 - Change to_status default to noop

c1104d00 04/14/2021 08:20 AM Ondřej Ezr

Fixes #32092 - add puppet safe guard

Hides puppetserver and puppet environment behind macros, that can alter
implementation much more easily and even be patched from plugin.

734423d7 04/12/2021 09:51 AM Ondřej Ezr

Fixes #32121 - Puppetclass create audit taxonomy

On Puppetclass create, there are no persisted EnvironmentClasses yet,
so location_ids and organization_ids were always empty on create.

This allows to save EnvironmentClasses with Puppetclasses together and...

9d93ecea 04/08/2021 09:17 AM Dominik Matoulek

Fixes #32170 - Adding total_disk_size to host facets

This PR introduced new parameter to hosts facets. Parameter is a total
disk size that is included in Discovery plugin at own. However that
means that we have to maintain a two "facets like" codes at one time...

f5bfce8b 04/06/2021 01:57 PM Tomer Brisker

Fixes #32242 - Drop db_pending_migration setting

This setting was used in the past by the installer to determine whether
or not the database needs to be migrated, but that is no longer the
case.

744f9bd0 04/04/2021 02:08 PM Marek Hulán

Fixes #32213 - inform user about wrong use of admin flag

Our API filters the admin attribute of user group API via strong params
for non-admin users. Therefore when non-admin tries to create or update
a user group admin flag, it is silently ignored even and the user group...

9b62448c 03/31/2021 11:27 AM Hao Yu

Fixes #30053 - Audit page render slow when organization is set

9068b66d 03/29/2021 01:05 PM Ewoud Kohl van Wijngaarden

Fixes #32216 - Handle Debian Bullseye Testing facts

While Bullseye is still testing, it's identified as bullseye/sid:

$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux bullseye/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"...
9d44364c 03/24/2021 02:32 PM yifat makias

Fixes #31883 - Validate compute attributes before API creation

View revisions

Also available in: Atom