Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  facets
  foreman
  foreman_register
  hostext
  nested_ancestry_common
  orchestration
audit_associations.rb 1.98 KB
audit_extensions.rb 9 KB
audit_search.rb 5.83 KB
authorizable.rb 3.46 KB
belongs_to_proxies.rb 994 Bytes
classification.rb 329 Bytes
compute_resource_caching.rb 368 Bytes
compute_resource_console_common.rb 457 Bytes
configuration_status_scoped_search.rb 338 Bytes
destroy_flag.rb 999 Bytes
dirty_associations.rb 3.34 KB
dns_interface.rb 2.2 KB
encrypt_value.rb 2.2 KB
encryptable.rb 1 KB
ensure_no_cycle.rb 1.01 KB
ensure_not_used_by.rb 1.13 KB
expirable.rb 259 Bytes
exportable.rb 2.75 KB
fog_extensions.rb 1.95 KB
has_many_common.rb 2.71 KB
hidden_value.rb 189 Bytes
host_common.rb 7.24 KB
host_info_extensions.rb 1.02 KB
host_mix.rb 342 Bytes
host_params.rb 3.03 KB
host_template_helpers.rb 1.12 KB
interface_cloning.rb 570 Bytes
jwt_auth.rb 512 Bytes
key_pair_capabilities.rb 80 Bytes
key_pair_compute_resource.rb 1.77 KB
key_type.rb 757 Bytes
key_value_validation.rb 524 Bytes
nested_ancestry_common.rb 2.94 KB
orchestration.rb 6.18 KB
parameter_search.rb 1.33 KB
parameter_validators.rb 1.09 KB
parameterizable.rb 1018 Bytes
permission_name.rb 729 Bytes
pxe_loader_suggestion.rb 307 Bytes
pxe_loader_support.rb 2.57 KB
pxe_loader_validator.rb 438 Bytes
scoped_search_extensions.rb 1.21 KB
selective_clone.rb 628 Bytes
smart_proxy_host_extensions.rb 1.42 KB
strip_leading_and_trailing_dot.rb 950 Bytes
strip_whitespace.rb 438 Bytes
taxonomix.rb 10.3 KB
taxonomy_collision_finder.rb 435 Bytes
template_tax.rb 590 Bytes
topbar_cache_expiry.rb 372 Bytes
url_validation.rb 313 Bytes
user_time.rb 238 Bytes
user_usergroup_common.rb 93 Bytes
validate_os_family.rb 495 Bytes

Latest revisions

# Date Author Comment
cc7af718 11/04/2022 02:46 PM Leos Stejskal

Fixes #35088 - Remove GCE Compute resource code

All code related to GCE compute resource
is now in Foreman Google plugin

https://github.com/theforeman/foreman_google

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

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

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

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/

f28bc34c 08/02/2022 07:41 AM Shimon Shtein

Fixes #35132 - Make audits host detection regex more strict

d767911c 06/13/2022 12:06 PM Adam Ruzicka

Support != and ~ search on os_minor and ~ on os_major (#9243)

  • Fixes #34989 - Support != and ~ search on os_minor
  • Refs #34989 - Support ~ search on os_major
5a77b476 03/21/2022 01:00 PM Ondřej Ezr

Fixes #34569 - postpone LookupValue#match validations

Validation for presence of foreign_key has to be postponed because of Rails internals.

association.build() filters out foreign_key for given association because it assigns the value for that key after the main record gets saved....

c67703aa 03/09/2022 09:05 PM Tomer Brisker

Refs #10413 - Drop unattended mode checks from models

bcd18b6c 02/15/2022 05:34 PM Ondřej Ezr

Fixes #34416 - taxonomy title in ForemanContext

When creating new org/loc we did not save the title there.
In the app_metadata for the frontend we were taking these directly from db, so it disallowed the calculation on runtime.

This was wrong from b0d5a6c9b882fa078379ed90f8610ff021978e6b, but only when we switched to using these in the TaxonomySwitcher it started to exhibit in this bug....

7ccb4f68 02/14/2022 01:10 PM Leos Stejskal

Fixes #34353 - Fix early load of fog_extensions

View revisions

Also available in: Atom