Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  facets
  fog_extensions
  foreman
  foreman_register
  hostext
  nested_ancestry_common
  orchestration
audit_associations.rb 1.98 KB
audit_extensions.rb 8.99 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 2.26 KB
has_many_common.rb 2.76 KB
hidden_value.rb 189 Bytes
host_common.rb 7.27 KB
host_info_extensions.rb 1.02 KB
host_mix.rb 338 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.93 KB
orchestration.rb 6.25 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
7b1395c2 01/19/2022 08:44 AM Amir Fefer

Fixes #34223 - fix the missing username in audits

09c865a3 01/10/2022 10:43 AM Leos Stejskal

Fixes #23300 - Brakeman SQL injections

Fix all foundings of SQL injections by
Brakeman: "brakeman --test SQL"

951efe8a 01/06/2022 10:41 AM Bernhard Suttner

Fixes #30550,#28155 - Return valid vsphere folder (#9006)

064af06d 12/15/2021 11:35 AM Ondřej Ezr

Fixes #34151 - translate just once

a2bb47c7 11/25/2021 11:30 AM Shimon Shtein

Fixes #34008 - Add org + loc params to scoped search

60d53c26 11/24/2021 07:57 PM Dominik Matoulek

Fixes #33811 - Inheritance of root password for Hosts

Hostgroups are used for handle and easily modify passwords for Hosts. But prior this change we stored the password on create time to the Host even if it was inherited from Hostgroup.
When you've changed Hostgroup for Host, the root password was intanct and thus it used password from the old Hostgroup....

604dc716 11/24/2021 08:55 AM Ondřej Ezr

Fixes #33986 - moves Callback ensures to separate files

We do not need to define the Ensure classes in core_extensions.
These are better off in separate files.

e0154af9 11/24/2021 08:44 AM Ondřej Ezr

Fixes #33987 - HostMix using Concern properly

ActiveSupport::Concern is supposed to be included and it looks weird to extend a class by it.
We should use `class_methods` to define class methods instead of extending.

47c9a48f 11/23/2021 02:33 PM Leos Stejskal

Fixes #33967 - Loading constants in initializers/active_record_extensions.rb

dc1ac386 10/27/2021 02:08 PM Marek Hulán

Refs #33551 - fix the searching in audits by user

The first PR allowed to search in search_users relation, however that
searches on the actual audited objects. So when used in filters, it
would grant access to see all audits of $my account by anyone. While...

View revisions

Also available in: Atom