pulp_2to3_migration_client 0.2.0b2.dev01586371090 → 0.2.0b2.dev01586457546

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e2726372ef80dc370cfe1c25bf7202290866377a985cca0187f10dfdab44ca3
4
- data.tar.gz: 8c1317dbc9748ceaf2cff0b89b77e3146b57b58f20a48ed766e6b125d6bc972e
3
+ metadata.gz: 5645a0b2b88c4318c088aa59e80edb0aa3e7b5c6b46f9178dc243395e0c2b9b4
4
+ data.tar.gz: 669303dc809362d76df1b39299ba8806af4ed5d949294d1d70dc5e05e3fc2057
5
5
  SHA512:
6
- metadata.gz: '0094c9903ca66c43c18f710b1a034a890fc7b7f06ce52cafd48ad713dc3f7a551e9c2cee5044c0357082c7e7fcb089cc248b0216e989ee2ba27e091bfb94f1cc'
7
- data.tar.gz: 7425f38b107174c851c99f0b3532c8c8db325c75b94e29d88228d9baacea478ae9e1b8565f9812fa2758195c32fa19edf45f91014a3fda60f32696dc4768cdfb
6
+ metadata.gz: a55ffb3314f67a0074d7df099836ec0c290ba6fba047f1df5c786d1efb3d3bb53cf3c2a442f453a23644505f5e0437e66b88757e7929493624402279262220e1
7
+ data.tar.gz: 83801a7d67200413591ba01b81fc3f0b1e069c0e3f25756db533ed957c36e1921270efe08234837b6795a57185687fc0a143e573b9e35d8803b8e4c6e9fcd0be
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.0b2.dev01586371090
10
+ - Package version: 0.2.0b2.dev01586457546
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.0b2.dev01586371090.gem
26
+ gem install ./pulp_2to3_migration_client-0.2.0b2.dev01586457546.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.2.0b2.dev01586371090.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.2.0b2.dev01586457546.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.0b2.dev01586371090'
35
+ gem 'pulp_2to3_migration_client', '~> 0.2.0b2.dev01586457546'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -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]
@@ -42,6 +42,7 @@ opts = {
42
42
  pulp2_last_updated__range: 3.4, # Float | Filter results where pulp2_last_updated is between two comma separated values
43
43
  pulp3_content: 'pulp3_content_example', # String | Foreign Key referenced by HREF
44
44
  pulp2_last_updated: 'pulp2_last_updated_example', # String | ISO 8601 formatted dates are supported
45
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
45
46
  limit: 56, # Integer | Number of results to return per page.
46
47
  offset: 56, # Integer | The initial index from which to return the results.
47
48
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -73,6 +74,7 @@ Name | Type | Description | Notes
73
74
  **pulp2_last_updated__range** | **Float**| Filter results where pulp2_last_updated is between two comma separated values | [optional]
74
75
  **pulp3_content** | **String**| Foreign Key referenced by HREF | [optional]
75
76
  **pulp2_last_updated** | **String**| ISO 8601 formatted dates are supported | [optional]
77
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
76
78
  **limit** | **Integer**| Number of results to return per page. | [optional]
77
79
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
78
80
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -35,6 +35,7 @@ opts = {
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
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
38
39
  limit: 56, # Integer | Number of results to return per page.
39
40
  offset: 56, # Integer | The initial index from which to return the results.
40
41
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -59,6 +60,7 @@ Name | Type | Description | Notes
59
60
  **pulp2_repo_id__in** | **String**| Filter results where pulp2_repo_id is in a comma-separated list of values | [optional]
60
61
  **is_migrated** | **String**| | [optional]
61
62
  **not_in_plan** | **String**| | [optional]
63
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
62
64
  **limit** | **Integer**| Number of results to return per page. | [optional]
63
65
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
64
66
  **fields** | **String**| A list of fields to include in the response. | [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?
@@ -33,6 +33,7 @@ module Pulp2to3MigrationClient
33
33
  # @option opts [Float] :pulp2_last_updated__range Filter results where pulp2_last_updated is between two comma separated values
34
34
  # @option opts [String] :pulp3_content Foreign Key referenced by HREF
35
35
  # @option opts [String] :pulp2_last_updated ISO 8601 formatted dates are supported
36
+ # @option opts [String] :ordering Which field to use when ordering the results.
36
37
  # @option opts [Integer] :limit Number of results to return per page.
37
38
  # @option opts [Integer] :offset The initial index from which to return the results.
38
39
  # @option opts [String] :fields A list of fields to include in the response.
@@ -57,6 +58,7 @@ module Pulp2to3MigrationClient
57
58
  # @option opts [Float] :pulp2_last_updated__range Filter results where pulp2_last_updated is between two comma separated values
58
59
  # @option opts [String] :pulp3_content Foreign Key referenced by HREF
59
60
  # @option opts [String] :pulp2_last_updated ISO 8601 formatted dates are supported
61
+ # @option opts [String] :ordering Which field to use when ordering the results.
60
62
  # @option opts [Integer] :limit Number of results to return per page.
61
63
  # @option opts [Integer] :offset The initial index from which to return the results.
62
64
  # @option opts [String] :fields A list of fields to include in the response.
@@ -82,6 +84,7 @@ module Pulp2to3MigrationClient
82
84
  query_params[:'pulp2_last_updated__range'] = opts[:'pulp2_last_updated__range'] if !opts[:'pulp2_last_updated__range'].nil?
83
85
  query_params[:'pulp3_content'] = opts[:'pulp3_content'] if !opts[:'pulp3_content'].nil?
84
86
  query_params[:'pulp2_last_updated'] = opts[:'pulp2_last_updated'] if !opts[:'pulp2_last_updated'].nil?
87
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
85
88
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
86
89
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
87
90
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
@@ -26,6 +26,7 @@ module Pulp2to3MigrationClient
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
28
  # @option opts [String] :not_in_plan
29
+ # @option opts [String] :ordering Which field to use when ordering the results.
29
30
  # @option opts [Integer] :limit Number of results to return per page.
30
31
  # @option opts [Integer] :offset The initial index from which to return the results.
31
32
  # @option opts [String] :fields A list of fields to include in the response.
@@ -43,6 +44,7 @@ module Pulp2to3MigrationClient
43
44
  # @option opts [String] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
44
45
  # @option opts [String] :is_migrated
45
46
  # @option opts [String] :not_in_plan
47
+ # @option opts [String] :ordering Which field to use when ordering the results.
46
48
  # @option opts [Integer] :limit Number of results to return per page.
47
49
  # @option opts [Integer] :offset The initial index from which to return the results.
48
50
  # @option opts [String] :fields A list of fields to include in the response.
@@ -61,6 +63,7 @@ module Pulp2to3MigrationClient
61
63
  query_params[:'pulp2_repo_id__in'] = opts[:'pulp2_repo_id__in'] if !opts[:'pulp2_repo_id__in'].nil?
62
64
  query_params[:'is_migrated'] = opts[:'is_migrated'] if !opts[:'is_migrated'].nil?
63
65
  query_params[:'not_in_plan'] = opts[:'not_in_plan'] if !opts[:'not_in_plan'].nil?
66
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
64
67
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
65
68
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
66
69
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.2.0b2.dev01586371090'
14
+ VERSION = '0.2.0b2.dev01586457546'
15
15
  end
@@ -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.
@@ -47,6 +47,7 @@ describe 'Pulp2contentApi' do
47
47
  # @option opts [Float] :pulp2_last_updated__range Filter results where pulp2_last_updated is between two comma separated values
48
48
  # @option opts [String] :pulp3_content Foreign Key referenced by HREF
49
49
  # @option opts [String] :pulp2_last_updated ISO 8601 formatted dates are supported
50
+ # @option opts [String] :ordering Which field to use when ordering the results.
50
51
  # @option opts [Integer] :limit Number of results to return per page.
51
52
  # @option opts [Integer] :offset The initial index from which to return the results.
52
53
  # @option opts [String] :fields A list of fields to include in the response.
@@ -40,6 +40,7 @@ describe 'Pulp2repositoriesApi' do
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
42
  # @option opts [String] :not_in_plan
43
+ # @option opts [String] :ordering Which field to use when ordering the results.
43
44
  # @option opts [Integer] :limit Number of results to return per page.
44
45
  # @option opts [Integer] :offset The initial index from which to return the results.
45
46
  # @option opts [String] :fields A list of fields to include in the response.
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.0b2.dev01586371090
4
+ version: 0.2.0b2.dev01586457546
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-04-08 00:00:00.000000000 Z
11
+ date: 2020-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday