foreman_puppet 5.1.1 → 6.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_puppet/locale/ca/foreman_puppet.js +861 -0
  3. data/app/assets/javascripts/foreman_puppet/locale/cs_CZ/foreman_puppet.js +861 -0
  4. data/app/assets/javascripts/foreman_puppet/locale/de/foreman_puppet.js +861 -0
  5. data/app/assets/javascripts/foreman_puppet/locale/en/foreman_puppet.js +861 -0
  6. data/app/assets/javascripts/foreman_puppet/locale/en_GB/foreman_puppet.js +861 -0
  7. data/app/assets/javascripts/foreman_puppet/locale/es/foreman_puppet.js +861 -0
  8. data/app/assets/javascripts/foreman_puppet/locale/fr/foreman_puppet.js +863 -0
  9. data/app/assets/javascripts/foreman_puppet/locale/gl/foreman_puppet.js +861 -0
  10. data/app/assets/javascripts/foreman_puppet/locale/it/foreman_puppet.js +861 -0
  11. data/app/assets/javascripts/foreman_puppet/locale/ja/foreman_puppet.js +859 -0
  12. data/app/assets/javascripts/foreman_puppet/locale/ka/foreman_puppet.js +861 -0
  13. data/app/assets/javascripts/foreman_puppet/locale/ko/foreman_puppet.js +861 -0
  14. data/app/assets/javascripts/foreman_puppet/locale/nl_NL/foreman_puppet.js +861 -0
  15. data/app/assets/javascripts/foreman_puppet/locale/pl/foreman_puppet.js +861 -0
  16. data/app/assets/javascripts/foreman_puppet/locale/pt_BR/foreman_puppet.js +861 -0
  17. data/app/assets/javascripts/foreman_puppet/locale/ru/foreman_puppet.js +861 -0
  18. data/app/assets/javascripts/foreman_puppet/locale/sv_SE/foreman_puppet.js +861 -0
  19. data/app/assets/javascripts/foreman_puppet/locale/zh_CN/foreman_puppet.js +859 -0
  20. data/app/assets/javascripts/foreman_puppet/locale/zh_TW/foreman_puppet.js +861 -0
  21. data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
  22. data/app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb +5 -0
  23. data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
  24. data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
  25. data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
  26. data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
  27. data/app/views/smart_proxies/plugins/_puppet.html.erb +1 -2
  28. data/lib/foreman_puppet/engine.rb +0 -6
  29. data/lib/foreman_puppet/register.rb +3 -1
  30. data/lib/foreman_puppet/version.rb +1 -1
  31. data/locale/Makefile +6 -3
  32. data/locale/ca/foreman_puppet.edit.po +32 -27
  33. data/locale/ca/foreman_puppet.po +6 -0
  34. data/locale/cs_CZ/foreman_puppet.edit.po +36 -40
  35. data/locale/cs_CZ/foreman_puppet.po +6 -0
  36. data/locale/de/foreman_puppet.edit.po +36 -40
  37. data/locale/de/foreman_puppet.po +6 -0
  38. data/locale/en/foreman_puppet.edit.po +32 -24
  39. data/locale/en/foreman_puppet.po +6 -0
  40. data/locale/en_GB/foreman_puppet.edit.po +36 -37
  41. data/locale/en_GB/foreman_puppet.po +6 -0
  42. data/locale/es/foreman_puppet.edit.po +36 -40
  43. data/locale/es/foreman_puppet.po +6 -0
  44. data/locale/foreman_puppet.pot +31 -22
  45. data/locale/fr/foreman_puppet.edit.po +36 -53
  46. data/locale/fr/foreman_puppet.po +6 -0
  47. data/locale/gl/foreman_puppet.edit.po +32 -24
  48. data/locale/gl/foreman_puppet.po +6 -0
  49. data/locale/it/foreman_puppet.edit.po +36 -37
  50. data/locale/it/foreman_puppet.po +6 -0
  51. data/locale/ja/foreman_puppet.edit.po +36 -51
  52. data/locale/ja/foreman_puppet.po +6 -0
  53. data/locale/ka/foreman_puppet.edit.po +36 -53
  54. data/locale/ka/foreman_puppet.po +6 -0
  55. data/locale/ko/foreman_puppet.edit.po +36 -40
  56. data/locale/ko/foreman_puppet.po +6 -0
  57. data/locale/nl_NL/foreman_puppet.edit.po +32 -24
  58. data/locale/nl_NL/foreman_puppet.po +6 -0
  59. data/locale/pl/foreman_puppet.edit.po +32 -24
  60. data/locale/pl/foreman_puppet.po +6 -0
  61. data/locale/pt_BR/foreman_puppet.edit.po +36 -40
  62. data/locale/pt_BR/foreman_puppet.po +6 -0
  63. data/locale/ru/foreman_puppet.edit.po +36 -40
  64. data/locale/ru/foreman_puppet.po +6 -0
  65. data/locale/sv_SE/foreman_puppet.edit.po +32 -24
  66. data/locale/sv_SE/foreman_puppet.po +6 -0
  67. data/locale/zh_CN/foreman_puppet.edit.po +36 -50
  68. data/locale/zh_CN/foreman_puppet.po +6 -0
  69. data/locale/zh_TW/foreman_puppet.edit.po +36 -40
  70. data/locale/zh_TW/foreman_puppet.po +6 -0
  71. data/webpack/src/Components/Environments/Welcome.js +1 -1
  72. data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js +4 -1
  73. data/webpack/src/Extends/Host/PuppetTab/index.js +1 -0
  74. metadata +37 -17
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.1
4
+ version: 6.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-02-23 00:00:00.000000000 Z
12
+ date: 2023-06-12 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Allow assigning Puppet environments and classes to the Foreman Hosts.
15
15
  email:
