pulp_ansible_client 0.10.0 → 0.10.3
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 +2 -2
- data/docs/AnsibleRoleResponse.md +2 -2
- data/docs/CollectionImportDetailResponse.md +2 -2
- data/lib/pulp_ansible_client/api_client.rb +1 -4
- data/lib/pulp_ansible_client/configuration.rb +1 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +10 -10
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +0 -10
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/pulp_ansible_client.gemspec +1 -1
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_role_response_spec.rb +2 -2
- metadata +81 -75
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f676118643008b866143c0efcfdbe8b4f9e9b159ac613e857bccfa8ee22320a
|
4
|
+
data.tar.gz: 973e5c7ee32fb69a0b7bcc54c1ac0f99344db39ded69b986dd378639cd8a31b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40447efcbe89efdda7af6337026b4b34451444d7e91450e4b00c01c303ca224b05da4a121ddf98407a4488f4a121c3e40955f3daef5e1bfc74ab4c8b34b8c10a
|
7
|
+
data.tar.gz: de003c27bc9281d868a7f6cd689929118d4fd9e95f85334cc0f417a7f1ee827373334e171bd86410d202a92362b5551f71c059294de593c266857d561a96f518
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 0.10.
|
10
|
+
- Package version: 0.10.3
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_ansible_client-0.10.
|
27
|
+
gem install ./pulp_ansible_client-0.10.3.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.10.
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.10.3.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_ansible_client', '~> 0.10.
|
36
|
+
gem 'pulp_ansible_client', '~> 0.10.3'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -5,8 +5,8 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**artifact** | **String** | Artifact file representing the physical content |
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
8
|
**pulp_href** | **String** | | [optional] [readonly]
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
10
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
11
11
|
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
12
12
|
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
|
@@ -38,8 +38,8 @@ Name | Type | Description | Notes
|
|
38
38
|
require 'PulpAnsibleClient'
|
39
39
|
|
40
40
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
|
41
|
-
pulp_created: null,
|
42
41
|
pulp_href: null,
|
42
|
+
pulp_created: null,
|
43
43
|
md5: null,
|
44
44
|
sha1: null,
|
45
45
|
sha224: null,
|
data/docs/AnsibleRoleResponse.md
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**artifact** | **String** | Artifact file representing the physical content |
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
8
|
**pulp_href** | **String** | | [optional] [readonly]
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
10
|
**version** | **String** | |
|
11
11
|
**name** | **String** | |
|
12
12
|
**namespace** | **String** | |
|
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
|
|
17
17
|
require 'PulpAnsibleClient'
|
18
18
|
|
19
19
|
instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
|
20
|
-
pulp_created: null,
|
21
20
|
pulp_href: null,
|
21
|
+
pulp_created: null,
|
22
22
|
version: null,
|
23
23
|
name: null,
|
24
24
|
namespace: null)
|
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
|
|
9
9
|
**created_at** | **DateTime** | |
|
10
10
|
**updated_at** | **DateTime** | |
|
11
11
|
**started_at** | **DateTime** | |
|
12
|
-
**finished_at** | **DateTime** | |
|
13
|
-
**error** | [**Object**](.md) | |
|
12
|
+
**finished_at** | **DateTime** | | [optional]
|
13
|
+
**error** | [**Object**](.md) | | [optional]
|
14
14
|
**messages** | [**Object**](.md) | |
|
15
15
|
|
16
16
|
## Code Sample
|
@@ -118,9 +118,6 @@ module PulpAnsibleClient
|
|
118
118
|
update_params_for_auth! header_params, query_params, opts[:auth_names]
|
119
119
|
|
120
120
|
req_opts = {
|
121
|
-
:method => http_method,
|
122
|
-
:headers => header_params,
|
123
|
-
:params => query_params,
|
124
121
|
:params_encoding => @config.params_encoding,
|
125
122
|
:timeout => @config.timeout,
|
126
123
|
:verbose => @config.debugging
|
@@ -128,13 +125,13 @@ module PulpAnsibleClient
|
|
128
125
|
|
129
126
|
if [:post, :patch, :put, :delete].include?(http_method)
|
130
127
|
req_body = build_request_body(header_params, form_params, opts[:body])
|
131
|
-
req_opts.update :body => req_body
|
132
128
|
if @config.debugging
|
133
129
|
@config.logger.debug "HTTP request body param ~BEGIN~\n#{req_body}\n~END~\n"
|
134
130
|
end
|
135
131
|
end
|
136
132
|
request.headers = header_params
|
137
133
|
request.body = req_body
|
134
|
+
request.options = OpenStruct.new(req_opts)
|
138
135
|
request.url url
|
139
136
|
request.params = query_params
|
140
137
|
download_file(request) if opts[:return_type] == 'File'
|
@@ -18,11 +18,11 @@ module PulpAnsibleClient
|
|
18
18
|
# Artifact file representing the physical content
|
19
19
|
attr_accessor :artifact
|
20
20
|
|
21
|
+
attr_accessor :pulp_href
|
22
|
+
|
21
23
|
# Timestamp of creation.
|
22
24
|
attr_accessor :pulp_created
|
23
25
|
|
24
|
-
attr_accessor :pulp_href
|
25
|
-
|
26
26
|
# The MD5 checksum if available.
|
27
27
|
attr_accessor :md5
|
28
28
|
|
@@ -98,8 +98,8 @@ module PulpAnsibleClient
|
|
98
98
|
def self.attribute_map
|
99
99
|
{
|
100
100
|
:'artifact' => :'artifact',
|
101
|
-
:'pulp_created' => :'pulp_created',
|
102
101
|
:'pulp_href' => :'pulp_href',
|
102
|
+
:'pulp_created' => :'pulp_created',
|
103
103
|
:'md5' => :'md5',
|
104
104
|
:'sha1' => :'sha1',
|
105
105
|
:'sha224' => :'sha224',
|
@@ -131,8 +131,8 @@ module PulpAnsibleClient
|
|
131
131
|
def self.openapi_types
|
132
132
|
{
|
133
133
|
:'artifact' => :'String',
|
134
|
-
:'pulp_created' => :'DateTime',
|
135
134
|
:'pulp_href' => :'String',
|
135
|
+
:'pulp_created' => :'DateTime',
|
136
136
|
:'md5' => :'String',
|
137
137
|
:'sha1' => :'String',
|
138
138
|
:'sha224' => :'String',
|
@@ -186,14 +186,14 @@ module PulpAnsibleClient
|
|
186
186
|
self.artifact = attributes[:'artifact']
|
187
187
|
end
|
188
188
|
|
189
|
-
if attributes.key?(:'pulp_created')
|
190
|
-
self.pulp_created = attributes[:'pulp_created']
|
191
|
-
end
|
192
|
-
|
193
189
|
if attributes.key?(:'pulp_href')
|
194
190
|
self.pulp_href = attributes[:'pulp_href']
|
195
191
|
end
|
196
192
|
|
193
|
+
if attributes.key?(:'pulp_created')
|
194
|
+
self.pulp_created = attributes[:'pulp_created']
|
195
|
+
end
|
196
|
+
|
197
197
|
if attributes.key?(:'md5')
|
198
198
|
self.md5 = attributes[:'md5']
|
199
199
|
end
|
@@ -549,8 +549,8 @@ module PulpAnsibleClient
|
|
549
549
|
return true if self.equal?(o)
|
550
550
|
self.class == o.class &&
|
551
551
|
artifact == o.artifact &&
|
552
|
-
pulp_created == o.pulp_created &&
|
553
552
|
pulp_href == o.pulp_href &&
|
553
|
+
pulp_created == o.pulp_created &&
|
554
554
|
md5 == o.md5 &&
|
555
555
|
sha1 == o.sha1 &&
|
556
556
|
sha224 == o.sha224 &&
|
@@ -586,7 +586,7 @@ module PulpAnsibleClient
|
|
586
586
|
# Calculates hash code according to all attributes.
|
587
587
|
# @return [Integer] Hash code
|
588
588
|
def hash
|
589
|
-
[artifact,
|
589
|
+
[artifact, pulp_href, pulp_created, md5, sha1, sha224, sha256, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, repository, tags, version, requires_ansible].hash
|
590
590
|
end
|
591
591
|
|
592
592
|
# Builds the object from hash
|
@@ -18,11 +18,11 @@ module PulpAnsibleClient
|
|
18
18
|
# Artifact file representing the physical content
|
19
19
|
attr_accessor :artifact
|
20
20
|
|
21
|
+
attr_accessor :pulp_href
|
22
|
+
|
21
23
|
# Timestamp of creation.
|
22
24
|
attr_accessor :pulp_created
|
23
25
|
|
24
|
-
attr_accessor :pulp_href
|
25
|
-
|
26
26
|
attr_accessor :version
|
27
27
|
|
28
28
|
attr_accessor :name
|
@@ -33,8 +33,8 @@ module PulpAnsibleClient
|
|
33
33
|
def self.attribute_map
|
34
34
|
{
|
35
35
|
:'artifact' => :'artifact',
|
36
|
-
:'pulp_created' => :'pulp_created',
|
37
36
|
:'pulp_href' => :'pulp_href',
|
37
|
+
:'pulp_created' => :'pulp_created',
|
38
38
|
:'version' => :'version',
|
39
39
|
:'name' => :'name',
|
40
40
|
:'namespace' => :'namespace'
|
@@ -45,8 +45,8 @@ module PulpAnsibleClient
|
|
45
45
|
def self.openapi_types
|
46
46
|
{
|
47
47
|
:'artifact' => :'String',
|
48
|
-
:'pulp_created' => :'DateTime',
|
49
48
|
:'pulp_href' => :'String',
|
49
|
+
:'pulp_created' => :'DateTime',
|
50
50
|
:'version' => :'String',
|
51
51
|
:'name' => :'String',
|
52
52
|
:'namespace' => :'String'
|
@@ -78,14 +78,14 @@ module PulpAnsibleClient
|
|
78
78
|
self.artifact = attributes[:'artifact']
|
79
79
|
end
|
80
80
|
|
81
|
-
if attributes.key?(:'pulp_created')
|
82
|
-
self.pulp_created = attributes[:'pulp_created']
|
83
|
-
end
|
84
|
-
|
85
81
|
if attributes.key?(:'pulp_href')
|
86
82
|
self.pulp_href = attributes[:'pulp_href']
|
87
83
|
end
|
88
84
|
|
85
|
+
if attributes.key?(:'pulp_created')
|
86
|
+
self.pulp_created = attributes[:'pulp_created']
|
87
|
+
end
|
88
|
+
|
89
89
|
if attributes.key?(:'version')
|
90
90
|
self.version = attributes[:'version']
|
91
91
|
end
|
@@ -138,8 +138,8 @@ module PulpAnsibleClient
|
|
138
138
|
return true if self.equal?(o)
|
139
139
|
self.class == o.class &&
|
140
140
|
artifact == o.artifact &&
|
141
|
-
pulp_created == o.pulp_created &&
|
142
141
|
pulp_href == o.pulp_href &&
|
142
|
+
pulp_created == o.pulp_created &&
|
143
143
|
version == o.version &&
|
144
144
|
name == o.name &&
|
145
145
|
namespace == o.namespace
|
@@ -154,7 +154,7 @@ module PulpAnsibleClient
|
|
154
154
|
# Calculates hash code according to all attributes.
|
155
155
|
# @return [Integer] Hash code
|
156
156
|
def hash
|
157
|
-
[artifact,
|
157
|
+
[artifact, pulp_href, pulp_created, version, name, namespace].hash
|
158
158
|
end
|
159
159
|
|
160
160
|
# Builds the object from hash
|
@@ -137,14 +137,6 @@ module PulpAnsibleClient
|
|
137
137
|
invalid_properties.push('invalid value for "started_at", started_at cannot be nil.')
|
138
138
|
end
|
139
139
|
|
140
|
-
if @finished_at.nil?
|
141
|
-
invalid_properties.push('invalid value for "finished_at", finished_at cannot be nil.')
|
142
|
-
end
|
143
|
-
|
144
|
-
if @error.nil?
|
145
|
-
invalid_properties.push('invalid value for "error", error cannot be nil.')
|
146
|
-
end
|
147
|
-
|
148
140
|
if @messages.nil?
|
149
141
|
invalid_properties.push('invalid value for "messages", messages cannot be nil.')
|
150
142
|
end
|
@@ -160,8 +152,6 @@ module PulpAnsibleClient
|
|
160
152
|
return false if @created_at.nil?
|
161
153
|
return false if @updated_at.nil?
|
162
154
|
return false if @started_at.nil?
|
163
|
-
return false if @finished_at.nil?
|
164
|
-
return false if @error.nil?
|
165
155
|
return false if @messages.nil?
|
166
156
|
true
|
167
157
|
end
|
data/pulp_ansible_client.gemspec
CHANGED
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
s.license = 'GPL-2.0+'
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
29
29
|
|
30
|
-
s.add_runtime_dependency 'faraday', '
|
30
|
+
s.add_runtime_dependency 'faraday', '~> 0.17', '< 1.9.0'
|
31
31
|
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
|
32
32
|
|
33
33
|
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
@@ -38,13 +38,13 @@ describe 'AnsibleCollectionVersionResponse' do
|
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "pulp_href"' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "pulp_created"' do
|
48
48
|
it 'should work' do
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
50
|
end
|
@@ -38,13 +38,13 @@ describe 'AnsibleRoleResponse' do
|
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "pulp_href"' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "pulp_created"' do
|
48
48
|
it 'should work' do
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
50
|
end
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_ansible_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.17'
|
20
|
+
- - "<"
|
18
21
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
22
|
+
version: 1.9.0
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - "~>"
|
25
28
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
29
|
+
version: '0.17'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 1.9.0
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: json
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -369,93 +375,93 @@ signing_key:
|
|
369
375
|
specification_version: 4
|
370
376
|
summary: Pulp 3 API Ruby Gem
|
371
377
|
test_files:
|
372
|
-
- spec/api/repositories_ansible_api_spec.rb
|
373
|
-
- spec/api/api_collections_api_spec.rb
|
374
|
-
- spec/api/content_roles_api_spec.rb
|
375
|
-
- spec/api/pulp_ansible_api_api_spec.rb
|
376
378
|
- spec/api/versions_api_spec.rb
|
377
|
-
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
378
|
-
- spec/api/remotes_collection_api_spec.rb
|
379
|
-
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
380
|
-
- spec/api/content_collection_deprecations_api_spec.rb
|
381
|
-
- spec/api/remotes_role_api_spec.rb
|
382
|
-
- spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
|
383
|
-
- spec/api/pulp_ansible_api_v3_collections_api_spec.rb
|
384
379
|
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
385
|
-
- spec/api/
|
386
|
-
- spec/api/
|
387
|
-
- spec/api/api_roles_api_spec.rb
|
380
|
+
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
381
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
|
388
382
|
- spec/api/galaxy_detail_api_spec.rb
|
383
|
+
- spec/api/remotes_role_api_spec.rb
|
389
384
|
- spec/api/ansible_collections_api_spec.rb
|
390
|
-
- spec/api/
|
385
|
+
- spec/api/content_roles_api_spec.rb
|
386
|
+
- spec/api/pulp_ansible_api_v3_collections_api_spec.rb
|
391
387
|
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
392
|
-
- spec/api/
|
393
|
-
- spec/api/
|
388
|
+
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
389
|
+
- spec/api/repositories_ansible_api_spec.rb
|
390
|
+
- spec/api/collection_import_api_spec.rb
|
391
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
|
394
392
|
- spec/api/repositories_ansible_versions_api_spec.rb
|
395
|
-
- spec/api/
|
393
|
+
- spec/api/ansible_copy_api_spec.rb
|
394
|
+
- spec/api/api_roles_api_spec.rb
|
395
|
+
- spec/api/pulp_ansible_api_api_spec.rb
|
396
396
|
- spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
|
397
|
+
- spec/api/content_collection_versions_api_spec.rb
|
398
|
+
- spec/api/content_collection_deprecations_api_spec.rb
|
399
|
+
- spec/api/remotes_collection_api_spec.rb
|
400
|
+
- spec/api/pulp_ansible_tags_api_spec.rb
|
401
|
+
- spec/api/api_collections_api_spec.rb
|
402
|
+
- spec/api/distributions_ansible_api_spec.rb
|
397
403
|
- spec/api_client_spec.rb
|
398
404
|
- spec/configuration_spec.rb
|
399
|
-
- spec/models/ansible_role_response_spec.rb
|
400
|
-
- spec/models/collection_ref_response_spec.rb
|
401
|
-
- spec/models/ansible_ansible_distribution_spec.rb
|
402
|
-
- spec/models/paginatedansible_ansible_repository_response_list_spec.rb
|
403
|
-
- spec/models/ansible_collection_version_spec.rb
|
404
|
-
- spec/models/paginated_galaxy_role_response_list_spec.rb
|
405
|
-
- spec/models/copy_spec.rb
|
406
|
-
- spec/models/ansible_ansible_repository_spec.rb
|
407
|
-
- spec/models/paginatedansible_role_remote_response_list_spec.rb
|
408
|
-
- spec/models/collection_namespace_response_spec.rb
|
409
|
-
- spec/models/repo_metadata_response_spec.rb
|
410
|
-
- spec/models/collection_version_docs_response_spec.rb
|
411
|
-
- spec/models/galaxy_role_response_spec.rb
|
412
|
-
- spec/models/galaxy_role_version_response_spec.rb
|
413
405
|
- spec/models/galaxy_collection_spec.rb
|
414
|
-
- spec/models/
|
406
|
+
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
415
407
|
- spec/models/paginated_collection_version_response_list_spec.rb
|
408
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
409
|
+
- spec/models/paginatedansible_role_response_list_spec.rb
|
410
|
+
- spec/models/content_summary_response_spec.rb
|
416
411
|
- spec/models/patchedansible_role_remote_spec.rb
|
417
|
-
- spec/models/
|
418
|
-
- spec/models/
|
419
|
-
- spec/models/
|
420
|
-
- spec/models/
|
421
|
-
- spec/models/
|
412
|
+
- spec/models/artifact_ref_response_spec.rb
|
413
|
+
- spec/models/paginated_collection_response_list_links_spec.rb
|
414
|
+
- spec/models/paginated_collection_response_list_spec.rb
|
415
|
+
- spec/models/collection_ref_response_spec.rb
|
416
|
+
- spec/models/ansible_collection_response_spec.rb
|
417
|
+
- spec/models/paginatedansible_collection_response_list_spec.rb
|
418
|
+
- spec/models/copy_spec.rb
|
419
|
+
- spec/models/paginatedansible_collection_version_response_list_spec.rb
|
420
|
+
- spec/models/patchedansible_ansible_distribution_spec.rb
|
421
|
+
- spec/models/paginated_galaxy_collection_version_response_list_spec.rb
|
422
|
+
- spec/models/ansible_collection_version_response_spec.rb
|
423
|
+
- spec/models/collection_import_detail_response_spec.rb
|
422
424
|
- spec/models/ansible_collection_remote_spec.rb
|
423
|
-
- spec/models/
|
425
|
+
- spec/models/ansible_role_remote_spec.rb
|
424
426
|
- spec/models/paginated_galaxy_role_version_response_list_spec.rb
|
425
|
-
- spec/models/
|
426
|
-
- spec/models/
|
427
|
-
- spec/models/
|
428
|
-
- spec/models/
|
427
|
+
- spec/models/content_summary_spec.rb
|
428
|
+
- spec/models/ansible_ansible_repository_response_spec.rb
|
429
|
+
- spec/models/policy_enum_spec.rb
|
430
|
+
- spec/models/ansible_role_remote_response_spec.rb
|
431
|
+
- spec/models/paginatedansible_role_remote_response_list_spec.rb
|
432
|
+
- spec/models/ansible_role_response_spec.rb
|
433
|
+
- spec/models/ansible_tag_response_spec.rb
|
434
|
+
- spec/models/tag_response_spec.rb
|
435
|
+
- spec/models/patchedansible_ansible_repository_spec.rb
|
436
|
+
- spec/models/ansible_ansible_repository_spec.rb
|
437
|
+
- spec/models/collection_response_spec.rb
|
438
|
+
- spec/models/ansible_collection_spec.rb
|
439
|
+
- spec/models/galaxy_role_version_response_spec.rb
|
440
|
+
- spec/models/ansible_collection_remote_response_spec.rb
|
441
|
+
- spec/models/collection_version_docs_response_spec.rb
|
429
442
|
- spec/models/async_operation_response_spec.rb
|
443
|
+
- spec/models/collection_one_shot_spec.rb
|
444
|
+
- spec/models/paginated_collection_response_list_meta_spec.rb
|
445
|
+
- spec/models/ansible_ansible_distribution_response_spec.rb
|
446
|
+
- spec/models/repository_add_remove_content_spec.rb
|
430
447
|
- spec/models/galaxy_collection_response_spec.rb
|
431
|
-
- spec/models/tag_response_spec.rb
|
432
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
433
|
-
- spec/models/paginatedansible_collection_version_response_list_spec.rb
|
434
|
-
- spec/models/patchedansible_ansible_distribution_spec.rb
|
435
448
|
- spec/models/collection_version_response_spec.rb
|
436
|
-
- spec/models/collection_metadata_response_spec.rb
|
437
|
-
- spec/models/ansible_collection_response_spec.rb
|
438
|
-
- spec/models/paginatedansible_role_response_list_spec.rb
|
439
|
-
- spec/models/ansible_repository_sync_url_spec.rb
|
440
|
-
- spec/models/artifact_ref_response_spec.rb
|
441
|
-
- spec/models/ansible_collection_remote_response_spec.rb
|
442
|
-
- spec/models/ansible_role_remote_response_spec.rb
|
443
|
-
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
444
|
-
- spec/models/content_summary_spec.rb
|
445
449
|
- spec/models/paginated_tag_response_list_spec.rb
|
450
|
+
- spec/models/paginated_galaxy_role_response_list_spec.rb
|
451
|
+
- spec/models/paginatedansible_ansible_repository_response_list_spec.rb
|
452
|
+
- spec/models/repository_version_response_spec.rb
|
453
|
+
- spec/models/ansible_role_spec.rb
|
446
454
|
- spec/models/patchedansible_collection_remote_spec.rb
|
447
|
-
- spec/models/
|
448
|
-
- spec/models/
|
449
|
-
- spec/models/
|
450
|
-
- spec/models/
|
451
|
-
- spec/models/
|
452
|
-
- spec/models/
|
453
|
-
- spec/models/
|
454
|
-
- spec/models/repository_add_remove_content_spec.rb
|
455
|
-
- spec/models/paginated_collection_response_list_meta_spec.rb
|
455
|
+
- spec/models/ansible_repository_sync_url_spec.rb
|
456
|
+
- spec/models/collection_metadata_response_spec.rb
|
457
|
+
- spec/models/paginated_galaxy_collection_response_list_spec.rb
|
458
|
+
- spec/models/ansible_collection_version_spec.rb
|
459
|
+
- spec/models/repository_version_spec.rb
|
460
|
+
- spec/models/paginatedansible_collection_remote_response_list_spec.rb
|
461
|
+
- spec/models/galaxy_role_response_spec.rb
|
456
462
|
- spec/models/unpaginated_collection_version_response_spec.rb
|
457
|
-
- spec/models/
|
458
|
-
- spec/models/
|
459
|
-
- spec/models/
|
460
|
-
- spec/models/
|
463
|
+
- spec/models/collection_namespace_response_spec.rb
|
464
|
+
- spec/models/repo_metadata_response_spec.rb
|
465
|
+
- spec/models/galaxy_collection_version_response_spec.rb
|
466
|
+
- spec/models/ansible_ansible_distribution_spec.rb
|
461
467
|
- spec/spec_helper.rb
|