pulpcore_client 3.114.2 → 3.115.0
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 -6
- data/docs/ArtifactDistributionResponse.md +17 -17
- data/docs/MinimalTaskResponse.md +2 -0
- data/docs/Purge.md +1 -1
- data/docs/TaskResponse.md +3 -1
- data/docs/TasksApi.md +3 -3
- data/lib/pulpcore_client/api/tasks_api.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +80 -80
- data/lib/pulpcore_client/models/minimal_task_response.rb +13 -1
- data/lib/pulpcore_client/models/purge.rb +1 -1
- data/lib/pulpcore_client/models/task_response.rb +17 -5
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +0 -2
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +13 -13
- data/spec/models/minimal_task_response_spec.rb +6 -0
- data/spec/models/task_response_spec.rb +6 -0
- metadata +2 -10
- data/docs/DataRepair7465.md +0 -18
- data/docs/Datarepair7465Api.md +0 -82
- data/lib/pulpcore_client/api/datarepair7465_api.rb +0 -93
- data/lib/pulpcore_client/models/data_repair7465.rb +0 -217
- data/spec/api/datarepair7465_api_spec.rb +0 -48
- data/spec/models/data_repair7465_spec.rb +0 -36
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.10.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
|
|
16
|
-
# Unit tests for PulpcoreClient::Datarepair7465Api
|
|
17
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
-
# Please update as you see appropriate
|
|
19
|
-
describe 'Datarepair7465Api' do
|
|
20
|
-
before do
|
|
21
|
-
# run before each test
|
|
22
|
-
@api_instance = PulpcoreClient::Datarepair7465Api.new
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
after do
|
|
26
|
-
# run after each test
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
describe 'test an instance of Datarepair7465Api' do
|
|
30
|
-
it 'should create an instance of Datarepair7465Api' do
|
|
31
|
-
expect(@api_instance).to be_instance_of(PulpcoreClient::Datarepair7465Api)
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
# unit tests for post
|
|
36
|
-
# Add Repository Version Content IDs (Issue #7465)
|
|
37
|
-
# Trigger an asynchronous task that adds missing repository version content_ids cache to all repository versions (Issue #7465).
|
|
38
|
-
# @param data_repair7465
|
|
39
|
-
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
|
-
# @return [AsyncOperationResponse]
|
|
42
|
-
describe 'post test' do
|
|
43
|
-
it 'should work' do
|
|
44
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
end
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.10.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for PulpcoreClient::DataRepair7465
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe PulpcoreClient::DataRepair7465 do
|
|
21
|
-
let(:instance) { PulpcoreClient::DataRepair7465.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of DataRepair7465' do
|
|
24
|
-
it 'should create an instance of DataRepair7465' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(PulpcoreClient::DataRepair7465)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "dry_run"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
end
|