Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  facets
  fog_extensions
  foreman
  hostext
  nested_ancestry_common
  orchestration
audit_associations.rb 2 KB
audit_extensions.rb 7.98 KB
audit_search.rb 5.06 KB
authorizable.rb 4.08 KB
belongs_to_proxies.rb 993 Bytes
classification.rb 329 Bytes
compute_resource_caching.rb 368 Bytes
compute_resource_console_common.rb 465 Bytes
configuration_status_scoped_search.rb 338 Bytes
destroy_flag.rb 999 Bytes
dirty_associations.rb 2.87 KB
dns_interface.rb 2.21 KB
encrypt_value.rb 2.3 KB
encryptable.rb 1.01 KB
expirable.rb 259 Bytes
exportable.rb 2.76 KB
fog_extensions.rb 2.35 KB
has_many_common.rb 2.79 KB
hidden_value.rb 199 Bytes
host_common.rb 8.33 KB
host_info_extensions.rb 1.15 KB
host_params.rb 2.77 KB
host_template_helpers.rb 1.11 KB
interface_cloning.rb 570 Bytes
jwt_auth.rb 314 Bytes
key_pair_capabilities.rb 80 Bytes
key_pair_compute_resource.rb 1.77 KB
key_type.rb 757 Bytes
key_value_validation.rb 529 Bytes
nested_ancestry_common.rb 4.32 KB
orchestration.rb 6.13 KB
parameter_validators.rb 1.09 KB
parameterizable.rb 1.01 KB
puppet_host_extensions.rb 535 Bytes
puppet_lookup_value_extensions.rb 237 Bytes
pxe_loader_suggestion.rb 209 Bytes
pxe_loader_support.rb 2.57 KB
pxe_loader_validator.rb 438 Bytes
scoped_search_extensions.rb 1.21 KB
selective_clone.rb 648 Bytes
smart_proxy_host_extensions.rb 1.42 KB
strip_leading_and_trailing_dot.rb 960 Bytes
strip_whitespace.rb 443 Bytes
taxonomix.rb 10.1 KB
taxonomy_collision_finder.rb 435 Bytes
template_tax.rb 590 Bytes
topbar_cache_expiry.rb 372 Bytes
url_validator.rb 277 Bytes
user_time.rb 238 Bytes
user_usergroup_common.rb 93 Bytes
validate_os_family.rb 495 Bytes

Latest revisions

# Date Author Comment
e75700fd 08/05/2019 12:27 PM Lukáš Zapletal

Fixes #27160 - do not use Ruby Timeout for DNS (#6861)

42feb26c 07/19/2019 09:31 AM Marek Hulán

Fixes #26393 - extract uptime to reported facet

A new Reported Data facet is introduced. This should be used for storing
reported information from various fact parsers. Fact Parser now defines
a new optional to implement method, to gather boot time in seconds. Some...

926fb6c7 07/18/2019 11:54 AM Kavita Gaikwad

Fixes #27316 - show selected image value on host submit

8d890136 07/11/2019 02:24 PM Ondřej Pražák

Fixes #26003 - introduce impersonation (#6743)

862f09f2 07/10/2019 02:30 PM Kavita Gaikwad

Fixes #27157 - persist associate_external_ip value in GCE (#6873)

f2ee562e 07/09/2019 08:44 AM Marek Hulán

Fixes #27249 - flip the comma cop

cdd87353 07/01/2019 09:49 AM Lukas Zapletal

Fixes #26681 - new logger named taxonomy

a65a604c 06/12/2019 07:23 AM Kavita Gaikwad

Refs #26812 - add more vm's fields on vm detail page

07a19c7f 06/12/2019 07:23 AM Kavita Gaikwad

Fixes #26812,#26814 - display correct vm_details in notifications

f8da6705 06/11/2019 07:03 AM Partha Aji

Fixes #25897 - Can lookup hosts based on facts

Prior to this commit
---------------------
>> Host.search_for(
"name= rhel7.partello.example.com or facts.greatest_fact_ever=lol").
count
>>161

Post this commit
---------------

same query

1

The scoped search for fact values did a join instead of a "subselect"...

View revisions

Also available in: Atom