pulp_ansible_client 0.25.1 → 0.26.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/README.md +4 -4
- data/docs/AnsibleCollectionVersionResponse.md +6 -6
- data/docs/AnsibleGitRemote.md +28 -28
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +6 -6
- data/docs/ContentCollectionVersionsApi.md +10 -10
- data/docs/PatchedansibleGitRemote.md +28 -28
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -2
- data/docs/TagResponse.md +1 -1
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +15 -15
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +30 -30
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +241 -241
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
- data/lib/pulp_ansible_client/models/ansible_role.rb +13 -13
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +30 -30
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +232 -232
- data/lib/pulp_ansible_client/models/tag_response.rb +1 -0
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +5 -5
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -1
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +20 -20
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +124 -124
@@ -27,97 +27,97 @@ describe PulpAnsibleClient::PatchedansibleGitRemote do
|
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test attribute "
|
30
|
+
describe 'test attribute "ca_cert"' do
|
31
31
|
it 'should work' do
|
32
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
33
|
end
|
34
34
|
end
|
35
35
|
|
36
|
-
describe 'test attribute "
|
36
|
+
describe 'test attribute "url"' do
|
37
37
|
it 'should work' do
|
38
38
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
39
39
|
end
|
40
40
|
end
|
41
41
|
|
42
|
-
describe 'test attribute "
|
42
|
+
describe 'test attribute "client_cert"' do
|
43
43
|
it 'should work' do
|
44
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
describe 'test attribute "
|
48
|
+
describe 'test attribute "download_concurrency"' do
|
49
49
|
it 'should work' do
|
50
50
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
51
51
|
end
|
52
52
|
end
|
53
53
|
|
54
|
-
describe 'test attribute "
|
54
|
+
describe 'test attribute "sock_connect_timeout"' do
|
55
55
|
it 'should work' do
|
56
56
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
describe 'test attribute "
|
60
|
+
describe 'test attribute "proxy_url"' do
|
61
61
|
it 'should work' do
|
62
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
66
|
-
describe 'test attribute "
|
66
|
+
describe 'test attribute "sock_read_timeout"' do
|
67
67
|
it 'should work' do
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
69
69
|
end
|
70
70
|
end
|
71
71
|
|
72
|
-
describe 'test attribute "
|
72
|
+
describe 'test attribute "connect_timeout"' do
|
73
73
|
it 'should work' do
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
78
|
-
describe 'test attribute "
|
78
|
+
describe 'test attribute "proxy_username"' do
|
79
79
|
it 'should work' do
|
80
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
81
81
|
end
|
82
82
|
end
|
83
83
|
|
84
|
-
describe 'test attribute "
|
84
|
+
describe 'test attribute "tls_validation"' do
|
85
85
|
it 'should work' do
|
86
86
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
87
87
|
end
|
88
88
|
end
|
89
89
|
|
90
|
-
describe 'test attribute "
|
90
|
+
describe 'test attribute "headers"' do
|
91
91
|
it 'should work' do
|
92
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
93
93
|
end
|
94
94
|
end
|
95
95
|
|
96
|
-
describe 'test attribute "
|
96
|
+
describe 'test attribute "password"' do
|
97
97
|
it 'should work' do
|
98
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
99
99
|
end
|
100
100
|
end
|
101
101
|
|
102
|
-
describe 'test attribute "
|
102
|
+
describe 'test attribute "name"' do
|
103
103
|
it 'should work' do
|
104
104
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
105
105
|
end
|
106
106
|
end
|
107
107
|
|
108
|
-
describe 'test attribute "
|
108
|
+
describe 'test attribute "proxy_password"' do
|
109
109
|
it 'should work' do
|
110
110
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
111
111
|
end
|
112
112
|
end
|
113
113
|
|
114
|
-
describe 'test attribute "
|
114
|
+
describe 'test attribute "total_timeout"' do
|
115
115
|
it 'should work' do
|
116
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
117
117
|
end
|
118
118
|
end
|
119
119
|
|
120
|
-
describe 'test attribute "
|
120
|
+
describe 'test attribute "username"' do
|
121
121
|
it 'should work' do
|
122
122
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
123
123
|
end
|
@@ -129,19 +129,19 @@ describe PulpAnsibleClient::PatchedansibleGitRemote do
|
|
129
129
|
end
|
130
130
|
end
|
131
131
|
|
132
|
-
describe 'test attribute "
|
132
|
+
describe 'test attribute "rate_limit"' do
|
133
133
|
it 'should work' do
|
134
134
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
135
135
|
end
|
136
136
|
end
|
137
137
|
|
138
|
-
describe 'test attribute "
|
138
|
+
describe 'test attribute "max_retries"' do
|
139
139
|
it 'should work' do
|
140
140
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
141
141
|
end
|
142
142
|
end
|
143
143
|
|
144
|
-
describe 'test attribute "
|
144
|
+
describe 'test attribute "pulp_labels"' do
|
145
145
|
it 'should work' do
|
146
146
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
147
147
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_ansible_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -569,154 +569,154 @@ signing_key:
|
|
569
569
|
specification_version: 4
|
570
570
|
summary: Pulp 3 API Ruby Gem
|
571
571
|
test_files:
|
572
|
-
- spec/api/content_roles_api_spec.rb
|
573
|
-
- spec/api/content_collection_marks_api_spec.rb
|
574
|
-
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
575
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
576
|
-
- spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb
|
577
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb
|
578
572
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
|
573
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb
|
574
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb
|
575
|
+
- spec/api/pulp_ansible_default_api_api_spec.rb
|
576
|
+
- spec/api/pulp_ansible_api_v3_collections_api_spec.rb
|
577
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
|
578
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
|
579
|
+
- spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb
|
580
|
+
- spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb
|
581
|
+
- spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb
|
582
|
+
- spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb
|
583
|
+
- spec/api/pulp_ansible_tags_api_spec.rb
|
584
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb
|
585
|
+
- spec/api/content_roles_api_spec.rb
|
586
|
+
- spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb
|
587
|
+
- spec/api/remotes_git_api_spec.rb
|
588
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb
|
589
|
+
- spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb
|
590
|
+
- spec/api/pulp_ansible_default_api_v3_api_spec.rb
|
579
591
|
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
580
592
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb
|
581
|
-
- spec/api/
|
582
|
-
- spec/api/
|
583
|
-
- spec/api/
|
584
|
-
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb
|
585
|
-
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb
|
586
|
-
- spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb
|
593
|
+
- spec/api/api_roles_api_spec.rb
|
594
|
+
- spec/api/remotes_collection_api_spec.rb
|
595
|
+
- spec/api/content_namespaces_api_spec.rb
|
587
596
|
- spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb
|
588
597
|
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
|
589
|
-
- spec/api/ansible_collections_api_spec.rb
|
590
|
-
- spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb
|
591
598
|
- spec/api/ansible_copy_api_spec.rb
|
592
|
-
- spec/api/
|
593
|
-
- spec/api/
|
594
|
-
- spec/api/
|
595
|
-
- spec/api/
|
596
|
-
- spec/api/
|
599
|
+
- spec/api/pulp_ansible_api_api_spec.rb
|
600
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb
|
601
|
+
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
602
|
+
- spec/api/ansible_collections_api_spec.rb
|
603
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
|
604
|
+
- spec/api/remotes_role_api_spec.rb
|
605
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb
|
606
|
+
- spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb
|
597
607
|
- spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb
|
598
|
-
- spec/api/
|
599
|
-
- spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb
|
608
|
+
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
600
609
|
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
|
601
|
-
- spec/api/
|
602
|
-
- spec/api/
|
603
|
-
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
|
604
|
-
- spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb
|
605
|
-
- spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb
|
610
|
+
- spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb
|
611
|
+
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
606
612
|
- spec/api/repositories_ansible_api_spec.rb
|
607
|
-
- spec/api/
|
613
|
+
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
614
|
+
- spec/api/distributions_ansible_api_spec.rb
|
615
|
+
- spec/api/content_collection_deprecations_api_spec.rb
|
616
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
|
617
|
+
- spec/api/content_collection_marks_api_spec.rb
|
608
618
|
- spec/api/content_collection_signatures_api_spec.rb
|
619
|
+
- spec/api/collection_import_api_spec.rb
|
609
620
|
- spec/api/versions_api_spec.rb
|
610
|
-
- spec/api/
|
611
|
-
- spec/api/
|
612
|
-
- spec/api/
|
613
|
-
- spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb
|
614
|
-
- spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
|
615
|
-
- spec/api/remotes_role_api_spec.rb
|
616
|
-
- spec/api/pulp_ansible_tags_api_spec.rb
|
617
|
-
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
618
|
-
- spec/api/pulp_ansible_default_api_v3_api_spec.rb
|
621
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
622
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb
|
623
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
|
619
624
|
- spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
|
625
|
+
- spec/api/repositories_ansible_versions_api_spec.rb
|
626
|
+
- spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb
|
627
|
+
- spec/api/content_collection_versions_api_spec.rb
|
620
628
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
|
621
|
-
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
622
|
-
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
623
|
-
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
|
624
|
-
- spec/api/remotes_collection_api_spec.rb
|
625
|
-
- spec/api/pulp_ansible_api_v3_collections_api_spec.rb
|
626
|
-
- spec/api/pulp_ansible_default_api_api_spec.rb
|
627
|
-
- spec/api/content_collection_deprecations_api_spec.rb
|
628
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb
|
629
|
-
- spec/models/ansible_collection_version_mark_response_spec.rb
|
630
|
-
- spec/models/client_configuration_response_spec.rb
|
631
|
-
- spec/models/ansible_ansible_repository_response_spec.rb
|
632
|
-
- spec/models/object_roles_response_spec.rb
|
633
|
-
- spec/models/patchedansible_ansible_distribution_spec.rb
|
634
|
-
- spec/models/ansible_collection_response_spec.rb
|
635
|
-
- spec/models/paginated_collection_response_list_spec.rb
|
636
629
|
- spec/models/paginated_galaxy_role_version_response_list_spec.rb
|
637
|
-
- spec/models/paginated_collection_version_search_list_response_list_spec.rb
|
638
|
-
- spec/models/paginated_collection_response_list_meta_spec.rb
|
639
630
|
- spec/models/ansible_ansible_repository_spec.rb
|
640
631
|
- spec/models/paginatedansible_ansible_repository_response_list_spec.rb
|
641
|
-
- spec/models/
|
642
|
-
- spec/models/
|
643
|
-
- spec/models/
|
644
|
-
- spec/models/
|
645
|
-
- spec/models/
|
646
|
-
- spec/models/
|
647
|
-
- spec/models/collection_namespace_response_spec.rb
|
648
|
-
- spec/models/unpaginated_collection_version_response_spec.rb
|
649
|
-
- spec/models/set_label_spec.rb
|
650
|
-
- spec/models/repository_spec.rb
|
632
|
+
- spec/models/ansible_git_remote_spec.rb
|
633
|
+
- spec/models/ansible_role_spec.rb
|
634
|
+
- spec/models/patchedansible_ansible_distribution_spec.rb
|
635
|
+
- spec/models/patchedansible_git_remote_spec.rb
|
636
|
+
- spec/models/ansible_collection_remote_response_spec.rb
|
637
|
+
- spec/models/paginatedansible_collection_version_mark_response_list_spec.rb
|
651
638
|
- spec/models/ansible_ansible_namespace_metadata_spec.rb
|
652
|
-
- spec/models/
|
653
|
-
- spec/models/
|
639
|
+
- spec/models/ansible_role_remote_response_spec.rb
|
640
|
+
- spec/models/repository_version_response_spec.rb
|
641
|
+
- spec/models/collection_version_search_list_spec.rb
|
642
|
+
- spec/models/ansible_collection_response_spec.rb
|
643
|
+
- spec/models/collection_response_spec.rb
|
654
644
|
- spec/models/tag_response_spec.rb
|
655
|
-
- spec/models/
|
656
|
-
- spec/models/
|
657
|
-
- spec/models/
|
658
|
-
- spec/models/
|
659
|
-
- spec/models/
|
645
|
+
- spec/models/patchedansible_role_remote_spec.rb
|
646
|
+
- spec/models/namespace_link_response_spec.rb
|
647
|
+
- spec/models/ansible_ansible_namespace_metadata_response_spec.rb
|
648
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
649
|
+
- spec/models/nested_role_spec.rb
|
650
|
+
- spec/models/unset_label_response_spec.rb
|
651
|
+
- spec/models/client_configuration_response_spec.rb
|
652
|
+
- spec/models/paginatedansible_collection_version_response_list_spec.rb
|
653
|
+
- spec/models/paginatedansible_role_response_list_spec.rb
|
654
|
+
- spec/models/paginated_collection_version_list_response_list_spec.rb
|
660
655
|
- spec/models/ansible_tag_response_spec.rb
|
661
|
-
- spec/models/
|
662
|
-
- spec/models/
|
656
|
+
- spec/models/ansible_collection_version_mark_spec.rb
|
657
|
+
- spec/models/paginatedansible_collection_response_list_spec.rb
|
658
|
+
- spec/models/repository_response_spec.rb
|
659
|
+
- spec/models/collection_import_detail_response_spec.rb
|
660
|
+
- spec/models/ansible_role_response_spec.rb
|
663
661
|
- spec/models/nested_role_response_spec.rb
|
664
|
-
- spec/models/
|
665
|
-
- spec/models/
|
666
|
-
- spec/models/
|
667
|
-
- spec/models/
|
662
|
+
- spec/models/collection_version_copy_move_spec.rb
|
663
|
+
- spec/models/ansible_collection_version_response_spec.rb
|
664
|
+
- spec/models/collection_summary_response_spec.rb
|
665
|
+
- spec/models/patched_collection_spec.rb
|
666
|
+
- spec/models/set_label_spec.rb
|
667
|
+
- spec/models/collection_version_search_list_response_spec.rb
|
668
|
+
- spec/models/content_summary_response_spec.rb
|
668
669
|
- spec/models/collection_metadata_response_spec.rb
|
669
|
-
- spec/models/ansible_collection_version_signature_response_spec.rb
|
670
|
-
- spec/models/repo_metadata_response_spec.rb
|
671
|
-
- spec/models/repository_add_remove_content_spec.rb
|
672
|
-
- spec/models/ansible_ansible_distribution_spec.rb
|
673
|
-
- spec/models/set_label_response_spec.rb
|
674
|
-
- spec/models/collection_version_response_spec.rb
|
675
|
-
- spec/models/collection_version_list_response_spec.rb
|
676
|
-
- spec/models/collection_response_spec.rb
|
677
|
-
- spec/models/repository_response_spec.rb
|
678
|
-
- spec/models/namespace_link_response_spec.rb
|
679
|
-
- spec/models/ansible_collection_remote_response_hidden_fields_inner_spec.rb
|
680
|
-
- spec/models/paginatedansible_collection_version_response_list_spec.rb
|
681
|
-
- spec/models/copy_spec.rb
|
682
670
|
- spec/models/repair_spec.rb
|
683
|
-
- spec/models/
|
684
|
-
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
685
|
-
- spec/models/paginatedansible_ansible_collection_deprecated_response_list_spec.rb
|
686
|
-
- spec/models/ansible_collection_remote_response_spec.rb
|
687
|
-
- spec/models/unset_label_spec.rb
|
688
|
-
- spec/models/ansible_git_remote_response_spec.rb
|
689
|
-
- spec/models/ansible_role_spec.rb
|
690
|
-
- spec/models/ansible_role_remote_response_spec.rb
|
691
|
-
- spec/models/artifact_ref_response_spec.rb
|
692
|
-
- spec/models/nested_role_spec.rb
|
693
|
-
- spec/models/collection_ref_response_spec.rb
|
694
|
-
- spec/models/collection_version_search_list_response_spec.rb
|
695
|
-
- spec/models/paginated_galaxy_role_response_list_spec.rb
|
671
|
+
- spec/models/paginatedansible_ansible_namespace_metadata_response_list_spec.rb
|
696
672
|
- spec/models/namespace_link_spec.rb
|
697
|
-
- spec/models/
|
698
|
-
- spec/models/collection_import_detail_response_spec.rb
|
699
|
-
- spec/models/paginated_collection_version_list_response_list_spec.rb
|
700
|
-
- spec/models/collection_version_search_list_spec.rb
|
673
|
+
- spec/models/paginatedansible_ansible_collection_deprecated_response_list_spec.rb
|
701
674
|
- spec/models/paginated_tag_response_list_spec.rb
|
675
|
+
- spec/models/paginatedansible_collection_remote_response_list_spec.rb
|
676
|
+
- spec/models/ansible_ansible_distribution_spec.rb
|
677
|
+
- spec/models/collection_ref_response_spec.rb
|
678
|
+
- spec/models/ansible_collection_version_signature_response_spec.rb
|
679
|
+
- spec/models/object_roles_response_spec.rb
|
680
|
+
- spec/models/galaxy_role_version_response_spec.rb
|
681
|
+
- spec/models/paginated_collection_response_list_meta_spec.rb
|
682
|
+
- spec/models/ansible_collection_version_mark_response_spec.rb
|
702
683
|
- spec/models/paginated_collection_response_list_links_spec.rb
|
703
|
-
- spec/models/
|
704
|
-
- spec/models/
|
705
|
-
- spec/models/
|
706
|
-
- spec/models/content_summary_response_spec.rb
|
707
|
-
- spec/models/paginatedansible_collection_response_list_spec.rb
|
684
|
+
- spec/models/ansible_ansible_collection_deprecated_response_spec.rb
|
685
|
+
- spec/models/set_label_response_spec.rb
|
686
|
+
- spec/models/ansible_git_remote_response_spec.rb
|
708
687
|
- spec/models/patchedansible_ansible_repository_spec.rb
|
709
|
-
- spec/models/
|
710
|
-
- spec/models/
|
711
|
-
- spec/models/
|
712
|
-
- spec/models/
|
713
|
-
- spec/models/
|
714
|
-
- spec/models/
|
715
|
-
- spec/models/
|
716
|
-
- spec/models/ansible_ansible_namespace_metadata_response_spec.rb
|
688
|
+
- spec/models/repo_metadata_response_spec.rb
|
689
|
+
- spec/models/ansible_collection_remote_spec.rb
|
690
|
+
- spec/models/paginated_collection_response_list_spec.rb
|
691
|
+
- spec/models/paginated_collection_version_search_list_response_list_spec.rb
|
692
|
+
- spec/models/async_operation_response_spec.rb
|
693
|
+
- spec/models/unpaginated_collection_version_response_spec.rb
|
694
|
+
- spec/models/paginated_galaxy_role_response_list_spec.rb
|
717
695
|
- spec/models/ansible_role_remote_spec.rb
|
718
|
-
- spec/models/
|
719
|
-
- spec/models/
|
696
|
+
- spec/models/artifact_ref_response_spec.rb
|
697
|
+
- spec/models/policy_enum_spec.rb
|
698
|
+
- spec/models/paginatedansible_collection_version_signature_response_list_spec.rb
|
699
|
+
- spec/models/collection_version_signature_response_spec.rb
|
700
|
+
- spec/models/collection_version_docs_response_spec.rb
|
701
|
+
- spec/models/ansible_repository_mark_spec.rb
|
702
|
+
- spec/models/paginatedansible_role_remote_response_list_spec.rb
|
703
|
+
- spec/models/ansible_ansible_distribution_response_spec.rb
|
704
|
+
- spec/models/collection_version_list_response_spec.rb
|
705
|
+
- spec/models/repository_spec.rb
|
706
|
+
- spec/models/paginatedansible_git_remote_response_list_spec.rb
|
707
|
+
- spec/models/my_permissions_response_spec.rb
|
720
708
|
- spec/models/patchedansible_collection_remote_spec.rb
|
721
|
-
- spec/models/
|
709
|
+
- spec/models/ansible_ansible_collection_deprecated_spec.rb
|
710
|
+
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
711
|
+
- spec/models/collection_version_response_spec.rb
|
712
|
+
- spec/models/ansible_repository_sync_url_spec.rb
|
713
|
+
- spec/models/ansible_repository_signature_spec.rb
|
714
|
+
- spec/models/copy_spec.rb
|
715
|
+
- spec/models/ansible_repository_rebuild_spec.rb
|
716
|
+
- spec/models/galaxy_role_response_spec.rb
|
717
|
+
- spec/models/ansible_ansible_repository_response_spec.rb
|
718
|
+
- spec/models/repository_add_remove_content_spec.rb
|
719
|
+
- spec/models/collection_namespace_response_spec.rb
|
720
|
+
- spec/models/ansible_collection_remote_response_hidden_fields_inner_spec.rb
|
721
|
+
- spec/models/unset_label_spec.rb
|
722
722
|
- spec/spec_helper.rb
|