Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  foreman_register
  host_facets
  host_status
  hosts
  models
  nics
  operatingsystems
  orchestration
  parameters
  settings
  shared
  sso
  subnet
  token
application_record_test.rb 617 Bytes
architecture_test.rb 3.07 KB
audit_test.rb 11.8 KB
auth_source_test.rb 425 Bytes
bookmark_test.rb 3.96 KB
compute_attribute_test.rb 2.27 KB
compute_profile_test.rb 1.87 KB
compute_resource_test.rb 14.6 KB
config_report_test.rb 2.95 KB
domain_test.rb 3.9 KB
external_usergroup_test.rb 1.77 KB
fact_value_test.rb 8.49 KB
feature_test.rb 185 Bytes
filter_test.rb 9 KB
host_jail_test.rb 872 Bytes
host_status_test.rb 890 Bytes
host_test.rb 139 KB
hostgroup_test.rb 17.5 KB
image_test.rb 2.42 KB
jwt_secret_test.rb 250 Bytes
key_pair_test.rb 1.4 KB
location_test.rb 1.92 KB
log_test.rb 150 Bytes
lookup_key_test.rb 10.5 KB
lookup_value_test.rb 8.4 KB
mail_notification_test.rb 1.44 KB
medium_test.rb 3.78 KB
model_test.rb 753 Bytes
nic_bmc_jail_test.rb 558 Bytes
nic_test.rb 20.5 KB
notification_blueprint_test.rb 494 Bytes
notification_recipient_test.rb 707 Bytes
notification_test.rb 4.04 KB
operatingsystem_test.rb 18.5 KB
orchestration_test.rb 5.72 KB
organization_test.rb 2.04 KB
os_default_template_test.rb 384 Bytes
parameter_test.rb 5.69 KB
permission_test.rb 1.24 KB
personal_access_token_test.rb 3.36 KB
provisioning_template_test.rb 11.5 KB
ptable_test.rb 3.77 KB
realm_test.rb 1.94 KB
report_composer_test.rb 2.91 KB
report_template_format_test.rb 1.48 KB
report_template_test.rb 769 Bytes
report_test.rb 6.27 KB
role_test.rb 17.1 KB
setting_test.rb 13.8 KB
smart_proxy_test.rb 6.04 KB
ssh_key_test.rb 1.61 KB
stored_value_test.rb 1.82 KB
subnet_test.rb 5.58 KB
taxonomy_test.rb 2.81 KB
template_combination_test.rb 166 Bytes
template_input_test.rb 3.08 KB
template_kind_test.rb 956 Bytes
template_test.rb 18.9 KB
token_test.rb 370 Bytes
upgrade_task_test.rb 1.85 KB
user_role_test.rb 2.47 KB
user_test.rb 45.8 KB
usergroup_member_test.rb 16.3 KB
usergroup_test.rb 15.4 KB
widget_test.rb 1.39 KB

Latest revisions

# Date Author Comment
47288398 02/01/2024 09:23 PM Oleh Fedorenko

Refs #36849 - Enable strict keyword argument matching

19262bdf 11/23/2023 09:43 AM Ewoud Kohl van Wijngaarden

Fixes #36930 - Make invalid YAML test compatible with libyaml 0.2.x

The valid {a:test} is invalid with libyaml 0.1.x but is valid with
0.2.x. This changes the test to @@ which should still raise a
Psych::SyntaxError.

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

001a7ffc 10/05/2023 02:50 PM Oleh Fedorenko

Fixes #36796 - Make host_facts_updated event visible

044c105b 10/05/2023 10:08 AM Bastian Schmidt

Fixes #36786 - Permit Symbol for YAML.safe_load report parser

735b4016 09/27/2023 03:11 PM Jeremy Lenz

Fixes #36715 - Speed up host fact retrieval

b9986c96 09/01/2023 06:27 PM Oleh Fedorenko

Fixes #36466 - Allow gathering information on deleted records

943c9f4c 08/28/2023 12:37 PM Adam Ruzicka

Fixes #36699 - Reject invalid expiration dates for PATs

Previously invalid dates were silently discarded, resulting into PATs being
created without expiration dates.

33ff2be9 06/12/2023 12:20 PM Markus Bucher

Fixes #35942 - pass from settings not encrypted

96c6d188 04/25/2023 01:12 PM Adam Ruzicka

Fixes #36309 - Increase LDAP auth source password length limit

The database field is 255 characters long, but the encryption adds quite
a lot of fluff. From my testing, 69 characters is the longest password
than can fit in.

Both FreeIPA and openldap cli tools seem to support passwords...

View revisions

Also available in: Atom