Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  classification
  dashboard
  facets
  fog_extensions
  foreman
  host_info
  input_resolver
  ipam
  medium_providers
  migrations
  nic_ip_required
  orchestration
  power_manager
  proxy_status
  report_scanner
  smart_proxies
  sso
  statistics
  ui
  ui_notifications
api_constraints.rb 603 Bytes
association_authorizer.rb 1020 Bytes
authorizer.rb 7.03 KB
authorizer_cache.rb 376 Bytes
breadcrumbs_options.rb 2.22 KB
cache_manager.rb 1.11 KB
certificate_extract.rb 1.27 KB
compute_attribute_merge.rb 553 Bytes
compute_resource_cache.rb 2.47 KB
compute_resource_host_associator.rb 700 Bytes
compute_resource_host_importer.rb 1.88 KB
compute_resource_key_pair.rb 541 Bytes
config_report_importer.rb 1.08 KB
config_report_status_calculator.rb 1.86 KB
csv_exporter.rb 845 Bytes
dashboard.rb 22 Bytes
facets.rb 2.52 KB
fact_cleaner.rb 2.12 KB
fact_importer.rb 6.73 KB
fact_parser.rb 6.55 KB
filters_helper_overrides.rb 572 Bytes
foreman_seeder.rb 1.69 KB
graphql_attribute.rb 751 Bytes
host_build_status.rb 2.02 KB
host_counter.rb 1.05 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.43 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.48 KB
owner_classifier.rb 303 Bytes
parameter_safe_render.rb 961 Bytes
password_crypt.rb 1.27 KB
ping.rb 2.52 KB
power_manager.rb 235 Bytes
proxy_reference_registry.rb 1.56 KB
proxy_status.rb 628 Bytes
puppet_class_importer.rb 12.2 KB
puppet_fact_importer.rb 171 Bytes
puppet_fact_parser.rb 6.84 KB
report_importer.rb 4.97 KB
report_template_format.rb 1.1 KB
smart_proxy_reference.rb 760 Bytes
sso.rb 472 Bytes
statistics.rb 2.1 KB
structured_fact_importer.rb 3.53 KB
tax_host.rb 6.56 KB
topbar_sweeper.rb 531 Bytes
trend_importer.rb 2.19 KB
ui.rb 558 Bytes
ui_notifications.rb 83 Bytes
user_menu.rb 826 Bytes

Latest revisions

# Date Author Comment
2c4ee8ca 04/17/2020 07:33 AM Michael Moll

Fixes #29520 - use Arel where needed to wrap SQL

9a25215c 04/01/2020 01:17 PM Marek Hulán

Fixes #1513 - distinguish between RHEL 7 Server and Workstation

When facts are received we parse them and create/assign the operating
system of a host accordingly. We didn't correctly detect the right RHEL
7 distribution and considered every RHEL 7 as Server. For people having...

80c7ab0b 03/25/2020 12:49 PM Emil DRAGU

Fixes #28960 - Remove redundant begin block

1e40a052 03/25/2020 12:49 PM Emil DRAGU

Fixes #28960 - assign filtered users list to original variable

Fix detected coding standard violations

10d6deba 03/25/2020 12:49 PM Emil DRAGU

Fixes #28960 - Configuration Error Reports not sent

Place the Host.authorized search in a begin block so when it fails it does not
brake sending emails for other users.
Also, place it in an User.as block so it executes in the contex of the user being
checked

3b15ed2e 03/25/2020 08:49 AM Rahul Bajaj

Fixes #28648 - handle nil jwt token

65aecc5d 03/20/2020 08:59 AM Chris Smith

Fixes #27067 - Patch for External IPAM plugin implementation

ed22f843 03/19/2020 12:39 PM Shira Maximov

Fixes #29272 - add template locked error only in not seeding

otherwise, running the server will fail while seeding (In case a template Input was changed)
stepes to reprodcue :
1. run : Template.find_by_name("Registered users").template_inputs.first.update_column(:value_type, "plain")...

6f0e3072 03/18/2020 03:21 PM Michael Moll

Fixes #29349 - Fix Layout/SpaceInsideArrayLiteralBrackets cop

c86ed9c6 03/18/2020 09:11 AM Michael Moll

Fixes #19896 - Fix Style/RedundantSelf cop

View revisions

Also available in: Atom