foreman_rh_cloud 13.2.5 → 14.0.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 (44) 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 +5 -12
  8. data/lib/foreman_inventory_upload/generators/fact_helpers.rb +0 -8
  9. data/lib/foreman_inventory_upload/generators/queries.rb +1 -1
  10. data/lib/foreman_inventory_upload/generators/slice.rb +1 -1
  11. data/lib/foreman_rh_cloud/version.rb +1 -1
  12. data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  13. data/locale/fr/foreman_rh_cloud.edit.po +1032 -0
  14. data/locale/fr/foreman_rh_cloud.po +65 -66
  15. data/locale/fr/foreman_rh_cloud.po.time_stamp +0 -0
  16. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  17. data/locale/ja/foreman_rh_cloud.edit.po +1026 -0
  18. data/locale/ja/foreman_rh_cloud.po +70 -72
  19. data/locale/ja/foreman_rh_cloud.po.time_stamp +0 -0
  20. data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  21. data/locale/ka/foreman_rh_cloud.edit.po +1025 -0
  22. data/locale/ka/foreman_rh_cloud.po +10 -11
  23. data/locale/ka/foreman_rh_cloud.po.time_stamp +0 -0
  24. data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  25. data/locale/ko/foreman_rh_cloud.edit.po +1029 -0
  26. data/locale/ko/foreman_rh_cloud.po +63 -64
  27. data/locale/ko/foreman_rh_cloud.po.time_stamp +0 -0
  28. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  29. data/locale/zh_CN/foreman_rh_cloud.edit.po +1031 -0
  30. data/locale/zh_CN/foreman_rh_cloud.po +64 -65
  31. data/locale/zh_CN/foreman_rh_cloud.po.time_stamp +0 -0
  32. data/package.json +1 -1
  33. data/test/controllers/insights_cloud/api/machine_telemetries_controller_test.rb +1 -1
  34. data/test/jobs/inventory_full_sync_test.rb +4 -7
  35. data/test/jobs/inventory_hosts_sync_test.rb +5 -7
  36. data/test/jobs/inventory_self_host_sync_test.rb +1 -1
  37. data/test/unit/archived_report_generator_test.rb +1 -2
  38. data/test/unit/fact_helpers_test.rb +0 -16
  39. data/test/unit/services/foreman_rh_cloud/branch_info_test.rb +1 -1
  40. data/test/unit/services/foreman_rh_cloud/cloud_request_forwarder_test.rb +1 -1
  41. data/test/unit/slice_generator_test.rb +2 -21
  42. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js +1 -3
  43. data/webpack/ForemanInventoryUpload/ForemanInventoryHelpers.js +0 -7
  44. metadata +16 -3
@@ -7,8 +7,6 @@ import { getDocsURL } from 'foremanReact/common/helpers';
7
7
  import { FormattedMessage } from 'react-intl';
8
8
  import { selectSubscriptionConnectionEnabled } from '../../../InventorySettings/InventorySettingsSelectors';
9
9
 
10
- import { getSubscriptionServiceDocsUrl } from '../../../../ForemanInventoryHelpers';
11
-
12
10
  export const PageDescription = () => {
13
11
  const subscriptionConnectionEnabled = useSelector(
14
12
  selectSubscriptionConnectionEnabled
@@ -82,7 +80,7 @@ export const PageDescription = () => {
82
80
  {__('For more information about the Subscriptions service, see:')}
83
81
   
84
82
  <a
85
- href={getSubscriptionServiceDocsUrl()}
83
+ href="https://docs.redhat.com/en/documentation/subscription_central/1-latest/html/getting_started_with_the_subscriptions_service/index"
86
84
  target="_blank"
87
85
  rel="noopener noreferrer"
88
86
  >
@@ -11,13 +11,6 @@ export const getInventoryDocsUrl = () =>
11
11
  )}`
12
12
  );
13
13
 
14
- export const getSubscriptionServiceDocsUrl = () =>
15
- foremanUrl(
16
- `/links/manual/?root_url=${URI.encode(
17
- 'https://docs.redhat.com/en/documentation/subscription_central/1-latest/html-single/getting_started_with_the_subscriptions_service/index'
18
- )}`
19
- );
20
-
21
14
  export const getActionsHistoryUrl = () =>
22
15
  foremanUrl(
23
16
  '/foreman_tasks/tasks?search=label+%3D+ForemanInventoryUpload%3A%3AAsync%3A%3AHostInventoryReportJob+or+label+%3D+ForemanInventoryUpload%3A%3AAsync%3A%3AGenerateAllReportsJob&page=1'
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_rh_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.2.5
4
+ version: 14.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Red Hat Cloud team
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-02-25 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: foreman_ansible
@@ -233,16 +234,26 @@ files:
233
234
  - locale/Makefile
234
235
  - locale/foreman_rh_cloud.pot
235
236
  - locale/fr/LC_MESSAGES/foreman_rh_cloud.mo
237
+ - locale/fr/foreman_rh_cloud.edit.po
236
238
  - locale/fr/foreman_rh_cloud.po
239
+ - locale/fr/foreman_rh_cloud.po.time_stamp
237
240
  - locale/gemspec.rb
238
241
  - locale/ja/LC_MESSAGES/foreman_rh_cloud.mo
242
+ - locale/ja/foreman_rh_cloud.edit.po
239
243
  - locale/ja/foreman_rh_cloud.po
244
+ - locale/ja/foreman_rh_cloud.po.time_stamp
240
245
  - locale/ka/LC_MESSAGES/foreman_rh_cloud.mo
246
+ - locale/ka/foreman_rh_cloud.edit.po
241
247
  - locale/ka/foreman_rh_cloud.po
248
+ - locale/ka/foreman_rh_cloud.po.time_stamp
242
249
  - locale/ko/LC_MESSAGES/foreman_rh_cloud.mo
250
+ - locale/ko/foreman_rh_cloud.edit.po
243
251
  - locale/ko/foreman_rh_cloud.po
252
+ - locale/ko/foreman_rh_cloud.po.time_stamp
244
253
  - locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo
254
+ - locale/zh_CN/foreman_rh_cloud.edit.po
245
255
  - locale/zh_CN/foreman_rh_cloud.po
256
+ - locale/zh_CN/foreman_rh_cloud.po.time_stamp
246
257
  - package.json
247
258
  - test/controllers/accounts_controller_test.rb
248
259
  - test/controllers/insights_cloud/api/advisor_engine_controller_test.rb
@@ -651,6 +662,7 @@ homepage: https://github.com/theforeman/foreman_rh_cloud
651
662
  licenses:
652
663
  - GPL-3.0
653
664
  metadata: {}
665
+ post_install_message:
654
666
  rdoc_options: []
655
667
  require_paths:
656
668
  - lib
@@ -668,7 +680,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
668
680
  - !ruby/object:Gem::Version
669
681
  version: '0'
670
682
  requirements: []
671
- rubygems_version: 4.0.3
683
+ rubygems_version: 3.2.33
684
+ signing_key:
672
685
  specification_version: 4
673
686
  summary: Summary of ForemanRhCloud.
674
687
  test_files: