pulp_cookbook_client 0.1.0b10.dev1645671920 → 0.1.0b10.dev1645758467
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 pulp_cookbook_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/docs/ContentCookbooksApi.md +2 -2
- data/docs/CookbookCookbookPackageContent.md +3 -3
- data/lib/pulp_cookbook_client/api/content_cookbooks_api.rb +3 -3
- data/lib/pulp_cookbook_client/models/cookbook_cookbook_package_content.rb +11 -11
- data/lib/pulp_cookbook_client/version.rb +1 -1
- data/spec/api/content_cookbooks_api_spec.rb +1 -1
- data/spec/models/cookbook_cookbook_package_content_spec.rb +2 -2
- 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: 335c9bd2bfa50679663dbf59df4e98c3ebd9313e836d0f42dcd09c99001ff474
|
4
|
+
data.tar.gz: 2f770bca73b28a4247d8ef92e5dbc4126a823f9a3b25b228895c66851ca3da3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc7186c8dec9ef75f1ba768810e6bb3b6114dbefc7a85afec8be569c997b8f4cd41338e861d06801ad710c6fbc82f412f744364de7f854a2a26990c4e8aee1de
|
7
|
+
data.tar.gz: 686840a0299683f10e06ca05428fa73bc24b118da29c7f8f25620d2f9b8405f0f807f6db53451055a581da494ce78c3d6e35788e73c7dcc3ce34eb0683ce494f
|
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: 0.1.0b10.
|
10
|
+
- Package version: 0.1.0b10.dev1645758467
|
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 pulp_cookbook_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_cookbook_client-0.1.0b10.
|
27
|
+
gem install ./pulp_cookbook_client-0.1.0b10.dev1645758467.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_cookbook_client-0.1.0b10.
|
30
|
+
(for development, run `gem install --dev ./pulp_cookbook_client-0.1.0b10.dev1645758467.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 'pulp_cookbook_client', '~> 0.1.0b10.
|
36
|
+
gem 'pulp_cookbook_client', '~> 0.1.0b10.dev1645758467'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -67,8 +67,8 @@ end
|
|
67
67
|
api_instance = PulpCookbookClient::ContentCookbooksApi.new
|
68
68
|
name = 'name_example' # String | name of the cookbook
|
69
69
|
opts = {
|
70
|
-
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
71
70
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
71
|
+
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
72
72
|
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
73
73
|
version: 'version_example' # String | version of the cookbook
|
74
74
|
}
|
data/docs/ContentCookbooksApi.md
CHANGED
@@ -33,8 +33,8 @@ end
|
|
33
33
|
api_instance = PulpCookbookClient::ContentCookbooksApi.new
|
34
34
|
name = 'name_example' # String | name of the cookbook
|
35
35
|
opts = {
|
36
|
-
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
37
36
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
37
|
+
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
38
38
|
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
39
39
|
version: 'version_example' # String | version of the cookbook
|
40
40
|
}
|
@@ -54,8 +54,8 @@ end
|
|
54
54
|
Name | Type | Description | Notes
|
55
55
|
------------- | ------------- | ------------- | -------------
|
56
56
|
**name** | **String**| name of the cookbook |
|
57
|
-
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
58
57
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
58
|
+
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
59
59
|
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
60
60
|
**version** | **String**| version of the cookbook | [optional]
|
61
61
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
8
7
|
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
8
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
9
9
|
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
10
10
|
**name** | **String** | name of the cookbook |
|
11
11
|
**version** | **String** | version of the cookbook | [optional]
|
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpCookbookClient'
|
17
17
|
|
18
|
-
instance = PulpCookbookClient::CookbookCookbookPackageContent.new(
|
19
|
-
|
18
|
+
instance = PulpCookbookClient::CookbookCookbookPackageContent.new(repository: null,
|
19
|
+
artifact: null,
|
20
20
|
file: null,
|
21
21
|
name: null,
|
22
22
|
version: null)
|
@@ -23,8 +23,8 @@ module PulpCookbookClient
|
|
23
23
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
24
24
|
# @param name [String] name of the cookbook
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
|
-
# @option opts [String] :artifact Artifact file representing the physical content
|
27
26
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
27
|
+
# @option opts [String] :artifact Artifact file representing the physical content
|
28
28
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
29
29
|
# @option opts [String] :version version of the cookbook
|
30
30
|
# @return [AsyncOperationResponse]
|
@@ -37,8 +37,8 @@ module PulpCookbookClient
|
|
37
37
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
38
38
|
# @param name [String] name of the cookbook
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @option opts [String] :artifact Artifact file representing the physical content
|
41
40
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
41
|
+
# @option opts [String] :artifact Artifact file representing the physical content
|
42
42
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
43
43
|
# @option opts [String] :version version of the cookbook
|
44
44
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
@@ -74,8 +74,8 @@ module PulpCookbookClient
|
|
74
74
|
# form parameters
|
75
75
|
form_params = opts[:form_params] || {}
|
76
76
|
form_params['name'] = name
|
77
|
-
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
78
77
|
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
78
|
+
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
79
79
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
80
80
|
form_params['version'] = opts[:'version'] if !opts[:'version'].nil?
|
81
81
|
|
@@ -15,12 +15,12 @@ require 'date'
|
|
15
15
|
module PulpCookbookClient
|
16
16
|
# Serializer for the cookbook content.
|
17
17
|
class CookbookCookbookPackageContent
|
18
|
-
# Artifact file representing the physical content
|
19
|
-
attr_accessor :artifact
|
20
|
-
|
21
18
|
# A URI of a repository the new content unit should be associated with.
|
22
19
|
attr_accessor :repository
|
23
20
|
|
21
|
+
# Artifact file representing the physical content
|
22
|
+
attr_accessor :artifact
|
23
|
+
|
24
24
|
# An uploaded file that may be turned into the artifact of the content unit.
|
25
25
|
attr_accessor :file
|
26
26
|
|
@@ -33,8 +33,8 @@ module PulpCookbookClient
|
|
33
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
34
34
|
def self.attribute_map
|
35
35
|
{
|
36
|
-
:'artifact' => :'artifact',
|
37
36
|
:'repository' => :'repository',
|
37
|
+
:'artifact' => :'artifact',
|
38
38
|
:'file' => :'file',
|
39
39
|
:'name' => :'name',
|
40
40
|
:'version' => :'version'
|
@@ -44,8 +44,8 @@ module PulpCookbookClient
|
|
44
44
|
# Attribute type mapping.
|
45
45
|
def self.openapi_types
|
46
46
|
{
|
47
|
-
:'artifact' => :'String',
|
48
47
|
:'repository' => :'String',
|
48
|
+
:'artifact' => :'String',
|
49
49
|
:'file' => :'File',
|
50
50
|
:'name' => :'String',
|
51
51
|
:'version' => :'String'
|
@@ -73,14 +73,14 @@ module PulpCookbookClient
|
|
73
73
|
h[k.to_sym] = v
|
74
74
|
}
|
75
75
|
|
76
|
-
if attributes.key?(:'artifact')
|
77
|
-
self.artifact = attributes[:'artifact']
|
78
|
-
end
|
79
|
-
|
80
76
|
if attributes.key?(:'repository')
|
81
77
|
self.repository = attributes[:'repository']
|
82
78
|
end
|
83
79
|
|
80
|
+
if attributes.key?(:'artifact')
|
81
|
+
self.artifact = attributes[:'artifact']
|
82
|
+
end
|
83
|
+
|
84
84
|
if attributes.key?(:'file')
|
85
85
|
self.file = attributes[:'file']
|
86
86
|
end
|
@@ -151,8 +151,8 @@ module PulpCookbookClient
|
|
151
151
|
def ==(o)
|
152
152
|
return true if self.equal?(o)
|
153
153
|
self.class == o.class &&
|
154
|
-
artifact == o.artifact &&
|
155
154
|
repository == o.repository &&
|
155
|
+
artifact == o.artifact &&
|
156
156
|
file == o.file &&
|
157
157
|
name == o.name &&
|
158
158
|
version == o.version
|
@@ -167,7 +167,7 @@ module PulpCookbookClient
|
|
167
167
|
# Calculates hash code according to all attributes.
|
168
168
|
# @return [Integer] Hash code
|
169
169
|
def hash
|
170
|
-
[
|
170
|
+
[repository, artifact, file, name, version].hash
|
171
171
|
end
|
172
172
|
|
173
173
|
# Builds the object from hash
|
@@ -37,8 +37,8 @@ describe 'ContentCookbooksApi' do
|
|
37
37
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
38
38
|
# @param name name of the cookbook
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @option opts [String] :artifact Artifact file representing the physical content
|
41
40
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
41
|
+
# @option opts [String] :artifact Artifact file representing the physical content
|
42
42
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
43
43
|
# @option opts [String] :version version of the cookbook
|
44
44
|
# @return [AsyncOperationResponse]
|
@@ -32,13 +32,13 @@ describe 'CookbookCookbookPackageContent' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpCookbookClient::CookbookCookbookPackageContent)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "repository"' do
|
36
36
|
it 'should work' do
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "artifact"' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_cookbook_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0b10.
|
4
|
+
version: 0.1.0b10.dev1645758467
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|