pulp_2to3_migration_client 0.10.0.dev1616125184 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/Pulp2ContentApi.md +2 -2
- data/lib/pulp_2to3_migration_client/api/pulp2_content_api.rb +22 -2
- data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content_response.rb +1 -5
- data/lib/pulp_2to3_migration_client/version.rb +1 -1
- data/spec/api/pulp2_content_api_spec.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87ababfd999778cd51d3e9dfad9228466ed420dfd1e8b2e2a28528c603d9ca4e
|
4
|
+
data.tar.gz: 38327b28b280e5ef002b5086756d5d75e909c976e6b39f4ac10bffa1ae892220
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8af60e78a7de7617a583c9e463a68718a0a54bc35c965755c410f9bc178472e2a9941b31fa537d96f28dc2406a78597009d95c4380fe0bcdf6c9cbfe0437ebaa
|
7
|
+
data.tar.gz: 8d267c8d2e770829e25b2f6525c0cd0bf532af93e520afad77e0343eddfaced9636c6fdd692c7b14f823151e953870a79df2ddcb8634b36f1235fbeb107e1032
|
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.0
|
10
|
+
- Package version: 0.10.0
|
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_2to3_migration_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_2to3_migration_client-0.10.0.
|
27
|
+
gem install ./pulp_2to3_migration_client-0.10.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.10.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.10.0.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_2to3_migration_client', '~> 0.10.0
|
36
|
+
gem 'pulp_2to3_migration_client', '~> 0.10.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/Pulp2ContentApi.md
CHANGED
@@ -38,7 +38,7 @@ opts = {
|
|
38
38
|
pulp2_content_type_id__in: ['pulp2_content_type_id__in_example'], # Array<String> | Filter results where pulp2_content_type_id is in a comma-separated list of values
|
39
39
|
pulp2_id: 'pulp2_id_example', # String |
|
40
40
|
pulp2_id__in: ['pulp2_id__in_example'], # Array<String> | Filter results where pulp2_id is in a comma-separated list of values
|
41
|
-
pulp2_last_updated:
|
41
|
+
pulp2_last_updated: 56, # Integer | ISO 8601 formatted dates are supported
|
42
42
|
pulp2_last_updated__gt: 56, # Integer | Filter results where pulp2_last_updated is greater than value
|
43
43
|
pulp2_last_updated__gte: 56, # Integer | Filter results where pulp2_last_updated is greater than or equal to value
|
44
44
|
pulp2_last_updated__lt: 56, # Integer | Filter results where pulp2_last_updated is less than value
|
@@ -70,7 +70,7 @@ Name | Type | Description | Notes
|
|
70
70
|
**pulp2_content_type_id__in** | [**Array<String>**](String.md)| Filter results where pulp2_content_type_id is in a comma-separated list of values | [optional]
|
71
71
|
**pulp2_id** | **String**| | [optional]
|
72
72
|
**pulp2_id__in** | [**Array<String>**](String.md)| Filter results where pulp2_id is in a comma-separated list of values | [optional]
|
73
|
-
**pulp2_last_updated** | **
|
73
|
+
**pulp2_last_updated** | **Integer**| ISO 8601 formatted dates are supported | [optional]
|
74
74
|
**pulp2_last_updated__gt** | **Integer**| Filter results where pulp2_last_updated is greater than value | [optional]
|
75
75
|
**pulp2_last_updated__gte** | **Integer**| Filter results where pulp2_last_updated is greater than or equal to value | [optional]
|
76
76
|
**pulp2_last_updated__lt** | **Integer**| Filter results where pulp2_last_updated is less than value | [optional]
|
@@ -29,7 +29,7 @@ module Pulp2to3MigrationClient
|
|
29
29
|
# @option opts [Array<String>] :pulp2_content_type_id__in Filter results where pulp2_content_type_id is in a comma-separated list of values
|
30
30
|
# @option opts [String] :pulp2_id
|
31
31
|
# @option opts [Array<String>] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
|
32
|
-
# @option opts [
|
32
|
+
# @option opts [Integer] :pulp2_last_updated ISO 8601 formatted dates are supported
|
33
33
|
# @option opts [Integer] :pulp2_last_updated__gt Filter results where pulp2_last_updated is greater than value
|
34
34
|
# @option opts [Integer] :pulp2_last_updated__gte Filter results where pulp2_last_updated is greater than or equal to value
|
35
35
|
# @option opts [Integer] :pulp2_last_updated__lt Filter results where pulp2_last_updated is less than value
|
@@ -54,7 +54,7 @@ module Pulp2to3MigrationClient
|
|
54
54
|
# @option opts [Array<String>] :pulp2_content_type_id__in Filter results where pulp2_content_type_id is in a comma-separated list of values
|
55
55
|
# @option opts [String] :pulp2_id
|
56
56
|
# @option opts [Array<String>] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
|
57
|
-
# @option opts [
|
57
|
+
# @option opts [Integer] :pulp2_last_updated ISO 8601 formatted dates are supported
|
58
58
|
# @option opts [Integer] :pulp2_last_updated__gt Filter results where pulp2_last_updated is greater than value
|
59
59
|
# @option opts [Integer] :pulp2_last_updated__gte Filter results where pulp2_last_updated is greater than or equal to value
|
60
60
|
# @option opts [Integer] :pulp2_last_updated__lt Filter results where pulp2_last_updated is less than value
|
@@ -68,6 +68,26 @@ module Pulp2to3MigrationClient
|
|
68
68
|
if @api_client.config.debugging
|
69
69
|
@api_client.config.logger.debug 'Calling API: Pulp2ContentApi.list ...'
|
70
70
|
end
|
71
|
+
if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated'].nil? && opts[:'pulp2_last_updated'] > 2147483647
|
72
|
+
fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
|
73
|
+
end
|
74
|
+
|
75
|
+
if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated__gt'].nil? && opts[:'pulp2_last_updated__gt'] > 2147483647
|
76
|
+
fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated__gt"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
|
77
|
+
end
|
78
|
+
|
79
|
+
if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated__gte'].nil? && opts[:'pulp2_last_updated__gte'] > 2147483647
|
80
|
+
fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated__gte"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
|
81
|
+
end
|
82
|
+
|
83
|
+
if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated__lt'].nil? && opts[:'pulp2_last_updated__lt'] > 2147483647
|
84
|
+
fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated__lt"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
|
85
|
+
end
|
86
|
+
|
87
|
+
if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated__lte'].nil? && opts[:'pulp2_last_updated__lte'] > 2147483647
|
88
|
+
fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated__lte"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
|
89
|
+
end
|
90
|
+
|
71
91
|
# resource path
|
72
92
|
local_var_path = '/pulp/api/v3/pulp2content/'
|
73
93
|
|
@@ -67,6 +67,7 @@ module Pulp2to3MigrationClient
|
|
67
67
|
# List of attributes with nullable: true
|
68
68
|
def self.openapi_nullable
|
69
69
|
Set.new([
|
70
|
+
:'pulp2_storage_path',
|
70
71
|
:'pulp3_content',
|
71
72
|
])
|
72
73
|
end
|
@@ -149,10 +150,6 @@ module Pulp2to3MigrationClient
|
|
149
150
|
invalid_properties.push('invalid value for "pulp2_last_updated", pulp2_last_updated cannot be nil.')
|
150
151
|
end
|
151
152
|
|
152
|
-
if @pulp2_storage_path.nil?
|
153
|
-
invalid_properties.push('invalid value for "pulp2_storage_path", pulp2_storage_path cannot be nil.')
|
154
|
-
end
|
155
|
-
|
156
153
|
invalid_properties
|
157
154
|
end
|
158
155
|
|
@@ -164,7 +161,6 @@ module Pulp2to3MigrationClient
|
|
164
161
|
return false if @pulp2_content_type_id.nil?
|
165
162
|
return false if @pulp2_content_type_id.to_s.length > 255
|
166
163
|
return false if @pulp2_last_updated.nil?
|
167
|
-
return false if @pulp2_storage_path.nil?
|
168
164
|
true
|
169
165
|
end
|
170
166
|
|
@@ -43,7 +43,7 @@ describe 'Pulp2ContentApi' do
|
|
43
43
|
# @option opts [Array<String>] :pulp2_content_type_id__in Filter results where pulp2_content_type_id is in a comma-separated list of values
|
44
44
|
# @option opts [String] :pulp2_id
|
45
45
|
# @option opts [Array<String>] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
|
46
|
-
# @option opts [
|
46
|
+
# @option opts [Integer] :pulp2_last_updated ISO 8601 formatted dates are supported
|
47
47
|
# @option opts [Integer] :pulp2_last_updated__gt Filter results where pulp2_last_updated is greater than value
|
48
48
|
# @option opts [Integer] :pulp2_last_updated__gte Filter results where pulp2_last_updated is greater than or equal to value
|
49
49
|
# @option opts [Integer] :pulp2_last_updated__lt Filter results where pulp2_last_updated is less than value
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_2to3_migration_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.0
|
4
|
+
version: 0.10.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: 2021-03-
|
11
|
+
date: 2021-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -135,9 +135,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
135
135
|
version: '1.9'
|
136
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
|
-
- - "
|
138
|
+
- - ">="
|
139
139
|
- !ruby/object:Gem::Version
|
140
|
-
version:
|
140
|
+
version: '0'
|
141
141
|
requirements: []
|
142
142
|
rubygems_version: 3.0.3
|
143
143
|
signing_key:
|