pulp_2to3_migration_client 0.0.1a1.dev01579635124 → 0.0.1a1.dev01579716349
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/Pulp2repositoriesApi.md +2 -2
- data/docs/Pulp2to3MigrationPulp2Repository.md +2 -2
- data/lib/pulp_2to3_migration_client/api/migration_plans_api.rb +1 -1
- data/lib/pulp_2to3_migration_client/api/pulp2content_api.rb +1 -1
- data/lib/pulp_2to3_migration_client/api/pulp2repositories_api.rb +4 -4
- data/lib/pulp_2to3_migration_client/api_client.rb +1 -1
- data/lib/pulp_2to3_migration_client/api_error.rb +1 -1
- data/lib/pulp_2to3_migration_client/configuration.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/inline_response200.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/migration_plan_run.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_repository.rb +9 -9
- data/lib/pulp_2to3_migration_client/version.rb +2 -2
- data/lib/pulp_2to3_migration_client.rb +1 -1
- data/pulp_2to3_migration_client.gemspec +1 -1
- data/spec/api/migration_plans_api_spec.rb +1 -1
- data/spec/api/pulp2content_api_spec.rb +1 -1
- data/spec/api/pulp2repositories_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response2002_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/migration_plan_run_spec.rb +1 -1
- data/spec/models/pulp2to3_migration_migration_plan_spec.rb +1 -1
- data/spec/models/pulp2to3_migration_pulp2_content_spec.rb +1 -1
- data/spec/models/pulp2to3_migration_pulp2_repository_spec.rb +2 -2
- data/spec/spec_helper.rb +1 -1
- metadata +19 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 772c1f2d7ca08f6b2e90bfcc94574d390169ad7fa52ac7c14b63ad7c8ceeeba5
|
4
|
+
data.tar.gz: 6ad47b1267e5f621562f4389de3da49edef0d362d867620dc01e53b9b830e029
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a94393ec7543fbfd3a87f004fb3c7f7c28a15a8671cca00f82972a1d9f10db364b15bed8f5b91879168146f647d3790295d80239f5949e6fd67a123b13da998
|
7
|
+
data.tar.gz: 2a06539bf7e38c368dae0cce0f6ab5cb682c394073dcf6e2457f97066dc0c31f8d5c1efc713b2edfc90eafedc07f7a47338c10249cafadd3005eaa8a0876b3a8
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
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.0.1a1.
|
10
|
+
- Package version: 0.0.1a1.dev01579716349
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_2to3_migration_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_2to3_migration_client-0.0.1a1.
|
26
|
+
gem install ./pulp_2to3_migration_client-0.0.1a1.dev01579716349.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1a1.
|
29
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1a1.dev01579716349.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'pulp_2to3_migration_client', '~> 0.0.1a1.
|
35
|
+
gem 'pulp_2to3_migration_client', '~> 0.0.1a1.dev01579716349'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -34,7 +34,7 @@ opts = {
|
|
34
34
|
pulp2_repo_id: 'pulp2_repo_id_example', # String |
|
35
35
|
pulp2_repo_id__in: 'pulp2_repo_id__in_example', # String | Filter results where pulp2_repo_id is in a comma-separated list of values
|
36
36
|
is_migrated: 'is_migrated_example', # String |
|
37
|
-
|
37
|
+
not_in_plan: 'not_in_plan_example', # String |
|
38
38
|
limit: 56, # Integer | Number of results to return per page.
|
39
39
|
offset: 56, # Integer | The initial index from which to return the results.
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -58,7 +58,7 @@ Name | Type | Description | Notes
|
|
58
58
|
**pulp2_repo_id** | **String**| | [optional]
|
59
59
|
**pulp2_repo_id__in** | **String**| Filter results where pulp2_repo_id is in a comma-separated list of values | [optional]
|
60
60
|
**is_migrated** | **String**| | [optional]
|
61
|
-
**
|
61
|
+
**not_in_plan** | **String**| | [optional]
|
62
62
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
63
63
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**pulp2_object_id** | **String** | |
|
10
10
|
**pulp2_repo_id** | **String** | |
|
11
11
|
**is_migrated** | **Boolean** | | [optional] [default to false]
|
12
|
-
**
|
12
|
+
**not_in_plan** | **Boolean** | | [optional] [default to false]
|
13
13
|
**pulp3_repository_version** | **String** | RepositoryVersion to be served | [optional]
|
14
14
|
**pulp3_remote_href** | **String** | | [optional] [readonly]
|
15
15
|
**pulp3_publication_href** | **String** | | [optional] [readonly]
|
@@ -25,7 +25,7 @@ instance = Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Repository.new(pulp_hr
|
|
25
25
|
pulp2_object_id: null,
|
26
26
|
pulp2_repo_id: null,
|
27
27
|
is_migrated: null,
|
28
|
-
|
28
|
+
not_in_plan: null,
|
29
29
|
pulp3_repository_version: null,
|
30
30
|
pulp3_remote_href: null,
|
31
31
|
pulp3_publication_href: null,
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.2
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -25,7 +25,7 @@ module Pulp2to3MigrationClient
|
|
25
25
|
# @option opts [String] :pulp2_repo_id
|
26
26
|
# @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
|
27
27
|
# @option opts [String] :is_migrated
|
28
|
-
# @option opts [String] :
|
28
|
+
# @option opts [String] :not_in_plan
|
29
29
|
# @option opts [Integer] :limit Number of results to return per page.
|
30
30
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
31
31
|
# @option opts [String] :fields A list of fields to include in the response.
|
@@ -42,7 +42,7 @@ module Pulp2to3MigrationClient
|
|
42
42
|
# @option opts [String] :pulp2_repo_id
|
43
43
|
# @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
|
44
44
|
# @option opts [String] :is_migrated
|
45
|
-
# @option opts [String] :
|
45
|
+
# @option opts [String] :not_in_plan
|
46
46
|
# @option opts [Integer] :limit Number of results to return per page.
|
47
47
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
48
48
|
# @option opts [String] :fields A list of fields to include in the response.
|
@@ -60,7 +60,7 @@ module Pulp2to3MigrationClient
|
|
60
60
|
query_params[:'pulp2_repo_id'] = opts[:'pulp2_repo_id'] if !opts[:'pulp2_repo_id'].nil?
|
61
61
|
query_params[:'pulp2_repo_id__in'] = opts[:'pulp2_repo_id__in'] if !opts[:'pulp2_repo_id__in'].nil?
|
62
62
|
query_params[:'is_migrated'] = opts[:'is_migrated'] if !opts[:'is_migrated'].nil?
|
63
|
-
query_params[:'
|
63
|
+
query_params[:'not_in_plan'] = opts[:'not_in_plan'] if !opts[:'not_in_plan'].nil?
|
64
64
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
65
65
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
66
66
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.2
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -25,7 +25,7 @@ module Pulp2to3MigrationClient
|
|
25
25
|
|
26
26
|
attr_accessor :is_migrated
|
27
27
|
|
28
|
-
attr_accessor :
|
28
|
+
attr_accessor :not_in_plan
|
29
29
|
|
30
30
|
# RepositoryVersion to be served
|
31
31
|
attr_accessor :pulp3_repository_version
|
@@ -44,7 +44,7 @@ module Pulp2to3MigrationClient
|
|
44
44
|
:'pulp2_object_id' => :'pulp2_object_id',
|
45
45
|
:'pulp2_repo_id' => :'pulp2_repo_id',
|
46
46
|
:'is_migrated' => :'is_migrated',
|
47
|
-
:'
|
47
|
+
:'not_in_plan' => :'not_in_plan',
|
48
48
|
:'pulp3_repository_version' => :'pulp3_repository_version',
|
49
49
|
:'pulp3_remote_href' => :'pulp3_remote_href',
|
50
50
|
:'pulp3_publication_href' => :'pulp3_publication_href',
|
@@ -60,7 +60,7 @@ module Pulp2to3MigrationClient
|
|
60
60
|
:'pulp2_object_id' => :'String',
|
61
61
|
:'pulp2_repo_id' => :'String',
|
62
62
|
:'is_migrated' => :'Boolean',
|
63
|
-
:'
|
63
|
+
:'not_in_plan' => :'Boolean',
|
64
64
|
:'pulp3_repository_version' => :'String',
|
65
65
|
:'pulp3_remote_href' => :'String',
|
66
66
|
:'pulp3_publication_href' => :'String',
|
@@ -112,10 +112,10 @@ module Pulp2to3MigrationClient
|
|
112
112
|
self.is_migrated = false
|
113
113
|
end
|
114
114
|
|
115
|
-
if attributes.key?(:'
|
116
|
-
self.
|
115
|
+
if attributes.key?(:'not_in_plan')
|
116
|
+
self.not_in_plan = attributes[:'not_in_plan']
|
117
117
|
else
|
118
|
-
self.
|
118
|
+
self.not_in_plan = false
|
119
119
|
end
|
120
120
|
|
121
121
|
if attributes.key?(:'pulp3_repository_version')
|
@@ -215,7 +215,7 @@ module Pulp2to3MigrationClient
|
|
215
215
|
pulp2_object_id == o.pulp2_object_id &&
|
216
216
|
pulp2_repo_id == o.pulp2_repo_id &&
|
217
217
|
is_migrated == o.is_migrated &&
|
218
|
-
|
218
|
+
not_in_plan == o.not_in_plan &&
|
219
219
|
pulp3_repository_version == o.pulp3_repository_version &&
|
220
220
|
pulp3_remote_href == o.pulp3_remote_href &&
|
221
221
|
pulp3_publication_href == o.pulp3_publication_href &&
|
@@ -231,7 +231,7 @@ module Pulp2to3MigrationClient
|
|
231
231
|
# Calculates hash code according to all attributes.
|
232
232
|
# @return [Integer] Hash code
|
233
233
|
def hash
|
234
|
-
[pulp_href, pulp_created, pulp2_object_id, pulp2_repo_id, is_migrated,
|
234
|
+
[pulp_href, pulp_created, pulp2_object_id, pulp2_repo_id, is_migrated, not_in_plan, pulp3_repository_version, pulp3_remote_href, pulp3_publication_href, pulp3_distribution_hrefs].hash
|
235
235
|
end
|
236
236
|
|
237
237
|
# Builds the object from hash
|
@@ -6,10 +6,10 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.2
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module Pulp2to3MigrationClient
|
14
|
-
VERSION = '0.0.1a1.
|
14
|
+
VERSION = '0.0.1a1.dev01579716349'
|
15
15
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.2
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -39,7 +39,7 @@ describe 'Pulp2repositoriesApi' do
|
|
39
39
|
# @option opts [String] :pulp2_repo_id
|
40
40
|
# @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
|
41
41
|
# @option opts [String] :is_migrated
|
42
|
-
# @option opts [String] :
|
42
|
+
# @option opts [String] :not_in_plan
|
43
43
|
# @option opts [Integer] :limit Number of results to return per page.
|
44
44
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
45
45
|
# @option opts [String] :fields A list of fields to include in the response.
|
data/spec/api_client_spec.rb
CHANGED
data/spec/configuration_spec.rb
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.2
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -62,7 +62,7 @@ describe 'Pulp2to3MigrationPulp2Repository' do
|
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "not_in_plan"' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
data/spec/spec_helper.rb
CHANGED
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.0.1a1.
|
4
|
+
version: 0.0.1a1.dev01579716349
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -28,42 +28,42 @@ dependencies:
|
|
28
28
|
name: json
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '2.1'
|
34
31
|
- - ">="
|
35
32
|
- !ruby/object:Gem::Version
|
36
33
|
version: 2.1.0
|
34
|
+
- - "~>"
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '2.1'
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
40
40
|
requirements:
|
41
|
-
- - "~>"
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
version: '2.1'
|
44
41
|
- - ">="
|
45
42
|
- !ruby/object:Gem::Version
|
46
43
|
version: 2.1.0
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '2.1'
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: rspec
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
|
-
- - "~>"
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: '3.6'
|
54
51
|
- - ">="
|
55
52
|
- !ruby/object:Gem::Version
|
56
53
|
version: 3.6.0
|
54
|
+
- - "~>"
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '3.6'
|
57
57
|
type: :development
|
58
58
|
prerelease: false
|
59
59
|
version_requirements: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
|
-
- - "~>"
|
62
|
-
- !ruby/object:Gem::Version
|
63
|
-
version: '3.6'
|
64
61
|
- - ">="
|
65
62
|
- !ruby/object:Gem::Version
|
66
63
|
version: 3.6.0
|
64
|
+
- - "~>"
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: '3.6'
|
67
67
|
description: No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
68
68
|
email:
|
69
69
|
- ''
|
@@ -136,23 +136,22 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
136
|
- !ruby/object:Gem::Version
|
137
137
|
version: 1.3.1
|
138
138
|
requirements: []
|
139
|
-
|
140
|
-
rubygems_version: 2.7.7
|
139
|
+
rubygems_version: 3.0.6
|
141
140
|
signing_key:
|
142
141
|
specification_version: 4
|
143
142
|
summary: Pulp 3 API Ruby Gem
|
144
143
|
test_files:
|
145
|
-
- spec/api/pulp2repositories_api_spec.rb
|
146
144
|
- spec/api/migration_plans_api_spec.rb
|
147
145
|
- spec/api/pulp2content_api_spec.rb
|
146
|
+
- spec/api/pulp2repositories_api_spec.rb
|
148
147
|
- spec/api_client_spec.rb
|
149
148
|
- spec/configuration_spec.rb
|
150
|
-
- spec/models/migration_plan_run_spec.rb
|
151
|
-
- spec/models/inline_response2001_spec.rb
|
152
149
|
- spec/models/inline_response2002_spec.rb
|
153
150
|
- spec/models/async_operation_response_spec.rb
|
154
151
|
- spec/models/pulp2to3_migration_pulp2_content_spec.rb
|
152
|
+
- spec/models/inline_response200_spec.rb
|
153
|
+
- spec/models/migration_plan_run_spec.rb
|
155
154
|
- spec/models/pulp2to3_migration_migration_plan_spec.rb
|
155
|
+
- spec/models/inline_response2001_spec.rb
|
156
156
|
- spec/models/pulp2to3_migration_pulp2_repository_spec.rb
|
157
|
-
- spec/models/inline_response200_spec.rb
|
158
157
|
- spec/spec_helper.rb
|