pulpcore_client 3.56.0 → 3.57.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 +6 -4
- data/docs/ArtifactDistributionResponse.md +11 -11
- data/docs/ProfileArtifactResponse.md +17 -0
- data/docs/TasksApi.md +60 -0
- data/lib/pulpcore_client/api/tasks_api.rb +68 -0
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +44 -44
- data/lib/pulpcore_client/models/profile_artifact_response.rb +213 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +1 -0
- data/spec/api/tasks_api_spec.rb +14 -0
- data/spec/models/artifact_distribution_response_spec.rb +7 -7
- data/spec/models/profile_artifact_response_spec.rb +41 -0
- metadata +155 -151
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f50e19c03ba464b1b3e287a0164427a1ad92c3f34a8211ed1a37f5f89f05ab8a
|
4
|
+
data.tar.gz: c3b6f2cc10a33af1bd31f6a93db6734a59d266eccfcf31c24953a827c6cb93d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbd6929eaf74c04272a39fc7438a70897abb1387240bc07ee6f665d1f3b18c0565508a9500f583cc4f0e345370f8a42dc8e7b5338512e0d935664674b7fb1226
|
7
|
+
data.tar.gz: 0ed561d66117c2efbb1b8b2eec50db74517852a727a944864e1d189f68f9fdece193aba5915b2ebcbe7031e670a53c8bc670e30222056999fe4b3ce91fd05133
|
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.57.0
|
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.57.0.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.57.0.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.57.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -241,6 +241,7 @@ Class | Method | HTTP request | Description
|
|
241
241
|
*PulpcoreClient::TasksApi* | [**list**](docs/TasksApi.md#list) | **GET** /pulp/api/v3/tasks/ | List tasks
|
242
242
|
*PulpcoreClient::TasksApi* | [**list_roles**](docs/TasksApi.md#list_roles) | **GET** {task_href}list_roles/ | List roles
|
243
243
|
*PulpcoreClient::TasksApi* | [**my_permissions**](docs/TasksApi.md#my_permissions) | **GET** {task_href}my_permissions/ | List user permissions
|
244
|
+
*PulpcoreClient::TasksApi* | [**profile_artifacts**](docs/TasksApi.md#profile_artifacts) | **GET** {task_href}profile_artifacts/ | Fetch downloadable links for profile artifacts
|
244
245
|
*PulpcoreClient::TasksApi* | [**purge**](docs/TasksApi.md#purge) | **POST** /pulp/api/v3/tasks/purge/ | Purge Completed Tasks
|
245
246
|
*PulpcoreClient::TasksApi* | [**read**](docs/TasksApi.md#read) | **GET** {task_href} | Inspect a task
|
246
247
|
*PulpcoreClient::TasksApi* | [**remove_role**](docs/TasksApi.md#remove_role) | **POST** {task_href}remove_role/ | Remove a role
|
@@ -373,6 +374,7 @@ Class | Method | HTTP request | Description
|
|
373
374
|
- [PulpcoreClient::PatchedUpstreamPulp](docs/PatchedUpstreamPulp.md)
|
374
375
|
- [PulpcoreClient::PatchedUser](docs/PatchedUser.md)
|
375
376
|
- [PulpcoreClient::PolicyEnum](docs/PolicyEnum.md)
|
377
|
+
- [PulpcoreClient::ProfileArtifactResponse](docs/ProfileArtifactResponse.md)
|
376
378
|
- [PulpcoreClient::ProgressReportResponse](docs/ProgressReportResponse.md)
|
377
379
|
- [PulpcoreClient::PublicationResponse](docs/PublicationResponse.md)
|
378
380
|
- [PulpcoreClient::PulpExport](docs/PulpExport.md)
|
@@ -4,30 +4,30 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
10
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
11
7
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
-
**
|
8
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
13
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
10
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
11
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
14
12
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
13
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
15
14
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
15
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
16
16
|
|
17
17
|
## Code Sample
|
18
18
|
|
19
19
|
```ruby
|
20
20
|
require 'PulpcoreClient'
|
21
21
|
|
22
|
-
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
22
|
+
instance = PulpcoreClient::ArtifactDistributionResponse.new(content_guard: null,
|
23
23
|
pulp_labels: null,
|
24
|
-
pulp_href: null,
|
25
|
-
pulp_last_updated: null,
|
26
|
-
content_guard: null,
|
27
|
-
base_url: null,
|
28
24
|
name: null,
|
25
|
+
pulp_last_updated: null,
|
26
|
+
pulp_href: null,
|
29
27
|
hidden: null,
|
30
|
-
|
28
|
+
pulp_created: null,
|
29
|
+
base_path: null,
|
30
|
+
base_url: null)
|
31
31
|
```
|
32
32
|
|
33
33
|
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# PulpcoreClient::ProfileArtifactResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**urls** | **Hash<String, String>** | |
|
8
|
+
|
9
|
+
## Code Sample
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'PulpcoreClient'
|
13
|
+
|
14
|
+
instance = PulpcoreClient::ProfileArtifactResponse.new(urls: null)
|
15
|
+
```
|
16
|
+
|
17
|
+
|
data/docs/TasksApi.md
CHANGED
@@ -9,6 +9,7 @@ Method | HTTP request | Description
|
|
9
9
|
[**list**](TasksApi.md#list) | **GET** /pulp/api/v3/tasks/ | List tasks
|
10
10
|
[**list_roles**](TasksApi.md#list_roles) | **GET** {task_href}list_roles/ | List roles
|
11
11
|
[**my_permissions**](TasksApi.md#my_permissions) | **GET** {task_href}my_permissions/ | List user permissions
|
12
|
+
[**profile_artifacts**](TasksApi.md#profile_artifacts) | **GET** {task_href}profile_artifacts/ | Fetch downloadable links for profile artifacts
|
12
13
|
[**purge**](TasksApi.md#purge) | **POST** /pulp/api/v3/tasks/purge/ | Purge Completed Tasks
|
13
14
|
[**read**](TasksApi.md#read) | **GET** {task_href} | Inspect a task
|
14
15
|
[**remove_role**](TasksApi.md#remove_role) | **POST** {task_href}remove_role/ | Remove a role
|
@@ -378,6 +379,65 @@ Name | Type | Description | Notes
|
|
378
379
|
- **Accept**: application/json
|
379
380
|
|
380
381
|
|
382
|
+
## profile_artifacts
|
383
|
+
|
384
|
+
> ProfileArtifactResponse profile_artifacts(task_href, opts)
|
385
|
+
|
386
|
+
Fetch downloadable links for profile artifacts
|
387
|
+
|
388
|
+
Return pre-signed URLs used for downloading raw profile artifacts.
|
389
|
+
|
390
|
+
### Example
|
391
|
+
|
392
|
+
```ruby
|
393
|
+
# load the gem
|
394
|
+
require 'pulpcore_client'
|
395
|
+
# setup authorization
|
396
|
+
PulpcoreClient.configure do |config|
|
397
|
+
# Configure HTTP basic authorization: basicAuth
|
398
|
+
config.username = 'YOUR USERNAME'
|
399
|
+
config.password = 'YOUR PASSWORD'
|
400
|
+
end
|
401
|
+
|
402
|
+
api_instance = PulpcoreClient::TasksApi.new
|
403
|
+
task_href = 'task_href_example' # String |
|
404
|
+
opts = {
|
405
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
406
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
407
|
+
}
|
408
|
+
|
409
|
+
begin
|
410
|
+
#Fetch downloadable links for profile artifacts
|
411
|
+
result = api_instance.profile_artifacts(task_href, opts)
|
412
|
+
p result
|
413
|
+
rescue PulpcoreClient::ApiError => e
|
414
|
+
puts "Exception when calling TasksApi->profile_artifacts: #{e}"
|
415
|
+
end
|
416
|
+
```
|
417
|
+
|
418
|
+
### Parameters
|
419
|
+
|
420
|
+
|
421
|
+
Name | Type | Description | Notes
|
422
|
+
------------- | ------------- | ------------- | -------------
|
423
|
+
**task_href** | **String**| |
|
424
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
425
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
426
|
+
|
427
|
+
### Return type
|
428
|
+
|
429
|
+
[**ProfileArtifactResponse**](ProfileArtifactResponse.md)
|
430
|
+
|
431
|
+
### Authorization
|
432
|
+
|
433
|
+
[basicAuth](../README.md#basicAuth)
|
434
|
+
|
435
|
+
### HTTP request headers
|
436
|
+
|
437
|
+
- **Content-Type**: Not defined
|
438
|
+
- **Accept**: application/json
|
439
|
+
|
440
|
+
|
381
441
|
## purge
|
382
442
|
|
383
443
|
> AsyncOperationResponse purge(purge)
|
@@ -475,6 +475,74 @@ module PulpcoreClient
|
|
475
475
|
return data, status_code, headers
|
476
476
|
end
|
477
477
|
|
478
|
+
# Fetch downloadable links for profile artifacts
|
479
|
+
# Return pre-signed URLs used for downloading raw profile artifacts.
|
480
|
+
# @param task_href [String]
|
481
|
+
# @param [Hash] opts the optional parameters
|
482
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
483
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
484
|
+
# @return [ProfileArtifactResponse]
|
485
|
+
def profile_artifacts(task_href, opts = {})
|
486
|
+
data, _status_code, _headers = profile_artifacts_with_http_info(task_href, opts)
|
487
|
+
data
|
488
|
+
end
|
489
|
+
|
490
|
+
# Fetch downloadable links for profile artifacts
|
491
|
+
# Return pre-signed URLs used for downloading raw profile artifacts.
|
492
|
+
# @param task_href [String]
|
493
|
+
# @param [Hash] opts the optional parameters
|
494
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
495
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
496
|
+
# @return [Array<(ProfileArtifactResponse, Integer, Hash)>] ProfileArtifactResponse data, response status code and response headers
|
497
|
+
def profile_artifacts_with_http_info(task_href, opts = {})
|
498
|
+
if @api_client.config.debugging
|
499
|
+
@api_client.config.logger.debug 'Calling API: TasksApi.profile_artifacts ...'
|
500
|
+
end
|
501
|
+
# verify the required parameter 'task_href' is set
|
502
|
+
if @api_client.config.client_side_validation && task_href.nil?
|
503
|
+
fail ArgumentError, "Missing the required parameter 'task_href' when calling TasksApi.profile_artifacts"
|
504
|
+
end
|
505
|
+
# resource path
|
506
|
+
local_var_path = '{task_href}profile_artifacts/'.sub('{' + 'task_href' + '}', CGI.escape(task_href.to_s).gsub('%2F', '/'))
|
507
|
+
|
508
|
+
# query parameters
|
509
|
+
query_params = opts[:query_params] || {}
|
510
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
511
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
512
|
+
|
513
|
+
# header parameters
|
514
|
+
header_params = opts[:header_params] || {}
|
515
|
+
# HTTP header 'Accept' (if needed)
|
516
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
517
|
+
|
518
|
+
# form parameters
|
519
|
+
form_params = opts[:form_params] || {}
|
520
|
+
|
521
|
+
# http body (model)
|
522
|
+
post_body = opts[:body]
|
523
|
+
|
524
|
+
# return_type
|
525
|
+
return_type = opts[:return_type] || 'ProfileArtifactResponse'
|
526
|
+
|
527
|
+
# auth_names
|
528
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
529
|
+
|
530
|
+
new_options = opts.merge(
|
531
|
+
:header_params => header_params,
|
532
|
+
:query_params => query_params,
|
533
|
+
:form_params => form_params,
|
534
|
+
:body => post_body,
|
535
|
+
:auth_names => auth_names,
|
536
|
+
:return_type => return_type
|
537
|
+
)
|
538
|
+
|
539
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
540
|
+
if @api_client.config.debugging
|
541
|
+
@api_client.config.logger.debug "API called: TasksApi#profile_artifacts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
542
|
+
end
|
543
|
+
return data, status_code, headers
|
544
|
+
end
|
545
|
+
|
478
546
|
# Purge Completed Tasks
|
479
547
|
# Trigger an asynchronous task that deletes completed tasks that finished prior to a specified timestamp.
|
480
548
|
# @param purge [Purge]
|
@@ -15,58 +15,58 @@ require 'date'
|
|
15
15
|
module PulpcoreClient
|
16
16
|
# A serializer for ArtifactDistribution.
|
17
17
|
class ArtifactDistributionResponse
|
18
|
-
#
|
19
|
-
attr_accessor :
|
18
|
+
# An optional content-guard.
|
19
|
+
attr_accessor :content_guard
|
20
20
|
|
21
21
|
attr_accessor :pulp_labels
|
22
22
|
|
23
|
-
|
23
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
24
|
+
attr_accessor :name
|
24
25
|
|
25
26
|
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
26
27
|
attr_accessor :pulp_last_updated
|
27
28
|
|
28
|
-
|
29
|
-
attr_accessor :content_guard
|
30
|
-
|
31
|
-
# The URL for accessing the publication as defined by this distribution.
|
32
|
-
attr_accessor :base_url
|
33
|
-
|
34
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
35
|
-
attr_accessor :name
|
29
|
+
attr_accessor :pulp_href
|
36
30
|
|
37
31
|
# Whether this distribution should be shown in the content app.
|
38
32
|
attr_accessor :hidden
|
39
33
|
|
34
|
+
# Timestamp of creation.
|
35
|
+
attr_accessor :pulp_created
|
36
|
+
|
40
37
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
41
38
|
attr_accessor :base_path
|
42
39
|
|
40
|
+
# The URL for accessing the publication as defined by this distribution.
|
41
|
+
attr_accessor :base_url
|
42
|
+
|
43
43
|
# Attribute mapping from ruby-style variable name to JSON key.
|
44
44
|
def self.attribute_map
|
45
45
|
{
|
46
|
-
:'pulp_created' => :'pulp_created',
|
47
|
-
:'pulp_labels' => :'pulp_labels',
|
48
|
-
:'pulp_href' => :'pulp_href',
|
49
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
50
46
|
:'content_guard' => :'content_guard',
|
51
|
-
:'
|
47
|
+
:'pulp_labels' => :'pulp_labels',
|
52
48
|
:'name' => :'name',
|
49
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
50
|
+
:'pulp_href' => :'pulp_href',
|
53
51
|
:'hidden' => :'hidden',
|
54
|
-
:'
|
52
|
+
:'pulp_created' => :'pulp_created',
|
53
|
+
:'base_path' => :'base_path',
|
54
|
+
:'base_url' => :'base_url'
|
55
55
|
}
|
56
56
|
end
|
57
57
|
|
58
58
|
# Attribute type mapping.
|
59
59
|
def self.openapi_types
|
60
60
|
{
|
61
|
-
:'pulp_created' => :'DateTime',
|
62
|
-
:'pulp_labels' => :'Hash<String, String>',
|
63
|
-
:'pulp_href' => :'String',
|
64
|
-
:'pulp_last_updated' => :'DateTime',
|
65
61
|
:'content_guard' => :'String',
|
66
|
-
:'
|
62
|
+
:'pulp_labels' => :'Hash<String, String>',
|
67
63
|
:'name' => :'String',
|
64
|
+
:'pulp_last_updated' => :'DateTime',
|
65
|
+
:'pulp_href' => :'String',
|
68
66
|
:'hidden' => :'Boolean',
|
69
|
-
:'
|
67
|
+
:'pulp_created' => :'DateTime',
|
68
|
+
:'base_path' => :'String',
|
69
|
+
:'base_url' => :'String'
|
70
70
|
}
|
71
71
|
end
|
72
72
|
|
@@ -92,8 +92,8 @@ module PulpcoreClient
|
|
92
92
|
h[k.to_sym] = v
|
93
93
|
}
|
94
94
|
|
95
|
-
if attributes.key?(:'
|
96
|
-
self.
|
95
|
+
if attributes.key?(:'content_guard')
|
96
|
+
self.content_guard = attributes[:'content_guard']
|
97
97
|
end
|
98
98
|
|
99
99
|
if attributes.key?(:'pulp_labels')
|
@@ -102,24 +102,16 @@ module PulpcoreClient
|
|
102
102
|
end
|
103
103
|
end
|
104
104
|
|
105
|
-
if attributes.key?(:'
|
106
|
-
self.
|
105
|
+
if attributes.key?(:'name')
|
106
|
+
self.name = attributes[:'name']
|
107
107
|
end
|
108
108
|
|
109
109
|
if attributes.key?(:'pulp_last_updated')
|
110
110
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
111
111
|
end
|
112
112
|
|
113
|
-
if attributes.key?(:'
|
114
|
-
self.
|
115
|
-
end
|
116
|
-
|
117
|
-
if attributes.key?(:'base_url')
|
118
|
-
self.base_url = attributes[:'base_url']
|
119
|
-
end
|
120
|
-
|
121
|
-
if attributes.key?(:'name')
|
122
|
-
self.name = attributes[:'name']
|
113
|
+
if attributes.key?(:'pulp_href')
|
114
|
+
self.pulp_href = attributes[:'pulp_href']
|
123
115
|
end
|
124
116
|
|
125
117
|
if attributes.key?(:'hidden')
|
@@ -128,9 +120,17 @@ module PulpcoreClient
|
|
128
120
|
self.hidden = false
|
129
121
|
end
|
130
122
|
|
123
|
+
if attributes.key?(:'pulp_created')
|
124
|
+
self.pulp_created = attributes[:'pulp_created']
|
125
|
+
end
|
126
|
+
|
131
127
|
if attributes.key?(:'base_path')
|
132
128
|
self.base_path = attributes[:'base_path']
|
133
129
|
end
|
130
|
+
|
131
|
+
if attributes.key?(:'base_url')
|
132
|
+
self.base_url = attributes[:'base_url']
|
133
|
+
end
|
134
134
|
end
|
135
135
|
|
136
136
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -161,15 +161,15 @@ module PulpcoreClient
|
|
161
161
|
def ==(o)
|
162
162
|
return true if self.equal?(o)
|
163
163
|
self.class == o.class &&
|
164
|
-
pulp_created == o.pulp_created &&
|
165
|
-
pulp_labels == o.pulp_labels &&
|
166
|
-
pulp_href == o.pulp_href &&
|
167
|
-
pulp_last_updated == o.pulp_last_updated &&
|
168
164
|
content_guard == o.content_guard &&
|
169
|
-
|
165
|
+
pulp_labels == o.pulp_labels &&
|
170
166
|
name == o.name &&
|
167
|
+
pulp_last_updated == o.pulp_last_updated &&
|
168
|
+
pulp_href == o.pulp_href &&
|
171
169
|
hidden == o.hidden &&
|
172
|
-
|
170
|
+
pulp_created == o.pulp_created &&
|
171
|
+
base_path == o.base_path &&
|
172
|
+
base_url == o.base_url
|
173
173
|
end
|
174
174
|
|
175
175
|
# @see the `==` method
|
@@ -181,7 +181,7 @@ module PulpcoreClient
|
|
181
181
|
# Calculates hash code according to all attributes.
|
182
182
|
# @return [Integer] Hash code
|
183
183
|
def hash
|
184
|
-
[
|
184
|
+
[content_guard, pulp_labels, name, pulp_last_updated, pulp_href, hidden, pulp_created, base_path, base_url].hash
|
185
185
|
end
|
186
186
|
|
187
187
|
# Builds the object from hash
|
@@ -0,0 +1,213 @@
|
|
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
|
+
OpenAPI Generator version: 4.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module PulpcoreClient
|
16
|
+
class ProfileArtifactResponse
|
17
|
+
attr_accessor :urls
|
18
|
+
|
19
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
20
|
+
def self.attribute_map
|
21
|
+
{
|
22
|
+
:'urls' => :'urls'
|
23
|
+
}
|
24
|
+
end
|
25
|
+
|
26
|
+
# Attribute type mapping.
|
27
|
+
def self.openapi_types
|
28
|
+
{
|
29
|
+
:'urls' => :'Hash<String, String>'
|
30
|
+
}
|
31
|
+
end
|
32
|
+
|
33
|
+
# List of attributes with nullable: true
|
34
|
+
def self.openapi_nullable
|
35
|
+
Set.new([
|
36
|
+
])
|
37
|
+
end
|
38
|
+
|
39
|
+
# Initializes the object
|
40
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
41
|
+
def initialize(attributes = {})
|
42
|
+
if (!attributes.is_a?(Hash))
|
43
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::ProfileArtifactResponse` initialize method"
|
44
|
+
end
|
45
|
+
|
46
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
47
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
48
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
49
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::ProfileArtifactResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
50
|
+
end
|
51
|
+
h[k.to_sym] = v
|
52
|
+
}
|
53
|
+
|
54
|
+
if attributes.key?(:'urls')
|
55
|
+
if (value = attributes[:'urls']).is_a?(Hash)
|
56
|
+
self.urls = value
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
62
|
+
# @return Array for valid properties with the reasons
|
63
|
+
def list_invalid_properties
|
64
|
+
invalid_properties = Array.new
|
65
|
+
if @urls.nil?
|
66
|
+
invalid_properties.push('invalid value for "urls", urls cannot be nil.')
|
67
|
+
end
|
68
|
+
|
69
|
+
invalid_properties
|
70
|
+
end
|
71
|
+
|
72
|
+
# Check to see if the all the properties in the model are valid
|
73
|
+
# @return true if the model is valid
|
74
|
+
def valid?
|
75
|
+
return false if @urls.nil?
|
76
|
+
true
|
77
|
+
end
|
78
|
+
|
79
|
+
# Checks equality by comparing each attribute.
|
80
|
+
# @param [Object] Object to be compared
|
81
|
+
def ==(o)
|
82
|
+
return true if self.equal?(o)
|
83
|
+
self.class == o.class &&
|
84
|
+
urls == o.urls
|
85
|
+
end
|
86
|
+
|
87
|
+
# @see the `==` method
|
88
|
+
# @param [Object] Object to be compared
|
89
|
+
def eql?(o)
|
90
|
+
self == o
|
91
|
+
end
|
92
|
+
|
93
|
+
# Calculates hash code according to all attributes.
|
94
|
+
# @return [Integer] Hash code
|
95
|
+
def hash
|
96
|
+
[urls].hash
|
97
|
+
end
|
98
|
+
|
99
|
+
# Builds the object from hash
|
100
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
101
|
+
# @return [Object] Returns the model itself
|
102
|
+
def self.build_from_hash(attributes)
|
103
|
+
new.build_from_hash(attributes)
|
104
|
+
end
|
105
|
+
|
106
|
+
# Builds the object from hash
|
107
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
108
|
+
# @return [Object] Returns the model itself
|
109
|
+
def build_from_hash(attributes)
|
110
|
+
return nil unless attributes.is_a?(Hash)
|
111
|
+
self.class.openapi_types.each_pair do |key, type|
|
112
|
+
if type =~ /\AArray<(.*)>/i
|
113
|
+
# check to ensure the input is an array given that the attribute
|
114
|
+
# is documented as an array but the input is not
|
115
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
116
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
117
|
+
end
|
118
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
119
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
120
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
121
|
+
end
|
122
|
+
|
123
|
+
self
|
124
|
+
end
|
125
|
+
|
126
|
+
# Deserializes the data based on type
|
127
|
+
# @param string type Data type
|
128
|
+
# @param string value Value to be deserialized
|
129
|
+
# @return [Object] Deserialized data
|
130
|
+
def _deserialize(type, value)
|
131
|
+
case type.to_sym
|
132
|
+
when :DateTime
|
133
|
+
DateTime.parse(value)
|
134
|
+
when :Date
|
135
|
+
Date.parse(value)
|
136
|
+
when :String
|
137
|
+
value.to_s
|
138
|
+
when :Integer
|
139
|
+
value.to_i
|
140
|
+
when :Float
|
141
|
+
value.to_f
|
142
|
+
when :Boolean
|
143
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
144
|
+
true
|
145
|
+
else
|
146
|
+
false
|
147
|
+
end
|
148
|
+
when :Object
|
149
|
+
# generic object (usually a Hash), return directly
|
150
|
+
value
|
151
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
152
|
+
inner_type = Regexp.last_match[:inner_type]
|
153
|
+
value.map { |v| _deserialize(inner_type, v) }
|
154
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
155
|
+
k_type = Regexp.last_match[:k_type]
|
156
|
+
v_type = Regexp.last_match[:v_type]
|
157
|
+
{}.tap do |hash|
|
158
|
+
value.each do |k, v|
|
159
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
160
|
+
end
|
161
|
+
end
|
162
|
+
else # model
|
163
|
+
PulpcoreClient.const_get(type).build_from_hash(value)
|
164
|
+
end
|
165
|
+
end
|
166
|
+
|
167
|
+
# Returns the string representation of the object
|
168
|
+
# @return [String] String presentation of the object
|
169
|
+
def to_s
|
170
|
+
to_hash.to_s
|
171
|
+
end
|
172
|
+
|
173
|
+
# to_body is an alias to to_hash (backward compatibility)
|
174
|
+
# @return [Hash] Returns the object in the form of hash
|
175
|
+
def to_body
|
176
|
+
to_hash
|
177
|
+
end
|
178
|
+
|
179
|
+
# Returns the object in the form of hash
|
180
|
+
# @return [Hash] Returns the object in the form of hash
|
181
|
+
def to_hash
|
182
|
+
hash = {}
|
183
|
+
self.class.attribute_map.each_pair do |attr, param|
|
184
|
+
value = self.send(attr)
|
185
|
+
if value.nil?
|
186
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
187
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
188
|
+
end
|
189
|
+
|
190
|
+
hash[param] = _to_hash(value)
|
191
|
+
end
|
192
|
+
hash
|
193
|
+
end
|
194
|
+
|
195
|
+
# Outputs non-array value in the form of hash
|
196
|
+
# For object, use to_hash. Otherwise, just return the value
|
197
|
+
# @param [Object] value Any valid value
|
198
|
+
# @return [Hash] Returns the value in the form of hash
|
199
|
+
def _to_hash(value)
|
200
|
+
if value.is_a?(Array)
|
201
|
+
value.compact.map { |v| _to_hash(v) }
|
202
|
+
elsif value.is_a?(Hash)
|
203
|
+
{}.tap do |hash|
|
204
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
205
|
+
end
|
206
|
+
elsif value.respond_to? :to_hash
|
207
|
+
value.to_hash
|
208
|
+
else
|
209
|
+
value
|
210
|
+
end
|
211
|
+
end
|
212
|
+
end
|
213
|
+
end
|
data/lib/pulpcore_client.rb
CHANGED
@@ -108,6 +108,7 @@ require 'pulpcore_client/models/patched_task_cancel'
|
|
108
108
|
require 'pulpcore_client/models/patched_upstream_pulp'
|
109
109
|
require 'pulpcore_client/models/patched_user'
|
110
110
|
require 'pulpcore_client/models/policy_enum'
|
111
|
+
require 'pulpcore_client/models/profile_artifact_response'
|
111
112
|
require 'pulpcore_client/models/progress_report_response'
|
112
113
|
require 'pulpcore_client/models/publication_response'
|
113
114
|
require 'pulpcore_client/models/pulp_export'
|
data/spec/api/tasks_api_spec.rb
CHANGED
@@ -138,6 +138,20 @@ describe 'TasksApi' do
|
|
138
138
|
end
|
139
139
|
end
|
140
140
|
|
141
|
+
# unit tests for profile_artifacts
|
142
|
+
# Fetch downloadable links for profile artifacts
|
143
|
+
# Return pre-signed URLs used for downloading raw profile artifacts.
|
144
|
+
# @param task_href
|
145
|
+
# @param [Hash] opts the optional parameters
|
146
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
147
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
148
|
+
# @return [ProfileArtifactResponse]
|
149
|
+
describe 'profile_artifacts test' do
|
150
|
+
it 'should work' do
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
141
155
|
# unit tests for purge
|
142
156
|
# Purge Completed Tasks
|
143
157
|
# Trigger an asynchronous task that deletes completed tasks that finished prior to a specified timestamp.
|
@@ -32,7 +32,7 @@ describe 'ArtifactDistributionResponse' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "content_guard"' 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
|
@@ -44,7 +44,7 @@ describe 'ArtifactDistributionResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "name"' do
|
48
48
|
it 'should work' do
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
50
|
end
|
@@ -56,31 +56,31 @@ describe 'ArtifactDistributionResponse' do
|
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
describe 'test attribute "
|
59
|
+
describe 'test attribute "pulp_href"' do
|
60
60
|
it 'should work' do
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "hidden"' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "pulp_created"' do
|
72
72
|
it 'should work' do
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
|
-
describe 'test attribute "
|
77
|
+
describe 'test attribute "base_path"' do
|
78
78
|
it 'should work' do
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
80
|
end
|
81
81
|
end
|
82
82
|
|
83
|
-
describe 'test attribute "
|
83
|
+
describe 'test attribute "base_url"' do
|
84
84
|
it 'should work' do
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
86
|
end
|
@@ -0,0 +1,41 @@
|
|
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
|
+
OpenAPI Generator version: 4.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpcoreClient::ProfileArtifactResponse
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'ProfileArtifactResponse' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpcoreClient::ProfileArtifactResponse.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of ProfileArtifactResponse' do
|
31
|
+
it 'should create an instance of ProfileArtifactResponse' do
|
32
|
+
expect(@instance).to be_instance_of(PulpcoreClient::ProfileArtifactResponse)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "urls"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
end
|
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.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07
|
11
|
+
date: 2024-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -195,6 +195,7 @@ files:
|
|
195
195
|
- docs/PatchedUpstreamPulp.md
|
196
196
|
- docs/PatchedUser.md
|
197
197
|
- docs/PolicyEnum.md
|
198
|
+
- docs/ProfileArtifactResponse.md
|
198
199
|
- docs/ProgressReportResponse.md
|
199
200
|
- docs/PublicationResponse.md
|
200
201
|
- docs/PublicationsApi.md
|
@@ -396,6 +397,7 @@ files:
|
|
396
397
|
- lib/pulpcore_client/models/patched_upstream_pulp.rb
|
397
398
|
- lib/pulpcore_client/models/patched_user.rb
|
398
399
|
- lib/pulpcore_client/models/policy_enum.rb
|
400
|
+
- lib/pulpcore_client/models/profile_artifact_response.rb
|
399
401
|
- lib/pulpcore_client/models/progress_report_response.rb
|
400
402
|
- lib/pulpcore_client/models/publication_response.rb
|
401
403
|
- lib/pulpcore_client/models/pulp_export.rb
|
@@ -580,6 +582,7 @@ files:
|
|
580
582
|
- spec/models/patched_upstream_pulp_spec.rb
|
581
583
|
- spec/models/patched_user_spec.rb
|
582
584
|
- spec/models/policy_enum_spec.rb
|
585
|
+
- spec/models/profile_artifact_response_spec.rb
|
583
586
|
- spec/models/progress_report_response_spec.rb
|
584
587
|
- spec/models/publication_response_spec.rb
|
585
588
|
- spec/models/pulp_export_response_spec.rb
|
@@ -653,186 +656,187 @@ signing_key:
|
|
653
656
|
specification_version: 4
|
654
657
|
summary: Pulp 3 API Ruby Gem
|
655
658
|
test_files:
|
656
|
-
- spec/api/
|
659
|
+
- spec/api/task_groups_api_spec.rb
|
657
660
|
- spec/api/tasks_api_spec.rb
|
658
|
-
- spec/api/contentguards_api_spec.rb
|
659
|
-
- spec/api/workers_api_spec.rb
|
660
|
-
- spec/api/exporters_filesystem_exports_api_spec.rb
|
661
|
-
- spec/api/upstream_pulps_api_spec.rb
|
662
|
-
- spec/api/groups_roles_api_spec.rb
|
663
|
-
- spec/api/groups_users_api_spec.rb
|
664
|
-
- spec/api/status_api_spec.rb
|
665
|
-
- spec/api/repair_api_spec.rb
|
666
|
-
- spec/api/repositories_api_spec.rb
|
667
|
-
- spec/api/distributions_artifacts_api_spec.rb
|
668
|
-
- spec/api/exporters_pulp_exports_api_spec.rb
|
669
|
-
- spec/api/content_api_spec.rb
|
670
|
-
- spec/api/domains_api_spec.rb
|
671
|
-
- spec/api/access_policies_api_spec.rb
|
672
|
-
- spec/api/importers_pulp_import_check_api_spec.rb
|
673
|
-
- spec/api/exporters_pulp_api_spec.rb
|
674
|
-
- spec/api/exporters_filesystem_api_spec.rb
|
675
|
-
- spec/api/livez_api_spec.rb
|
676
661
|
- spec/api/groups_api_spec.rb
|
677
|
-
- spec/api/
|
662
|
+
- spec/api/content_api_spec.rb
|
678
663
|
- spec/api/repositories_reclaim_space_api_spec.rb
|
679
|
-
- spec/api/distributions_api_spec.rb
|
680
|
-
- spec/api/task_groups_api_spec.rb
|
681
|
-
- spec/api/contentguards_content_redirect_api_spec.rb
|
682
|
-
- spec/api/remotes_api_spec.rb
|
683
|
-
- spec/api/contentguards_header_api_spec.rb
|
684
664
|
- spec/api/uploads_api_spec.rb
|
685
665
|
- spec/api/task_schedules_api_spec.rb
|
666
|
+
- spec/api/repositories_api_spec.rb
|
667
|
+
- spec/api/orphans_cleanup_api_spec.rb
|
668
|
+
- spec/api/importers_pulp_imports_api_spec.rb
|
669
|
+
- spec/api/upstream_pulps_api_spec.rb
|
670
|
+
- spec/api/importers_pulp_api_spec.rb
|
671
|
+
- spec/api/signing_services_api_spec.rb
|
672
|
+
- spec/api/remotes_api_spec.rb
|
673
|
+
- spec/api/contentguards_header_api_spec.rb
|
674
|
+
- spec/api/status_api_spec.rb
|
675
|
+
- spec/api/distributions_api_spec.rb
|
676
|
+
- spec/api/domains_api_spec.rb
|
686
677
|
- spec/api/publications_api_spec.rb
|
687
|
-
- spec/api/users_roles_api_spec.rb
|
688
678
|
- spec/api/artifacts_api_spec.rb
|
689
|
-
- spec/api/
|
679
|
+
- spec/api/livez_api_spec.rb
|
680
|
+
- spec/api/exporters_pulp_exports_api_spec.rb
|
681
|
+
- spec/api/distributions_artifacts_api_spec.rb
|
682
|
+
- spec/api/users_roles_api_spec.rb
|
683
|
+
- spec/api/exporters_pulp_api_spec.rb
|
690
684
|
- spec/api/users_api_spec.rb
|
691
|
-
- spec/api/repository_versions_api_spec.rb
|
692
|
-
- spec/api/signing_services_api_spec.rb
|
693
685
|
- spec/api/roles_api_spec.rb
|
686
|
+
- spec/api/workers_api_spec.rb
|
687
|
+
- spec/api/contentguards_api_spec.rb
|
688
|
+
- spec/api/contentguards_content_redirect_api_spec.rb
|
689
|
+
- spec/api/contentguards_rbac_api_spec.rb
|
694
690
|
- spec/api/contentguards_composite_api_spec.rb
|
691
|
+
- spec/api/exporters_filesystem_api_spec.rb
|
692
|
+
- spec/api/exporters_filesystem_exports_api_spec.rb
|
693
|
+
- spec/api/repair_api_spec.rb
|
694
|
+
- spec/api/groups_users_api_spec.rb
|
695
|
+
- spec/api/repository_versions_api_spec.rb
|
696
|
+
- spec/api/access_policies_api_spec.rb
|
695
697
|
- spec/api/orphans_api_spec.rb
|
696
|
-
- spec/api/
|
698
|
+
- spec/api/importers_pulp_import_check_api_spec.rb
|
699
|
+
- spec/api/groups_roles_api_spec.rb
|
697
700
|
- spec/api_client_spec.rb
|
698
701
|
- spec/configuration_spec.rb
|
699
|
-
- spec/models/
|
700
|
-
- spec/models/
|
701
|
-
- spec/models/pulp_import_spec.rb
|
702
|
-
- spec/models/database_connection_response_spec.rb
|
703
|
-
- spec/models/pulp_import_check_response_spec.rb
|
704
|
-
- spec/models/group_progress_report_response_spec.rb
|
705
|
-
- spec/models/paginated_remote_response_list_spec.rb
|
706
|
-
- spec/models/patched_group_spec.rb
|
707
|
-
- spec/models/paginated_publication_response_list_spec.rb
|
708
|
-
- spec/models/distribution_response_spec.rb
|
709
|
-
- spec/models/paginated_pulp_importer_response_list_spec.rb
|
702
|
+
- spec/models/paginated_distribution_response_list_spec.rb
|
703
|
+
- spec/models/composite_content_guard_spec.rb
|
710
704
|
- spec/models/user_role_spec.rb
|
711
|
-
- spec/models/
|
712
|
-
- spec/models/
|
713
|
-
- spec/models/
|
714
|
-
- spec/models/
|
715
|
-
- spec/models/
|
705
|
+
- spec/models/paginated_user_role_response_list_spec.rb
|
706
|
+
- spec/models/nested_role_spec.rb
|
707
|
+
- spec/models/patched_filesystem_exporter_spec.rb
|
708
|
+
- spec/models/reclaim_space_spec.rb
|
709
|
+
- spec/models/redis_connection_response_spec.rb
|
710
|
+
- spec/models/user_group_response_spec.rb
|
711
|
+
- spec/models/repair_spec.rb
|
712
|
+
- spec/models/user_group_spec.rb
|
713
|
+
- spec/models/content_summary_response_spec.rb
|
716
714
|
- spec/models/patched_pulp_exporter_spec.rb
|
717
|
-
- spec/models/role_response_spec.rb
|
718
|
-
- spec/models/task_response_spec.rb
|
719
|
-
- spec/models/paginated_header_content_guard_response_list_spec.rb
|
720
|
-
- spec/models/paginated_task_group_response_list_spec.rb
|
721
|
-
- spec/models/paginated_domain_response_list_spec.rb
|
722
|
-
- spec/models/paginated_pulp_exporter_response_list_spec.rb
|
723
|
-
- spec/models/content_redirect_content_guard_response_spec.rb
|
724
|
-
- spec/models/patched_role_spec.rb
|
725
|
-
- spec/models/group_user_spec.rb
|
726
|
-
- spec/models/upstream_pulp_response_spec.rb
|
727
|
-
- spec/models/patched_rbac_content_guard_spec.rb
|
728
|
-
- spec/models/patched_domain_spec.rb
|
729
715
|
- spec/models/access_policy_response_spec.rb
|
730
|
-
- spec/models/minimal_task_response_spec.rb
|
731
|
-
- spec/models/signing_service_response_spec.rb
|
732
|
-
- spec/models/upload_detail_response_spec.rb
|
733
|
-
- spec/models/repository_version_response_spec.rb
|
734
|
-
- spec/models/upload_spec.rb
|
735
|
-
- spec/models/paginated_composite_content_guard_response_list_spec.rb
|
736
|
-
- spec/models/patched_task_cancel_spec.rb
|
737
|
-
- spec/models/artifact_spec.rb
|
738
|
-
- spec/models/header_content_guard_response_spec.rb
|
739
|
-
- spec/models/user_group_response_spec.rb
|
740
|
-
- spec/models/pulp_exporter_response_spec.rb
|
741
|
-
- spec/models/task_group_operation_response_spec.rb
|
742
|
-
- spec/models/paginated_multiple_artifact_content_response_list_spec.rb
|
743
|
-
- spec/models/worker_response_spec.rb
|
744
|
-
- spec/models/paginated_content_guard_response_list_spec.rb
|
745
|
-
- spec/models/paginated_artifact_distribution_response_list_spec.rb
|
746
|
-
- spec/models/paginated_user_response_list_spec.rb
|
747
|
-
- spec/models/progress_report_response_spec.rb
|
748
|
-
- spec/models/user_spec.rb
|
749
|
-
- spec/models/paginated_signing_service_response_list_spec.rb
|
750
|
-
- spec/models/purge_spec.rb
|
751
|
-
- spec/models/paginated_upload_response_list_spec.rb
|
752
716
|
- spec/models/method_enum_spec.rb
|
753
|
-
- spec/models/
|
754
|
-
- spec/models/object_roles_response_spec.rb
|
755
|
-
- spec/models/async_operation_response_spec.rb
|
756
|
-
- spec/models/user_group_spec.rb
|
757
|
-
- spec/models/group_user_response_spec.rb
|
758
|
-
- spec/models/patched_composite_content_guard_spec.rb
|
759
|
-
- spec/models/paginated_task_response_list_spec.rb
|
760
|
-
- spec/models/patched_user_spec.rb
|
761
|
-
- spec/models/repository_response_spec.rb
|
762
|
-
- spec/models/filesystem_exporter_response_spec.rb
|
763
|
-
- spec/models/task_group_response_spec.rb
|
764
|
-
- spec/models/content_guard_response_spec.rb
|
765
|
-
- spec/models/patched_content_redirect_content_guard_spec.rb
|
766
|
-
- spec/models/pulp_importer_response_spec.rb
|
767
|
-
- spec/models/paginated_worker_response_list_spec.rb
|
717
|
+
- spec/models/content_redirect_content_guard_spec.rb
|
768
718
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
719
|
+
- spec/models/paginated_domain_response_list_spec.rb
|
720
|
+
- spec/models/paginated_filesystem_export_response_list_spec.rb
|
721
|
+
- spec/models/object_roles_response_spec.rb
|
722
|
+
- spec/models/user_response_spec.rb
|
723
|
+
- spec/models/group_role_spec.rb
|
769
724
|
- spec/models/nested_role_response_spec.rb
|
725
|
+
- spec/models/progress_report_response_spec.rb
|
726
|
+
- spec/models/policy_enum_spec.rb
|
727
|
+
- spec/models/pulp_import_check_spec.rb
|
728
|
+
- spec/models/paginated_upstream_pulp_response_list_spec.rb
|
729
|
+
- spec/models/patched_task_cancel_spec.rb
|
730
|
+
- spec/models/repository_response_spec.rb
|
731
|
+
- spec/models/pulp_export_response_spec.rb
|
732
|
+
- spec/models/repository_version_response_spec.rb
|
733
|
+
- spec/models/pulp_import_check_response_spec.rb
|
734
|
+
- spec/models/patched_upstream_pulp_spec.rb
|
770
735
|
- spec/models/my_permissions_response_spec.rb
|
771
736
|
- spec/models/role_spec.rb
|
772
|
-
- spec/models/
|
773
|
-
- spec/models/
|
774
|
-
- spec/models/rbac_content_guard_response_spec.rb
|
737
|
+
- spec/models/group_user_spec.rb
|
738
|
+
- spec/models/paginated_artifact_response_list_spec.rb
|
775
739
|
- spec/models/domain_response_spec.rb
|
776
|
-
- spec/models/evaluation_response_spec.rb
|
777
740
|
- spec/models/paginated_repository_response_list_spec.rb
|
778
|
-
- spec/models/
|
779
|
-
- spec/models/
|
780
|
-
- spec/models/
|
781
|
-
- spec/models/status_response_spec.rb
|
782
|
-
- spec/models/filesystem_exporter_spec.rb
|
783
|
-
- spec/models/redis_connection_response_spec.rb
|
784
|
-
- spec/models/paginated_user_role_response_list_spec.rb
|
785
|
-
- spec/models/policy_enum_spec.rb
|
786
|
-
- spec/models/paginated_group_response_list_spec.rb
|
787
|
-
- spec/models/paginated_distribution_response_list_spec.rb
|
788
|
-
- spec/models/composite_content_guard_response_spec.rb
|
789
|
-
- spec/models/paginated_content_redirect_content_guard_response_list_spec.rb
|
790
|
-
- spec/models/content_app_status_response_spec.rb
|
791
|
-
- spec/models/content_settings_response_spec.rb
|
792
|
-
- spec/models/orphans_cleanup_spec.rb
|
741
|
+
- spec/models/user_spec.rb
|
742
|
+
- spec/models/header_content_guard_spec.rb
|
743
|
+
- spec/models/pulp_importer_response_spec.rb
|
793
744
|
- spec/models/upload_chunk_response_spec.rb
|
794
|
-
- spec/models/
|
795
|
-
- spec/models/
|
796
|
-
- spec/models/
|
745
|
+
- spec/models/paginated_pulp_importer_response_list_spec.rb
|
746
|
+
- spec/models/paginated_remote_response_list_spec.rb
|
747
|
+
- spec/models/orphans_cleanup_spec.rb
|
748
|
+
- spec/models/patched_composite_content_guard_spec.rb
|
749
|
+
- spec/models/paginated_artifact_distribution_response_list_spec.rb
|
750
|
+
- spec/models/minimal_task_response_spec.rb
|
751
|
+
- spec/models/upstream_pulp_response_spec.rb
|
752
|
+
- spec/models/paginated_group_role_response_list_spec.rb
|
753
|
+
- spec/models/patched_pulp_importer_spec.rb
|
754
|
+
- spec/models/remote_response_spec.rb
|
755
|
+
- spec/models/group_response_spec.rb
|
756
|
+
- spec/models/signing_service_response_spec.rb
|
797
757
|
- spec/models/paginated_role_response_list_spec.rb
|
798
|
-
- spec/models/
|
799
|
-
- spec/models/
|
800
|
-
- spec/models/
|
801
|
-
- spec/models/
|
802
|
-
- spec/models/
|
758
|
+
- spec/models/remote_response_hidden_fields_spec.rb
|
759
|
+
- spec/models/import_response_spec.rb
|
760
|
+
- spec/models/rbac_content_guard_spec.rb
|
761
|
+
- spec/models/content_app_status_response_spec.rb
|
762
|
+
- spec/models/worker_response_spec.rb
|
763
|
+
- spec/models/paginated_pulp_export_response_list_spec.rb
|
764
|
+
- spec/models/pulp_exporter_response_spec.rb
|
765
|
+
- spec/models/patched_access_policy_spec.rb
|
766
|
+
- spec/models/storage_response_spec.rb
|
767
|
+
- spec/models/paginated_pulp_exporter_response_list_spec.rb
|
768
|
+
- spec/models/async_operation_response_spec.rb
|
769
|
+
- spec/models/group_user_response_spec.rb
|
770
|
+
- spec/models/content_redirect_content_guard_response_spec.rb
|
803
771
|
- spec/models/upload_chunk_spec.rb
|
772
|
+
- spec/models/paginated_content_guard_response_list_spec.rb
|
773
|
+
- spec/models/filesystem_exporter_spec.rb
|
804
774
|
- spec/models/paginated_filesystem_exporter_response_list_spec.rb
|
805
|
-
- spec/models/
|
806
|
-
- spec/models/
|
807
|
-
- spec/models/
|
775
|
+
- spec/models/rbac_content_guard_response_spec.rb
|
776
|
+
- spec/models/header_content_guard_response_spec.rb
|
777
|
+
- spec/models/content_settings_response_spec.rb
|
778
|
+
- spec/models/group_role_response_spec.rb
|
779
|
+
- spec/models/upstream_pulp_spec.rb
|
780
|
+
- spec/models/group_progress_report_response_spec.rb
|
781
|
+
- spec/models/user_role_response_spec.rb
|
782
|
+
- spec/models/paginated_group_user_response_list_spec.rb
|
783
|
+
- spec/models/paginated_publication_response_list_spec.rb
|
784
|
+
- spec/models/domain_spec.rb
|
785
|
+
- spec/models/status_response_spec.rb
|
786
|
+
- spec/models/version_response_spec.rb
|
787
|
+
- spec/models/paginated_task_schedule_response_list_spec.rb
|
788
|
+
- spec/models/distribution_response_spec.rb
|
789
|
+
- spec/models/filesystem_exporter_response_spec.rb
|
790
|
+
- spec/models/role_response_spec.rb
|
808
791
|
- spec/models/upload_response_spec.rb
|
809
|
-
- spec/models/
|
810
|
-
- spec/models/paginated_filesystem_export_response_list_spec.rb
|
811
|
-
- spec/models/paginated_artifact_response_list_spec.rb
|
792
|
+
- spec/models/paginated_import_response_list_spec.rb
|
812
793
|
- spec/models/access_policy_spec.rb
|
813
|
-
- spec/models/pulp_importer_spec.rb
|
814
|
-
- spec/models/filesystem_export_response_spec.rb
|
815
|
-
- spec/models/nested_role_spec.rb
|
816
|
-
- spec/models/patched_access_policy_spec.rb
|
817
|
-
- spec/models/paginated_pulp_export_response_list_spec.rb
|
818
|
-
- spec/models/header_content_guard_spec.rb
|
819
794
|
- spec/models/group_spec.rb
|
820
|
-
- spec/models/repair_spec.rb
|
821
|
-
- spec/models/paginated_import_response_list_spec.rb
|
822
|
-
- spec/models/storage_class_enum_spec.rb
|
823
|
-
- spec/models/composite_content_guard_spec.rb
|
824
|
-
- spec/models/paginated_group_user_response_list_spec.rb
|
825
|
-
- spec/models/remote_response_spec.rb
|
826
|
-
- spec/models/paginated_upstream_pulp_response_list_spec.rb
|
827
|
-
- spec/models/paginated_group_role_response_list_spec.rb
|
828
|
-
- spec/models/paginated_task_schedule_response_list_spec.rb
|
829
|
-
- spec/models/paginated_access_policy_response_list_spec.rb
|
830
|
-
- spec/models/patched_pulp_importer_spec.rb
|
831
|
-
- spec/models/reclaim_space_spec.rb
|
832
795
|
- spec/models/patched_header_content_guard_spec.rb
|
796
|
+
- spec/models/paginated_group_response_list_spec.rb
|
797
|
+
- spec/models/pulp_import_spec.rb
|
833
798
|
- spec/models/api_app_status_response_spec.rb
|
799
|
+
- spec/models/publication_response_spec.rb
|
800
|
+
- spec/models/multiple_artifact_content_response_spec.rb
|
801
|
+
- spec/models/states_enum_spec.rb
|
802
|
+
- spec/models/upload_commit_spec.rb
|
803
|
+
- spec/models/paginated_access_policy_response_list_spec.rb
|
804
|
+
- spec/models/evaluation_response_spec.rb
|
805
|
+
- spec/models/upload_detail_response_spec.rb
|
806
|
+
- spec/models/paginated_task_response_list_spec.rb
|
807
|
+
- spec/models/profile_artifact_response_spec.rb
|
808
|
+
- spec/models/artifact_distribution_response_spec.rb
|
809
|
+
- spec/models/paginated_signing_service_response_list_spec.rb
|
810
|
+
- spec/models/patched_content_redirect_content_guard_spec.rb
|
811
|
+
- spec/models/filesystem_export_spec.rb
|
812
|
+
- spec/models/patched_rbac_content_guard_spec.rb
|
813
|
+
- spec/models/composite_content_guard_response_spec.rb
|
814
|
+
- spec/models/filesystem_export_response_spec.rb
|
815
|
+
- spec/models/task_group_operation_response_spec.rb
|
816
|
+
- spec/models/pulp_export_spec.rb
|
817
|
+
- spec/models/task_schedule_response_spec.rb
|
818
|
+
- spec/models/task_response_spec.rb
|
819
|
+
- spec/models/database_connection_response_spec.rb
|
820
|
+
- spec/models/patched_group_spec.rb
|
834
821
|
- spec/models/pulp_exporter_spec.rb
|
835
|
-
- spec/models/
|
836
|
-
- spec/models/
|
837
|
-
- spec/models/
|
822
|
+
- spec/models/storage_class_enum_spec.rb
|
823
|
+
- spec/models/patched_role_spec.rb
|
824
|
+
- spec/models/pulp_importer_spec.rb
|
825
|
+
- spec/models/paginated_header_content_guard_response_list_spec.rb
|
826
|
+
- spec/models/paginated_worker_response_list_spec.rb
|
827
|
+
- spec/models/artifact_response_spec.rb
|
828
|
+
- spec/models/upload_spec.rb
|
829
|
+
- spec/models/paginated_upload_response_list_spec.rb
|
830
|
+
- spec/models/patched_user_spec.rb
|
831
|
+
- spec/models/patched_domain_spec.rb
|
832
|
+
- spec/models/content_guard_response_spec.rb
|
833
|
+
- spec/models/task_group_response_spec.rb
|
834
|
+
- spec/models/paginated_content_redirect_content_guard_response_list_spec.rb
|
835
|
+
- spec/models/paginated_multiple_artifact_content_response_list_spec.rb
|
836
|
+
- spec/models/paginated_user_response_list_spec.rb
|
837
|
+
- spec/models/artifact_spec.rb
|
838
|
+
- spec/models/paginated_composite_content_guard_response_list_spec.rb
|
839
|
+
- spec/models/paginated_task_group_response_list_spec.rb
|
840
|
+
- spec/models/paginated_rbac_content_guard_response_list_spec.rb
|
841
|
+
- spec/models/purge_spec.rb
|
838
842
|
- spec/spec_helper.rb
|