foreman_openscap 7.0.0 → 7.1.1

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 (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +4 -4
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +8 -5
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +4 -4
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +4 -4
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +8 -5
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +8 -5
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -4
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +4 -4
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +8 -5
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +1302 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +8 -5
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +8 -5
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -5
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +4 -4
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +8 -5
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +8 -5
  18. data/app/controllers/api/v2/compliance/arf_reports_controller.rb +2 -1
  19. data/app/controllers/policies_controller.rb +10 -5
  20. data/app/controllers/tailoring_files_controller.rb +3 -0
  21. data/app/helpers/foreman_openscap_helper.rb +11 -8
  22. data/app/helpers/policies_helper.rb +2 -0
  23. data/app/models/concerns/foreman_openscap/host_extensions.rb +2 -0
  24. data/app/views/arf_reports/show.html.erb +0 -1
  25. data/app/views/arf_reports/welcome.html.erb +1 -1
  26. data/app/views/compliance_hosts/show.html.erb +1 -1
  27. data/app/views/policies/index.html.erb +1 -1
  28. data/app/views/policies/steps/_deployment_options_form.html.erb +1 -1
  29. data/app/views/policies/steps/_policy_attributes_form.html.erb +1 -1
  30. data/app/views/policies/steps/_schedule_form.html.erb +8 -4
  31. data/app/views/policy_dashboard/index.html.erb +1 -1
  32. data/app/views/scap_contents/index.html.erb +1 -1
  33. data/app/views/tailoring_files/index.html.erb +1 -1
  34. data/lib/foreman_openscap/version.rb +1 -1
  35. data/locale/Makefile +3 -3
  36. data/locale/cs_CZ/foreman_openscap.edit.po +28 -28
  37. data/locale/cs_CZ/foreman_openscap.po +1 -1
  38. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  39. data/locale/de/foreman_openscap.edit.po +295 -133
  40. data/locale/de/foreman_openscap.po +2 -2
  41. data/locale/en/foreman_openscap.edit.po +28 -28
  42. data/locale/en/foreman_openscap.po +1 -1
  43. data/locale/en_GB/foreman_openscap.edit.po +28 -28
  44. data/locale/en_GB/foreman_openscap.po +1 -1
  45. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/es/foreman_openscap.edit.po +292 -126
  47. data/locale/es/foreman_openscap.po +2 -2
  48. data/locale/foreman_openscap.pot +33 -33
  49. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  50. data/locale/fr/foreman_openscap.edit.po +376 -215
  51. data/locale/fr/foreman_openscap.po +2 -2
  52. data/locale/gl/foreman_openscap.edit.po +28 -28
  53. data/locale/gl/foreman_openscap.po +1 -1
  54. data/locale/it/foreman_openscap.edit.po +28 -28
  55. data/locale/it/foreman_openscap.po +1 -1
  56. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  57. data/locale/ja/foreman_openscap.edit.po +360 -199
  58. data/locale/ja/foreman_openscap.po +2 -2
  59. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  60. data/locale/ka/foreman_openscap.edit.po +1902 -0
  61. data/locale/ka/foreman_openscap.po +1309 -0
  62. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  63. data/locale/ko/foreman_openscap.edit.po +28 -28
  64. data/locale/ko/foreman_openscap.po +2 -2
  65. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  66. data/locale/pt_BR/foreman_openscap.edit.po +292 -132
  67. data/locale/pt_BR/foreman_openscap.po +2 -2
  68. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  69. data/locale/ru/foreman_openscap.edit.po +28 -28
  70. data/locale/ru/foreman_openscap.po +2 -2
  71. data/locale/sv_SE/foreman_openscap.edit.po +28 -28
  72. data/locale/sv_SE/foreman_openscap.po +1 -1
  73. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  74. data/locale/zh_CN/foreman_openscap.edit.po +360 -199
  75. data/locale/zh_CN/foreman_openscap.po +2 -2
  76. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  77. data/locale/zh_TW/foreman_openscap.edit.po +28 -28
  78. data/locale/zh_TW/foreman_openscap.po +2 -2
  79. data/package.json +0 -3
  80. metadata +10 -6
@@ -625,8 +625,8 @@ msgstr "没有找到合规报告。"
625
625
  msgid "No hosts selected"
626
626
  msgstr "未选择主机"
627
627
 
628
- msgid "No hosts were found."
629
- msgstr "找不到主机。"
628
+ msgid "No hosts were found with that id, name or query filter"
629
+ msgstr ""
630
630
 
631
631
  msgid "No proxy found for %{name} or %{url}"
632
632
  msgstr "找不到 %{name} 或 %{url} 的代理服务器"
@@ -6,7 +6,7 @@
6
6
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Foreman\n"
9
+ "Project-Id-Version: foreman_openscap 7.1.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
12
12
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
@@ -549,23 +549,23 @@ msgstr "Othered|O"
549
549
  msgid "Othered"
550
550
  msgstr "其它"
551
551
 
552
- #: ../app/helpers/compliance_hosts_helper.rb:24
552
+ #: ../app/helpers/compliance_hosts_helper.rb:26
553
553
  msgid "Assign Compliance Policy"
554
554
  msgstr "指定合規政策"
555
555
 
556
- #: ../app/helpers/compliance_hosts_helper.rb:25
556
+ #: ../app/helpers/compliance_hosts_helper.rb:27
557
557
  msgid "Unassign Compliance Policy"
558
558
  msgstr "取消指定合規政策"
559
559
 
560
- #: ../app/helpers/compliance_hosts_helper.rb:26
560
+ #: ../app/helpers/compliance_hosts_helper.rb:28
561
561
  msgid "Change OpenSCAP Proxy"
562
562
  msgstr ""
563
563
 
564
- #: ../app/helpers/compliance_hosts_helper.rb:35 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
564
+ #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
565
565
  msgid "Compliance"
566
566
  msgstr "合規"
567
567
 
568
- #: ../app/helpers/compliance_hosts_helper.rb:37
568
+ #: ../app/helpers/compliance_hosts_helper.rb:39
569
569
  msgid "Host compliance details"
570
570
  msgstr "主機合規的詳情"
571
571
 
@@ -573,47 +573,43 @@ msgstr "主機合規的詳情"
573
573
  msgid "Host is deleted"
574
574
  msgstr "已刪除主機"
575
575
 
576
- #: ../app/helpers/foreman_openscap_helper.rb:4
577
- msgid "documentation"
578
- msgstr ""
579
-
580
576
  #: ../app/helpers/policies_helper.rb:56
581
577
  msgid "Choose existing SCAP Content"
582
578
  msgstr "選擇現有的 SCAP 內容"
583
579
 
584
- #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
580
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
585
581
  msgid "SCAP Content"
586
582
  msgstr "SCAP 內容"
587
583
 
588
- #: ../app/helpers/policies_helper.rb:72 ../app/helpers/policies_helper.rb:79
584
+ #: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
589
585
  msgid "XCCDF Profile"
590
586
  msgstr "XCCDF 設定檔"
591
587
 
592
- #: ../app/helpers/policies_helper.rb:78
588
+ #: ../app/helpers/policies_helper.rb:80
593
589
  msgid "Default XCCDF profile"
594
590
  msgstr "預設 XCCDF 設定檔"
595
591
 
596
- #: ../app/helpers/policies_helper.rb:87
592
+ #: ../app/helpers/policies_helper.rb:89
597
593
  msgid "Choose Tailoring File"
598
594
  msgstr ""
599
595
 
600
- #: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
596
+ #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
601
597
  msgid "Tailoring File"
602
598
  msgstr ""
603
599
 
604
- #: ../app/helpers/policies_helper.rb:97
600
+ #: ../app/helpers/policies_helper.rb:99
605
601
  msgid "XCCDF Profile in Tailoring File"
606
602
  msgstr ""
607
603
 
608
- #: ../app/helpers/policies_helper.rb:98
604
+ #: ../app/helpers/policies_helper.rb:100
609
605
  msgid "This profile will be used to override the one from scap content"
610
606
  msgstr ""
611
607
 
612
- #: ../app/helpers/policies_helper.rb:109 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
608
+ #: ../app/helpers/policies_helper.rb:111 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
613
609
  msgid "Submit"
614
610
  msgstr "提交"
615
611
 
616
- #: ../app/helpers/policies_helper.rb:113 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
612
+ #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
617
613
  msgid "Cancel"
618
614
  msgstr "取消"
619
615
 
@@ -1009,23 +1005,23 @@ msgstr "刪除"
1009
1005
  msgid "these Compliance reports"
1010
1006
  msgstr ""
1011
1007
 
1012
- #: ../app/views/arf_reports/show.html.erb:15
1008
+ #: ../app/views/arf_reports/show.html.erb:14
1013
1009
  msgid "Back"
1014
1010
  msgstr "上一頁"
1015
1011
 
1016
- #: ../app/views/arf_reports/show.html.erb:17
1012
+ #: ../app/views/arf_reports/show.html.erb:16
1017
1013
  msgid "Host details"
1018
1014
  msgstr "主機詳細資訊"
1019
1015
 
1020
- #: ../app/views/arf_reports/show.html.erb:18
1016
+ #: ../app/views/arf_reports/show.html.erb:17
1021
1017
  msgid "View full report"
1022
1018
  msgstr "檢視完整報告"
1023
1019
 
1024
- #: ../app/views/arf_reports/show.html.erb:19
1020
+ #: ../app/views/arf_reports/show.html.erb:18
1025
1021
  msgid "Download XML in bzip"
1026
1022
  msgstr "下載 XML,格式為 bzip"
1027
1023
 
1028
- #: ../app/views/arf_reports/show.html.erb:20
1024
+ #: ../app/views/arf_reports/show.html.erb:19
1029
1025
  msgid "Download HTML"
1030
1026
  msgstr ""
1031
1027
 
@@ -1153,15 +1149,15 @@ msgstr "主機群組"
1153
1149
  msgid "Choose period"
1154
1150
  msgstr "選擇期間"
1155
1151
 
1156
- #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:8
1152
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1157
1153
  msgid "Choose weekday"
1158
1154
  msgstr "選擇星期幾"
1159
1155
 
1160
- #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:9
1156
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1161
1157
  msgid "Number of a day in month, note that not all months have same count of days"
1162
1158
  msgstr "月份中的日子,請注意並不是所有月份都有同樣的天數"
1163
1159
 
1164
- #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:10
1160
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1165
1161
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1166
1162
  msgstr "您可指定自訂的 cron 行,例如\"0 3 * * *\",五個數值均由空格隔開"
1167
1163
 
@@ -1225,7 +1221,11 @@ msgstr ""
1225
1221
  msgid "Please make sure you understand them by reading our"
1226
1222
  msgstr ""
1227
1223
 
1228
- #: ../app/views/policies/steps/_schedule_form.html.erb:9
1224
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1225
+ msgid "documentation"
1226
+ msgstr ""
1227
+
1228
+ #: ../app/views/policies/steps/_schedule_form.html.erb:12
1229
1229
  msgid "Choose day in month"
1230
1230
  msgstr ""
1231
1231
 
@@ -622,8 +622,8 @@ msgstr ""
622
622
  msgid "No hosts selected"
623
623
  msgstr "未選擇主機"
624
624
 
625
- msgid "No hosts were found."
626
- msgstr "找不到主機。"
625
+ msgid "No hosts were found with that id, name or query filter"
626
+ msgstr ""
627
627
 
628
628
  msgid "No proxy found for %{name} or %{url}"
629
629
  msgstr ""
data/package.json CHANGED
@@ -9,8 +9,6 @@
9
9
  "test:watch": "tfm-test --plugin --watchAll --config jest.config.js",
10
10
  "test:current": "tfm-test --plugin --watch --config jest.config.js",
11
11
  "publish-coverage": "tfm-publish-coverage",
12
- "stories": "tfm-stories --plugin",
13
- "stories:build": "tfm-build-stories --plugin",
14
12
  "create-react-component": "yo react-domain"
15
13
  },
