foreman_rh_cloud 11.0.3 → 11.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +248 -161
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +393 -306
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +393 -306
  6. data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +393 -306
  7. data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +589 -0
  8. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +393 -306
  9. data/app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb +98 -0
  10. data/app/controllers/api/v2/rh_cloud/advisor_engine_config_controller.rb +16 -0
  11. data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +9 -1
  12. data/app/models/concerns/rh_cloud_host.rb +5 -0
  13. data/app/services/foreman_rh_cloud/cloud_connector.rb +1 -1
  14. data/app/services/foreman_rh_cloud/cloud_request.rb +1 -1
  15. data/app/services/foreman_rh_cloud/cloud_request_forwarder.rb +4 -2
  16. data/app/services/foreman_rh_cloud/hits_uploader.rb +50 -0
  17. data/app/services/foreman_rh_cloud/rules_ingester.rb +61 -0
  18. data/app/services/foreman_rh_cloud/template_renderer_helper.rb +1 -1
  19. data/app/views/api/v2/advisor_engine/host_details.json.rabl +9 -0
  20. data/app/views/api/v2/hosts/insights/base.rabl +5 -0
  21. data/app/views/api/v2/hosts/insights/insights.rabl +3 -0
  22. data/config/routes.rb +15 -4
  23. data/db/migrate/20241217190624_add_unique_index_to_rule_id_and_host_id_in_insights_hits.rb +5 -0
  24. data/db/migrate/20241220184900_change_sync_insights_recommendations_to_true.rb +5 -0
  25. data/db/seeds.d/189_add_host_inventory_param.rb +7 -0
  26. data/lib/foreman_inventory_upload/async/generate_all_reports_job.rb +21 -13
  27. data/lib/foreman_inventory_upload/async/upload_report_job.rb +2 -2
  28. data/lib/foreman_inventory_upload/generators/queries.rb +1 -1
  29. data/lib/foreman_inventory_upload/generators/slice.rb +1 -1
  30. data/lib/foreman_rh_cloud/engine.rb +24 -5
  31. data/lib/foreman_rh_cloud/version.rb +1 -1
  32. data/lib/foreman_rh_cloud.rb +21 -31
  33. data/lib/insights_cloud/async/insights_scheduled_sync.rb +10 -2
  34. data/lib/insights_cloud.rb +4 -0
  35. data/lib/inventory_sync/async/inventory_full_sync.rb +0 -10
  36. data/lib/inventory_sync/async/inventory_scheduled_sync.rb +15 -7
  37. data/lib/tasks/insights.rake +10 -7
  38. data/lib/tasks/rh_cloud_inventory.rake +8 -3
  39. data/locale/Makefile +12 -2
  40. data/locale/en/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  41. data/locale/en/foreman_rh_cloud.po +111 -22
  42. data/locale/foreman_rh_cloud.pot +217 -96
  43. data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  44. data/locale/fr/foreman_rh_cloud.po +106 -19
  45. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  46. data/locale/ja/foreman_rh_cloud.po +106 -19
  47. data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  48. data/locale/ka/foreman_rh_cloud.po +106 -19
  49. data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  50. data/locale/ko/foreman_rh_cloud.po +591 -0
  51. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  52. data/locale/zh_CN/foreman_rh_cloud.po +106 -19
  53. data/package.json +1 -1
  54. data/test/controllers/insights_cloud/api/advisor_engine_controller_test.rb +48 -0
  55. data/test/controllers/insights_sync/settings_controller_test.rb +3 -0
  56. data/test/factories/insights_factories.rb +1 -1
  57. data/test/jobs/inventory_scheduled_sync_test.rb +10 -0
  58. data/test/unit/rh_cloud_http_proxy_test.rb +1 -26
  59. data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +24 -0
  60. data/test/unit/services/foreman_rh_cloud/hits_uploader_test.rb +131 -0
  61. data/test/unit/services/foreman_rh_cloud/rules_ingester_test.rb +60 -0
  62. data/test/unit/slice_generator_test.rb +24 -2
  63. data/webpack/ForemanInventoryUpload/Components/PageHeader/__tests__/__snapshots__/PageTitle.test.js.snap +1 -1
  64. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/CloudConnectorButton.js +2 -2
  65. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/__tests__/__snapshots__/CloudConnectorButton.test.js.snap +2 -2
  66. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js +3 -1
  67. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/__tests__/__snapshots__/PageDescription.test.js.snap +1 -1
  68. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/__tests__/__snapshots__/SyncButton.test.js.snap +1 -1
  69. data/webpack/ForemanInventoryUpload/Components/TabHeader/TabHeader.js +1 -1
  70. data/webpack/ForemanInventoryUpload/ForemanInventoryConstants.js +1 -1
  71. data/webpack/ForemanInventoryUpload/ForemanInventoryHelpers.js +1 -1
  72. data/webpack/InsightsCloudSync/Components/InsightsSettings/InsightsSettings.js +26 -22
  73. data/webpack/InsightsCloudSync/Components/InsightsSettings/InsightsSettingsActions.js +2 -1
  74. data/webpack/InsightsCloudSync/Components/InsightsTable/InsightsTable.js +10 -1
  75. data/webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableConstants.js +8 -1
  76. data/webpack/InsightsCloudSync/Components/InsightsTable/InsightsTableHelpers.js +3 -1
  77. data/webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js +5 -1
  78. data/webpack/InsightsCloudSync/Components/ToolbarDropdown.js +5 -0
  79. data/webpack/InsightsCloudSync/InsightsCloudSync.js +1 -2
  80. data/webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap +1 -1
  81. data/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +3 -1
  82. data/webpack/__mocks__/foremanReact/common/hooks/API/APIHooks.js +3 -0
  83. data/webpack/common/Hooks/ConfigHooks.js +19 -0
  84. metadata +23 -8
  85. data/webpack/InsightsCloudSync/Components/InsightsHeader/InsightsHeader.scss +0 -8
  86. data/webpack/InsightsCloudSync/Components/InsightsHeader/index.js +0 -16
  87. data/webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js +0 -18
  88. data/webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettings.test.js.snap +0 -15
  89. data/webpack/InsightsCloudSync/Components/__tests__/InsightsHeader.test.js +0 -10
  90. data/webpack/InsightsCloudSync/Components/__tests__/__snapshots__/InsightsHeader.test.js.snap +0 -13
@@ -13,11 +13,19 @@ module InsightsCloud
13
13
  return
14
14
  end
15
15
 
16
- after_delay do
17
- plan_full_sync
16
+ if ForemanRhCloud.with_local_advisor_engine?
17
+ plan_self
18
+ else
19
+ after_delay do
20
+ plan_full_sync # so that 'run' runs
21
+ end
18
22
  end
19
23
  end
20
24
 
25
+ def run
26
+ output[:status] = _('The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.') if ForemanRhCloud.with_local_advisor_engine?
27
+ end
28
+
21
29
  def plan_full_sync
22
30
  plan_action(InsightsFullSync, Organization.unscoped.all)
23
31
  end
@@ -29,6 +29,10 @@ module InsightsCloud
29
29
  'host_registration_insights'
30
30
  end
31
31
 
32
+ def self.enable_client_param_inventory
33
+ 'host_registration_insights_inventory'
34
+ end
35
+
32
36
  def self.enable_cloud_remediations_param
33
37
  'enable_cloud_remediations'
34
38
  end
@@ -28,16 +28,6 @@ module InventorySync
28
28
  output[:host_statuses] = host_statuses
29
29
  end
30
30
 
31
- def clear_inventory_statuses_for_hosts_with_insights_false
32
- host_ids_to_delete = Host.joins(:host_parameters).where(id: InventorySync::InventoryStatus.select(:host_id), host_parameters: { name: 'host_registration_insights', value: false })
33
- if host_ids_to_delete.present?
34
- InventorySync::InventoryStatus.where(host_id: host_ids_to_delete).delete_all
35
- Host.where(id: host_ids_to_delete).find_each(&:refresh_global_status!)
36
- else
37
- logger.debug('No hosts with host_registration_insights set to false found')
38
- end
39
- end
40
-
41
31
  def update_statuses_batch
42
32
  results = yield
43
33
 
@@ -13,13 +13,17 @@ module InventorySync
13
13
  return
14
14
  end
15
15
 
16
- after_delay do
17
- # perform a sequence of sync then delete in parallel for all organizations
18
- concurrence do
19
- Organization.unscoped.each do |org|
20
- sequence do
21
- plan_org_sync(org)
22
- plan_remove_insights_hosts(org.id) if Setting[:allow_auto_insights_mismatch_delete]
16
+ if ForemanRhCloud.with_local_advisor_engine?
17
+ plan_self # so that 'run' runs
18
+ else
19
+ after_delay do
20
+ # perform a sequence of sync then delete in parallel for all organizations
21
+ concurrence do
22
+ Organization.unscoped.each do |org|
23
+ sequence do
24
+ plan_org_sync(org)
25
+ plan_remove_insights_hosts(org.id) if Setting[:allow_auto_insights_mismatch_delete]
26
+ end
23
27
  end
24
28
  end
25
29
  end
@@ -30,6 +34,10 @@ module InventorySync
30
34
  plan_action InventoryFullSync, org
31
35
  end
32
36
 
37
+ def run
38
+ output[:status] = _('The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.') if ForemanRhCloud.with_local_advisor_engine?
39
+ end
40
+
33
41
  def plan_remove_insights_hosts(org_id)
34
42
  # plan a remove hosts action with search set to empty (all records)
35
43
  plan_action(ForemanInventoryUpload::Async::RemoveInsightsHostsJob, '', org_id)
@@ -24,13 +24,16 @@ namespace :rh_cloud_insights do
24
24
  desc "Re-announce all organizations into Sources on RH cloud."
25
25
  task announce_to_sources: [:environment] do
26
26
  logger = Logging::Logger.new(STDOUT)
27
- Organization.unscoped.each do |org|
28
- presence = ForemanRhCloud::CloudPresence.new(org, logger)
29
- presence.announce_to_sources
30
- rescue StandardError => ex
31
- logger.warn(ex)
27
+ if ForemanRhCloud.with_local_advisor_engine?
28
+ logger.warn('Task announce_to_sources is not available when using local advisor engine')
29
+ else
30
+ Organization.unscoped.each do |org|
31
+ presence = ForemanRhCloud::CloudPresence.new(org, logger)
32
+ presence.announce_to_sources
33
+ rescue StandardError => ex
34
+ logger.warn(ex)
35
+ end
36
+ logger.info('Reannounced all organizations')
32
37
  end
33
-
34
- logger.info('Reannounced all organizations')
35
38
  end
36
39
  end
@@ -9,10 +9,15 @@ namespace :rh_cloud_inventory do
9
9
  else
10
10
  organizations = [Organization.where(:id => ENV['organization_id']).first]
11
11
  end
12
-
12
+ disconnected = ForemanRhCloud.with_local_advisor_engine?
13
13
  User.as_anonymous_admin do
14
14
  organizations.each do |organization|
15
- ForemanTasks.async_task(ForemanInventoryUpload::Async::GenerateReportJob, ForemanInventoryUpload.generated_reports_folder, organization.id, false)
15
+ ForemanTasks.async_task(
16
+ ForemanInventoryUpload::Async::GenerateReportJob,
17
+ ForemanInventoryUpload.generated_reports_folder,
18
+ organization.id,
19
+ disconnected
20
+ )
16
21
  puts "Generated and uploaded inventory report for organization '#{organization.name}'"
17
22
  end
18
23
  end
@@ -47,7 +52,7 @@ namespace :rh_cloud_inventory do
47
52
  base_folder = ENV['target'] || ForemanInventoryUpload.generated_reports_folder
48
53
  organization_id = ENV['organization_id']
49
54
  report_file = ForemanInventoryUpload.facts_archive_name(organization_id)
50
- disconnected = false
55
+ disconnected = ForemanRhCloud.with_local_advisor_engine?
51
56
  ForemanTasks.sync_task(ForemanInventoryUpload::Async::QueueForUploadJob, base_folder, report_file, organization_id, disconnected)
52
57
  puts "Uploaded #{report_file}"
53
58
  end
data/locale/Makefile CHANGED
@@ -31,9 +31,16 @@ all-mo: $(MOFILES)
31
31
  cat $@
32
32
  ! grep -q msgid $@
33
33
 
34
- %.edit.po:
34
+ %.edit.po: %.po.time_stamp
35
35
  touch $@
36
36
 
37
+ # gettext will trash the .edit.po file if the time stamp doesn't exist or is older than the po file
38
+ %.po.time_stamp: %.po
39
+ touch --reference $< $@
40
+
41
+ # Prevent make from treating this as an intermediate file to be cleaned up
42
+ .PRECIOUS: %.po.time_stamp
43
+
37
44
  check: $(POXFILES)
38
45
 
