pulp_2to3_migration_client 0.2.0b1.dev01584988841 → 0.2.0b2
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/MigrationPlansApi.md +2 -0
- data/docs/Pulp2contentApi.md +2 -0
- data/docs/Pulp2repositoriesApi.md +2 -0
- data/lib/pulp_2to3_migration_client/api/migration_plans_api.rb +3 -0
- data/lib/pulp_2to3_migration_client/api/pulp2content_api.rb +3 -0
- data/lib/pulp_2to3_migration_client/api/pulp2repositories_api.rb +3 -0
- data/lib/pulp_2to3_migration_client/version.rb +1 -1
- data/spec/api/migration_plans_api_spec.rb +1 -0
- data/spec/api/pulp2content_api_spec.rb +1 -0
- data/spec/api/pulp2repositories_api_spec.rb +1 -0
- 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: 46581effadeffec3aedb84a8a1795205133979d8e80c5d0ee360c1df90c2c7e2
|
|
4
|
+
data.tar.gz: 8a01ed2e8ed5cf9c1ecb02cec0c9f356ab3e374a58776f53e29695c7668ba284
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2deb36d9943ee97ffa6e347841f4f83283b1b5bda56aa3b43618c8f0912ed52b3e03c259af7c03d9e228849bbb6b9e825d1c0d704009fc50d5f0a8a01cce9146
|
|
7
|
+
data.tar.gz: 5ed07e45f91d44841c46293560dba6e84236c905edacf75adf6550d51238ce89b0077df58613f2f0df636dab8e49c0dc363075fd60385d1f2163c3addce4492d
|
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.2.
|
|
10
|
+
- Package version: 0.2.0b2
|
|
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.2.
|
|
26
|
+
gem install ./pulp_2to3_migration_client-0.2.0b2.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.2.
|
|
29
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.2.0b2.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.2.
|
|
35
|
+
gem 'pulp_2to3_migration_client', '~> 0.2.0b2'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
data/docs/MigrationPlansApi.md
CHANGED
|
@@ -139,6 +139,7 @@ end
|
|
|
139
139
|
|
|
140
140
|
api_instance = Pulp2to3MigrationClient::MigrationPlansApi.new
|
|
141
141
|
opts = {
|
|
142
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
142
143
|
limit: 56, # Integer | Number of results to return per page.
|
|
143
144
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
144
145
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
@@ -159,6 +160,7 @@ end
|
|
|
159
160
|
|
|
160
161
|
Name | Type | Description | Notes
|
|
161
162
|
------------- | ------------- | ------------- | -------------
|
|
163
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
162
164
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
163
165
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
164
166
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
data/docs/Pulp2contentApi.md
CHANGED
|
@@ -31,6 +31,7 @@ end
|
|
|
31
31
|
|
|
32
32
|
api_instance = Pulp2to3MigrationClient::Pulp2contentApi.new
|
|
33
33
|
opts = {
|
|
34
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
34
35
|
pulp2_id: 'pulp2_id_example', # String |
|
|
35
36
|
pulp2_id__in: 'pulp2_id__in_example', # String | Filter results where pulp2_id is in a comma-separated list of values
|
|
36
37
|
pulp2_content_type_id: 'pulp2_content_type_id_example', # String |
|
|
@@ -62,6 +63,7 @@ end
|
|
|
62
63
|
|
|
63
64
|
Name | Type | Description | Notes
|
|
64
65
|
------------- | ------------- | ------------- | -------------
|
|
66
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
65
67
|
**pulp2_id** | **String**| | [optional]
|
|
66
68
|
**pulp2_id__in** | **String**| Filter results where pulp2_id is in a comma-separated list of values | [optional]
|
|
67
69
|
**pulp2_content_type_id** | **String**| | [optional]
|
|
@@ -31,6 +31,7 @@ end
|
|
|
31
31
|
|
|
32
32
|
api_instance = Pulp2to3MigrationClient::Pulp2repositoriesApi.new
|
|
33
33
|
opts = {
|
|
34
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
34
35
|
pulp2_repo_id: 'pulp2_repo_id_example', # String |
|
|
35
36
|
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
37
|
is_migrated: 'is_migrated_example', # String |
|
|
@@ -55,6 +56,7 @@ end
|
|
|
55
56
|
|
|
56
57
|
Name | Type | Description | Notes
|
|
57
58
|
------------- | ------------- | ------------- | -------------
|
|
59
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
58
60
|
**pulp2_repo_id** | **String**| | [optional]
|
|
59
61
|
**pulp2_repo_id__in** | **String**| Filter results where pulp2_repo_id is in a comma-separated list of values | [optional]
|
|
60
62
|
**is_migrated** | **String**| | [optional]
|
|
@@ -146,6 +146,7 @@ module Pulp2to3MigrationClient
|
|
|
146
146
|
# List migration plans
|
|
147
147
|
# MigrationPlan ViewSet.
|
|
148
148
|
# @param [Hash] opts the optional parameters
|
|
149
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
149
150
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
150
151
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
151
152
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -159,6 +160,7 @@ module Pulp2to3MigrationClient
|
|
|
159
160
|
# List migration plans
|
|
160
161
|
# MigrationPlan ViewSet.
|
|
161
162
|
# @param [Hash] opts the optional parameters
|
|
163
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
162
164
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
163
165
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
164
166
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -173,6 +175,7 @@ module Pulp2to3MigrationClient
|
|
|
173
175
|
|
|
174
176
|
# query parameters
|
|
175
177
|
query_params = opts[:query_params] || {}
|
|
178
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
176
179
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
177
180
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
178
181
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
@@ -22,6 +22,7 @@ module Pulp2to3MigrationClient
|
|
|
22
22
|
# List pulp2 contents
|
|
23
23
|
# ViewSet for Pulp2Content model.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
25
26
|
# @option opts [String] :pulp2_id
|
|
26
27
|
# @option opts [String] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
|
|
27
28
|
# @option opts [String] :pulp2_content_type_id
|
|
@@ -46,6 +47,7 @@ module Pulp2to3MigrationClient
|
|
|
46
47
|
# List pulp2 contents
|
|
47
48
|
# ViewSet for Pulp2Content model.
|
|
48
49
|
# @param [Hash] opts the optional parameters
|
|
50
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
49
51
|
# @option opts [String] :pulp2_id
|
|
50
52
|
# @option opts [String] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
|
|
51
53
|
# @option opts [String] :pulp2_content_type_id
|
|
@@ -71,6 +73,7 @@ module Pulp2to3MigrationClient
|
|
|
71
73
|
|
|
72
74
|
# query parameters
|
|
73
75
|
query_params = opts[:query_params] || {}
|
|
76
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
74
77
|
query_params[:'pulp2_id'] = opts[:'pulp2_id'] if !opts[:'pulp2_id'].nil?
|
|
75
78
|
query_params[:'pulp2_id__in'] = opts[:'pulp2_id__in'] if !opts[:'pulp2_id__in'].nil?
|
|
76
79
|
query_params[:'pulp2_content_type_id'] = opts[:'pulp2_content_type_id'] if !opts[:'pulp2_content_type_id'].nil?
|
|
@@ -22,6 +22,7 @@ module Pulp2to3MigrationClient
|
|
|
22
22
|
# List pulp2 repositorys
|
|
23
23
|
# ViewSet for Pulp2Repositories model.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
25
26
|
# @option opts [String] :pulp2_repo_id
|
|
26
27
|
# @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
|
|
27
28
|
# @option opts [String] :is_migrated
|
|
@@ -39,6 +40,7 @@ module Pulp2to3MigrationClient
|
|
|
39
40
|
# List pulp2 repositorys
|
|
40
41
|
# ViewSet for Pulp2Repositories model.
|
|
41
42
|
# @param [Hash] opts the optional parameters
|
|
43
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
42
44
|
# @option opts [String] :pulp2_repo_id
|
|
43
45
|
# @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
|
|
44
46
|
# @option opts [String] :is_migrated
|
|
@@ -57,6 +59,7 @@ module Pulp2to3MigrationClient
|
|
|
57
59
|
|
|
58
60
|
# query parameters
|
|
59
61
|
query_params = opts[:query_params] || {}
|
|
62
|
+
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
60
63
|
query_params[:'pulp2_repo_id'] = opts[:'pulp2_repo_id'] if !opts[:'pulp2_repo_id'].nil?
|
|
61
64
|
query_params[:'pulp2_repo_id__in'] = opts[:'pulp2_repo_id__in'] if !opts[:'pulp2_repo_id__in'].nil?
|
|
62
65
|
query_params[:'is_migrated'] = opts[:'is_migrated'] if !opts[:'is_migrated'].nil?
|
|
@@ -60,6 +60,7 @@ describe 'MigrationPlansApi' do
|
|
|
60
60
|
# List migration plans
|
|
61
61
|
# MigrationPlan ViewSet.
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
63
64
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
64
65
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
65
66
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -36,6 +36,7 @@ describe 'Pulp2contentApi' do
|
|
|
36
36
|
# List pulp2 contents
|
|
37
37
|
# ViewSet for Pulp2Content model.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
39
40
|
# @option opts [String] :pulp2_id
|
|
40
41
|
# @option opts [String] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
|
|
41
42
|
# @option opts [String] :pulp2_content_type_id
|
|
@@ -36,6 +36,7 @@ describe 'Pulp2repositoriesApi' do
|
|
|
36
36
|
# List pulp2 repositorys
|
|
37
37
|
# ViewSet for Pulp2Repositories model.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
39
40
|
# @option opts [String] :pulp2_repo_id
|
|
40
41
|
# @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
|
|
41
42
|
# @option opts [String] :is_migrated
|
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.2.
|
|
4
|
+
version: 0.2.0b2
|
|
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-
|
|
11
|
+
date: 2020-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|