foreman_rh_cloud 9.0.54 → 9.0.56

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +3 -0
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +3 -0
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +3 -0
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +3 -0
  6. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +3 -0
  7. data/app/controllers/api/v2/rh_cloud/inventory_controller.rb +2 -2
  8. data/config/package-lock.json.plugin +5336 -6567
  9. data/config/routes.rb +1 -1
  10. data/db/seeds.d/179_ui_notifications.rb +0 -1
  11. data/db/seeds.d/50_job_templates.rb +4 -4
  12. data/lib/foreman_inventory_upload/async/generate_all_reports_job.rb +2 -1
  13. data/lib/foreman_rh_cloud/version.rb +1 -1
  14. data/lib/tasks/hybrid_cloud.rake +5 -5
  15. data/lib/tasks/rh_cloud_inventory.rake +5 -5
  16. data/locale/en/foreman_rh_cloud.po +3 -0
  17. data/locale/foreman_rh_cloud.pot +6 -2
  18. data/locale/fr/foreman_rh_cloud.po +3 -0
  19. data/locale/ja/foreman_rh_cloud.po +3 -0
  20. data/locale/ka/foreman_rh_cloud.po +3 -0
  21. data/locale/zh_CN/foreman_rh_cloud.po +3 -0
  22. data/package.json +2 -2
  23. data/test/unit/tags_generator_test.rb +3 -0
  24. data/webpack/ForemanInventoryUpload/Components/PageHeader/__tests__/__snapshots__/PageTitle.test.js.snap +1 -1
  25. data/webpack/ForemanInventoryUpload/ForemanInventoryHelpers.js +1 -1
  26. data/webpack/ForemanInventoryUpload/__tests__/__snapshots__/ForemanInventoryHelpers.test.js.snap +1 -1
  27. data/webpack/InsightsCloudSync/Components/InsightsSettings/insightsSettings.scss +1 -0
  28. data/webpack/InsightsCloudSync/Components/InsightsTable/InsightsTable.js +2 -2
  29. data/webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap +5 -1
  30. data/webpack/common/Switcher/SwitcherPF4.scss +4 -0
  31. data/webpack/common/table/EmptyState.js +14 -2
  32. metadata +18 -45
  33. data/config/Gemfile.lock.gh_test +0 -879
  34. data/config/package-lock.json.gh_test +0 -41822
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 535cb134fa8bdad6e5cb91fd1d2fc72a49020e99a81667f8a26e54e9d7668b5c
4
- data.tar.gz: 979fd5b6be8e3fbeef7b2cc9553090ad82ef447b075affac32f5031854b39da0
3
+ metadata.gz: 275b6d2f844f2b835e214f1744143d10876847c0bc297e3211283ff1d389ed66
4
+ data.tar.gz: 0174eb4d94a1f0d12d464f89d75d53d4e4405c38272cb2fb7203e17c3bc16d8c
5
5
  SHA512:
6
- metadata.gz: edca0c3d6ce4440d70a683632d14851af18e37af7795c010d5a72e3b432e62c022cd374a5c8391323cfd3844c69f2a7ee7059d602a3f605c580b15b273028144
7
- data.tar.gz: 147c549e123bd73876a15b4ca1382a84cef4664bc7a9dada4c2e61a62c277b3eb77a071b759ce627bebd5b77f2dd71237df620d2dc262d0fe321bb898ca4ec84
6
+ metadata.gz: 0b0b5acb74eee23ba869cd4df107452ce4e4583598733de4e33d6c347caca74b2f3d2a2997ead9757ac4f4fce7b6a415c50e0c101afb051f9d410eacd8e9f8b7
7
+ data.tar.gz: d34010cfe78dc75157c3aae2ddc5f783dd1c62f8335ecaa57954dcad0023d98498cbcb8bf110d3d51b1c70656d5717dc45649fc0cac409750523a0696a5c808b
@@ -491,6 +491,9 @@
491
491
  "The server returned the following error: %s": [
492
492
  ""
493
493
  ],
494
+ "There are no recommendations for your hosts": [
495
+ ""
496
+ ],
494
497
  "Foreman plugin that process & upload data to Red Hat Cloud": [
495
498
  ""
496
499
  ]
@@ -491,6 +491,9 @@
491
491
  "The server returned the following error: %s": [
492
492
  "Le serveur a renvoyé l'erreur suivante : %s"
493
493
  ],
494
+ "There are no recommendations for your hosts": [
495
+ ""
496
+ ],
494
497
  "Foreman plugin that process & upload data to Red Hat Cloud": [
495
498
  "Plugin Foreman qui traite et télécharge les données vers Red Hat Cloud"
496
499
  ]
@@ -491,6 +491,9 @@
491
491
  "The server returned the following error: %s": [
492
492
  "サーバーは以下のエラーを返しました: %s"
493
493
  ],
494
+ "There are no recommendations for your hosts": [
495
+ ""
496
+ ],
494
497
  "Foreman plugin that process & upload data to Red Hat Cloud": [
495
498
  "データを処理して Red Hat Cloud にアップロードする Foreman プラグイン"
496
499
  ]
@@ -491,6 +491,9 @@
491
491
  "The server returned the following error: %s": [
492
492
  "სერვერმა შემდეგი შეცდომა დააბრუნა: %ს"
493
493
  ],
494
+ "There are no recommendations for your hosts": [
495
+ ""
496
+ ],
494
497
  "Foreman plugin that process & upload data to Red Hat Cloud": [
495
498
  "Foreman-ის დამატება, რომელიც მონაცემების დამუშავებაზე და Red Hat Cloud-ში ატვირთვაზე აგებს პასუხს"
496
499
  ]
@@ -491,6 +491,9 @@
491
491
  "The server returned the following error: %s": [
492
492
  "服务器返回以下错误:%s"
493
493
  ],
494
+ "There are no recommendations for your hosts": [
495
+ ""
496
+ ],
494
497
  "Foreman plugin that process & upload data to Red Hat Cloud": [
495
498
  "处理数据并将其上传到红帽云的 Foreman 插件"
496
499
  ]
@@ -18,10 +18,10 @@ module Api
18
18
 
19
19
  api :POST, "/organizations/:organization_id/rh_cloud/report", N_("Start report generation")
20
20
  param :organization_id, Integer, required: true, desc: N_("Set the current organization context for the request")
21
- param :disconnected, :bool, required: false, desc: N_('Generate the report, but do not upload')
21
+ param :disconnected, :bool, required: false, default: false, desc: N_('Generate the report, but do not upload')
22
22
  def generate_report
23
23
  organization_id = params[:organization_id]
24
- disconnected = params[:disconnected]
24
+ disconnected = params[:disconnected] || false
25
25
 
26
26
  start_report_generation(organization_id, disconnected)
27
27