hammer_cli_foreman 3.6.0 → 3.8.0
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/doc/release_notes.md +13 -0
- data/lib/hammer_cli_foreman/command_extensions/update_common.rb +1 -1
- data/lib/hammer_cli_foreman/commands.rb +2 -4
- data/lib/hammer_cli_foreman/compute_resource/utils.rb +7 -7
- data/lib/hammer_cli_foreman/exception_handler.rb +2 -8
- data/lib/hammer_cli_foreman/external_usergroup.rb +0 -2
- data/lib/hammer_cli_foreman/resource_supported_test.rb +1 -1
- data/lib/hammer_cli_foreman/testing/api_expectations.rb +2 -2
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ka/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/test/functional/associating_commands_test.rb +2 -2
- data/test/functional/bookmark_test.rb +2 -2
- data/test/functional/commands/list_test.rb +4 -4
- data/test/functional/filter_test.rb +1 -1
- data/test/functional/location_test.rb +1 -1
- data/test/functional/media_test.rb +2 -2
- data/test/functional/report_template_test.rb +4 -4
- data/test/functional/settings_test.rb +1 -1
- data/test/functional/virtual_machine_test.rb +4 -4
- data/test/test_helper.rb +0 -1
- data/test/unit/api/interactive_basic_auth_test.rb +2 -2
- data/test/unit/api/oauth/oauth_authentication_code_grant_test.rb +2 -2
- data/test/unit/api/oauth/oauth_password_grant_test.rb +2 -2
- data/test/unit/api/session_authenticator_wrapper_test.rb +7 -7
- data/test/unit/architecture_test.rb +12 -12
- data/test/unit/audit_test.rb +6 -6
- data/test/unit/auth_source_external.rb +5 -5
- data/test/unit/auth_source_ldap_test.rb +12 -12
- data/test/unit/bookmark_test.rb +12 -12
- data/test/unit/commands_test.rb +9 -9
- data/test/unit/common_parameter_test.rb +10 -10
- data/test/unit/compute_profile_test.rb +12 -12
- data/test/unit/compute_resource_test.rb +18 -18
- data/test/unit/config_report_test.rb +7 -7
- data/test/unit/domain_test.rb +16 -16
- data/test/unit/exception_handler_test.rb +1 -1
- data/test/unit/external_usergroup_test.rb +15 -15
- data/test/unit/fact_test.rb +3 -3
- data/test/unit/filter_test.rb +18 -18
- data/test/unit/helpers/command.rb +33 -33
- data/test/unit/helpers/resource_disabled.rb +1 -1
- data/test/unit/host_test.rb +35 -35
- data/test/unit/hostgroup_test.rb +18 -18
- data/test/unit/id_resolver_test.rb +1 -1
- data/test/unit/image_test.rb +15 -15
- data/test/unit/location_test.rb +12 -12
- data/test/unit/mail_notification_test.rb +6 -6
- data/test/unit/media_test.rb +12 -12
- data/test/unit/model_test.rb +12 -12
- data/test/unit/operating_system_test.rb +16 -16
- data/test/unit/option_builders_test.rb +2 -2
- data/test/unit/organization_test.rb +12 -12
- data/test/unit/output/formatters_test.rb +4 -4
- data/test/unit/param_filters_test.rb +2 -2
- data/test/unit/partition_table_test.rb +14 -14
- data/test/unit/realm_test.rb +12 -12
- data/test/unit/role_test.rb +14 -14
- data/test/unit/settings_test.rb +5 -5
- data/test/unit/smart_proxy_test.rb +14 -14
- data/test/unit/subnet_test.rb +12 -12
- data/test/unit/template_test.rb +16 -16
- data/test/unit/user_test.rb +12 -12
- data/test/unit/usergroup_test.rb +12 -12
- metadata +24 -22
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli_foreman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomáš Strachota
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-08-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hammer_cli
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 3.
|
20
|
+
version: 3.8.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 3.
|
27
|
+
version: 3.8.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: apipie-bindings
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -219,6 +219,7 @@ files:
|
|
219
219
|
- lib/minitest/coverage_reporter.rb
|
220
220
|
- lib/minitest/hammer_coverage_plugin.rb
|
221
221
|
- locale/ca/LC_MESSAGES/hammer-cli-foreman.mo
|
222
|
+
- locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman.mo
|
222
223
|
- locale/de/LC_MESSAGES/hammer-cli-foreman.mo
|
223
224
|
- locale/en/LC_MESSAGES/hammer-cli-foreman.mo
|
224
225
|
- locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo
|
@@ -226,6 +227,7 @@ files:
|
|
226
227
|
- locale/fr/LC_MESSAGES/hammer-cli-foreman.mo
|
227
228
|
- locale/it/LC_MESSAGES/hammer-cli-foreman.mo
|
228
229
|
- locale/ja/LC_MESSAGES/hammer-cli-foreman.mo
|
230
|
+
- locale/ka/LC_MESSAGES/hammer-cli-foreman.mo
|
229
231
|
- locale/ko/LC_MESSAGES/hammer-cli-foreman.mo
|
230
232
|
- locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo
|
231
233
|
- locale/ru/LC_MESSAGES/hammer-cli-foreman.mo
|
@@ -392,7 +394,6 @@ test_files:
|
|
392
394
|
- test/data/3.4/foreman_api.json
|
393
395
|
- test/data/README.md
|
394
396
|
- test/functional/architecture_test.rb
|
395
|
-
- test/functional/associating_commands_test.rb
|
396
397
|
- test/functional/audit_test.rb
|
397
398
|
- test/functional/auth_source_test.rb
|
398
399
|
- test/functional/bookmark_test.rb
|
@@ -418,7 +419,6 @@ test_files:
|
|
418
419
|
- test/functional/ping_test.rb
|
419
420
|
- test/functional/realm_test.rb
|
420
421
|
- test/functional/registration_test.rb
|
421
|
-
- test/functional/report_template_test.rb
|
422
422
|
- test/functional/role_test.rb
|
423
423
|
- test/functional/settings_test.rb
|
424
424
|
- test/functional/ssh_keys_test.rb
|
@@ -431,15 +431,30 @@ test_files:
|
|
431
431
|
- test/functional/user_mail_notification_test.rb
|
432
432
|
- test/functional/user_test.rb
|
433
433
|
- test/functional/usergroup_test.rb
|
434
|
+
- test/functional/associating_commands_test.rb
|
435
|
+
- test/functional/report_template_test.rb
|
434
436
|
- test/functional/virtual_machine_test.rb
|
435
|
-
- test/test_helper.rb
|
436
437
|
- test/unit/api/oauth/oauth_authentication_code_grant_test.rb
|
437
438
|
- test/unit/api/oauth/oauth_password_grant_test.rb
|
438
|
-
- test/unit/api/session_authenticator_wrapper_test.rb
|
439
439
|
- test/unit/api/void_auth_test.rb
|
440
440
|
- test/unit/api/interactive_basic_auth_test.rb
|
441
|
+
- test/unit/api/session_authenticator_wrapper_test.rb
|
441
442
|
- test/unit/api_test.rb
|
442
443
|
- test/unit/apipie_resource_mock.rb
|
444
|
+
- test/unit/data/test_api.json
|
445
|
+
- test/unit/defaults_test.rb
|
446
|
+
- test/unit/dependency_resolver_test.rb
|
447
|
+
- test/unit/helpers/fake_searchables.rb
|
448
|
+
- test/unit/helpers/command.rb
|
449
|
+
- test/unit/helpers/resource_disabled.rb
|
450
|
+
- test/unit/id_resolver_test.rb
|
451
|
+
- test/unit/messages_test.rb
|
452
|
+
- test/unit/option_sources/id_params_test.rb
|
453
|
+
- test/unit/option_sources/ids_params_test.rb
|
454
|
+
- test/unit/output/formatters_test.rb
|
455
|
+
- test/unit/sessions_test.rb
|
456
|
+
- test/unit/test_helper.rb
|
457
|
+
- test/unit/test_output_adapter.rb
|
443
458
|
- test/unit/architecture_test.rb
|
444
459
|
- test/unit/audit_test.rb
|
445
460
|
- test/unit/auth_source_external.rb
|
@@ -450,42 +465,29 @@ test_files:
|
|
450
465
|
- test/unit/compute_profile_test.rb
|
451
466
|
- test/unit/compute_resource_test.rb
|
452
467
|
- test/unit/config_report_test.rb
|
453
|
-
- test/unit/data/test_api.json
|
454
|
-
- test/unit/defaults_test.rb
|
455
|
-
- test/unit/dependency_resolver_test.rb
|
456
468
|
- test/unit/domain_test.rb
|
457
469
|
- test/unit/exception_handler_test.rb
|
458
470
|
- test/unit/external_usergroup_test.rb
|
459
471
|
- test/unit/fact_test.rb
|
460
472
|
- test/unit/filter_test.rb
|
461
|
-
- test/unit/helpers/command.rb
|
462
|
-
- test/unit/helpers/fake_searchables.rb
|
463
|
-
- test/unit/helpers/resource_disabled.rb
|
464
473
|
- test/unit/host_test.rb
|
465
474
|
- test/unit/hostgroup_test.rb
|
466
|
-
- test/unit/id_resolver_test.rb
|
467
475
|
- test/unit/image_test.rb
|
468
476
|
- test/unit/location_test.rb
|
469
477
|
- test/unit/mail_notification_test.rb
|
470
478
|
- test/unit/media_test.rb
|
471
|
-
- test/unit/messages_test.rb
|
472
479
|
- test/unit/model_test.rb
|
473
480
|
- test/unit/operating_system_test.rb
|
474
481
|
- test/unit/option_builders_test.rb
|
475
|
-
- test/unit/option_sources/id_params_test.rb
|
476
|
-
- test/unit/option_sources/ids_params_test.rb
|
477
482
|
- test/unit/organization_test.rb
|
478
|
-
- test/unit/output/formatters_test.rb
|
479
483
|
- test/unit/param_filters_test.rb
|
480
484
|
- test/unit/partition_table_test.rb
|
481
485
|
- test/unit/realm_test.rb
|
482
486
|
- test/unit/role_test.rb
|
483
|
-
- test/unit/sessions_test.rb
|
484
487
|
- test/unit/settings_test.rb
|
485
488
|
- test/unit/smart_proxy_test.rb
|
486
489
|
- test/unit/subnet_test.rb
|
487
490
|
- test/unit/template_test.rb
|
488
|
-
- test/unit/test_helper.rb
|
489
|
-
- test/unit/test_output_adapter.rb
|
490
491
|
- test/unit/user_test.rb
|
491
492
|
- test/unit/usergroup_test.rb
|
493
|
+
- test/test_helper.rb
|