foreman_rh_cloud 11.1.0 → 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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +248 -161
- data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +393 -306
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +393 -306
- data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +393 -306
- data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +589 -0
- data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +393 -306
- data/app/controllers/insights_cloud/api/machine_telemetries_controller.rb +9 -1
- data/app/services/foreman_rh_cloud/cloud_request_forwarder.rb +4 -2
- data/app/services/foreman_rh_cloud/hits_uploader.rb +3 -8
- data/app/services/foreman_rh_cloud/rules_ingester.rb +61 -0
- data/app/services/foreman_rh_cloud/template_renderer_helper.rb +1 -1
- data/config/routes.rb +10 -4
- data/db/seeds.d/189_add_host_inventory_param.rb +7 -0
- data/lib/foreman_inventory_upload/async/upload_report_job.rb +1 -1
- data/lib/foreman_inventory_upload/generators/queries.rb +1 -1
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/lib/insights_cloud.rb +4 -0
- data/lib/tasks/insights.rake +10 -7
- data/lib/tasks/rh_cloud_inventory.rake +8 -3
- data/locale/Makefile +12 -2
- data/locale/en/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/en/foreman_rh_cloud.po +111 -22
- data/locale/foreman_rh_cloud.pot +217 -96
- data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/fr/foreman_rh_cloud.po +106 -19
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.po +106 -19
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.po +106 -19
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.po +591 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.po +106 -19
- data/package.json +1 -1
- data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +24 -0
- data/test/unit/services/foreman_rh_cloud/hits_uploader_test.rb +13 -2
- data/test/unit/services/foreman_rh_cloud/rules_ingester_test.rb +60 -0
- data/test/unit/slice_generator_test.rb +24 -2
- data/webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.js +5 -1
- metadata +10 -3
@@ -12,7 +12,7 @@
|
|
12
12
|
#
|
13
13
|
msgid ""
|
14
14
|
msgstr ""
|
15
|
-
"Project-Id-Version: foreman_rh_cloud 1.0
|
15
|
+
"Project-Id-Version: foreman_rh_cloud 11.1.0\n"
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
17
17
|
"PO-Revision-Date: 2023-01-20 13:26+0000\n"
|
18
18
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
@@ -25,8 +25,8 @@ msgstr ""
|
|
25
25
|
"Language: zh_CN\n"
|
26
26
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
27
27
|
|
28
|
-
msgid " Sync inventory status"
|
29
|
-
msgstr "
|
28
|
+
msgid " Sync all inventory status"
|
29
|
+
msgstr ""
|
30
30
|
|
31
31
|
msgid "%s organizations"
|
32
32
|
msgstr "%s 机构"
|
@@ -91,12 +91,12 @@ msgstr "完成"
|
|
91
91
|
msgid "Configure"
|
92
92
|
msgstr "配置"
|
93
93
|
|
94
|
-
msgid "Configure Cloud Connector"
|
95
|
-
msgstr "配置云连接器"
|
96
|
-
|
97
94
|
msgid "Configure Cloud Connector on given hosts"
|
98
95
|
msgstr "在给定主机上配置 Cloud Connector"
|
99
96
|
|
97
|
+
msgid "Configure cloud connector"
|
98
|
+
msgstr ""
|
99
|
+
|
100
100
|
msgid "Connectivity test"
|
101
101
|
msgstr "连接测试"
|
102
102
|
|
@@ -157,6 +157,9 @@ msgstr "排除软件包上传到红帽云"
|
|
157
157
|
msgid "Exit Code: %s"
|
158
158
|
msgstr "退出代码:%s"
|
159
159
|
|
160
|
+
msgid "Fetch Insights-related host details"
|
161
|
+
msgstr ""
|
162
|
+
|
160
163
|
msgid "Fetching data about your accounts"
|
161
164
|
msgstr "获取有关您的帐户的数据"
|
162
165
|
|
@@ -181,14 +184,17 @@ msgstr "处理数据并将其上传到红帽云的 Foreman 插件"
|
|
181
184
|
msgid "Full Screen"
|
182
185
|
msgstr "全屏"
|
183
186
|
|
187
|
+
msgid "Generate and upload report"
|
188
|
+
msgstr ""
|
189
|
+
|
184
190
|
msgid "Generate the report, but do not upload"
|
185
191
|
msgstr ""
|
186
192
|
|
187
193
|
msgid "Generating"
|
188
194
|
msgstr "生成中"
|
189
195
|
|
190
|
-
msgid "Go to
|
191
|
-
msgstr "
|
196
|
+
msgid "Go to Foreman Insights page"
|
197
|
+
msgstr ""
|
192
198
|
|
193
199
|
msgid "Go to first page"
|
194
200
|
msgstr "前往第一页"
|
@@ -229,9 +235,6 @@ msgstr "在 insights-client 报告中包含参数"
|
|
229
235
|
msgid "Insights"
|
230
236
|
msgstr "Insights"
|
231
237
|
|
232
|
-
msgid "Insights synchronization process is used to provide Insights recommendations output for hosts managed here."
|
233
|
-
msgstr "Insights 同步过程用于为此处管理的主机提供 Insights 建议输出。"
|
234
|
-
|
235
238
|
msgid "Inventory"
|
236
239
|
msgstr "清单"
|
237
240
|
|
@@ -253,6 +256,9 @@ msgstr "每页的项"
|
|
253
256
|
msgid "Knowledgebase article"
|
254
257
|
msgstr "知识库文章"
|
255
258
|
|
259
|
+
msgid "List of host UUIDs"
|
260
|
+
msgstr ""
|
261
|
+
|
256
262
|
msgid "Loading"
|
257
263
|
msgstr "加载"
|
258
264
|
|
@@ -355,8 +361,8 @@ msgstr "选择的建议:%s。"
|
|
355
361
|
msgid "Recommendations synced successfully"
|
356
362
|
msgstr "成功同步建议"
|
357
363
|
|
358
|
-
msgid "Reconfigure
|
359
|
-
msgstr "
|
364
|
+
msgid "Reconfigure cloud connector"
|
365
|
+
msgstr ""
|
360
366
|
|
361
367
|
msgid "Red Hat Cloud Inventory"
|
362
368
|
msgstr "红帽云清单"
|
@@ -385,9 +391,6 @@ msgstr "报告"
|
|
385
391
|
msgid "Resolution"
|
386
392
|
msgstr "解决方案"
|
387
393
|
|
388
|
-
msgid "Restart"
|
389
|
-
msgstr "重新开始"
|
390
|
-
|
391
394
|
msgid "Run RH Cloud playbook"
|
392
395
|
msgstr "运行 RH Cloud playbook"
|
393
396
|
|
@@ -418,6 +421,9 @@ msgstr "应从 Foreman 导入包含参数标签?"
|
|
418
421
|
msgid "Show Advanced Settings"
|
419
422
|
msgstr "显示高级设置"
|
420
423
|
|
424
|
+
msgid "Show if system is configured to use local iop-advisor-engine."
|
425
|
+
msgstr ""
|
426
|
+
|
421
427
|
msgid "Start inventory synchronization"
|
422
428
|
msgstr "启动清单同步"
|
423
429
|
|
@@ -439,15 +445,18 @@ msgstr "同步建议"
|
|
439
445
|
msgid "Synchronize recommendations Automatically"
|
440
446
|
msgstr "自动同步建议"
|
441
447
|
|
442
|
-
msgid "The
|
448
|
+
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."
|
443
449
|
msgstr ""
|
444
450
|
|
445
|
-
msgid "The
|
451
|
+
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."
|
446
452
|
msgstr ""
|
447
453
|
|
448
454
|
msgid "The report file %{filename} doesn't exist"
|
449
455
|
msgstr "报告文件 %{filename} 不存在"
|
450
456
|
|
457
|
+
msgid "The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option."
|
458
|
+
msgstr ""
|
459
|
+
|
451
460
|
msgid "The server returned the following error: %s"
|
452
461
|
msgstr "服务器返回以下错误:%s"
|
453
462
|
|
@@ -460,7 +469,7 @@ msgstr ""
|
|
460
469
|
msgid "This action will also enable automatic reports upload"
|
461
470
|
msgstr "此操作还会启用自动报告上传"
|
462
471
|
|
463
|
-
msgid "To enable this reporting for all
|
472
|
+
msgid "To enable this reporting for all Foreman organizations, set {uploadButtonName} to on. The data will be reported automatically once per day."
|
464
473
|
msgstr ""
|
465
474
|
|
466
475
|
msgid "To manually upload the data for a specific organization, select an organization and click {restartButtonName}."
|
@@ -472,6 +481,15 @@ msgstr "总风险"
|
|
472
481
|
msgid "Total risks"
|
473
482
|
msgstr "总风险"
|
474
483
|
|
484
|
+
msgid "Upload hits from iop-advisor-engine"
|
485
|
+
msgstr ""
|
486
|
+
|
487
|
+
msgid "Upload hits information"
|
488
|
+
msgstr ""
|
489
|
+
|
490
|
+
msgid "Upload rules related to the hits"
|
491
|
+
msgstr ""
|
492
|
+
|
475
493
|
msgid "Uploading"
|
476
494
|
msgstr "上载中"
|
477
495
|
|
@@ -487,18 +505,87 @@ msgstr "禁用 Red Hat Insights"
|
|
487
505
|
msgid "Wait and %s"
|
488
506
|
msgstr "等待和 %s"
|
489
507
|
|
508
|
+
msgid "Whether the resolution requires reboot"
|
509
|
+
msgstr ""
|
510
|
+
|
511
|
+
msgid "category name"
|
512
|
+
msgstr ""
|
513
|
+
|
514
|
+
msgid "generic"
|
515
|
+
msgstr ""
|
516
|
+
|
490
517
|
msgid "hosts page"
|
491
518
|
msgstr "主机页"
|
492
519
|
|
520
|
+
msgid "impact name"
|
521
|
+
msgstr ""
|
522
|
+
|
523
|
+
msgid "iop payload including resolutions, rules, hits"
|
524
|
+
msgstr ""
|
525
|
+
|
493
526
|
msgid "items"
|
494
527
|
msgstr "项"
|
495
528
|
|
529
|
+
msgid "likelihood number"
|
530
|
+
msgstr ""
|
531
|
+
|
532
|
+
msgid "more info"
|
533
|
+
msgstr ""
|
534
|
+
|
496
535
|
msgid "page"
|
497
536
|
msgstr "page"
|
498
537
|
|
499
538
|
msgid "per page"
|
500
539
|
msgstr "每页"
|
501
540
|
|
541
|
+
msgid "publish date (YYYY-MM-DD)"
|
542
|
+
msgstr ""
|
543
|
+
|
544
|
+
msgid "rating"
|
545
|
+
msgstr ""
|
546
|
+
|
547
|
+
msgid "reason"
|
548
|
+
msgstr ""
|
549
|
+
|
550
|
+
msgid "reboot required"
|
551
|
+
msgstr ""
|
552
|
+
|
553
|
+
msgid "resolution description"
|
554
|
+
msgstr ""
|
555
|
+
|
556
|
+
msgid "resolution risk"
|
557
|
+
msgstr ""
|
558
|
+
|
559
|
+
msgid "result url"
|
560
|
+
msgstr ""
|
561
|
+
|
562
|
+
msgid "rule description"
|
563
|
+
msgstr ""
|
564
|
+
|
565
|
+
msgid "rule id"
|
566
|
+
msgstr ""
|
567
|
+
|
568
|
+
msgid "rule title"
|
569
|
+
msgstr ""
|
570
|
+
|
571
|
+
msgid "solution url"
|
572
|
+
msgstr ""
|
573
|
+
|
574
|
+
msgid "summary"
|
575
|
+
msgstr ""
|
576
|
+
|
577
|
+
msgid "total risk"
|
578
|
+
msgstr ""
|
579
|
+
|
580
|
+
msgid "type"
|
581
|
+
msgstr ""
|
582
|
+
|
583
|
+
msgid "upload hits details json"
|
584
|
+
msgstr ""
|
585
|
+
|
586
|
+
msgid "upload resolutions related to the hits"
|
587
|
+
msgstr ""
|
588
|
+
|
502
589
|
msgid "view the job in progress"
|
503
590
|
msgstr "查看正在进行中的任务"
|
504
591
|
|
data/package.json
CHANGED
@@ -112,6 +112,30 @@ class CloudRequestForwarderTest < ActiveSupport::TestCase
|
|
112
112
|
assert_equal params.merge(:branch_id => 74), @forwarder.prepare_forward_params(req, 74)
|
113
113
|
end
|
114
114
|
|
115
|
+
test 'should NOT add branch id into forwarded params for compliance urls' do
|
116
|
+
user_agent = { :foo => :bar }
|
117
|
+
params = { :page => 5, :per_page => 42 }
|
118
|
+
|
119
|
+
uris = [
|
120
|
+
"/redhat_access/r/insights/platform/compliance/v2/systems/MyUUID/policies",
|
121
|
+
"/redhat_access/r/insights/platform/compliance/v2/policies/MyUUID",
|
122
|
+
"/redhat_access/r/insights/platform/compliance/v2/systems/MyUUID",
|
123
|
+
"/redhat_access/r/insights/platform/compliance/v2/policies",
|
124
|
+
"/redhat_access/r/insights/platform/compliance/v2/",
|
125
|
+
]
|
126
|
+
uris.each do |uri|
|
127
|
+
req = ActionDispatch::Request.new(
|
128
|
+
'REQUEST_URI' => uri,
|
129
|
+
'REQUEST_METHOD' => 'GET',
|
130
|
+
'HTTP_USER_AGENT' => user_agent,
|
131
|
+
'rack.input' => ::Puma::NullIO.new,
|
132
|
+
'action_dispatch.request.query_parameters' => params
|
133
|
+
)
|
134
|
+
req.stubs(:path).returns(uri)
|
135
|
+
refute @forwarder.prepare_forward_params(req, 74).key?(:branch_id), "Branch id should not be added for #{uri}"
|
136
|
+
end
|
137
|
+
end
|
138
|
+
|
115
139
|
test 'should reuse BranchInfo identifiers for user_agent' do
|
116
140
|
user_agent = { :foo => :bar }
|
117
141
|
params = { :page => 5, :per_page => 42 }
|
@@ -72,8 +72,11 @@ class HitsUploaderTest < ActiveSupport::TestCase
|
|
72
72
|
setup do
|
73
73
|
@host = FactoryBot.create(:host)
|
74
74
|
@uuid = SecureRandom.uuid
|
75
|
-
|
76
|
-
|
75
|
+
rules_resolutions = [PAYLOAD[:rules], PAYLOAD[:resolutions]]
|
76
|
+
ForemanRhCloud::RulesIngester.any_instance.
|
77
|
+
expects(:fetch_rules_and_resolutions).returns(rules_resolutions)
|
78
|
+
@uploader = ForemanRhCloud::HitsUploader.new(host: @host, payload: PAYLOAD, uuid: @uuid)
|
79
|
+
@uploader.upload!
|
77
80
|
@host.reload
|
78
81
|
end
|
79
82
|
|
@@ -86,6 +89,14 @@ class HitsUploaderTest < ActiveSupport::TestCase
|
|
86
89
|
assert_includes @host.insights_facet.hits.pluck(:rule_id), "R124"
|
87
90
|
end
|
88
91
|
|
92
|
+
test 'assert reupload does not trigger rules download' do
|
93
|
+
# rules must already be in the database so dont retrigger
|
94
|
+
# rules download.
|
95
|
+
ForemanRhCloud::RulesIngester.any_instance.
|
96
|
+
expects(:ingest_rules_and_resolutions!).never
|
97
|
+
@uploader.upload!
|
98
|
+
end
|
99
|
+
|
89
100
|
test "resolutions" do
|
90
101
|
assert_equal 2, InsightsResolution.where(rule_id: ["R123", "R124"]).count
|
91
102
|
end
|
@@ -0,0 +1,60 @@
|
|
1
|
+
require 'test_plugin_helper'
|
2
|
+
|
3
|
+
class RulesIngesterTest < ActiveSupport::TestCase
|
4
|
+
PAYLOAD = {
|
5
|
+
non_active: {
|
6
|
+
rule_id: "non_active",
|
7
|
+
active: false,
|
8
|
+
},
|
9
|
+
no_playbooks: {
|
10
|
+
rule_id: "no_playbooks",
|
11
|
+
active: true,
|
12
|
+
playbooks: {},
|
13
|
+
},
|
14
|
+
R123: {
|
15
|
+
active: true,
|
16
|
+
rule_id: "R123",
|
17
|
+
description: "R123 failed.",
|
18
|
+
category: "Stability",
|
19
|
+
reboot_required: false,
|
20
|
+
impact_name: "R123 Failure",
|
21
|
+
rec_impact: 1,
|
22
|
+
rec_likelihood: 1,
|
23
|
+
playbooks: {
|
24
|
+
resolution1: {
|
25
|
+
name: "Update package to 100.9 or above",
|
26
|
+
reboot_required: false,
|
27
|
+
},
|
28
|
+
resolution2: {
|
29
|
+
name: "Update other package to 101.9 or above",
|
30
|
+
reboot_required: true,
|
31
|
+
text: "- name: Update package-102",
|
32
|
+
},
|
33
|
+
},
|
34
|
+
},
|
35
|
+
}.freeze
|
36
|
+
|
37
|
+
setup do
|
38
|
+
ForemanRhCloud::RulesIngester.any_instance.expects(:fetch_rules_data).returns(PAYLOAD)
|
39
|
+
ForemanRhCloud::RulesIngester.new.ingest_rules_and_resolutions!
|
40
|
+
end
|
41
|
+
|
42
|
+
test 'non active are ignored' do
|
43
|
+
refute InsightsRule.where(rule_id: "non_active").exists?
|
44
|
+
end
|
45
|
+
|
46
|
+
test 'non playbooks are ignored' do
|
47
|
+
refute InsightsRule.where(rule_id: "no_playbooks").exists?
|
48
|
+
end
|
49
|
+
|
50
|
+
test 'R123 exists' do
|
51
|
+
rule = InsightsRule.find_by(rule_id: "R123")
|
52
|
+
refute_nil rule
|
53
|
+
assert_equal "R123 Failure", rule.impact_name
|
54
|
+
end
|
55
|
+
|
56
|
+
test 'Resolutions exists' do
|
57
|
+
assert_equal 2, InsightsResolution.where(rule_id: "R123").count
|
58
|
+
assert InsightsResolution.where(rule_id: "R123", resolution_type: "resolution1").exists?
|
59
|
+
end
|
60
|
+
end
|
@@ -453,9 +453,9 @@ class SliceGeneratorTest < ActiveSupport::TestCase
|
|
453
453
|
assert_equal 1, generator.hosts_count
|
454
454
|
end
|
455
455
|
|
456
|
-
test 'excludes hosts with
|
456
|
+
test 'excludes hosts with host_registration_insights_inventory set to false' do
|
457
457
|
@host.host_parameters << HostParameter.create(
|
458
|
-
name: '
|
458
|
+
name: 'host_registration_insights_inventory',
|
459
459
|
value: "false",
|
460
460
|
parameter_type: 'boolean'
|
461
461
|
)
|
@@ -465,6 +465,28 @@ class SliceGeneratorTest < ActiveSupport::TestCase
|
|
465
465
|
assert_equal 0, count
|
466
466
|
end
|
467
467
|
|
468
|
+
test 'includes hosts with host_registration_insights set to true' do
|
469
|
+
@host.host_parameters.build(
|
470
|
+
name: 'host_registration_insights_inventory',
|
471
|
+
value: 'true',
|
472
|
+
parameter_type: 'boolean'
|
473
|
+
)
|
474
|
+
@host.save!
|
475
|
+
|
476
|
+
batch = Host.where(id: @host.id).in_batches.first
|
477
|
+
generator = create_generator(batch)
|
478
|
+
|
479
|
+
actual = JSON.parse(generator.render.join("\n"))
|
480
|
+
|
481
|
+
assert_equal '00000000-0000-0000-0000-000000000000', actual['report_slice_id']
|
482
|
+
assert_not_nil actual_host = actual['hosts'].first
|
483
|
+
assert_equal @host.fqdn, actual_host['fqdn']
|
484
|
+
|
485
|
+
param = @host.host_parameters.first
|
486
|
+
assert_equal 'host_registration_insights_inventory', param.name
|
487
|
+
assert_equal true, param.value
|
488
|
+
end
|
489
|
+
|
468
490
|
test 'shows system_memory_bytes in bytes' do
|
469
491
|
FactoryBot.create(:fact_value, fact_name: fact_names['memory::memtotal'], value: '1', host: @host)
|
470
492
|
|
@@ -74,7 +74,11 @@ const RemediationModal = ({
|
|
74
74
|
<TableHeader />
|
75
75
|
<TableBody />
|
76
76
|
</Table>
|
77
|
-
<TableEmptyState
|
77
|
+
<TableEmptyState
|
78
|
+
status={status}
|
79
|
+
error={error}
|
80
|
+
rowsLength={rows.length}
|
81
|
+
/>
|
78
82
|
</Modal>
|
79
83
|
</React.Fragment>
|
80
84
|
);
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_rh_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.
|
4
|
+
version: 11.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Foreman Red Hat Cloud team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: foreman_ansible
|
@@ -94,6 +94,7 @@ files:
|
|
94
94
|
- app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js
|
95
95
|
- app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js
|
96
96
|
- app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js
|
97
|
+
- app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js
|
97
98
|
- app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js
|
98
99
|
- app/controllers/api/v2/advisor_engine/advisor_engine_controller.rb
|
99
100
|
- app/controllers/api/v2/rh_cloud/advisor_engine_config_controller.rb
|
@@ -139,6 +140,7 @@ files:
|
|
139
140
|
- app/services/foreman_rh_cloud/hits_uploader.rb
|
140
141
|
- app/services/foreman_rh_cloud/insights_status_cleaner.rb
|
141
142
|
- app/services/foreman_rh_cloud/remediations_retriever.rb
|
143
|
+
- app/services/foreman_rh_cloud/rules_ingester.rb
|
142
144
|
- app/services/foreman_rh_cloud/template_renderer_helper.rb
|
143
145
|
- app/services/foreman_rh_cloud/url_remediations_retriever.rb
|
144
146
|
- app/views/api/v2/advisor_engine/host_details.json.rabl
|
@@ -171,6 +173,7 @@ files:
|
|
171
173
|
- db/migrate/20241217190624_add_unique_index_to_rule_id_and_host_id_in_insights_hits.rb
|
172
174
|
- db/migrate/20241220184900_change_sync_insights_recommendations_to_true.rb
|
173
175
|
- db/seeds.d/179_ui_notifications.rb
|
176
|
+
- db/seeds.d/189_add_host_inventory_param.rb
|
174
177
|
- db/seeds.d/50_job_templates.rb
|
175
178
|
- lib/foreman_inventory_upload.rb
|
176
179
|
- lib/foreman_inventory_upload/async/async_helpers.rb
|
@@ -227,6 +230,8 @@ files:
|
|
227
230
|
- locale/ja/foreman_rh_cloud.po
|
228
231
|
- locale/ka/LC_MESSAGES/foreman_rh_cloud.mo
|
229
232
|
- locale/ka/foreman_rh_cloud.po
|
233
|
+
- locale/ko/LC_MESSAGES/foreman_rh_cloud.mo
|
234
|
+
- locale/ko/foreman_rh_cloud.po
|
230
235
|
- locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo
|
231
236
|
- locale/zh_CN/foreman_rh_cloud.po
|
232
237
|
- package.json
|
@@ -271,6 +276,7 @@ files:
|
|
271
276
|
- test/unit/services/foreman_rh_cloud/hit_remediations_retriever_test.rb
|
272
277
|
- test/unit/services/foreman_rh_cloud/hits_uploader_test.rb
|
273
278
|
- test/unit/services/foreman_rh_cloud/insights_status_cleaner_test.rb
|
279
|
+
- test/unit/services/foreman_rh_cloud/rules_ingester_test.rb
|
274
280
|
- test/unit/services/foreman_rh_cloud/template_renderer_helper_test.rb
|
275
281
|
- test/unit/services/foreman_rh_cloud/url_remediations_retriever_test.rb
|
276
282
|
- test/unit/shell_process_job_test.rb
|
@@ -664,7 +670,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
664
670
|
- !ruby/object:Gem::Version
|
665
671
|
version: '0'
|
666
672
|
requirements: []
|
667
|
-
rubygems_version: 3.
|
673
|
+
rubygems_version: 3.2.33
|
668
674
|
signing_key:
|
669
675
|
specification_version: 4
|
670
676
|
summary: Summary of ForemanRhCloud.
|
@@ -710,6 +716,7 @@ test_files:
|
|
710
716
|
- test/unit/services/foreman_rh_cloud/hit_remediations_retriever_test.rb
|
711
717
|
- test/unit/services/foreman_rh_cloud/hits_uploader_test.rb
|
712
718
|
- test/unit/services/foreman_rh_cloud/insights_status_cleaner_test.rb
|
719
|
+
- test/unit/services/foreman_rh_cloud/rules_ingester_test.rb
|
713
720
|
- test/unit/services/foreman_rh_cloud/template_renderer_helper_test.rb
|
714
721
|
- test/unit/services/foreman_rh_cloud/url_remediations_retriever_test.rb
|
715
722
|
- test/unit/shell_process_job_test.rb
|