foreman_rh_cloud 14.0.1 → 14.0.3

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 (34) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +61 -61
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +68 -68
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +9 -9
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +60 -60
  6. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +60 -60
  7. data/app/services/foreman_rh_cloud/insights_api_forwarder.rb +12 -5
  8. data/lib/foreman_rh_cloud/version.rb +1 -1
  9. data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  10. data/locale/fr/foreman_rh_cloud.po +66 -65
  11. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  12. data/locale/ja/foreman_rh_cloud.po +72 -70
  13. data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  14. data/locale/ka/foreman_rh_cloud.po +11 -10
  15. data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  16. data/locale/ko/foreman_rh_cloud.po +64 -63
  17. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  18. data/locale/zh_CN/foreman_rh_cloud.po +65 -64
  19. data/package.json +1 -1
  20. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js +3 -1
  21. data/webpack/ForemanInventoryUpload/ForemanInventoryHelpers.js +7 -0
  22. data/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +18 -3
  23. data/webpack/InsightsHostDetailsTab/__tests__/NewHostDetailsTab.test.js +154 -0
  24. metadata +4 -16
  25. data/locale/fr/foreman_rh_cloud.edit.po +0 -1032
  26. data/locale/fr/foreman_rh_cloud.po.time_stamp +0 -0
  27. data/locale/ja/foreman_rh_cloud.edit.po +0 -1026
  28. data/locale/ja/foreman_rh_cloud.po.time_stamp +0 -0
  29. data/locale/ka/foreman_rh_cloud.edit.po +0 -1025
  30. data/locale/ka/foreman_rh_cloud.po.time_stamp +0 -0
  31. data/locale/ko/foreman_rh_cloud.edit.po +0 -1029
  32. data/locale/ko/foreman_rh_cloud.po.time_stamp +0 -0
  33. data/locale/zh_CN/foreman_rh_cloud.edit.po +0 -1031
  34. data/locale/zh_CN/foreman_rh_cloud.po.time_stamp +0 -0
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_rh_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.1
4
+ version: 14.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Red Hat Cloud team
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-02-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: foreman_ansible
@@ -234,26 +233,16 @@ files:
234
233
  - locale/Makefile
235
234
  - locale/foreman_rh_cloud.pot
236
235
  - locale/fr/LC_MESSAGES/foreman_rh_cloud.mo
237
- - locale/fr/foreman_rh_cloud.edit.po
238
236
  - locale/fr/foreman_rh_cloud.po
239
- - locale/fr/foreman_rh_cloud.po.time_stamp
240
237
  - locale/gemspec.rb
241
238
  - locale/ja/LC_MESSAGES/foreman_rh_cloud.mo
242
- - locale/ja/foreman_rh_cloud.edit.po
243
239
  - locale/ja/foreman_rh_cloud.po
244
- - locale/ja/foreman_rh_cloud.po.time_stamp
245
240
  - locale/ka/LC_MESSAGES/foreman_rh_cloud.mo
246
- - locale/ka/foreman_rh_cloud.edit.po
247
241
  - locale/ka/foreman_rh_cloud.po
248
- - locale/ka/foreman_rh_cloud.po.time_stamp
249
242
  - locale/ko/LC_MESSAGES/foreman_rh_cloud.mo
250
- - locale/ko/foreman_rh_cloud.edit.po
251
243
  - locale/ko/foreman_rh_cloud.po
252
- - locale/ko/foreman_rh_cloud.po.time_stamp
253
244
  - locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo
254
- - locale/zh_CN/foreman_rh_cloud.edit.po
255
245
  - locale/zh_CN/foreman_rh_cloud.po
256
- - locale/zh_CN/foreman_rh_cloud.po.time_stamp
257
246
  - package.json
258
247
  - test/controllers/accounts_controller_test.rb
259
248
  - test/controllers/insights_cloud/api/advisor_engine_controller_test.rb
@@ -597,6 +586,7 @@ files:
597
586
  - webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
598
587
  - webpack/InsightsHostDetailsTab/__tests__/InsightsTabSelectors.test.js
599
588
  - webpack/InsightsHostDetailsTab/__tests__/InsightsTotalRiskChart.test.js
589
+ - webpack/InsightsHostDetailsTab/__tests__/NewHostDetailsTab.test.js
600
590
  - webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTab.test.js.snap
601
591
  - webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabActions.test.js.snap
602
592
  - webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
@@ -662,7 +652,6 @@ homepage: https://github.com/theforeman/foreman_rh_cloud
662
652
  licenses:
663
653
  - GPL-3.0
664
654
  metadata: {}
665
- post_install_message:
666
655
  rdoc_options: []
667
656
  require_paths:
668
657
  - lib
@@ -680,8 +669,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
680
669
  - !ruby/object:Gem::Version
681
670
  version: '0'
682
671
  requirements: []
683
- rubygems_version: 3.2.33
684
- signing_key:
672
+ rubygems_version: 4.0.6
685
673
  specification_version: 4
686
674
  summary: Summary of ForemanRhCloud.
687
675
  test_files: