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

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")

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

Fixes #36796 - Make host_facts_updated event visible

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

Fixes #36466 - Allow gathering information on deleted records

def66d5a 08/22/2023 12:35 PM Oleh Fedorenko

Fixes #36104 - Distinguish host events

85e60a9c 05/16/2023 12:29 PM Adam Ruzicka

Fixes #36394 - Add infra facet search validators

9848aac0 03/03/2023 02:47 PM Marek Hulán

Fixes #35846 - allow Host searching by PXE loader

80c89d75 01/17/2023 09:05 AM Marek Hulán

Fixes #35845 - Searching hosts should be possible by all reported data

When bios information was introduced in PR #9497, the searching was
not added. This make all host reported data searchable.

d4842738 01/09/2023 02:24 PM Marek Hulán

Fixes #35843 - add alias for configuration_status searching

Historically, the configuration status was the only status users can
search hosts by. When sub-statuses were introduced we kept "status" as
the search term representing the configuration status. However with many...

View revisions

Also available in: Atom