pulp_maven_client 0.3.1 → 0.3.2
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 +5 -5
- data/docs/ContentArtifactApi.md +1 -1
- data/docs/DistributionsMavenApi.md +1 -1
- data/docs/MavenMavenRemote.md +8 -6
- data/docs/MavenMavenRemoteResponse.md +8 -6
- data/docs/MavenMavenRepository.md +3 -3
- data/docs/MavenMavenRepositoryResponse.md +3 -3
- data/docs/PatchedmavenMavenRemote.md +8 -6
- data/docs/PatchedmavenMavenRepository.md +3 -3
- data/docs/RemotesMavenApi.md +1 -1
- data/docs/RepositoriesMavenApi.md +1 -1
- data/docs/RepositoriesMavenVersionsApi.md +1 -1
- data/lib/pulp_maven_client/configuration.rb +2 -2
- data/lib/pulp_maven_client/models/maven_maven_artifact.rb +19 -0
- data/lib/pulp_maven_client/models/maven_maven_distribution.rb +38 -0
- data/lib/pulp_maven_client/models/maven_maven_remote.rb +177 -7
- data/lib/pulp_maven_client/models/maven_maven_remote_response.rb +19 -7
- data/lib/pulp_maven_client/models/maven_maven_repository.rb +51 -16
- data/lib/pulp_maven_client/models/maven_maven_repository_response.rb +17 -16
- data/lib/pulp_maven_client/models/patchedmaven_maven_distribution.rb +30 -0
- data/lib/pulp_maven_client/models/patchedmaven_maven_remote.rb +169 -7
- data/lib/pulp_maven_client/models/patchedmaven_maven_repository.rb +47 -16
- data/lib/pulp_maven_client/version.rb +1 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/maven_maven_remote_response_spec.rb +6 -0
- data/spec/models/maven_maven_remote_spec.rb +6 -0
- data/spec/models/maven_maven_repository_response_spec.rb +1 -1
- data/spec/models/maven_maven_repository_spec.rb +1 -1
- data/spec/models/patchedmaven_maven_remote_spec.rb +6 -0
- data/spec/models/patchedmaven_maven_repository_spec.rb +1 -1
- metadata +20 -132
- data/build/lib/pulpcore/__init__.py +0 -2
- data/build/lib/pulpcore/client/__init__.py +0 -2
- data/build/lib/pulpcore/client/pulp_maven/__init__.py +0 -58
- data/build/lib/pulpcore/client/pulp_maven/api/__init__.py +0 -10
- data/build/lib/pulpcore/client/pulp_maven/api/content_artifact_api.py +0 -445
- data/build/lib/pulpcore/client/pulp_maven/api/distributions_maven_api.py +0 -830
- data/build/lib/pulpcore/client/pulp_maven/api/remotes_maven_api.py +0 -840
- data/build/lib/pulpcore/client/pulp_maven/api/repositories_maven_api.py +0 -809
- data/build/lib/pulpcore/client/pulp_maven/api/repositories_maven_versions_api.py +0 -614
- data/build/lib/pulpcore/client/pulp_maven/api_client.py +0 -667
- data/build/lib/pulpcore/client/pulp_maven/configuration.py +0 -427
- data/build/lib/pulpcore/client/pulp_maven/exceptions.py +0 -121
- data/build/lib/pulpcore/client/pulp_maven/models/__init__.py +0 -39
- data/build/lib/pulpcore/client/pulp_maven/models/async_operation_response.py +0 -124
- data/build/lib/pulpcore/client/pulp_maven/models/content_summary.py +0 -176
- data/build/lib/pulpcore/client/pulp_maven/models/content_summary_response.py +0 -176
- data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_artifact.py +0 -153
- data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_artifact_response.py +0 -290
- data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_distribution.py +0 -260
- data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_distribution_response.py +0 -342
- data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_remote.py +0 -657
- data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_remote_response.py +0 -604
- data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_repository.py +0 -232
- data/build/lib/pulpcore/client/pulp_maven/models/maven_maven_repository_response.py +0 -338
- data/build/lib/pulpcore/client/pulp_maven/models/paginated_repository_version_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_artifact_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_distribution_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_remote_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_repository_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_maven/models/patchedmaven_maven_distribution.py +0 -258
- data/build/lib/pulpcore/client/pulp_maven/models/patchedmaven_maven_remote.py +0 -655
- data/build/lib/pulpcore/client/pulp_maven/models/patchedmaven_maven_repository.py +0 -231
- data/build/lib/pulpcore/client/pulp_maven/models/policy_enum.py +0 -101
- data/build/lib/pulpcore/client/pulp_maven/models/repository_version.py +0 -123
- data/build/lib/pulpcore/client/pulp_maven/models/repository_version_response.py +0 -257
- data/build/lib/pulpcore/client/pulp_maven/rest.py +0 -292
- data/dist/pulp_maven-client-0.3.1.tar.gz +0 -0
- data/dist/pulp_maven_client-0.3.1-py3-none-any.whl +0 -0
- data/pulp_maven_client.egg-info/PKG-INFO +0 -15
- data/pulp_maven_client.egg-info/SOURCES.txt +0 -71
- data/pulp_maven_client.egg-info/dependency_links.txt +0 -1
- data/pulp_maven_client.egg-info/requires.txt +0 -4
- data/pulp_maven_client.egg-info/top_level.txt +0 -1
- data/pulpcore/__init__.py +0 -2
- data/pulpcore/client/__init__.py +0 -2
- data/pulpcore/client/pulp_maven/__init__.py +0 -58
- data/pulpcore/client/pulp_maven/api/__init__.py +0 -10
- data/pulpcore/client/pulp_maven/api/content_artifact_api.py +0 -445
- data/pulpcore/client/pulp_maven/api/distributions_maven_api.py +0 -830
- data/pulpcore/client/pulp_maven/api/remotes_maven_api.py +0 -840
- data/pulpcore/client/pulp_maven/api/repositories_maven_api.py +0 -809
- data/pulpcore/client/pulp_maven/api/repositories_maven_versions_api.py +0 -614
- data/pulpcore/client/pulp_maven/api_client.py +0 -667
- data/pulpcore/client/pulp_maven/configuration.py +0 -427
- data/pulpcore/client/pulp_maven/exceptions.py +0 -121
- data/pulpcore/client/pulp_maven/models/__init__.py +0 -39
- data/pulpcore/client/pulp_maven/models/async_operation_response.py +0 -124
- data/pulpcore/client/pulp_maven/models/content_summary.py +0 -176
- data/pulpcore/client/pulp_maven/models/content_summary_response.py +0 -176
- data/pulpcore/client/pulp_maven/models/maven_maven_artifact.py +0 -153
- data/pulpcore/client/pulp_maven/models/maven_maven_artifact_response.py +0 -290
- data/pulpcore/client/pulp_maven/models/maven_maven_distribution.py +0 -260
- data/pulpcore/client/pulp_maven/models/maven_maven_distribution_response.py +0 -342
- data/pulpcore/client/pulp_maven/models/maven_maven_remote.py +0 -657
- data/pulpcore/client/pulp_maven/models/maven_maven_remote_response.py +0 -604
- data/pulpcore/client/pulp_maven/models/maven_maven_repository.py +0 -232
- data/pulpcore/client/pulp_maven/models/maven_maven_repository_response.py +0 -338
- data/pulpcore/client/pulp_maven/models/paginated_repository_version_response_list.py +0 -197
- data/pulpcore/client/pulp_maven/models/paginatedmaven_maven_artifact_response_list.py +0 -197
- data/pulpcore/client/pulp_maven/models/paginatedmaven_maven_distribution_response_list.py +0 -197
- data/pulpcore/client/pulp_maven/models/paginatedmaven_maven_remote_response_list.py +0 -197
- data/pulpcore/client/pulp_maven/models/paginatedmaven_maven_repository_response_list.py +0 -197
- data/pulpcore/client/pulp_maven/models/patchedmaven_maven_distribution.py +0 -258
- data/pulpcore/client/pulp_maven/models/patchedmaven_maven_remote.py +0 -655
- data/pulpcore/client/pulp_maven/models/patchedmaven_maven_repository.py +0 -231
- data/pulpcore/client/pulp_maven/models/policy_enum.py +0 -101
- data/pulpcore/client/pulp_maven/models/repository_version.py +0 -123
- data/pulpcore/client/pulp_maven/models/repository_version_response.py +0 -257
- data/pulpcore/client/pulp_maven/rest.py +0 -292
- data/requirements.txt +0 -6
- data/setup.cfg +0 -2
- data/setup.py +0 -42
- data/test/__init__.py +0 -0
- data/test/test_async_operation_response.py +0 -54
- data/test/test_content_artifact_api.py +0 -55
- data/test/test_content_summary.py +0 -70
- data/test/test_content_summary_response.py +0 -70
- data/test/test_distributions_maven_api.py +0 -76
- data/test/test_maven_maven_artifact.py +0 -56
- data/test/test_maven_maven_artifact_response.py +0 -60
- data/test/test_maven_maven_distribution.py +0 -60
- data/test/test_maven_maven_distribution_response.py +0 -63
- data/test/test_maven_maven_remote.py +0 -76
- data/test/test_maven_maven_remote_response.py +0 -74
- data/test/test_maven_maven_repository.py +0 -58
- data/test/test_maven_maven_repository_response.py +0 -62
- data/test/test_paginated_repository_version_response_list.py +0 -64
- data/test/test_paginatedmaven_maven_artifact_response_list.py +0 -65
- data/test/test_paginatedmaven_maven_distribution_response_list.py +0 -67
- data/test/test_paginatedmaven_maven_remote_response_list.py +0 -78
- data/test/test_paginatedmaven_maven_repository_response_list.py +0 -67
- data/test/test_patchedmaven_maven_distribution.py +0 -58
- data/test/test_patchedmaven_maven_remote.py +0 -74
- data/test/test_patchedmaven_maven_repository.py +0 -57
- data/test/test_policy_enum.py +0 -52
- data/test/test_remotes_maven_api.py +0 -76
- data/test/test_repositories_maven_api.py +0 -76
- data/test/test_repositories_maven_versions_api.py +0 -61
- data/test/test_repository_version.py +0 -53
- data/test/test_repository_version_response.py +0 -58
- data/test-requirements.txt +0 -3
- data/tox.ini +0 -9
|
@@ -24,8 +24,9 @@ module PulpMavenClient
|
|
|
24
24
|
attr_accessor :description
|
|
25
25
|
|
|
26
26
|
# Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
|
|
27
|
-
attr_accessor :
|
|
27
|
+
attr_accessor :retain_repo_versions
|
|
28
28
|
|
|
29
|
+
# An optional remote to use by default when syncing.
|
|
29
30
|
attr_accessor :remote
|
|
30
31
|
|
|
31
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -34,7 +35,7 @@ module PulpMavenClient
|
|
|
34
35
|
:'pulp_labels' => :'pulp_labels',
|
|
35
36
|
:'name' => :'name',
|
|
36
37
|
:'description' => :'description',
|
|
37
|
-
:'
|
|
38
|
+
:'retain_repo_versions' => :'retain_repo_versions',
|
|
38
39
|
:'remote' => :'remote'
|
|
39
40
|
}
|
|
40
41
|
end
|
|
@@ -45,7 +46,7 @@ module PulpMavenClient
|
|
|
45
46
|
:'pulp_labels' => :'Object',
|
|
46
47
|
:'name' => :'String',
|
|
47
48
|
:'description' => :'String',
|
|
48
|
-
:'
|
|
49
|
+
:'retain_repo_versions' => :'Integer',
|
|
49
50
|
:'remote' => :'String'
|
|
50
51
|
}
|
|
51
52
|
end
|
|
@@ -54,7 +55,7 @@ module PulpMavenClient
|
|
|
54
55
|
def self.openapi_nullable
|
|
55
56
|
Set.new([
|
|
56
57
|
:'description',
|
|
57
|
-
:'
|
|
58
|
+
:'retain_repo_versions',
|
|
58
59
|
:'remote'
|
|
59
60
|
])
|
|
60
61
|
end
|
|
@@ -86,8 +87,8 @@ module PulpMavenClient
|
|
|
86
87
|
self.description = attributes[:'description']
|
|
87
88
|
end
|
|
88
89
|
|
|
89
|
-
if attributes.key?(:'
|
|
90
|
-
self.
|
|
90
|
+
if attributes.key?(:'retain_repo_versions')
|
|
91
|
+
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
|
91
92
|
end
|
|
92
93
|
|
|
93
94
|
if attributes.key?(:'remote')
|
|
@@ -99,8 +100,16 @@ module PulpMavenClient
|
|
|
99
100
|
# @return Array for valid properties with the reasons
|
|
100
101
|
def list_invalid_properties
|
|
101
102
|
invalid_properties = Array.new
|
|
102
|
-
if !@
|
|
103
|
-
invalid_properties.push('invalid value for "
|
|
103
|
+
if !@name.nil? && @name.to_s.length < 1
|
|
104
|
+
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
if !@description.nil? && @description.to_s.length < 1
|
|
108
|
+
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
|
112
|
+
invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
|
|
104
113
|
end
|
|
105
114
|
|
|
106
115
|
invalid_properties
|
|
@@ -109,18 +118,40 @@ module PulpMavenClient
|
|
|
109
118
|
# Check to see if the all the properties in the model are valid
|
|
110
119
|
# @return true if the model is valid
|
|
111
120
|
def valid?
|
|
112
|
-
return false if !@
|
|
121
|
+
return false if !@name.nil? && @name.to_s.length < 1
|
|
122
|
+
return false if !@description.nil? && @description.to_s.length < 1
|
|
123
|
+
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
|
113
124
|
true
|
|
114
125
|
end
|
|
115
126
|
|
|
116
127
|
# Custom attribute writer method with validation
|
|
117
|
-
# @param [Object]
|
|
118
|
-
def
|
|
119
|
-
if !
|
|
120
|
-
fail ArgumentError, 'invalid value for "
|
|
128
|
+
# @param [Object] name Value to be assigned
|
|
129
|
+
def name=(name)
|
|
130
|
+
if !name.nil? && name.to_s.length < 1
|
|
131
|
+
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
@name = name
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
# Custom attribute writer method with validation
|
|
138
|
+
# @param [Object] description Value to be assigned
|
|
139
|
+
def description=(description)
|
|
140
|
+
if !description.nil? && description.to_s.length < 1
|
|
141
|
+
fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
@description = description
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
# Custom attribute writer method with validation
|
|
148
|
+
# @param [Object] retain_repo_versions Value to be assigned
|
|
149
|
+
def retain_repo_versions=(retain_repo_versions)
|
|
150
|
+
if !retain_repo_versions.nil? && retain_repo_versions < 1
|
|
151
|
+
fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
|
|
121
152
|
end
|
|
122
153
|
|
|
123
|
-
@
|
|
154
|
+
@retain_repo_versions = retain_repo_versions
|
|
124
155
|
end
|
|
125
156
|
|
|
126
157
|
# Checks equality by comparing each attribute.
|
|
@@ -131,7 +162,7 @@ module PulpMavenClient
|
|
|
131
162
|
pulp_labels == o.pulp_labels &&
|
|
132
163
|
name == o.name &&
|
|
133
164
|
description == o.description &&
|
|
134
|
-
|
|
165
|
+
retain_repo_versions == o.retain_repo_versions &&
|
|
135
166
|
remote == o.remote
|
|
136
167
|
end
|
|
137
168
|
|
|
@@ -144,7 +175,7 @@ module PulpMavenClient
|
|
|
144
175
|
# Calculates hash code according to all attributes.
|
|
145
176
|
# @return [Integer] Hash code
|
|
146
177
|
def hash
|
|
147
|
-
[pulp_labels, name, description,
|
|
178
|
+
[pulp_labels, name, description, retain_repo_versions, remote].hash
|
|
148
179
|
end
|
|
149
180
|
|
|
150
181
|
# Builds the object from hash
|
data/spec/configuration_spec.rb
CHANGED
|
@@ -18,7 +18,7 @@ describe PulpMavenClient::Configuration do
|
|
|
18
18
|
before(:each) do
|
|
19
19
|
# uncomment below to setup host and base_path
|
|
20
20
|
# require 'URI'
|
|
21
|
-
# uri = URI.parse("
|
|
21
|
+
# uri = URI.parse("https://pulp")
|
|
22
22
|
# PulpMavenClient.configure do |c|
|
|
23
23
|
# c.host = uri.host
|
|
24
24
|
# c.base_path = uri.path
|
|
@@ -28,14 +28,14 @@ describe PulpMavenClient::Configuration do
|
|
|
28
28
|
describe '#base_url' do
|
|
29
29
|
it 'should have the default value' do
|
|
30
30
|
# uncomment below to test default value of the base path
|
|
31
|
-
# expect(config.base_url).to eq("
|
|
31
|
+
# expect(config.base_url).to eq("https://pulp")
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
it 'should remove trailing slashes' do
|
|
35
35
|
[nil, '', '/', '//'].each do |base_path|
|
|
36
36
|
config.base_path = base_path
|
|
37
37
|
# uncomment below to test trailing slashes
|
|
38
|
-
# expect(config.base_url).to eq("
|
|
38
|
+
# expect(config.base_url).to eq("https://pulp")
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
end
|
|
@@ -98,6 +98,12 @@ describe 'MavenMavenRemoteResponse' do
|
|
|
98
98
|
end
|
|
99
99
|
end
|
|
100
100
|
|
|
101
|
+
describe 'test attribute "max_retries"' do
|
|
102
|
+
it 'should work' do
|
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
|
|
101
107
|
describe 'test attribute "policy"' do
|
|
102
108
|
it 'should work' do
|
|
103
109
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -110,6 +110,12 @@ describe 'MavenMavenRemote' do
|
|
|
110
110
|
end
|
|
111
111
|
end
|
|
112
112
|
|
|
113
|
+
describe 'test attribute "max_retries"' do
|
|
114
|
+
it 'should work' do
|
|
115
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
116
|
+
end
|
|
117
|
+
end
|
|
118
|
+
|
|
113
119
|
describe 'test attribute "policy"' do
|
|
114
120
|
it 'should work' do
|
|
115
121
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -74,7 +74,7 @@ describe 'MavenMavenRepositoryResponse' do
|
|
|
74
74
|
end
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
describe 'test attribute "
|
|
77
|
+
describe 'test attribute "retain_repo_versions"' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
@@ -50,7 +50,7 @@ describe 'MavenMavenRepository' do
|
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "retain_repo_versions"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
@@ -110,6 +110,12 @@ describe 'PatchedmavenMavenRemote' do
|
|
|
110
110
|
end
|
|
111
111
|
end
|
|
112
112
|
|
|
113
|
+
describe 'test attribute "max_retries"' do
|
|
114
|
+
it 'should work' do
|
|
115
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
116
|
+
end
|
|
117
|
+
end
|
|
118
|
+
|
|
113
119
|
describe 'test attribute "policy"' do
|
|
114
120
|
it 'should work' do
|
|
115
121
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -50,7 +50,7 @@ describe 'PatchedmavenMavenRepository' do
|
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "retain_repo_versions"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_maven_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -74,44 +74,6 @@ files:
|
|
|
74
74
|
- Gemfile
|
|
75
75
|
- README.md
|
|
76
76
|
- Rakefile
|
|
77
|
-
- build/lib/pulpcore/__init__.py
|
|
78
|
-
- build/lib/pulpcore/client/__init__.py
|
|
79
|
-
- build/lib/pulpcore/client/pulp_maven/__init__.py
|
|
80
|
-
- build/lib/pulpcore/client/pulp_maven/api/__init__.py
|
|
81
|
-
- build/lib/pulpcore/client/pulp_maven/api/content_artifact_api.py
|
|
82
|
-
- build/lib/pulpcore/client/pulp_maven/api/distributions_maven_api.py
|
|
83
|
-
- build/lib/pulpcore/client/pulp_maven/api/remotes_maven_api.py
|
|
84
|
-
- build/lib/pulpcore/client/pulp_maven/api/repositories_maven_api.py
|
|
85
|
-
- build/lib/pulpcore/client/pulp_maven/api/repositories_maven_versions_api.py
|
|
86
|
-
- build/lib/pulpcore/client/pulp_maven/api_client.py
|
|
87
|
-
- build/lib/pulpcore/client/pulp_maven/configuration.py
|
|
88
|
-
- build/lib/pulpcore/client/pulp_maven/exceptions.py
|
|
89
|
-
- build/lib/pulpcore/client/pulp_maven/models/__init__.py
|
|
90
|
-
- build/lib/pulpcore/client/pulp_maven/models/async_operation_response.py
|
|
91
|
-
- build/lib/pulpcore/client/pulp_maven/models/content_summary.py
|
|
92
|
-
- build/lib/pulpcore/client/pulp_maven/models/content_summary_response.py
|
|
93
|
-
- build/lib/pulpcore/client/pulp_maven/models/maven_maven_artifact.py
|
|
94
|
-
- build/lib/pulpcore/client/pulp_maven/models/maven_maven_artifact_response.py
|
|
95
|
-
- build/lib/pulpcore/client/pulp_maven/models/maven_maven_distribution.py
|
|
96
|
-
- build/lib/pulpcore/client/pulp_maven/models/maven_maven_distribution_response.py
|
|
97
|
-
- build/lib/pulpcore/client/pulp_maven/models/maven_maven_remote.py
|
|
98
|
-
- build/lib/pulpcore/client/pulp_maven/models/maven_maven_remote_response.py
|
|
99
|
-
- build/lib/pulpcore/client/pulp_maven/models/maven_maven_repository.py
|
|
100
|
-
- build/lib/pulpcore/client/pulp_maven/models/maven_maven_repository_response.py
|
|
101
|
-
- build/lib/pulpcore/client/pulp_maven/models/paginated_repository_version_response_list.py
|
|
102
|
-
- build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_artifact_response_list.py
|
|
103
|
-
- build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_distribution_response_list.py
|
|
104
|
-
- build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_remote_response_list.py
|
|
105
|
-
- build/lib/pulpcore/client/pulp_maven/models/paginatedmaven_maven_repository_response_list.py
|
|
106
|
-
- build/lib/pulpcore/client/pulp_maven/models/patchedmaven_maven_distribution.py
|
|
107
|
-
- build/lib/pulpcore/client/pulp_maven/models/patchedmaven_maven_remote.py
|
|
108
|
-
- build/lib/pulpcore/client/pulp_maven/models/patchedmaven_maven_repository.py
|
|
109
|
-
- build/lib/pulpcore/client/pulp_maven/models/policy_enum.py
|
|
110
|
-
- build/lib/pulpcore/client/pulp_maven/models/repository_version.py
|
|
111
|
-
- build/lib/pulpcore/client/pulp_maven/models/repository_version_response.py
|
|
112
|
-
- build/lib/pulpcore/client/pulp_maven/rest.py
|
|
113
|
-
- dist/pulp_maven-client-0.3.1.tar.gz
|
|
114
|
-
- dist/pulp_maven_client-0.3.1-py3-none-any.whl
|
|
115
77
|
- docs/AsyncOperationResponse.md
|
|
116
78
|
- docs/ContentArtifactApi.md
|
|
117
79
|
- docs/ContentSummary.md
|
|
@@ -172,51 +134,7 @@ files:
|
|
|
172
134
|
- lib/pulp_maven_client/models/repository_version.rb
|
|
173
135
|
- lib/pulp_maven_client/models/repository_version_response.rb
|
|
174
136
|
- lib/pulp_maven_client/version.rb
|
|
175
|
-
- pulp_maven_client.egg-info/PKG-INFO
|
|
176
|
-
- pulp_maven_client.egg-info/SOURCES.txt
|
|
177
|
-
- pulp_maven_client.egg-info/dependency_links.txt
|
|
178
|
-
- pulp_maven_client.egg-info/requires.txt
|
|
179
|
-
- pulp_maven_client.egg-info/top_level.txt
|
|
180
137
|
- pulp_maven_client.gemspec
|
|
181
|
-
- pulpcore/__init__.py
|
|
182
|
-
- pulpcore/client/__init__.py
|
|
183
|
-
- pulpcore/client/pulp_maven/__init__.py
|
|
184
|
-
- pulpcore/client/pulp_maven/api/__init__.py
|
|
185
|
-
- pulpcore/client/pulp_maven/api/content_artifact_api.py
|
|
186
|
-
- pulpcore/client/pulp_maven/api/distributions_maven_api.py
|
|
187
|
-
- pulpcore/client/pulp_maven/api/remotes_maven_api.py
|
|
188
|
-
- pulpcore/client/pulp_maven/api/repositories_maven_api.py
|
|
189
|
-
- pulpcore/client/pulp_maven/api/repositories_maven_versions_api.py
|
|
190
|
-
- pulpcore/client/pulp_maven/api_client.py
|
|
191
|
-
- pulpcore/client/pulp_maven/configuration.py
|
|
192
|
-
- pulpcore/client/pulp_maven/exceptions.py
|
|
193
|
-
- pulpcore/client/pulp_maven/models/__init__.py
|
|
194
|
-
- pulpcore/client/pulp_maven/models/async_operation_response.py
|
|
195
|
-
- pulpcore/client/pulp_maven/models/content_summary.py
|
|
196
|
-
- pulpcore/client/pulp_maven/models/content_summary_response.py
|
|
197
|
-
- pulpcore/client/pulp_maven/models/maven_maven_artifact.py
|
|
198
|
-
- pulpcore/client/pulp_maven/models/maven_maven_artifact_response.py
|
|
199
|
-
- pulpcore/client/pulp_maven/models/maven_maven_distribution.py
|
|
200
|
-
- pulpcore/client/pulp_maven/models/maven_maven_distribution_response.py
|
|
201
|
-
- pulpcore/client/pulp_maven/models/maven_maven_remote.py
|
|
202
|
-
- pulpcore/client/pulp_maven/models/maven_maven_remote_response.py
|
|
203
|
-
- pulpcore/client/pulp_maven/models/maven_maven_repository.py
|
|
204
|
-
- pulpcore/client/pulp_maven/models/maven_maven_repository_response.py
|
|
205
|
-
- pulpcore/client/pulp_maven/models/paginated_repository_version_response_list.py
|
|
206
|
-
- pulpcore/client/pulp_maven/models/paginatedmaven_maven_artifact_response_list.py
|
|
207
|
-
- pulpcore/client/pulp_maven/models/paginatedmaven_maven_distribution_response_list.py
|
|
208
|
-
- pulpcore/client/pulp_maven/models/paginatedmaven_maven_remote_response_list.py
|
|
209
|
-
- pulpcore/client/pulp_maven/models/paginatedmaven_maven_repository_response_list.py
|
|
210
|
-
- pulpcore/client/pulp_maven/models/patchedmaven_maven_distribution.py
|
|
211
|
-
- pulpcore/client/pulp_maven/models/patchedmaven_maven_remote.py
|
|
212
|
-
- pulpcore/client/pulp_maven/models/patchedmaven_maven_repository.py
|
|
213
|
-
- pulpcore/client/pulp_maven/models/policy_enum.py
|
|
214
|
-
- pulpcore/client/pulp_maven/models/repository_version.py
|
|
215
|
-
- pulpcore/client/pulp_maven/models/repository_version_response.py
|
|
216
|
-
- pulpcore/client/pulp_maven/rest.py
|
|
217
|
-
- requirements.txt
|
|
218
|
-
- setup.cfg
|
|
219
|
-
- setup.py
|
|
220
138
|
- spec/api/content_artifact_api_spec.rb
|
|
221
139
|
- spec/api/distributions_maven_api_spec.rb
|
|
222
140
|
- spec/api/remotes_maven_api_spec.rb
|
|
@@ -247,36 +165,6 @@ files:
|
|
|
247
165
|
- spec/models/repository_version_response_spec.rb
|
|
248
166
|
- spec/models/repository_version_spec.rb
|
|
249
167
|
- spec/spec_helper.rb
|
|
250
|
-
- test-requirements.txt
|
|
251
|
-
- test/__init__.py
|
|
252
|
-
- test/test_async_operation_response.py
|
|
253
|
-
- test/test_content_artifact_api.py
|
|
254
|
-
- test/test_content_summary.py
|
|
255
|
-
- test/test_content_summary_response.py
|
|
256
|
-
- test/test_distributions_maven_api.py
|
|
257
|
-
- test/test_maven_maven_artifact.py
|
|
258
|
-
- test/test_maven_maven_artifact_response.py
|
|
259
|
-
- test/test_maven_maven_distribution.py
|
|
260
|
-
- test/test_maven_maven_distribution_response.py
|
|
261
|
-
- test/test_maven_maven_remote.py
|
|
262
|
-
- test/test_maven_maven_remote_response.py
|
|
263
|
-
- test/test_maven_maven_repository.py
|
|
264
|
-
- test/test_maven_maven_repository_response.py
|
|
265
|
-
- test/test_paginated_repository_version_response_list.py
|
|
266
|
-
- test/test_paginatedmaven_maven_artifact_response_list.py
|
|
267
|
-
- test/test_paginatedmaven_maven_distribution_response_list.py
|
|
268
|
-
- test/test_paginatedmaven_maven_remote_response_list.py
|
|
269
|
-
- test/test_paginatedmaven_maven_repository_response_list.py
|
|
270
|
-
- test/test_patchedmaven_maven_distribution.py
|
|
271
|
-
- test/test_patchedmaven_maven_remote.py
|
|
272
|
-
- test/test_patchedmaven_maven_repository.py
|
|
273
|
-
- test/test_policy_enum.py
|
|
274
|
-
- test/test_remotes_maven_api.py
|
|
275
|
-
- test/test_repositories_maven_api.py
|
|
276
|
-
- test/test_repositories_maven_versions_api.py
|
|
277
|
-
- test/test_repository_version.py
|
|
278
|
-
- test/test_repository_version_response.py
|
|
279
|
-
- tox.ini
|
|
280
168
|
homepage: https://openapi-generator.tech
|
|
281
169
|
licenses:
|
|
282
170
|
- GPL-2.0+
|
|
@@ -301,33 +189,33 @@ signing_key:
|
|
|
301
189
|
specification_version: 4
|
|
302
190
|
summary: Pulp 3 API Ruby Gem
|
|
303
191
|
test_files:
|
|
304
|
-
- spec/api/content_artifact_api_spec.rb
|
|
305
|
-
- spec/api/repositories_maven_versions_api_spec.rb
|
|
306
192
|
- spec/api/remotes_maven_api_spec.rb
|
|
307
|
-
- spec/api/
|
|
193
|
+
- spec/api/repositories_maven_versions_api_spec.rb
|
|
194
|
+
- spec/api/content_artifact_api_spec.rb
|
|
308
195
|
- spec/api/repositories_maven_api_spec.rb
|
|
196
|
+
- spec/api/distributions_maven_api_spec.rb
|
|
309
197
|
- spec/api_client_spec.rb
|
|
310
198
|
- spec/configuration_spec.rb
|
|
311
|
-
- spec/models/
|
|
199
|
+
- spec/models/maven_maven_remote_spec.rb
|
|
200
|
+
- spec/models/maven_maven_distribution_spec.rb
|
|
201
|
+
- spec/models/paginatedmaven_maven_repository_response_list_spec.rb
|
|
202
|
+
- spec/models/maven_maven_artifact_spec.rb
|
|
203
|
+
- spec/models/maven_maven_artifact_response_spec.rb
|
|
204
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
205
|
+
- spec/models/paginatedmaven_maven_remote_response_list_spec.rb
|
|
312
206
|
- spec/models/patchedmaven_maven_distribution_spec.rb
|
|
207
|
+
- spec/models/policy_enum_spec.rb
|
|
208
|
+
- spec/models/repository_version_response_spec.rb
|
|
209
|
+
- spec/models/maven_maven_repository_spec.rb
|
|
210
|
+
- spec/models/content_summary_response_spec.rb
|
|
211
|
+
- spec/models/maven_maven_remote_response_spec.rb
|
|
212
|
+
- spec/models/content_summary_spec.rb
|
|
213
|
+
- spec/models/repository_version_spec.rb
|
|
313
214
|
- spec/models/async_operation_response_spec.rb
|
|
314
215
|
- spec/models/patchedmaven_maven_remote_spec.rb
|
|
315
216
|
- spec/models/maven_maven_repository_response_spec.rb
|
|
316
217
|
- spec/models/paginatedmaven_maven_distribution_response_list_spec.rb
|
|
317
|
-
- spec/models/patchedmaven_maven_repository_spec.rb
|
|
318
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
319
|
-
- spec/models/maven_maven_artifact_response_spec.rb
|
|
320
|
-
- spec/models/maven_maven_remote_response_spec.rb
|
|
321
|
-
- spec/models/repository_version_spec.rb
|
|
322
|
-
- spec/models/maven_maven_artifact_spec.rb
|
|
323
|
-
- spec/models/policy_enum_spec.rb
|
|
324
|
-
- spec/models/paginatedmaven_maven_remote_response_list_spec.rb
|
|
325
218
|
- spec/models/paginatedmaven_maven_artifact_response_list_spec.rb
|
|
326
219
|
- spec/models/maven_maven_distribution_response_spec.rb
|
|
327
|
-
- spec/models/
|
|
328
|
-
- spec/models/content_summary_spec.rb
|
|
329
|
-
- spec/models/maven_maven_distribution_spec.rb
|
|
330
|
-
- spec/models/maven_maven_repository_spec.rb
|
|
331
|
-
- spec/models/paginatedmaven_maven_repository_response_list_spec.rb
|
|
332
|
-
- spec/models/maven_maven_remote_spec.rb
|
|
220
|
+
- spec/models/patchedmaven_maven_repository_spec.rb
|
|
333
221
|
- spec/spec_helper.rb
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
# flake8: noqa
|
|
4
|
-
|
|
5
|
-
"""
|
|
6
|
-
Pulp 3 API
|
|
7
|
-
|
|
8
|
-
Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
|
|
9
|
-
|
|
10
|
-
The version of the OpenAPI document: v3
|
|
11
|
-
Contact: pulp-list@redhat.com
|
|
12
|
-
Generated by: https://openapi-generator.tech
|
|
13
|
-
"""
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
from __future__ import absolute_import
|
|
17
|
-
|
|
18
|
-
__version__ = "0.3.1"
|
|
19
|
-
|
|
20
|
-
# import apis into sdk package
|
|
21
|
-
from pulpcore.client.pulp_maven.api.content_artifact_api import ContentArtifactApi
|
|
22
|
-
from pulpcore.client.pulp_maven.api.distributions_maven_api import DistributionsMavenApi
|
|
23
|
-
from pulpcore.client.pulp_maven.api.remotes_maven_api import RemotesMavenApi
|
|
24
|
-
from pulpcore.client.pulp_maven.api.repositories_maven_api import RepositoriesMavenApi
|
|
25
|
-
from pulpcore.client.pulp_maven.api.repositories_maven_versions_api import RepositoriesMavenVersionsApi
|
|
26
|
-
|
|
27
|
-
# import ApiClient
|
|
28
|
-
from pulpcore.client.pulp_maven.api_client import ApiClient
|
|
29
|
-
from pulpcore.client.pulp_maven.configuration import Configuration
|
|
30
|
-
from pulpcore.client.pulp_maven.exceptions import OpenApiException
|
|
31
|
-
from pulpcore.client.pulp_maven.exceptions import ApiTypeError
|
|
32
|
-
from pulpcore.client.pulp_maven.exceptions import ApiValueError
|
|
33
|
-
from pulpcore.client.pulp_maven.exceptions import ApiKeyError
|
|
34
|
-
from pulpcore.client.pulp_maven.exceptions import ApiException
|
|
35
|
-
# import models into sdk package
|
|
36
|
-
from pulpcore.client.pulp_maven.models.async_operation_response import AsyncOperationResponse
|
|
37
|
-
from pulpcore.client.pulp_maven.models.content_summary import ContentSummary
|
|
38
|
-
from pulpcore.client.pulp_maven.models.content_summary_response import ContentSummaryResponse
|
|
39
|
-
from pulpcore.client.pulp_maven.models.maven_maven_artifact import MavenMavenArtifact
|
|
40
|
-
from pulpcore.client.pulp_maven.models.maven_maven_artifact_response import MavenMavenArtifactResponse
|
|
41
|
-
from pulpcore.client.pulp_maven.models.maven_maven_distribution import MavenMavenDistribution
|
|
42
|
-
from pulpcore.client.pulp_maven.models.maven_maven_distribution_response import MavenMavenDistributionResponse
|
|
43
|
-
from pulpcore.client.pulp_maven.models.maven_maven_remote import MavenMavenRemote
|
|
44
|
-
from pulpcore.client.pulp_maven.models.maven_maven_remote_response import MavenMavenRemoteResponse
|
|
45
|
-
from pulpcore.client.pulp_maven.models.maven_maven_repository import MavenMavenRepository
|
|
46
|
-
from pulpcore.client.pulp_maven.models.maven_maven_repository_response import MavenMavenRepositoryResponse
|
|
47
|
-
from pulpcore.client.pulp_maven.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
|
|
48
|
-
from pulpcore.client.pulp_maven.models.paginatedmaven_maven_artifact_response_list import PaginatedmavenMavenArtifactResponseList
|
|
49
|
-
from pulpcore.client.pulp_maven.models.paginatedmaven_maven_distribution_response_list import PaginatedmavenMavenDistributionResponseList
|
|
50
|
-
from pulpcore.client.pulp_maven.models.paginatedmaven_maven_remote_response_list import PaginatedmavenMavenRemoteResponseList
|
|
51
|
-
from pulpcore.client.pulp_maven.models.paginatedmaven_maven_repository_response_list import PaginatedmavenMavenRepositoryResponseList
|
|
52
|
-
from pulpcore.client.pulp_maven.models.patchedmaven_maven_distribution import PatchedmavenMavenDistribution
|
|
53
|
-
from pulpcore.client.pulp_maven.models.patchedmaven_maven_remote import PatchedmavenMavenRemote
|
|
54
|
-
from pulpcore.client.pulp_maven.models.patchedmaven_maven_repository import PatchedmavenMavenRepository
|
|
55
|
-
from pulpcore.client.pulp_maven.models.policy_enum import PolicyEnum
|
|
56
|
-
from pulpcore.client.pulp_maven.models.repository_version import RepositoryVersion
|
|
57
|
-
from pulpcore.client.pulp_maven.models.repository_version_response import RepositoryVersionResponse
|
|
58
|
-
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
from __future__ import absolute_import
|
|
2
|
-
|
|
3
|
-
# flake8: noqa
|
|
4
|
-
|
|
5
|
-
# import apis into api package
|
|
6
|
-
from pulpcore.client.pulp_maven.api.content_artifact_api import ContentArtifactApi
|
|
7
|
-
from pulpcore.client.pulp_maven.api.distributions_maven_api import DistributionsMavenApi
|
|
8
|
-
from pulpcore.client.pulp_maven.api.remotes_maven_api import RemotesMavenApi
|
|
9
|
-
from pulpcore.client.pulp_maven.api.repositories_maven_api import RepositoriesMavenApi
|
|
10
|
-
from pulpcore.client.pulp_maven.api.repositories_maven_versions_api import RepositoriesMavenVersionsApi
|