foreman_puppet 5.1.1 → 5.1.2

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 (37) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
  3. data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
  4. data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
  5. data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
  6. data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
  7. data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +31 -0
  8. data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +90 -0
  9. data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +336 -0
  10. data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +32 -0
  11. data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +175 -0
  12. data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +37 -0
  13. data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +85 -0
  14. data/lib/foreman_puppet/version.rb +1 -1
  15. data/locale/ca/foreman_puppet.edit.po +243 -167
  16. data/locale/cs_CZ/foreman_puppet.edit.po +224 -175
  17. data/locale/de/foreman_puppet.edit.po +339 -220
  18. data/locale/en/foreman_puppet.edit.po +89 -229
  19. data/locale/en_GB/foreman_puppet.edit.po +210 -166
  20. data/locale/es/foreman_puppet.edit.po +333 -223
  21. data/locale/fr/foreman_puppet.edit.po +339 -236
  22. data/locale/gl/foreman_puppet.edit.po +216 -155
  23. data/locale/it/foreman_puppet.edit.po +262 -185
  24. data/locale/ja/foreman_puppet.edit.po +247 -201
  25. data/locale/ko/foreman_puppet.edit.po +213 -171
  26. data/locale/messages.mo +0 -0
  27. data/locale/nl_NL/foreman_puppet.edit.po +249 -168
  28. data/locale/pl/foreman_puppet.edit.po +267 -175
  29. data/locale/pt_BR/foreman_puppet.edit.po +345 -227
  30. data/locale/ru/foreman_puppet.edit.po +268 -191
  31. data/locale/sv_SE/foreman_puppet.edit.po +215 -156
  32. data/locale/zh_CN/foreman_puppet.edit.po +237 -202
  33. data/locale/zh_TW/foreman_puppet.edit.po +213 -173
  34. data/webpack/src/Components/Environments/Welcome.js +1 -1
  35. metadata +69 -61
  36. data/locale/ka/foreman_puppet.edit.po +0 -1177
  37. /data/locale/{ka/foreman_puppet.po.time_stamp → en/foreman_puppet.pox} +0 -0
@@ -37,7 +37,7 @@ export const WelcomeEnv = ({ canCreate }) => {
37
37
  <EmptyState
38
38
  icon="th"
39
39
  iconType="fa"
40
- header={__('Environments')}
40
+ header={__(' Puppet Environments')}
41
41
  description={description}
42
42
  documentation={{ url: getManualURL('4.2.1Environments') }}
43
43
  action={action}
metadata CHANGED
@@ -1,15 +1,15 @@
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: 5.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr
8
8
  - Shira Maximov
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-02-23 00:00:00.000000000 Z
12
+ date: 2023-05-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Allow assigning Puppet environments and classes to the Foreman Hosts.
15
15
  email:
@@ -173,8 +173,16 @@ files:
173
173
  - app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb
174
174
  - app/views/hosts/foreman_puppet/_form_main_tab_fields.html.erb
175
175
  - app/views/hosts/select_multiple_environment.html.erb
176
+ - app/views/hosts/select_multiple_puppet_proxy.html.erb
176
177
  - app/views/provisioning_templates/_combination.html.erb
177
178
  - app/views/provisioning_templates/_combinations.html.erb
179
+ - app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb
180
+ - app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb
181
+ - app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb
182
+ - app/views/provisioning_templates/temp/snippet/_or_al_client.erb
183
+ - app/views/provisioning_templates/temp/snippet/_or_deb_client.erb
184
+ - app/views/provisioning_templates/temp/snippet/_or_ol_client.erb
185
+ - app/views/provisioning_templates/temp/snippet/_or_sles_client.erb
178
186
  - app/views/smart_proxies/plugins/_puppet.html.erb
179
187
  - config/api_routes.rb
180
188
  - config/initializers/api_reroute.rb
@@ -233,6 +241,7 @@ files:
233
241
  - locale/en/foreman_puppet.edit.po
234
242
  - locale/en/foreman_puppet.po
235
243
  - locale/en/foreman_puppet.po.time_stamp
244
+ - locale/en/foreman_puppet.pox
236
245
  - locale/en_GB/LC_MESSAGES/foreman_puppet.mo
237
246
  - locale/en_GB/foreman_puppet.edit.po
238
247
  - locale/en_GB/foreman_puppet.po
@@ -260,13 +269,12 @@ files:
260
269
  - locale/ja/foreman_puppet.po
261
270
  - locale/ja/foreman_puppet.po.time_stamp
262
271
  - locale/ka/LC_MESSAGES/foreman_puppet.mo
263
- - locale/ka/foreman_puppet.edit.po
264
272
  - locale/ka/foreman_puppet.po
265
- - locale/ka/foreman_puppet.po.time_stamp
266
273
  - locale/ko/LC_MESSAGES/foreman_puppet.mo
267
274
  - locale/ko/foreman_puppet.edit.po
268
275
  - locale/ko/foreman_puppet.po
269
276
  - locale/ko/foreman_puppet.po.time_stamp
277
+ - locale/messages.mo
270
278
  - locale/nl_NL/LC_MESSAGES/foreman_puppet.mo
271
279
  - locale/nl_NL/foreman_puppet.edit.po
272
280
  - locale/nl_NL/foreman_puppet.po
@@ -401,7 +409,7 @@ homepage: https://github.com/theforeman/foreman_puppet
401
409
  licenses:
402
410
  - GPL-3.0
403
411
  metadata: {}
404
- post_install_message:
412
+ post_install_message:
405
413
  rdoc_options: []
406
414
  require_paths:
407
415
  - lib
@@ -416,76 +424,76 @@ required_rubygems_version: !ruby/object:Gem::Requirement
416
424
  - !ruby/object:Gem::Version
417
425
  version: '0'
418
426
  requirements: []
419
- rubygems_version: 3.1.6
420
- signing_key:
427
+ rubygems_version: 3.1.2
428
+ signing_key:
421
429
  specification_version: 4
422
430
  summary: Add Puppet features to Foreman
423
431
  test_files:
424
- - test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
425
- - test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb
426
- - test/controllers/foreman_puppet/api/v2/hostgroup_classes_controller_test.rb
427
- - test/controllers/foreman_puppet/api/v2/hostgroups_controller_test.rb
428
- - test/controllers/foreman_puppet/api/v2/lookups_common_controller_test.rb
429
- - test/controllers/foreman_puppet/api/v2/provisioning_templates_controller_test.rb
430
- - test/controllers/foreman_puppet/api/v2/puppetclasses_controller_test.rb
431
- - test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb
432
- - 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
- - test/controllers/foreman_puppet/config_groups_controller_test.rb
438
- - test/controllers/foreman_puppet/hostgroups_controller_test.rb
439
- - test/controllers/foreman_puppet/puppet_smart_proxies_controller_test.rb
440
- - test/controllers/foreman_puppet/puppetclass_lookup_keys_controller_test.rb
441
- - 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
- - test/controllers/provisioning_templates_controller_test.rb
445
- - test/factories/foreman_puppet_factories.rb
446
- - test/factories/host_puppet_enhancements.rb
447
- - test/factories/proxy_puppet_enhancements.rb
448
- - test/graphql/mutations/hosts/create_mutation_test.rb
449
- - test/graphql/queries/environments_query_test.rb
450
- - test/graphql/queries/host_puppet_query_test.rb
451
- - test/graphql/queries/hostgroup_puppet_query_test.rb
452
- - test/graphql/queries/location_query_test.rb
453
- - test/graphql/queries/organization_query_test.rb
454
- - test/graphql/queries/puppetclasses_query_test.rb
455
- - test/graphql/queries/environment_query_test.rb
456
- - test/graphql/queries/puppetclass_query_test.rb
457
- - test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb
432
+ - test/unit/foreman_puppet_test.rb
433
+ - test/unit/foreman_puppet/global_id_test.rb
434
+ - test/unit/foreman_puppet/puppet_class_importer_test.rb
435
+ - test/unit/foreman_puppet/template_rendering_test.rb
436
+ - test/unit/foreman_puppet/access_permissions_test.rb
458
437
  - test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb
438
+ - test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb
459
439
  - test/helpers/foreman_puppet/puppetclasses_helper_test.rb
460
440
  - test/integration/foreman_puppet/dashboard_js_test.rb
461
- - test/integration/foreman_puppet/environment_js_test.rb
462
441
  - test/integration/foreman_puppet/host_js_test.rb
463
442
  - test/integration/foreman_puppet/hostgroup_js_test.rb
464
- - test/integration/foreman_puppet/puppetclass_js_test.rb
465
443
  - test/integration/foreman_puppet/smartclass_parameter_js_test.rb
466
- - test/models/foreman_puppet/config_group_class_test.rb
444
+ - test/integration/foreman_puppet/puppetclass_js_test.rb
445
+ - test/integration/foreman_puppet/environment_js_test.rb
446
+ - test/factories/foreman_puppet_factories.rb
447
+ - test/factories/host_puppet_enhancements.rb
448
+ - test/factories/proxy_puppet_enhancements.rb
449
+ - test/integration_puppet_helper.rb
467
450
  - test/models/foreman_puppet/config_group_test.rb
468
- - test/models/foreman_puppet/environment_test.rb
469
- - test/models/foreman_puppet/host_config_group_test.rb
470
- - test/models/foreman_puppet/hostgroup_puppet_facet_test.rb
471
- - test/models/foreman_puppet/hostgroup_test.rb
472
- - test/models/foreman_puppet/lookup_value_test.rb
473
- - test/models/foreman_puppet/puppetclass_lookup_key_test.rb
474
451
  - test/models/foreman_puppet/report_test.rb
475
- - test/models/foreman_puppet/smart_proxy_test.rb
476
- - test/models/foreman_puppet/user_test.rb
477
452
  - test/models/foreman_puppet/host_puppet_facet_test.rb
478
453
  - test/models/foreman_puppet/host_test.rb
454
+ - test/models/foreman_puppet/user_test.rb
479
455
  - test/models/foreman_puppet/provisioning_template_test.rb
456
+ - test/models/foreman_puppet/host_config_group_test.rb
457
+ - test/models/foreman_puppet/lookup_value_test.rb
458
+ - test/models/foreman_puppet/hostgroup_test.rb
459
+ - test/models/foreman_puppet/hostgroup_puppet_facet_test.rb
460
+ - test/models/foreman_puppet/puppetclass_lookup_key_test.rb
461
+ - test/models/foreman_puppet/environment_test.rb
480
462
  - test/models/foreman_puppet/puppetclass_test.rb
463
+ - test/models/foreman_puppet/config_group_class_test.rb
464
+ - test/models/foreman_puppet/smart_proxy_test.rb
465
+ - test/graphql/queries/hostgroup_puppet_query_test.rb
466
+ - test/graphql/queries/puppetclass_query_test.rb
467
+ - test/graphql/queries/location_query_test.rb
468
+ - test/graphql/queries/organization_query_test.rb
469
+ - test/graphql/queries/puppetclasses_query_test.rb
470
+ - test/graphql/queries/environment_query_test.rb
471
+ - test/graphql/queries/environments_query_test.rb
472
+ - test/graphql/queries/host_puppet_query_test.rb
473
+ - test/graphql/mutations/hosts/create_mutation_test.rb
474
+ - test/test_puppet_helper.rb
475
+ - test/controllers/provisioning_templates_controller_test.rb
476
+ - test/controllers/foreman_puppet/hostgroups_controller_test.rb
477
+ - test/controllers/foreman_puppet/puppetclass_lookup_keys_controller_test.rb
478
+ - test/controllers/foreman_puppet/environments_controller_test.rb
479
+ - test/controllers/foreman_puppet/puppet_smart_proxies_controller_test.rb
480
+ - test/controllers/foreman_puppet/hosts_controller_test.rb
481
+ - test/controllers/foreman_puppet/api/v2/template_combinations_controller_test.rb
482
+ - test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb
483
+ - test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb
484
+ - test/controllers/foreman_puppet/api/v2/hostgroups_controller_test.rb
485
+ - test/controllers/foreman_puppet/api/v2/lookups_common_controller_test.rb
486
+ - test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
487
+ - test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb
488
+ - test/controllers/foreman_puppet/api/v2/hostgroup_classes_controller_test.rb
489
+ - test/controllers/foreman_puppet/api/v2/puppetclasses_controller_test.rb
490
+ - test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb
491
+ - test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb
492
+ - test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
493
+ - test/controllers/foreman_puppet/api/v2/provisioning_templates_controller_test.rb
494
+ - test/controllers/foreman_puppet/puppetclasses_controller_test.rb
495
+ - test/controllers/foreman_puppet/config_groups_controller_test.rb
496
+ - test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
481
497
  - test/services/foreman_puppet/host_counter_test.rb
482
498
  - test/services/foreman_puppet/host_info_providers/config_groups_info_test.rb
483
499
  - test/services/foreman_puppet/host_info_providers/puppet_info_test.rb
484
- - test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
485
- - test/test_puppet_helper.rb
486
- - test/unit/foreman_puppet/access_permissions_test.rb
487
- - test/unit/foreman_puppet/puppet_class_importer_test.rb
488
- - test/unit/foreman_puppet/template_rendering_test.rb
489
- - test/unit/foreman_puppet/global_id_test.rb
490
- - test/unit/foreman_puppet_test.rb
491
- - test/integration_puppet_helper.rb