@@ -21,6 +21,25 @@ files:
21
21
  - LICENSE
22
22
  - README.md
23
23
  - Rakefile
24
+ - app/assets/javascripts/foreman_puppet/locale/ca/foreman_puppet.js
25
+ - app/assets/javascripts/foreman_puppet/locale/cs_CZ/foreman_puppet.js
26
+ - app/assets/javascripts/foreman_puppet/locale/de/foreman_puppet.js
27
+ - app/assets/javascripts/foreman_puppet/locale/en/foreman_puppet.js
28
+ - app/assets/javascripts/foreman_puppet/locale/en_GB/foreman_puppet.js
29
+ - app/assets/javascripts/foreman_puppet/locale/es/foreman_puppet.js
30
+ - app/assets/javascripts/foreman_puppet/locale/fr/foreman_puppet.js
31
+ - app/assets/javascripts/foreman_puppet/locale/gl/foreman_puppet.js
32
+ - app/assets/javascripts/foreman_puppet/locale/it/foreman_puppet.js
33
+ - app/assets/javascripts/foreman_puppet/locale/ja/foreman_puppet.js
34
+ - app/assets/javascripts/foreman_puppet/locale/ka/foreman_puppet.js
35
+ - app/assets/javascripts/foreman_puppet/locale/ko/foreman_puppet.js
36
+ - app/assets/javascripts/foreman_puppet/locale/nl_NL/foreman_puppet.js
37
+ - app/assets/javascripts/foreman_puppet/locale/pl/foreman_puppet.js
38
+ - app/assets/javascripts/foreman_puppet/locale/pt_BR/foreman_puppet.js
39
+ - app/assets/javascripts/foreman_puppet/locale/ru/foreman_puppet.js
40
+ - app/assets/javascripts/foreman_puppet/locale/sv_SE/foreman_puppet.js
41
+ - app/assets/javascripts/foreman_puppet/locale/zh_CN/foreman_puppet.js
42
+ - app/assets/javascripts/foreman_puppet/locale/zh_TW/foreman_puppet.js
24
43
  - app/assets/stylesheets/foreman_puppet.scss
25
44
  - app/controllers/concerns/foreman_puppet/environments_import.rb
26
45
  - app/controllers/concerns/foreman_puppet/extensions/api_base_controller.rb
@@ -173,6 +192,7 @@ files:
173
192
  - app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb
174
193
  - app/views/hosts/foreman_puppet/_form_main_tab_fields.html.erb
175
194
  - app/views/hosts/select_multiple_environment.html.erb
195
+ - app/views/hosts/select_multiple_puppet_proxy.html.erb
176
196
  - app/views/provisioning_templates/_combination.html.erb
177
197
  - app/views/provisioning_templates/_combinations.html.erb
178
198
  - app/views/smart_proxies/plugins/_puppet.html.erb
@@ -416,44 +436,44 @@ required_rubygems_version: !ruby/object:Gem::Requirement
416
436
  - !ruby/object:Gem::Version
417
437
  version: '0'
418
438
  requirements: []
419
- rubygems_version: 3.1.6
439
+ rubygems_version: 3.3.26
420
440
  signing_key:
421
441
  specification_version: 4
422
442
  summary: Add Puppet features to Foreman
423
443
  test_files:
424
444
  - test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
445
+ - test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
425
446
  - test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb
426
447
  - test/controllers/foreman_puppet/api/v2/hostgroup_classes_controller_test.rb
427
448
  - test/controllers/foreman_puppet/api/v2/hostgroups_controller_test.rb
449
+ - test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb
428
450
  - test/controllers/foreman_puppet/api/v2/lookups_common_controller_test.rb
451
+ - test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb
429
452
  - test/controllers/foreman_puppet/api/v2/provisioning_templates_controller_test.rb
430
453
  - test/controllers/foreman_puppet/api/v2/puppetclasses_controller_test.rb
454
+ - test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb
431
455
  - test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb
432
456
  - test/controllers/foreman_puppet/api/v2/template_combinations_controller_test.rb
433
- - test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
434
- - test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb
435
- - test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb
436
- - test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb
437
457
  - test/controllers/foreman_puppet/config_groups_controller_test.rb
458
+ - test/controllers/foreman_puppet/environments_controller_test.rb
438
459
  - test/controllers/foreman_puppet/hostgroups_controller_test.rb
460
+ - test/controllers/foreman_puppet/hosts_controller_test.rb
439
461
  - test/controllers/foreman_puppet/puppet_smart_proxies_controller_test.rb
440
462
  - test/controllers/foreman_puppet/puppetclass_lookup_keys_controller_test.rb
441
463
  - test/controllers/foreman_puppet/puppetclasses_controller_test.rb
442
- - test/controllers/foreman_puppet/environments_controller_test.rb
443
- - test/controllers/foreman_puppet/hosts_controller_test.rb
444
464
  - test/controllers/provisioning_templates_controller_test.rb
445
465
  - test/factories/foreman_puppet_factories.rb
446
466
  - test/factories/host_puppet_enhancements.rb
447
467
  - test/factories/proxy_puppet_enhancements.rb
448
468
  - test/graphql/mutations/hosts/create_mutation_test.rb
469
+ - test/graphql/queries/environment_query_test.rb
449
470
  - test/graphql/queries/environments_query_test.rb
450
471
  - test/graphql/queries/host_puppet_query_test.rb
451
472
  - test/graphql/queries/hostgroup_puppet_query_test.rb
452
473
  - test/graphql/queries/location_query_test.rb
453
474
  - test/graphql/queries/organization_query_test.rb
454
- - test/graphql/queries/puppetclasses_query_test.rb
455
- - test/graphql/queries/environment_query_test.rb
456
475
  - test/graphql/queries/puppetclass_query_test.rb
476
+ - test/graphql/queries/puppetclasses_query_test.rb
457
477
  - test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb
458
478
  - test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb
459
479
  - test/helpers/foreman_puppet/puppetclasses_helper_test.rb
@@ -463,29 +483,29 @@ test_files:
463
483
  - test/integration/foreman_puppet/hostgroup_js_test.rb
464
484
  - test/integration/foreman_puppet/puppetclass_js_test.rb
465
485
  - test/integration/foreman_puppet/smartclass_parameter_js_test.rb
486
+ - test/integration_puppet_helper.rb
466
487
  - test/models/foreman_puppet/config_group_class_test.rb
467
488
  - test/models/foreman_puppet/config_group_test.rb
468
489
  - test/models/foreman_puppet/environment_test.rb
469
490
  - test/models/foreman_puppet/host_config_group_test.rb
491
+ - test/models/foreman_puppet/host_puppet_facet_test.rb
492
+ - test/models/foreman_puppet/host_test.rb
470
493
  - test/models/foreman_puppet/hostgroup_puppet_facet_test.rb
471
494
  - test/models/foreman_puppet/hostgroup_test.rb
472
495
  - test/models/foreman_puppet/lookup_value_test.rb
496
+ - test/models/foreman_puppet/provisioning_template_test.rb
473
497
  - test/models/foreman_puppet/puppetclass_lookup_key_test.rb
498
+ - test/models/foreman_puppet/puppetclass_test.rb
474
499
  - test/models/foreman_puppet/report_test.rb
475
500
  - test/models/foreman_puppet/smart_proxy_test.rb
476
501
  - test/models/foreman_puppet/user_test.rb
477
- - test/models/foreman_puppet/host_puppet_facet_test.rb
478
- - test/models/foreman_puppet/host_test.rb
479
- - test/models/foreman_puppet/provisioning_template_test.rb
480
- - test/models/foreman_puppet/puppetclass_test.rb
481
502
  - test/services/foreman_puppet/host_counter_test.rb
482
503
  - test/services/foreman_puppet/host_info_providers/config_groups_info_test.rb
483
504
  - test/services/foreman_puppet/host_info_providers/puppet_info_test.rb
484
505
  - test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
485
506
  - test/test_puppet_helper.rb
486
507
  - test/unit/foreman_puppet/access_permissions_test.rb
508
+ - test/unit/foreman_puppet/global_id_test.rb
487
509
  - test/unit/foreman_puppet/puppet_class_importer_test.rb
488
510
  - test/unit/foreman_puppet/template_rendering_test.rb
489
- - test/unit/foreman_puppet/global_id_test.rb
490
511
  - test/unit/foreman_puppet_test.rb
491
- - test/integration_puppet_helper.rb