16
14
  "repository": {
@@ -31,7 +29,6 @@
31
29
  "@theforeman/builder": ">= 10.1.0",
32
30
  "@theforeman/eslint-plugin-foreman": ">= 10.1.0",
33
31
  "@theforeman/find-foreman": ">= 10.1.0",
34
- "@theforeman/stories": ">= 10.1.0",
35
32
  "@theforeman/test": ">= 10.1.0",
36
33
  "@theforeman/vendor-dev": ">= 10.1.0",
37
34
  "babel-eslint": "^10.0.3",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_openscap
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.0
4
+ version: 7.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - slukasik@redhat.com
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-30 00:00:00.000000000 Z
11
+ date: 2024-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -44,6 +44,7 @@ files:
44
44
  - app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js
45
45
  - app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js
46
46
  - app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js
47
+ - app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js
47
48
  - app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js
48
49
  - app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js
49
50
  - app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js
@@ -372,6 +373,9 @@ files:
372
373
  - locale/ja/foreman_openscap.edit.po
373
374
  - locale/ja/foreman_openscap.po
374
375
  - locale/ja/foreman_openscap.po.time_stamp
376
+ - locale/ka/LC_MESSAGES/foreman_openscap.mo
377
+ - locale/ka/foreman_openscap.edit.po
378
+ - locale/ka/foreman_openscap.po
375
379
  - locale/ko/LC_MESSAGES/foreman_openscap.mo
376
380
  - locale/ko/foreman_openscap.edit.po
377
381
  - locale/ko/foreman_openscap.po
@@ -551,7 +555,7 @@ homepage: https://github.com/theforeman/foreman_openscap
551
555
  licenses:
552
556
  - GPL-3.0
553
557
  metadata: {}
554
- post_install_message:
558
+ post_install_message:
555
559
  rdoc_options: []
556
560
  require_paths:
557
561
  - lib
@@ -566,8 +570,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
566
570
  - !ruby/object:Gem::Version
567
571
  version: '0'
568
572
  requirements: []
569
- rubygems_version: 3.3.26
570
- signing_key:
573
+ rubygems_version: 3.1.6
574
+ signing_key:
571
575
  specification_version: 4
572
576
  summary: Foreman plug-in for displaying OpenSCAP audit reports
573
577
  test_files: