foreman_rh_cloud 9.0.53 → 9.0.55

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js +499 -0
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +499 -0
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +499 -0
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +499 -0
  6. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +499 -0
  7. data/config/package-lock.json.plugin +5336 -6567
  8. data/lib/foreman_rh_cloud/engine.rb +2 -7
  9. data/lib/foreman_rh_cloud/version.rb +1 -1
  10. data/locale/Makefile +8 -5
  11. data/locale/en/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  12. data/locale/en/foreman_rh_cloud.po +476 -2
  13. data/locale/foreman_rh_cloud.pot +80 -378
  14. data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  15. data/locale/fr/foreman_rh_cloud.po +505 -0
  16. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  17. data/locale/ja/foreman_rh_cloud.po +498 -0
  18. data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  19. data/locale/ka/foreman_rh_cloud.po +497 -0
  20. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  21. data/locale/zh_CN/foreman_rh_cloud.po +503 -0
  22. data/package.json +1 -1
  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 +16 -3
  33. data/config/package-lock.json.gh_test +0 -41822
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_rh_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.53
4
+ version: 9.0.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Red Hat Cloud team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-07 00:00:00.000000000 Z
11
+ date: 2024-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: katello
@@ -118,6 +118,11 @@ files:
118
118
  - LICENSE
119
119
  - README.md
120
120
  - Rakefile
121
+ - app/assets/javascripts/foreman_rh_cloud/locale/en/foreman_rh_cloud.js
122
+ - app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js
123
+ - app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js
124
+ - app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js
125
+ - app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js
121
126
  - app/controllers/api/v2/rh_cloud/cloud_request_controller.rb
122
127
  - app/controllers/api/v2/rh_cloud/inventory_controller.rb
123
128
  - app/controllers/concerns/insights_cloud/candlepin_cache.rb
@@ -168,7 +173,6 @@ files:
168
173
  - app/views/layouts/foreman_rh_cloud/application.html.erb
169
174
  - config/Gemfile.lock.gh_test
170
175
  - config/database.yml.example
171
- - config/package-lock.json.gh_test
172
176
  - config/package-lock.json.plugin
173
177
  - config/rh_cert-api_chain.pem
174
178
  - config/routes.rb
@@ -234,9 +238,18 @@ files:
234
238
  - lib/tasks/insights.rake
235
239
  - lib/tasks/rh_cloud_inventory.rake
236
240
  - locale/Makefile
241
+ - locale/en/LC_MESSAGES/foreman_rh_cloud.mo
237
242
  - locale/en/foreman_rh_cloud.po
238
243
  - locale/foreman_rh_cloud.pot
244
+ - locale/fr/LC_MESSAGES/foreman_rh_cloud.mo
245
+ - locale/fr/foreman_rh_cloud.po
239
246
  - locale/gemspec.rb
247
+ - locale/ja/LC_MESSAGES/foreman_rh_cloud.mo
248
+ - locale/ja/foreman_rh_cloud.po
249
+ - locale/ka/LC_MESSAGES/foreman_rh_cloud.mo
250
+ - locale/ka/foreman_rh_cloud.po
251
+ - locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo
252
+ - locale/zh_CN/foreman_rh_cloud.po
240
253
  - package.json
241
254
  - test/controllers/accounts_controller_test.rb
242
255
  - test/controllers/insights_cloud/api/cloud_request_controller_test.rb