pulpcore_client 3.11.0 → 3.12.0.dev1616039707
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.
Potentially problematic release.
This version of pulpcore_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/PatchedPulpImporter.md +1 -1
- data/docs/PulpImporter.md +1 -1
- data/docs/PulpImporterResponse.md +1 -1
- data/docs/TaskResponse.md +1 -1
- data/docs/UsersApi.md +4 -4
- data/lib/pulpcore_client/api/tasks_api.rb +0 -4
- data/lib/pulpcore_client/models/patched_pulp_importer.rb +4 -2
- data/lib/pulpcore_client/models/pulp_importer.rb +4 -2
- data/lib/pulpcore_client/models/pulp_importer_response.rb +4 -2
- data/lib/pulpcore_client/models/task_response.rb +4 -2
- data/lib/pulpcore_client/version.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: 849bea26cc552c59234e84d7a4f360c6e9a5b0437f245f14335521fa6b4b54dd
|
|
4
|
+
data.tar.gz: d38fa0069f57e0bf5908337a1f6c4bf6f91f3b9325db786b4418e1874cd92348
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1de544f610f0f2290a525426d1491a88398496bbe21f8c23dbe20d19ec3a3ad66666be2c6793ef2ef85da0f30241021a05e0185b68d422f0d1674b2dd00ef2f4
|
|
7
|
+
data.tar.gz: b2025e1575ef417447f59ebdf6d894c295721f4dcc299b26e6d013dd4eebfb6d7d5934260378b08da3244c82e77f6b6ef8e5dee7fd8decb61fb37b9f9717f70a
|
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: 3.
|
|
10
|
+
- Package version: 3.12.0.dev1616039707
|
|
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 pulpcore_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulpcore_client-3.
|
|
27
|
+
gem install ./pulpcore_client-3.12.0.dev1616039707.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.12.0.dev1616039707.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 'pulpcore_client', '~> 3.
|
|
36
|
+
gem 'pulpcore_client', '~> 3.12.0.dev1616039707'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
data/docs/PatchedPulpImporter.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**name** | **String** | Unique name of the Importer. | [optional]
|
|
8
|
-
**repo_mapping** |
|
|
8
|
+
**repo_mapping** | **Hash<String, String>** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
|
|
9
9
|
|
|
10
10
|
## Code Sample
|
|
11
11
|
|
data/docs/PulpImporter.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**name** | **String** | Unique name of the Importer. |
|
|
8
|
-
**repo_mapping** |
|
|
8
|
+
**repo_mapping** | **Hash<String, String>** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
|
|
9
9
|
|
|
10
10
|
## Code Sample
|
|
11
11
|
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
9
|
**name** | **String** | Unique name of the Importer. |
|
|
10
|
-
**repo_mapping** |
|
|
10
|
+
**repo_mapping** | **Hash<String, String>** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/TaskResponse.md
CHANGED
|
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**logging_cid** | **String** | The logging correlation id associated with this task |
|
|
12
12
|
**started_at** | **DateTime** | Timestamp of the when this task started execution. | [optional] [readonly]
|
|
13
13
|
**finished_at** | **DateTime** | Timestamp of the when this task stopped execution. | [optional] [readonly]
|
|
14
|
-
**error** |
|
|
14
|
+
**error** | **Hash<String, Object>** | A JSON Object of a fatal error encountered during the execution of this task. | [optional] [readonly]
|
|
15
15
|
**worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional] [readonly]
|
|
16
16
|
**parent_task** | **String** | The parent task that spawned this task. | [optional] [readonly]
|
|
17
17
|
**child_tasks** | **Array<String>** | Any tasks spawned by this task. | [optional] [readonly]
|
data/docs/UsersApi.md
CHANGED
|
@@ -75,10 +75,10 @@ end
|
|
|
75
75
|
|
|
76
76
|
Name | Type | Description | Notes
|
|
77
77
|
------------- | ------------- | ------------- | -------------
|
|
78
|
-
**email** |
|
|
79
|
-
**email__contains** |
|
|
80
|
-
**email__icontains** |
|
|
81
|
-
**email__iexact** |
|
|
78
|
+
**email** | **String**| Filter results where email matches value | [optional]
|
|
79
|
+
**email__contains** | **String**| Filter results where email contains value | [optional]
|
|
80
|
+
**email__icontains** | **String**| Filter results where email contains value | [optional]
|
|
81
|
+
**email__iexact** | **String**| Filter results where email matches value | [optional]
|
|
82
82
|
**email__in** | [**Array<String>**](String.md)| Filter results where email is in a comma-separated list of values | [optional]
|
|
83
83
|
**first_name** | **String**| Filter results where first_name matches value | [optional]
|
|
84
84
|
**first_name__contains** | **String**| Filter results where first_name contains value | [optional]
|
|
@@ -156,10 +156,6 @@ module PulpcoreClient
|
|
|
156
156
|
if @api_client.config.client_side_validation && opts[:'state'] && !allowable_values.include?(opts[:'state'])
|
|
157
157
|
fail ArgumentError, "invalid value for \"state\", must be one of #{allowable_values}"
|
|
158
158
|
end
|
|
159
|
-
allowable_values = ["canceled", "completed", "failed", "running", "skipped", "waiting"]
|
|
160
|
-
if @api_client.config.client_side_validation && opts[:'state__in'] && !opts[:'state__in'].all? { |item| allowable_values.include?(item) }
|
|
161
|
-
fail ArgumentError, "invalid value for \"state__in\", must include one of #{allowable_values}"
|
|
162
|
-
end
|
|
163
159
|
# resource path
|
|
164
160
|
local_var_path = '/pulp/api/v3/tasks/'
|
|
165
161
|
|
|
@@ -33,7 +33,7 @@ module PulpcoreClient
|
|
|
33
33
|
def self.openapi_types
|
|
34
34
|
{
|
|
35
35
|
:'name' => :'String',
|
|
36
|
-
:'repo_mapping' => :'
|
|
36
|
+
:'repo_mapping' => :'Hash<String, String>'
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
@@ -63,7 +63,9 @@ module PulpcoreClient
|
|
|
63
63
|
end
|
|
64
64
|
|
|
65
65
|
if attributes.key?(:'repo_mapping')
|
|
66
|
-
|
|
66
|
+
if (value = attributes[:'repo_mapping']).is_a?(Hash)
|
|
67
|
+
self.repo_mapping = value
|
|
68
|
+
end
|
|
67
69
|
end
|
|
68
70
|
end
|
|
69
71
|
|
|
@@ -33,7 +33,7 @@ module PulpcoreClient
|
|
|
33
33
|
def self.openapi_types
|
|
34
34
|
{
|
|
35
35
|
:'name' => :'String',
|
|
36
|
-
:'repo_mapping' => :'
|
|
36
|
+
:'repo_mapping' => :'Hash<String, String>'
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
@@ -63,7 +63,9 @@ module PulpcoreClient
|
|
|
63
63
|
end
|
|
64
64
|
|
|
65
65
|
if attributes.key?(:'repo_mapping')
|
|
66
|
-
|
|
66
|
+
if (value = attributes[:'repo_mapping']).is_a?(Hash)
|
|
67
|
+
self.repo_mapping = value
|
|
68
|
+
end
|
|
67
69
|
end
|
|
68
70
|
end
|
|
69
71
|
|
|
@@ -42,7 +42,7 @@ module PulpcoreClient
|
|
|
42
42
|
:'pulp_href' => :'String',
|
|
43
43
|
:'pulp_created' => :'DateTime',
|
|
44
44
|
:'name' => :'String',
|
|
45
|
-
:'repo_mapping' => :'
|
|
45
|
+
:'repo_mapping' => :'Hash<String, String>'
|
|
46
46
|
}
|
|
47
47
|
end
|
|
48
48
|
|
|
@@ -80,7 +80,9 @@ module PulpcoreClient
|
|
|
80
80
|
end
|
|
81
81
|
|
|
82
82
|
if attributes.key?(:'repo_mapping')
|
|
83
|
-
|
|
83
|
+
if (value = attributes[:'repo_mapping']).is_a?(Hash)
|
|
84
|
+
self.repo_mapping = value
|
|
85
|
+
end
|
|
84
86
|
end
|
|
85
87
|
end
|
|
86
88
|
|
|
@@ -88,7 +88,7 @@ module PulpcoreClient
|
|
|
88
88
|
:'logging_cid' => :'String',
|
|
89
89
|
:'started_at' => :'DateTime',
|
|
90
90
|
:'finished_at' => :'DateTime',
|
|
91
|
-
:'error' => :'Object',
|
|
91
|
+
:'error' => :'Hash<String, Object>',
|
|
92
92
|
:'worker' => :'String',
|
|
93
93
|
:'parent_task' => :'String',
|
|
94
94
|
:'child_tasks' => :'Array<String>',
|
|
@@ -149,7 +149,9 @@ module PulpcoreClient
|
|
|
149
149
|
end
|
|
150
150
|
|
|
151
151
|
if attributes.key?(:'error')
|
|
152
|
-
|
|
152
|
+
if (value = attributes[:'error']).is_a?(Hash)
|
|
153
|
+
self.error = value
|
|
154
|
+
end
|
|
153
155
|
end
|
|
154
156
|
|
|
155
157
|
if attributes.key?(:'worker')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulpcore_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.12.0.dev1616039707
|
|
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-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -369,9 +369,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
369
369
|
version: '1.9'
|
|
370
370
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
371
371
|
requirements:
|
|
372
|
-
- - "
|
|
372
|
+
- - ">"
|
|
373
373
|
- !ruby/object:Gem::Version
|
|
374
|
-
version:
|
|
374
|
+
version: 1.3.1
|
|
375
375
|
requirements: []
|
|
376
376
|
rubygems_version: 3.0.3
|
|
377
377
|
signing_key:
|