39
46
  # Unify duplicate translations
@@ -43,7 +50,10 @@ uniq-po:
43
50
  done
44
51
 
45
52
  tx-pull: $(EDITFILES)
46
- cd .. && tx pull -f --all
53
+ # Initialize new languages
54
+ cd .. && tx pull -f --all --minimum-perc 50
55
+ # Force update all existing languages
56
+ cd .. && tx pull -f --minimum-perc 0
47
57
  for f in $(EDITFILES) ; do \
48
58
  sed -i 's/^\("Project-Id-Version: \).*$$/\1$(DOMAIN) $(VERSION)\\n"/' $$f; \
49
59
  done
@@ -1,21 +1,23 @@
1
- # foreman_rh_cloud
2
- #
3
- # This file is distributed under the same license as foreman_rh_cloud.
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_rh_cloud package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4
5
  #
6
+ #, fuzzy
5
7
  msgid ""
6
8
  msgstr ""
7
- "Project-Id-Version: version 0.0.1\n"
9
+ "Project-Id-Version: foreman_rh_cloud 1.0.0\n"
8
10
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2014-08-20 08:54+0100\n"
10
- "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
11
- "Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
11
+ "PO-Revision-Date: 2025-02-10 20:07+0100\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
12
14
  "Language: \n"
13
15
  "MIME-Version: 1.0\n"
14
16
  "Content-Type: text/plain; charset=UTF-8\n"
15
17
  "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
17
19
 
18
- msgid " Sync inventory status"
20
+ msgid " Sync all inventory status"
19
21
  msgstr ""
20
22
 
21
23
  msgid "%s organizations"
@@ -81,10 +83,10 @@ msgstr ""
81
83
  msgid "Configure"
82
84
  msgstr ""
83
85
 
84
- msgid "Configure Cloud Connector"
86
+ msgid "Configure Cloud Connector on given hosts"
85
87
  msgstr ""
86
88
 
87
- msgid "Configure Cloud Connector on given hosts"
89
+ msgid "Configure cloud connector"
88
90
  msgstr ""
89
91
 
90
92
  msgid "Connectivity test"
@@ -147,6 +149,9 @@ msgstr ""
147
149
  msgid "Exit Code: %s"
148
150
  msgstr ""
149
151
 
152
+ msgid "Fetch Insights-related host details"
153
+ msgstr ""
154
+
150
155
  msgid "Fetching data about your accounts"
151
156
  msgstr ""
152
157
 
@@ -171,13 +176,16 @@ msgstr ""
171
176
  msgid "Full Screen"
172
177
  msgstr ""
173
178
 
179
+ msgid "Generate and upload report"
180
+ msgstr ""
181
+
174
182
  msgid "Generate the report, but do not upload"
175
183
  msgstr ""
176
184
 
177
185
  msgid "Generating"
178
186
  msgstr ""
179
187
 
180
- msgid "Go to Satellite Insights page"
188
+ msgid "Go to Foreman Insights page"
181
189
  msgstr ""
182
190
 
183
191
  msgid "Go to first page"
@@ -219,9 +227,6 @@ msgstr ""
219
227
  msgid "Insights"
220
228
  msgstr ""
221
229
 
222
- msgid "Insights synchronization process is used to provide Insights recommendations output for hosts managed here."
223
- msgstr ""
224
-
225
230
  msgid "Inventory"
226
231
  msgstr ""
227
232
 
@@ -243,6 +248,9 @@ msgstr ""
243
248
  msgid "Knowledgebase article"
244
249
  msgstr ""
245
250
 
251
+ msgid "List of host UUIDs"
252
+ msgstr ""
253
+
246
254
  msgid "Loading"
247
255
  msgstr ""
248
256
 
@@ -345,7 +353,7 @@ msgstr ""
345
353
  msgid "Recommendations synced successfully"
346
354
  msgstr ""
347
355
 
348
- msgid "Reconfigure Cloud Connector"
356
+ msgid "Reconfigure cloud connector"
349
357
  msgstr ""
350
358
 
351
359
  msgid "Red Hat Cloud Inventory"
@@ -375,9 +383,6 @@ msgstr ""
375
383
  msgid "Resolution"
376
384
  msgstr ""
377
385
 
378
- msgid "Restart"
379
- msgstr ""
380
-
381
386
  msgid "Run RH Cloud playbook"
382
387
  msgstr ""
383
388
 
@@ -408,6 +413,9 @@ msgstr ""
408
413
  msgid "Show Advanced Settings"
409
414
  msgstr ""
410
415
 
416
+ msgid "Show if system is configured to use local iop-advisor-engine."
417
+ msgstr ""
418
+
411
419
  msgid "Start inventory synchronization"
412
420
  msgstr ""
413
421
 
@@ -429,15 +437,18 @@ msgstr ""
429
437
  msgid "Synchronize recommendations Automatically"
430
438
  msgstr ""
431
439
 
432
- msgid "The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Satellite instance."
440
+ msgid "The Foreman inventory upload plugin automatically uploads Foreman host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required."
433
441
  msgstr ""
434
442
 
435
- msgid "The Satellite inventory upload plugin automatically uploads Satellite host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required."
443
+ msgid "The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Foreman instance."
436
444
  msgstr ""
437
445
 
438
446
  msgid "The report file %{filename} doesn't exist"
439
447
  msgstr ""
440
448
 
449
+ msgid "The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option."
450
+ msgstr ""
451
+
441
452
  msgid "The server returned the following error: %s"
442
453
  msgstr ""
443
454
 
@@ -450,7 +461,7 @@ msgstr ""
450
461
  msgid "This action will also enable automatic reports upload"
451
462
  msgstr ""
452
463
 
453
- msgid "To enable this reporting for all Satellite organizations, set {uploadButtonName} to on. The data will be reported automatically once per day."
464
+ msgid "To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day."
454
465
  msgstr ""
455
466
 
456
467
  msgid "To manually upload the data for a specific organization, select an organization and click {restartButtonName}."
@@ -462,6 +473,15 @@ msgstr ""
462
473
  msgid "Total risks"
463
474
  msgstr ""
464
475
 
476
+ msgid "Upload hits from iop-advisor-engine"
477
+ msgstr ""
478
+
479
+ msgid "Upload hits information"
480
+ msgstr ""
481
+
482
+ msgid "Upload rules related to the hits"
483
+ msgstr ""
484
+
465
485
  msgid "Uploading"
466
486
  msgstr ""
467
487
 
@@ -477,18 +497,87 @@ msgstr ""
477
497
  msgid "Wait and %s"
478
498
  msgstr ""
479
499
 
500
+ msgid "Whether the resolution requires reboot"
501
+ msgstr ""
502
+
503
+ msgid "category name"
504
+ msgstr ""
505
+
506
+ msgid "generic"
507
+ msgstr ""
508
+
480
509
  msgid "hosts page"
481
510
  msgstr ""
482
511
 
512
+ msgid "impact name"
513
+ msgstr ""
514
+
515
+ msgid "iop payload including resolutions, rules, hits"
516
+ msgstr ""
517
+
483
518
  msgid "items"
484
519
  msgstr ""
485
520
 
521
+ msgid "likelihood number"
522
+ msgstr ""
523
+
524
+ msgid "more info"
525
+ msgstr ""
526
+
486
527
  msgid "page"
487
528
  msgstr ""
488
529
 
489
530
  msgid "per page"
490
531
  msgstr ""
491
532
 
533
+ msgid "publish date (YYYY-MM-DD)"
534
+ msgstr ""
535
+
536
+ msgid "rating"
537
+ msgstr ""
538
+
539
+ msgid "reason"
540
+ msgstr ""
541
+
542
+ msgid "reboot required"
543
+ msgstr ""
544
+
545
+ msgid "resolution description"
546
+ msgstr ""
547
+
548
+ msgid "resolution risk"
549
+ msgstr ""
550
+
551
+ msgid "result url"
552
+ msgstr ""
553
+
554
+ msgid "rule description"
555
+ msgstr ""
556
+
557
+ msgid "rule id"
558
+ msgstr ""
559
+
560
+ msgid "rule title"
561
+ msgstr ""
562
+
563
+ msgid "solution url"
564
+ msgstr ""
565
+
566
+ msgid "summary"
567
+ msgstr ""
568
+
569
+ msgid "total risk"
570
+ msgstr ""
571
+
572
+ msgid "type"
573
+ msgstr ""
574
+
575
+ msgid "upload hits details json"
576
+ msgstr ""
577
+
578
+ msgid "upload resolutions related to the hits"
579
+ msgstr ""
580
+
492
581
  msgid "view the job in progress"
493
582
  msgstr ""
494
583