pulp_2to3_migration_client 0.0.1a1.dev01575227298 → 0.0.1a1.dev01575401039
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/Pulp2to3MigrationPulp2Repository.md +0 -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 +1 -1
- 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 +2 -11
- 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 +1 -1
- 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 +1 -7
- data/spec/spec_helper.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d0a2499b9d3d537cc361fcf4e8fcc7251b682e403e94a91550974efe8501bda
|
4
|
+
data.tar.gz: 3b862f998f7380512776864f30854be8a6c3f759d133e00d9eb68da712eaca56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78b7b033d4365ae330a7f493b9a95a4d6ecf83f4514e572ea23e3dd52ae0af089c0022412c5eb2edab0fb278000271d6a0f7150599046cd4d252a93dd42b57d1
|
7
|
+
data.tar.gz: '0872f747bcaa3bffadcc909a6147b040b90294cdb8e32ce829ad7a2589f6de5d62eb15a95ed1b656e6bb88c99eb1ee86956b99490bb49d629ceb28d6caaa6242'
|
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.dev01575401039
|
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.dev01575401039.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.dev01575401039.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.dev01575401039'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
|
|
11
11
|
**is_migrated** | **Boolean** | | [optional] [default to false]
|
12
12
|
**pulp3_repository_version** | **String** | | [optional]
|
13
13
|
**pulp3_remote_href** | **String** | | [optional] [readonly]
|
14
|
-
**pulp3_publisher_href** | **String** | | [optional] [readonly]
|
15
14
|
**pulp3_publication_href** | **String** | | [optional] [readonly]
|
16
15
|
**pulp3_distribution_hrefs** | **String** | | [optional] [readonly]
|
17
16
|
|
@@ -27,7 +26,6 @@ instance = Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Repository.new(pulp_hr
|
|
27
26
|
is_migrated: null,
|
28
27
|
pulp3_repository_version: null,
|
29
28
|
pulp3_remote_href: null,
|
30
|
-
pulp3_publisher_href: null,
|
31
29
|
pulp3_publication_href: null,
|
32
30
|
pulp3_distribution_hrefs: null)
|
33
31
|
```
|
@@ -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.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -29,8 +29,6 @@ module Pulp2to3MigrationClient
|
|
29
29
|
|
30
30
|
attr_accessor :pulp3_remote_href
|
31
31
|
|
32
|
-
attr_accessor :pulp3_publisher_href
|
33
|
-
|
34
32
|
attr_accessor :pulp3_publication_href
|
35
33
|
|
36
34
|
attr_accessor :pulp3_distribution_hrefs
|
@@ -45,7 +43,6 @@ module Pulp2to3MigrationClient
|
|
45
43
|
:'is_migrated' => :'is_migrated',
|
46
44
|
:'pulp3_repository_version' => :'pulp3_repository_version',
|
47
45
|
:'pulp3_remote_href' => :'pulp3_remote_href',
|
48
|
-
:'pulp3_publisher_href' => :'pulp3_publisher_href',
|
49
46
|
:'pulp3_publication_href' => :'pulp3_publication_href',
|
50
47
|
:'pulp3_distribution_hrefs' => :'pulp3_distribution_hrefs'
|
51
48
|
}
|
@@ -61,7 +58,6 @@ module Pulp2to3MigrationClient
|
|
61
58
|
:'is_migrated' => :'Boolean',
|
62
59
|
:'pulp3_repository_version' => :'String',
|
63
60
|
:'pulp3_remote_href' => :'String',
|
64
|
-
:'pulp3_publisher_href' => :'String',
|
65
61
|
:'pulp3_publication_href' => :'String',
|
66
62
|
:'pulp3_distribution_hrefs' => :'String'
|
67
63
|
}
|
@@ -118,10 +114,6 @@ module Pulp2to3MigrationClient
|
|
118
114
|
self.pulp3_remote_href = attributes[:'pulp3_remote_href']
|
119
115
|
end
|
120
116
|
|
121
|
-
if attributes.key?(:'pulp3_publisher_href')
|
122
|
-
self.pulp3_publisher_href = attributes[:'pulp3_publisher_href']
|
123
|
-
end
|
124
|
-
|
125
117
|
if attributes.key?(:'pulp3_publication_href')
|
126
118
|
self.pulp3_publication_href = attributes[:'pulp3_publication_href']
|
127
119
|
end
|
@@ -213,7 +205,6 @@ module Pulp2to3MigrationClient
|
|
213
205
|
is_migrated == o.is_migrated &&
|
214
206
|
pulp3_repository_version == o.pulp3_repository_version &&
|
215
207
|
pulp3_remote_href == o.pulp3_remote_href &&
|
216
|
-
pulp3_publisher_href == o.pulp3_publisher_href &&
|
217
208
|
pulp3_publication_href == o.pulp3_publication_href &&
|
218
209
|
pulp3_distribution_hrefs == o.pulp3_distribution_hrefs
|
219
210
|
end
|
@@ -227,7 +218,7 @@ module Pulp2to3MigrationClient
|
|
227
218
|
# Calculates hash code according to all attributes.
|
228
219
|
# @return [Integer] Hash code
|
229
220
|
def hash
|
230
|
-
[pulp_href, pulp_created, pulp2_object_id, pulp2_repo_id, is_migrated, pulp3_repository_version, pulp3_remote_href,
|
221
|
+
[pulp_href, pulp_created, pulp2_object_id, pulp2_repo_id, is_migrated, pulp3_repository_version, pulp3_remote_href, pulp3_publication_href, pulp3_distribution_hrefs].hash
|
231
222
|
end
|
232
223
|
|
233
224
|
# 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.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module Pulp2to3MigrationClient
|
14
|
-
VERSION = '0.0.1a1.
|
14
|
+
VERSION = '0.0.1a1.dev01575401039'
|
15
15
|
end
|
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.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -74,12 +74,6 @@ describe 'Pulp2to3MigrationPulp2Repository' do
|
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
|
-
describe 'test attribute "pulp3_publisher_href"' do
|
78
|
-
it 'should work' do
|
79
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
-
end
|
81
|
-
end
|
82
|
-
|
83
77
|
describe 'test attribute "pulp3_publication_href"' do
|
84
78
|
it 'should work' do
|
85
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
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.dev01575401039
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|