hammer_cli_foreman 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/release_notes.md +5 -0
- data/lib/hammer_cli_foreman.rb +1 -1
- data/lib/hammer_cli_foreman/audit.rb +7 -0
- data/lib/hammer_cli_foreman/id_resolver.rb +2 -2
- data/lib/hammer_cli_foreman/option_builders.rb +1 -1
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/test/reports/TEST-Minitest-Result.xml +4344 -0
- data/test/unit/audit_test.rb +1 -0
- metadata +101 -99
data/test/unit/audit_test.rb
CHANGED
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: 2.1.
|
4
|
+
version: 2.1.2
|
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: 2020-
|
12
|
+
date: 2020-07-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hammer_cli
|
@@ -75,20 +75,20 @@ dependencies:
|
|
75
75
|
version: 2.2.1
|
76
76
|
description: 'Foreman commands for Hammer CLI
|
77
77
|
|
78
|
-
'
|
78
|
+
'
|
79
79
|
email: tstracho@redhat.com
|
80
80
|
executables: []
|
81
81
|
extensions: []
|
82
82
|
extra_rdoc_files:
|
83
|
-
- doc/configuration.md
|
84
|
-
- doc/developer_docs.md
|
85
83
|
- doc/host_create.md
|
86
|
-
- doc/
|
87
|
-
- doc/option_builder.md
|
84
|
+
- doc/release_notes.md
|
88
85
|
- doc/plugin.md
|
86
|
+
- doc/configuration.md
|
87
|
+
- doc/name_id_resolution.md
|
88
|
+
- doc/developer_docs.md
|
89
89
|
- doc/using_hammer_cli_foreman_command.md
|
90
90
|
- doc/testing.md
|
91
|
-
- doc/
|
91
|
+
- doc/option_builder.md
|
92
92
|
- README.md
|
93
93
|
files:
|
94
94
|
- LICENSE
|
@@ -278,6 +278,7 @@ files:
|
|
278
278
|
- test/functional/user_mail_notification_test.rb
|
279
279
|
- test/functional/user_test.rb
|
280
280
|
- test/functional/virtual_machine_test.rb
|
281
|
+
- test/reports/TEST-Minitest-Result.xml
|
281
282
|
- test/test_helper.rb
|
282
283
|
- test/unit/api/interactive_basic_auth_test.rb
|
283
284
|
- test/unit/api/oauth/oauth_authentication_code_grant_test.rb
|
@@ -355,114 +356,115 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
355
356
|
- !ruby/object:Gem::Version
|
356
357
|
version: '0'
|
357
358
|
requirements: []
|
358
|
-
rubygems_version: 3.
|
359
|
+
rubygems_version: 3.0.8
|
359
360
|
signing_key:
|
360
361
|
specification_version: 4
|
361
362
|
summary: Foreman commands for Hammer
|
362
363
|
test_files:
|
363
|
-
- test/
|
364
|
+
- test/unit/image_test.rb
|
365
|
+
- test/unit/helpers/resource_disabled.rb
|
366
|
+
- test/unit/helpers/fake_searchables.rb
|
367
|
+
- test/unit/helpers/command.rb
|
368
|
+
- test/unit/messages_test.rb
|
369
|
+
- test/unit/config_group_test.rb
|
370
|
+
- test/unit/option_sources/id_params_test.rb
|
371
|
+
- test/unit/option_sources/ids_params_test.rb
|
372
|
+
- test/unit/exception_handler_test.rb
|
373
|
+
- test/unit/user_test.rb
|
374
|
+
- test/unit/api/session_authenticator_wrapper_test.rb
|
375
|
+
- test/unit/api/interactive_basic_auth_test.rb
|
376
|
+
- test/unit/api/oauth/oauth_authentication_code_grant_test.rb
|
377
|
+
- test/unit/api/oauth/oauth_password_grant_test.rb
|
378
|
+
- test/unit/api/void_auth_test.rb
|
379
|
+
- test/unit/hostgroup_test.rb
|
380
|
+
- test/unit/realm_test.rb
|
381
|
+
- test/unit/auth_source_external.rb
|
382
|
+
- test/unit/data/test_api.json
|
383
|
+
- test/unit/auth_source_ldap_test.rb
|
384
|
+
- test/unit/audit_test.rb
|
385
|
+
- test/unit/test_helper.rb
|
386
|
+
- test/unit/smart_class_parameter_test.rb
|
387
|
+
- test/unit/partition_table_test.rb
|
388
|
+
- test/unit/operating_system_test.rb
|
389
|
+
- test/unit/media_test.rb
|
390
|
+
- test/unit/architecture_test.rb
|
391
|
+
- test/unit/usergroup_test.rb
|
392
|
+
- test/unit/role_test.rb
|
393
|
+
- test/unit/location_test.rb
|
394
|
+
- test/unit/param_filters_test.rb
|
395
|
+
- test/unit/apipie_resource_mock.rb
|
396
|
+
- test/unit/option_builders_test.rb
|
397
|
+
- test/unit/api_test.rb
|
398
|
+
- test/unit/test_output_adapter.rb
|
399
|
+
- test/unit/sessions_test.rb
|
400
|
+
- test/unit/organization_test.rb
|
401
|
+
- test/unit/settings_test.rb
|
402
|
+
- test/unit/template_test.rb
|
403
|
+
- test/unit/dependency_resolver_test.rb
|
404
|
+
- test/unit/smart_proxy_test.rb
|
405
|
+
- test/unit/domain_test.rb
|
406
|
+
- test/unit/defaults_test.rb
|
407
|
+
- test/unit/model_test.rb
|
408
|
+
- test/unit/puppet_class_test.rb
|
409
|
+
- test/unit/compute_resource_test.rb
|
410
|
+
- test/unit/id_resolver_test.rb
|
411
|
+
- test/unit/filter_test.rb
|
412
|
+
- test/unit/puppet_environment_test.rb
|
413
|
+
- test/unit/output/formatters_test.rb
|
414
|
+
- test/unit/host_test.rb
|
415
|
+
- test/unit/config_report_test.rb
|
416
|
+
- test/unit/fact_test.rb
|
417
|
+
- test/unit/external_usergroup_test.rb
|
418
|
+
- test/unit/commands_test.rb
|
419
|
+
- test/unit/common_parameter_test.rb
|
420
|
+
- test/unit/subnet_test.rb
|
421
|
+
- test/data/2.1/foreman_api.json
|
422
|
+
- test/data/2.0/foreman_api.json
|
423
|
+
- test/data/1.24/foreman_api.json
|
424
|
+
- test/data/1.18/foreman_api.json
|
364
425
|
- test/data/1.11/foreman_api.json
|
426
|
+
- test/data/1.10/foreman_api.json
|
427
|
+
- test/data/1.17/foreman_api.json
|
428
|
+
- test/data/1.15/foreman_api.json
|
365
429
|
- test/data/1.14/_foreman_api.json
|
366
430
|
- test/data/1.14/foreman_api.json
|
367
|
-
- test/data/1.15/foreman_api.json
|
368
|
-
- test/data/1.16/foreman_api.json
|
369
|
-
- test/data/1.17/foreman_api.json
|
370
|
-
- test/data/1.18/foreman_api.json
|
371
|
-
- test/data/1.20/foreman_api.json
|
372
431
|
- test/data/1.21/foreman_api.json
|
373
432
|
- test/data/1.22/foreman_api.json
|
374
|
-
- test/data/1.
|
375
|
-
- test/data/2.0/foreman_api.json
|
376
|
-
- test/data/2.1/foreman_api.json
|
433
|
+
- test/data/1.20/foreman_api.json
|
377
434
|
- test/data/README.md
|
378
|
-
- test/
|
379
|
-
- test/functional/
|
380
|
-
- test/functional/auth_source_test.rb
|
381
|
-
- test/functional/bookmark_test.rb
|
435
|
+
- test/data/1.16/foreman_api.json
|
436
|
+
- test/functional/http_proxy_test.rb
|
382
437
|
- test/functional/commands/list_test.rb
|
383
|
-
- test/functional/
|
384
|
-
- test/functional/
|
385
|
-
- test/functional/compute_resource_test.rb
|
386
|
-
- test/functional/filter_test.rb
|
387
|
-
- test/functional/host_test.rb
|
388
|
-
- test/functional/hostgroup/create_test.rb
|
389
|
-
- test/functional/hostgroup/update_test.rb
|
390
|
-
- test/functional/location_test.rb
|
391
|
-
- test/functional/mail_notification_test.rb
|
392
|
-
- test/functional/organization_test.rb
|
438
|
+
- test/functional/user_mail_notification_test.rb
|
439
|
+
- test/functional/user_test.rb
|
393
440
|
- test/functional/personal_access_token_test.rb
|
441
|
+
- test/functional/audit_test.rb
|
442
|
+
- test/functional/test_helper.rb
|
443
|
+
- test/functional/mail_notification_test.rb
|
394
444
|
- test/functional/ping_test.rb
|
395
|
-
- test/functional/proxy_test.rb
|
396
|
-
- test/functional/report_template_test.rb
|
397
|
-
- test/functional/role_test.rb
|
398
|
-
- test/functional/settings_test.rb
|
399
445
|
- test/functional/smart_class_parameter_test.rb
|
400
|
-
- test/functional/
|
401
|
-
- test/functional/
|
446
|
+
- test/functional/role_test.rb
|
447
|
+
- test/functional/location_test.rb
|
448
|
+
- test/functional/hostgroup/create_test.rb
|
449
|
+
- test/functional/hostgroup/update_test.rb
|
402
450
|
- test/functional/subnet/create_test.rb
|
403
451
|
- test/functional/subnet/update_test.rb
|
452
|
+
- test/functional/organization_test.rb
|
453
|
+
- test/functional/settings_test.rb
|
404
454
|
- test/functional/template_test.rb
|
405
|
-
- test/functional/
|
455
|
+
- test/functional/proxy_test.rb
|
456
|
+
- test/functional/compute_resource_test.rb
|
457
|
+
- test/functional/compute_attribute_test.rb
|
458
|
+
- test/functional/filter_test.rb
|
406
459
|
- test/functional/trend_test.rb
|
407
|
-
- test/functional/
|
460
|
+
- test/functional/report_template_test.rb
|
461
|
+
- test/functional/compute_profile_test.rb
|
462
|
+
- test/functional/host_test.rb
|
463
|
+
- test/functional/ssh_keys_test.rb
|
464
|
+
- test/functional/status_test.rb
|
465
|
+
- test/functional/associating_commands_test.rb
|
466
|
+
- test/functional/auth_source_test.rb
|
408
467
|
- test/functional/virtual_machine_test.rb
|
409
|
-
- test/functional/
|
410
|
-
- test/functional/http_proxy_test.rb
|
468
|
+
- test/functional/bookmark_test.rb
|
411
469
|
- test/test_helper.rb
|
412
|
-
- test/
|
413
|
-
- test/unit/api/oauth/oauth_authentication_code_grant_test.rb
|
414
|
-
- test/unit/api/oauth/oauth_password_grant_test.rb
|
415
|
-
- test/unit/api/session_authenticator_wrapper_test.rb
|
416
|
-
- test/unit/api/void_auth_test.rb
|
417
|
-
- test/unit/api_test.rb
|
418
|
-
- test/unit/apipie_resource_mock.rb
|
419
|
-
- test/unit/architecture_test.rb
|
420
|
-
- test/unit/audit_test.rb
|
421
|
-
- test/unit/auth_source_external.rb
|
422
|
-
- test/unit/auth_source_ldap_test.rb
|
423
|
-
- test/unit/commands_test.rb
|
424
|
-
- test/unit/common_parameter_test.rb
|
425
|
-
- test/unit/compute_resource_test.rb
|
426
|
-
- test/unit/config_group_test.rb
|
427
|
-
- test/unit/config_report_test.rb
|
428
|
-
- test/unit/data/test_api.json
|
429
|
-
- test/unit/defaults_test.rb
|
430
|
-
- test/unit/dependency_resolver_test.rb
|
431
|
-
- test/unit/domain_test.rb
|
432
|
-
- test/unit/exception_handler_test.rb
|
433
|
-
- test/unit/external_usergroup_test.rb
|
434
|
-
- test/unit/fact_test.rb
|
435
|
-
- test/unit/filter_test.rb
|
436
|
-
- test/unit/helpers/command.rb
|
437
|
-
- test/unit/helpers/fake_searchables.rb
|
438
|
-
- test/unit/helpers/resource_disabled.rb
|
439
|
-
- test/unit/host_test.rb
|
440
|
-
- test/unit/hostgroup_test.rb
|
441
|
-
- test/unit/id_resolver_test.rb
|
442
|
-
- test/unit/image_test.rb
|
443
|
-
- test/unit/location_test.rb
|
444
|
-
- test/unit/media_test.rb
|
445
|
-
- test/unit/messages_test.rb
|
446
|
-
- test/unit/model_test.rb
|
447
|
-
- test/unit/operating_system_test.rb
|
448
|
-
- test/unit/option_builders_test.rb
|
449
|
-
- test/unit/option_sources/id_params_test.rb
|
450
|
-
- test/unit/option_sources/ids_params_test.rb
|
451
|
-
- test/unit/organization_test.rb
|
452
|
-
- test/unit/output/formatters_test.rb
|
453
|
-
- test/unit/param_filters_test.rb
|
454
|
-
- test/unit/partition_table_test.rb
|
455
|
-
- test/unit/puppet_class_test.rb
|
456
|
-
- test/unit/puppet_environment_test.rb
|
457
|
-
- test/unit/realm_test.rb
|
458
|
-
- test/unit/role_test.rb
|
459
|
-
- test/unit/settings_test.rb
|
460
|
-
- test/unit/smart_class_parameter_test.rb
|
461
|
-
- test/unit/smart_proxy_test.rb
|
462
|
-
- test/unit/subnet_test.rb
|
463
|
-
- test/unit/template_test.rb
|
464
|
-
- test/unit/test_helper.rb
|
465
|
-
- test/unit/test_output_adapter.rb
|
466
|
-
- test/unit/user_test.rb
|
467
|
-
- test/unit/usergroup_test.rb
|
468
|
-
- test/unit/sessions_test.rb
|
470
|
+
- test/reports/TEST-Minitest-Result.xml
|