foreman_puppet 6.2.0 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_puppet/locale/ca/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/cs_CZ/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/de/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/en/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/en_GB/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/es/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/fr/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/gl/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/it/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/ja/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/ka/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/ko/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/nl_NL/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/pl/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/pt_BR/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/ru/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/sv_SE/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/zh_CN/foreman_puppet.js +36 -0
- data/app/assets/javascripts/foreman_puppet/locale/zh_TW/foreman_puppet.js +36 -0
- data/app/controllers/concerns/foreman_puppet/extensions/api_v2_registration_controller_extensions.rb +21 -0
- data/app/models/concerns/foreman_puppet/extensions/host_common.rb +1 -2
- data/app/views/foreman_puppet/puppetclasses/index.html.erb +1 -1
- data/lib/foreman_puppet/engine.rb +1 -0
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/foreman_puppet.po +36 -0
- data/locale/cs_CZ/foreman_puppet.po +36 -0
- data/locale/de/foreman_puppet.po +36 -0
- data/locale/en/foreman_puppet.po +36 -0
- data/locale/en_GB/foreman_puppet.po +36 -0
- data/locale/es/foreman_puppet.po +36 -0
- data/locale/foreman_puppet.pot +63 -2
- data/locale/fr/foreman_puppet.po +36 -0
- data/locale/gl/foreman_puppet.po +36 -0
- data/locale/it/foreman_puppet.po +36 -0
- data/locale/ja/foreman_puppet.po +36 -0
- data/locale/ka/foreman_puppet.po +36 -0
- data/locale/ko/foreman_puppet.po +36 -0
- data/locale/nl_NL/foreman_puppet.po +36 -0
- data/locale/pl/foreman_puppet.po +36 -0
- data/locale/pt_BR/foreman_puppet.po +36 -0
- data/locale/ru/foreman_puppet.po +36 -0
- data/locale/sv_SE/foreman_puppet.po +36 -0
- data/locale/zh_CN/foreman_puppet.po +36 -0
- data/locale/zh_TW/foreman_puppet.po +36 -0
- data/test/integration/foreman_puppet/smartclass_parameter_js_test.rb +2 -0
- data/test/models/foreman_puppet/host_test.rb +14 -2
- data/test/models/foreman_puppet/hostgroup_test.rb +12 -0
- data/webpack/global_index.js +21 -0
- data/webpack/src/foreman_class_edit.js +2 -2
- data/webpack/src/foreman_puppet_host_form.js +1 -1
- data/webpack/src/foreman_puppet_host_form.test.js +3 -4
- metadata +55 -55
- data/locale/en/foreman_puppet.edit.po +0 -0
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:
|
4
|
+
version: 7.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: 2024-02
|
12
|
+
date: 2024-08-02 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Allow assigning Puppet environments and classes to the Foreman Hosts.
|
15
15
|
email:
|
@@ -47,6 +47,7 @@ files:
|
|
47
47
|
- app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb
|
48
48
|
- app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb
|
49
49
|
- app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb
|
50
|
+
- app/controllers/concerns/foreman_puppet/extensions/api_v2_registration_controller_extensions.rb
|
50
51
|
- app/controllers/concerns/foreman_puppet/extensions/hostgroups_controller_extensions.rb
|
51
52
|
- app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb
|
52
53
|
- app/controllers/concerns/foreman_puppet/extensions/operatingsystems_controller.rb
|
@@ -244,7 +245,6 @@ files:
|
|
244
245
|
- locale/de/LC_MESSAGES/foreman_puppet.mo
|
245
246
|
- locale/de/foreman_puppet.po
|
246
247
|
- locale/en/LC_MESSAGES/foreman_puppet.mo
|
247
|
-
- locale/en/foreman_puppet.edit.po
|
248
248
|
- locale/en/foreman_puppet.po
|
249
249
|
- locale/en_GB/LC_MESSAGES/foreman_puppet.mo
|
250
250
|
- locale/en_GB/foreman_puppet.po
|
@@ -407,76 +407,76 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
407
407
|
- !ruby/object:Gem::Version
|
408
408
|
version: '0'
|
409
409
|
requirements: []
|
410
|
-
rubygems_version: 3.
|
410
|
+
rubygems_version: 3.3.27
|
411
411
|
signing_key:
|
412
412
|
specification_version: 4
|
413
413
|
summary: Add Puppet features to Foreman
|
414
414
|
test_files:
|
415
|
-
- test/
|
416
|
-
- test/
|
417
|
-
- test/
|
418
|
-
- test/
|
419
|
-
- test/
|
420
|
-
- test/
|
415
|
+
- test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
|
416
|
+
- test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
|
417
|
+
- test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb
|
418
|
+
- test/controllers/foreman_puppet/api/v2/hostgroup_classes_controller_test.rb
|
419
|
+
- test/controllers/foreman_puppet/api/v2/hostgroups_controller_test.rb
|
420
|
+
- test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb
|
421
|
+
- test/controllers/foreman_puppet/api/v2/lookups_common_controller_test.rb
|
422
|
+
- test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb
|
423
|
+
- test/controllers/foreman_puppet/api/v2/provisioning_templates_controller_test.rb
|
424
|
+
- test/controllers/foreman_puppet/api/v2/puppetclasses_controller_test.rb
|
425
|
+
- test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb
|
426
|
+
- test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb
|
427
|
+
- test/controllers/foreman_puppet/api/v2/template_combinations_controller_test.rb
|
428
|
+
- test/controllers/foreman_puppet/config_groups_controller_test.rb
|
429
|
+
- test/controllers/foreman_puppet/environments_controller_test.rb
|
430
|
+
- test/controllers/foreman_puppet/hostgroups_controller_test.rb
|
431
|
+
- test/controllers/foreman_puppet/hosts_controller_test.rb
|
432
|
+
- test/controllers/foreman_puppet/puppet_smart_proxies_controller_test.rb
|
433
|
+
- test/controllers/foreman_puppet/puppetclass_lookup_keys_controller_test.rb
|
434
|
+
- test/controllers/foreman_puppet/puppetclasses_controller_test.rb
|
435
|
+
- test/controllers/provisioning_templates_controller_test.rb
|
436
|
+
- test/factories/foreman_puppet_factories.rb
|
437
|
+
- test/factories/host_puppet_enhancements.rb
|
438
|
+
- test/factories/proxy_puppet_enhancements.rb
|
439
|
+
- test/graphql/mutations/hosts/create_mutation_test.rb
|
440
|
+
- test/graphql/queries/environment_query_test.rb
|
441
|
+
- test/graphql/queries/environments_query_test.rb
|
442
|
+
- test/graphql/queries/host_puppet_query_test.rb
|
443
|
+
- test/graphql/queries/hostgroup_puppet_query_test.rb
|
444
|
+
- test/graphql/queries/location_query_test.rb
|
445
|
+
- test/graphql/queries/organization_query_test.rb
|
446
|
+
- test/graphql/queries/puppetclass_query_test.rb
|
447
|
+
- test/graphql/queries/puppetclasses_query_test.rb
|
421
448
|
- test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb
|
449
|
+
- test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb
|
422
450
|
- test/helpers/foreman_puppet/puppetclasses_helper_test.rb
|
423
451
|
- test/integration/foreman_puppet/dashboard_js_test.rb
|
452
|
+
- test/integration/foreman_puppet/environment_js_test.rb
|
424
453
|
- test/integration/foreman_puppet/host_js_test.rb
|
425
454
|
- test/integration/foreman_puppet/hostgroup_js_test.rb
|
426
|
-
- test/integration/foreman_puppet/smartclass_parameter_js_test.rb
|
427
455
|
- test/integration/foreman_puppet/puppetclass_js_test.rb
|
428
|
-
- test/integration/foreman_puppet/
|
429
|
-
- test/factories/foreman_puppet_factories.rb
|
430
|
-
- test/factories/host_puppet_enhancements.rb
|
431
|
-
- test/factories/proxy_puppet_enhancements.rb
|
456
|
+
- test/integration/foreman_puppet/smartclass_parameter_js_test.rb
|
432
457
|
- test/integration_puppet_helper.rb
|
458
|
+
- test/models/foreman_puppet/config_group_class_test.rb
|
433
459
|
- test/models/foreman_puppet/config_group_test.rb
|
434
|
-
- test/models/foreman_puppet/
|
460
|
+
- test/models/foreman_puppet/environment_test.rb
|
461
|
+
- test/models/foreman_puppet/host_config_group_test.rb
|
435
462
|
- test/models/foreman_puppet/host_puppet_facet_test.rb
|
436
463
|
- test/models/foreman_puppet/host_test.rb
|
437
|
-
- test/models/foreman_puppet/user_test.rb
|
438
|
-
- test/models/foreman_puppet/provisioning_template_test.rb
|
439
|
-
- test/models/foreman_puppet/host_config_group_test.rb
|
440
|
-
- test/models/foreman_puppet/lookup_value_test.rb
|
441
|
-
- test/models/foreman_puppet/hostgroup_test.rb
|
442
464
|
- test/models/foreman_puppet/hostgroup_puppet_facet_test.rb
|
465
|
+
- test/models/foreman_puppet/hostgroup_test.rb
|
466
|
+
- test/models/foreman_puppet/lookup_value_test.rb
|
467
|
+
- test/models/foreman_puppet/provisioning_template_test.rb
|
443
468
|
- test/models/foreman_puppet/puppetclass_lookup_key_test.rb
|
444
|
-
- test/models/foreman_puppet/environment_test.rb
|
445
469
|
- test/models/foreman_puppet/puppetclass_test.rb
|
446
|
-
- test/models/foreman_puppet/
|
470
|
+
- test/models/foreman_puppet/report_test.rb
|
447
471
|
- test/models/foreman_puppet/smart_proxy_test.rb
|
448
|
-
- test/
|
449
|
-
- test/graphql/queries/puppetclass_query_test.rb
|
450
|
-
- test/graphql/queries/location_query_test.rb
|
451
|
-
- test/graphql/queries/organization_query_test.rb
|
452
|
-
- test/graphql/queries/puppetclasses_query_test.rb
|
453
|
-
- test/graphql/queries/environment_query_test.rb
|
454
|
-
- test/graphql/queries/environments_query_test.rb
|
455
|
-
- test/graphql/queries/host_puppet_query_test.rb
|
456
|
-
- test/graphql/mutations/hosts/create_mutation_test.rb
|
457
|
-
- test/test_puppet_helper.rb
|
458
|
-
- test/controllers/provisioning_templates_controller_test.rb
|
459
|
-
- test/controllers/foreman_puppet/hostgroups_controller_test.rb
|
460
|
-
- test/controllers/foreman_puppet/puppetclass_lookup_keys_controller_test.rb
|
461
|
-
- test/controllers/foreman_puppet/environments_controller_test.rb
|
462
|
-
- test/controllers/foreman_puppet/puppet_smart_proxies_controller_test.rb
|
463
|
-
- test/controllers/foreman_puppet/hosts_controller_test.rb
|
464
|
-
- test/controllers/foreman_puppet/api/v2/template_combinations_controller_test.rb
|
465
|
-
- test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb
|
466
|
-
- test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb
|
467
|
-
- test/controllers/foreman_puppet/api/v2/hostgroups_controller_test.rb
|
468
|
-
- test/controllers/foreman_puppet/api/v2/lookups_common_controller_test.rb
|
469
|
-
- test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
|
470
|
-
- test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb
|
471
|
-
- test/controllers/foreman_puppet/api/v2/hostgroup_classes_controller_test.rb
|
472
|
-
- test/controllers/foreman_puppet/api/v2/puppetclasses_controller_test.rb
|
473
|
-
- test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb
|
474
|
-
- test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb
|
475
|
-
- test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
|
476
|
-
- test/controllers/foreman_puppet/api/v2/provisioning_templates_controller_test.rb
|
477
|
-
- test/controllers/foreman_puppet/puppetclasses_controller_test.rb
|
478
|
-
- test/controllers/foreman_puppet/config_groups_controller_test.rb
|
479
|
-
- test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
|
472
|
+
- test/models/foreman_puppet/user_test.rb
|
480
473
|
- test/services/foreman_puppet/host_counter_test.rb
|
481
474
|
- test/services/foreman_puppet/host_info_providers/config_groups_info_test.rb
|
482
475
|
- test/services/foreman_puppet/host_info_providers/puppet_info_test.rb
|
476
|
+
- test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
|
477
|
+
- test/test_puppet_helper.rb
|
478
|
+
- test/unit/foreman_puppet/access_permissions_test.rb
|
479
|
+
- test/unit/foreman_puppet/global_id_test.rb
|
480
|
+
- test/unit/foreman_puppet/puppet_class_importer_test.rb
|
481
|
+
- test/unit/foreman_puppet/template_rendering_test.rb
|
482
|
+
- test/unit/foreman_puppet_test.rb
|
File without changes
|