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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +61 -61
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +68 -68
- data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +9 -9
- data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +60 -60
- data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +60 -60
- data/app/services/foreman_rh_cloud/insights_api_forwarder.rb +12 -5
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/fr/foreman_rh_cloud.po +66 -65
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.po +72 -70
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.po +11 -10
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.po +64 -63
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.po +65 -64
- data/package.json +1 -1
- data/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js +3 -1
- data/webpack/ForemanInventoryUpload/ForemanInventoryHelpers.js +7 -0
- data/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +18 -3
- data/webpack/InsightsHostDetailsTab/__tests__/NewHostDetailsTab.test.js +154 -0
- metadata +4 -16
- data/locale/fr/foreman_rh_cloud.edit.po +0 -1032
- data/locale/fr/foreman_rh_cloud.po.time_stamp +0 -0
- data/locale/ja/foreman_rh_cloud.edit.po +0 -1026
- data/locale/ja/foreman_rh_cloud.po.time_stamp +0 -0
- data/locale/ka/foreman_rh_cloud.edit.po +0 -1025
- data/locale/ka/foreman_rh_cloud.po.time_stamp +0 -0
- data/locale/ko/foreman_rh_cloud.edit.po +0 -1029
- data/locale/ko/foreman_rh_cloud.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_rh_cloud.edit.po +0 -1031
- 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.
|
|
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:
|
|
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:
|
|
684
|
-
signing_key:
|
|
672
|
+
rubygems_version: 4.0.6
|
|
685
673
|
specification_version: 4
|
|
686
674
|
summary: Summary of ForemanRhCloud.
|
|
687
675
|
test_files:
|