Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  classification
  dashboard
  facets
  foreman
  foreman_ansible
  foreman_chef
  foreman_register
  foreman_salt
  host_info
  input_type
  ipam
  katello
  medium_providers
  nic_ip_required
  orchestration
  power_manager
  proxy_api
  proxy_status
  report_scanner
  smart_proxies
  sso
  ui
  ui_notifications
ansible_fact_parser.rb 3.64 KB
api_constraints.rb 431 Bytes
association_authorizer.rb 1020 Bytes
authorizer.rb 7.7 KB
authorizer_cache.rb 904 Bytes
breadcrumbs_options.rb 2.19 KB
cache_manager.rb 528 Bytes
certificate_extract.rb 1.27 KB
compute_attribute_merge.rb 553 Bytes
compute_resource_cache.rb 2.47 KB
compute_resource_host_associator.rb 711 Bytes
compute_resource_host_importer.rb 1.88 KB
compute_resource_key_pair.rb 541 Bytes
config_report_importer.rb 1.3 KB
config_report_status_calculator.rb 2.24 KB
csv_exporter.rb 847 Bytes
dashboard.rb 22 Bytes
facets.rb 2.65 KB
fact_cleaner.rb 2.96 KB
fact_importer.rb 5.73 KB
fact_parser.rb 6.71 KB
filters_helper_overrides.rb 572 Bytes
foreman_seeder.rb 2.01 KB
graphql_attribute.rb 751 Bytes
host_build_status.rb 2.02 KB
host_counter.rb 1.15 KB
host_fact_importer.rb 3.1 KB
host_info.rb 389 Bytes
input_resolver.rb 25 Bytes
interface_cleaner.rb 1.35 KB
interface_merge.rb 1 KB
interface_type_mapper.rb 766 Bytes
ipam.rb 694 Bytes
jwt_token.rb 1.91 KB
name_generator.rb 1.46 KB
name_synchronizer.rb 829 Bytes
nic_ip_resolver.rb 876 Bytes
oidc_jwt.rb 122 Bytes
oidc_jwt_validate.rb 1.4 KB
owner_classifier.rb 303 Bytes
parameter_safe_render.rb 1.03 KB
password_crypt.rb 1.27 KB
ping.rb 2.7 KB
power_manager.rb 235 Bytes
proxy_api.rb 72 Bytes
proxy_reference_registry.rb 1.56 KB
proxy_status.rb 586 Bytes
puppet_fact_importer.rb 171 Bytes
puppet_fact_parser.rb 10.8 KB
report_importer.rb 5.26 KB
report_template_format.rb 1.1 KB
setting_registry.rb 5.96 KB
setting_select_collection.rb 506 Bytes
setting_value_selection.rb 1.41 KB
smart_proxy_reference.rb 760 Bytes
sso.rb 472 Bytes
structured_fact_importer.rb 3.53 KB
tax_host.rb 6.5 KB
topbar_sweeper.rb 531 Bytes
ui.rb 1.08 KB
ui_notifications.rb 83 Bytes
user_menu.rb 826 Bytes

Latest revisions

# Date Author Comment
57fe1821 10/31/2022 11:24 AM Adam Ruzicka

Fixes #35694 - Add foreman product version macro

1b245d59 10/25/2022 01:37 PM Leos Stejskal

Fixes #35536 - Template input_resource macro & preview error (#9428)

02ea67ce 10/21/2022 05:28 PM Evgeni Golov

Fixes #35658 - don't fail parsing Windows facts without os_name

When Ansible runs on Windows without Admin privileges, it will not
report `ansible_os_name` and `ansible_distribution` facts, as those
can't be read without being Admin. Don't fail to parse facts in this...

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

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

767fea26 10/04/2022 01:13 PM Adam Ruzicka

Refs #35530 - Alternative approach to save_to_file

save_to_macro generates a command using cat and a heredoc string.
However, if the content to be written contains a heredoc using the same
delimiter, save_to_macro's heredoc will be terminated by it, leading to...

952e1614 09/28/2022 09:35 AM Evgeni Golov

Fixes #32685 - update graphql to 1.13.x

GrapQL 1.13.x is a large update and can break plugins, but it is Ruby 3
compatible.

Co-authored-by: Oleh Fedorenko <>

38365d82 09/26/2022 02:32 PM Adam Ruzicka

Fixes #35530 - Make save_to_file macro safer (#9426)

  • Fixes #35530 - Make save_to_file macro safer

save_to_file does

cat <<EOF >$file
$content
EOF

but if `$content` contains a heredoc terminated with `EOF`, it
terminates the heredoc that save_to_file creates....

a11d509b 09/19/2022 11:38 AM Pavel Moravec

Fixes #35485 - concurrent safe create OS when parsing facts (#9403)

Concurrent execution of this line can attempt to create just created
::Operatingsystem. Use proper find_or_create_by method for that.

Signed-off-by: Pavel Moravec <>
...

a321f97a 09/15/2022 09:49 AM Leos Stejskal

Fixes #35331 - Use Anaconda rhsm in kickstart for RHEL 9

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/

View revisions

Also available in: Atom