pulpcore_client 3.22.25 → 3.23.0.dev1676517320
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/ArtifactDistributionResponse.md +9 -9
- data/docs/DistributionsApi.md +4 -0
- data/docs/DistributionsArtifactsApi.md +4 -0
- data/docs/RepositoriesApi.md +16 -0
- data/lib/pulpcore_client/api/distributions_api.rb +6 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
- data/lib/pulpcore_client/api/repositories_api.rb +24 -0
- data/lib/pulpcore_client/api/workers_api.rb +1 -1
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +37 -37
- data/lib/pulpcore_client/models/nested_role.rb +19 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/distributions_api_spec.rb +2 -0
- data/spec/api/distributions_artifacts_api_spec.rb +2 -0
- data/spec/api/repositories_api_spec.rb +8 -0
- data/spec/models/artifact_distribution_response_spec.rb +5 -5
- metadata +133 -133
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 733e57f9722268cac6f47d7375201b3287df6de4148d68197d27dfb13b3e8698
|
|
4
|
+
data.tar.gz: ba21c474dd4f671dfdeada76c9e2d0ce32f0ac5ab453b96c80f2e9fe12352528
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abccfccceb6f91def7019b861247fd1997a9e6a402d167d1bf1094c1e9a3bf30a8a53c8ce915d596fc2c0d56419b9952f1692b7680476ee1942ae80d871d93f5
|
|
7
|
+
data.tar.gz: 70689932755f89c30a6b7a761789c815f9345368ff9acdd2a3ed2e16d8f8a92501bd0260c3ec654d4b1275891292da623f9b7f58582c1ff3a4be56d17528515e
|
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.23.0.dev1676517320
|
|
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.23.0.dev1676517320.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.23.0.dev1676517320.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.23.0.dev1676517320'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
7
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
-
**
|
|
9
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
10
10
|
**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\") |
|
|
11
11
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
12
|
-
**
|
|
13
|
-
**
|
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
13
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
14
14
|
|
|
15
15
|
## Code Sample
|
|
16
16
|
|
|
17
17
|
```ruby
|
|
18
18
|
require 'PulpcoreClient'
|
|
19
19
|
|
|
20
|
-
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
instance = PulpcoreClient::ArtifactDistributionResponse.new(content_guard: null,
|
|
21
|
+
pulp_created: null,
|
|
22
|
+
pulp_href: null,
|
|
23
23
|
base_path: null,
|
|
24
24
|
base_url: null,
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
name: null,
|
|
26
|
+
pulp_labels: null)
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
|
data/docs/DistributionsApi.md
CHANGED
|
@@ -43,6 +43,8 @@ opts = {
|
|
|
43
43
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
44
44
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
45
45
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
46
|
+
repository: 'repository_example', # String | Filter results where repository matches value
|
|
47
|
+
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
|
46
48
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
47
49
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
48
50
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -75,6 +77,8 @@ Name | Type | Description | Notes
|
|
|
75
77
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
76
78
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
77
79
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
80
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
|
81
|
+
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
|
78
82
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
|
79
83
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
80
84
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
@@ -44,6 +44,8 @@ opts = {
|
|
|
44
44
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
45
45
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
46
46
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
47
|
+
repository: 'repository_example', # String | Filter results where repository matches value
|
|
48
|
+
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
|
47
49
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
48
50
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
49
51
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -76,6 +78,8 @@ Name | Type | Description | Notes
|
|
|
76
78
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
77
79
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
78
80
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
81
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
|
82
|
+
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
|
79
83
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
|
80
84
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
81
85
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
data/docs/RepositoriesApi.md
CHANGED
|
@@ -40,6 +40,14 @@ opts = {
|
|
|
40
40
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
41
41
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
42
42
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
|
43
|
+
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
44
|
+
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
45
|
+
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
46
|
+
retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
|
|
47
|
+
retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
|
|
48
|
+
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
|
49
|
+
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
|
50
|
+
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
|
43
51
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
44
52
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
45
53
|
}
|
|
@@ -68,6 +76,14 @@ Name | Type | Description | Notes
|
|
|
68
76
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
69
77
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
70
78
|
**remote** | **String**| Foreign Key referenced by HREF | [optional]
|
|
79
|
+
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
|
80
|
+
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
|
81
|
+
**retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
|
|
82
|
+
**retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
|
|
83
|
+
**retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
|
|
84
|
+
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
|
85
|
+
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
|
86
|
+
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
|
71
87
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
72
88
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
73
89
|
|
|
@@ -35,6 +35,8 @@ module PulpcoreClient
|
|
|
35
35
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
36
36
|
# @option opts [Array<String>] :ordering Ordering
|
|
37
37
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
38
|
+
# @option opts [String] :repository Filter results where repository matches value
|
|
39
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
38
40
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
39
41
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
40
42
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -60,6 +62,8 @@ module PulpcoreClient
|
|
|
60
62
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
61
63
|
# @option opts [Array<String>] :ordering Ordering
|
|
62
64
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
65
|
+
# @option opts [String] :repository Filter results where repository matches value
|
|
66
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
63
67
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
64
68
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
65
69
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -90,6 +94,8 @@ module PulpcoreClient
|
|
|
90
94
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
91
95
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
92
96
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
97
|
+
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
98
|
+
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
|
|
93
99
|
query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
|
|
94
100
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
95
101
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
@@ -35,6 +35,8 @@ module PulpcoreClient
|
|
|
35
35
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
36
36
|
# @option opts [Array<String>] :ordering Ordering
|
|
37
37
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
38
|
+
# @option opts [String] :repository Filter results where repository matches value
|
|
39
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
38
40
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
39
41
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
40
42
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -60,6 +62,8 @@ module PulpcoreClient
|
|
|
60
62
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
61
63
|
# @option opts [Array<String>] :ordering Ordering
|
|
62
64
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
65
|
+
# @option opts [String] :repository Filter results where repository matches value
|
|
66
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
63
67
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
64
68
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
65
69
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -90,6 +94,8 @@ module PulpcoreClient
|
|
|
90
94
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
91
95
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
92
96
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
97
|
+
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
98
|
+
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
|
|
93
99
|
query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
|
|
94
100
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
95
101
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
@@ -32,6 +32,14 @@ module PulpcoreClient
|
|
|
32
32
|
# @option opts [Array<String>] :ordering Ordering
|
|
33
33
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
34
34
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
35
|
+
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
36
|
+
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
37
|
+
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
38
|
+
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
|
39
|
+
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
|
40
|
+
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
|
41
|
+
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
|
42
|
+
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
|
35
43
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
36
44
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
37
45
|
# @return [PaginatedRepositoryResponseList]
|
|
@@ -53,6 +61,14 @@ module PulpcoreClient
|
|
|
53
61
|
# @option opts [Array<String>] :ordering Ordering
|
|
54
62
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
55
63
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
64
|
+
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
65
|
+
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
66
|
+
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
67
|
+
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
|
68
|
+
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
|
69
|
+
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
|
70
|
+
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
|
71
|
+
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
|
56
72
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
57
73
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
58
74
|
# @return [Array<(PaginatedRepositoryResponseList, Integer, Hash)>] PaginatedRepositoryResponseList data, response status code and response headers
|
|
@@ -79,6 +95,14 @@ module PulpcoreClient
|
|
|
79
95
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
80
96
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
81
97
|
query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
|
|
98
|
+
query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
|
|
99
|
+
query_params[:'retain_repo_versions__gt'] = opts[:'retain_repo_versions__gt'] if !opts[:'retain_repo_versions__gt'].nil?
|
|
100
|
+
query_params[:'retain_repo_versions__gte'] = opts[:'retain_repo_versions__gte'] if !opts[:'retain_repo_versions__gte'].nil?
|
|
101
|
+
query_params[:'retain_repo_versions__isnull'] = opts[:'retain_repo_versions__isnull'] if !opts[:'retain_repo_versions__isnull'].nil?
|
|
102
|
+
query_params[:'retain_repo_versions__lt'] = opts[:'retain_repo_versions__lt'] if !opts[:'retain_repo_versions__lt'].nil?
|
|
103
|
+
query_params[:'retain_repo_versions__lte'] = opts[:'retain_repo_versions__lte'] if !opts[:'retain_repo_versions__lte'].nil?
|
|
104
|
+
query_params[:'retain_repo_versions__ne'] = opts[:'retain_repo_versions__ne'] if !opts[:'retain_repo_versions__ne'].nil?
|
|
105
|
+
query_params[:'retain_repo_versions__range'] = @api_client.build_collection_param(opts[:'retain_repo_versions__range'], :csv) if !opts[:'retain_repo_versions__range'].nil?
|
|
82
106
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
83
107
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
84
108
|
|
|
@@ -72,7 +72,7 @@ module PulpcoreClient
|
|
|
72
72
|
if @api_client.config.debugging
|
|
73
73
|
@api_client.config.logger.debug 'Calling API: WorkersApi.list ...'
|
|
74
74
|
end
|
|
75
|
-
allowable_values = ["-last_heartbeat", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "last_heartbeat", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
|
75
|
+
allowable_values = ["-last_heartbeat", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-versions", "last_heartbeat", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "versions"]
|
|
76
76
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
77
77
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
78
78
|
end
|
|
@@ -15,13 +15,13 @@ require 'date'
|
|
|
15
15
|
module PulpcoreClient
|
|
16
16
|
# A serializer for ArtifactDistribution.
|
|
17
17
|
class ArtifactDistributionResponse
|
|
18
|
+
# An optional content-guard.
|
|
19
|
+
attr_accessor :content_guard
|
|
20
|
+
|
|
18
21
|
# Timestamp of creation.
|
|
19
22
|
attr_accessor :pulp_created
|
|
20
23
|
|
|
21
|
-
|
|
22
|
-
attr_accessor :name
|
|
23
|
-
|
|
24
|
-
attr_accessor :pulp_labels
|
|
24
|
+
attr_accessor :pulp_href
|
|
25
25
|
|
|
26
26
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
27
27
|
attr_accessor :base_path
|
|
@@ -29,34 +29,34 @@ module PulpcoreClient
|
|
|
29
29
|
# The URL for accessing the publication as defined by this distribution.
|
|
30
30
|
attr_accessor :base_url
|
|
31
31
|
|
|
32
|
-
#
|
|
33
|
-
attr_accessor :
|
|
32
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
33
|
+
attr_accessor :name
|
|
34
34
|
|
|
35
|
-
attr_accessor :
|
|
35
|
+
attr_accessor :pulp_labels
|
|
36
36
|
|
|
37
37
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
38
38
|
def self.attribute_map
|
|
39
39
|
{
|
|
40
|
+
:'content_guard' => :'content_guard',
|
|
40
41
|
:'pulp_created' => :'pulp_created',
|
|
41
|
-
:'
|
|
42
|
-
:'pulp_labels' => :'pulp_labels',
|
|
42
|
+
:'pulp_href' => :'pulp_href',
|
|
43
43
|
:'base_path' => :'base_path',
|
|
44
44
|
:'base_url' => :'base_url',
|
|
45
|
-
:'
|
|
46
|
-
:'
|
|
45
|
+
:'name' => :'name',
|
|
46
|
+
:'pulp_labels' => :'pulp_labels'
|
|
47
47
|
}
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
# Attribute type mapping.
|
|
51
51
|
def self.openapi_types
|
|
52
52
|
{
|
|
53
|
+
:'content_guard' => :'String',
|
|
53
54
|
:'pulp_created' => :'DateTime',
|
|
54
|
-
:'
|
|
55
|
-
:'pulp_labels' => :'Hash<String, String>',
|
|
55
|
+
:'pulp_href' => :'String',
|
|
56
56
|
:'base_path' => :'String',
|
|
57
57
|
:'base_url' => :'String',
|
|
58
|
-
:'
|
|
59
|
-
:'
|
|
58
|
+
:'name' => :'String',
|
|
59
|
+
:'pulp_labels' => :'Hash<String, String>'
|
|
60
60
|
}
|
|
61
61
|
end
|
|
62
62
|
|
|
@@ -82,18 +82,16 @@ module PulpcoreClient
|
|
|
82
82
|
h[k.to_sym] = v
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
if attributes.key?(:'
|
|
86
|
-
self.
|
|
85
|
+
if attributes.key?(:'content_guard')
|
|
86
|
+
self.content_guard = attributes[:'content_guard']
|
|
87
87
|
end
|
|
88
88
|
|
|
89
|
-
if attributes.key?(:'
|
|
90
|
-
self.
|
|
89
|
+
if attributes.key?(:'pulp_created')
|
|
90
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
91
91
|
end
|
|
92
92
|
|
|
93
|
-
if attributes.key?(:'
|
|
94
|
-
|
|
95
|
-
self.pulp_labels = value
|
|
96
|
-
end
|
|
93
|
+
if attributes.key?(:'pulp_href')
|
|
94
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
97
95
|
end
|
|
98
96
|
|
|
99
97
|
if attributes.key?(:'base_path')
|
|
@@ -104,12 +102,14 @@ module PulpcoreClient
|
|
|
104
102
|
self.base_url = attributes[:'base_url']
|
|
105
103
|
end
|
|
106
104
|
|
|
107
|
-
if attributes.key?(:'
|
|
108
|
-
self.
|
|
105
|
+
if attributes.key?(:'name')
|
|
106
|
+
self.name = attributes[:'name']
|
|
109
107
|
end
|
|
110
108
|
|
|
111
|
-
if attributes.key?(:'
|
|
112
|
-
|
|
109
|
+
if attributes.key?(:'pulp_labels')
|
|
110
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
111
|
+
self.pulp_labels = value
|
|
112
|
+
end
|
|
113
113
|
end
|
|
114
114
|
end
|
|
115
115
|
|
|
@@ -117,22 +117,22 @@ module PulpcoreClient
|
|
|
117
117
|
# @return Array for valid properties with the reasons
|
|
118
118
|
def list_invalid_properties
|
|
119
119
|
invalid_properties = Array.new
|
|
120
|
-
if @name.nil?
|
|
121
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
122
|
-
end
|
|
123
|
-
|
|
124
120
|
if @base_path.nil?
|
|
125
121
|
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
|
126
122
|
end
|
|
127
123
|
|
|
124
|
+
if @name.nil?
|
|
125
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
126
|
+
end
|
|
127
|
+
|
|
128
128
|
invalid_properties
|
|
129
129
|
end
|
|
130
130
|
|
|
131
131
|
# Check to see if the all the properties in the model are valid
|
|
132
132
|
# @return true if the model is valid
|
|
133
133
|
def valid?
|
|
134
|
-
return false if @name.nil?
|
|
135
134
|
return false if @base_path.nil?
|
|
135
|
+
return false if @name.nil?
|
|
136
136
|
true
|
|
137
137
|
end
|
|
138
138
|
|
|
@@ -141,13 +141,13 @@ module PulpcoreClient
|
|
|
141
141
|
def ==(o)
|
|
142
142
|
return true if self.equal?(o)
|
|
143
143
|
self.class == o.class &&
|
|
144
|
+
content_guard == o.content_guard &&
|
|
144
145
|
pulp_created == o.pulp_created &&
|
|
145
|
-
|
|
146
|
-
pulp_labels == o.pulp_labels &&
|
|
146
|
+
pulp_href == o.pulp_href &&
|
|
147
147
|
base_path == o.base_path &&
|
|
148
148
|
base_url == o.base_url &&
|
|
149
|
-
|
|
150
|
-
|
|
149
|
+
name == o.name &&
|
|
150
|
+
pulp_labels == o.pulp_labels
|
|
151
151
|
end
|
|
152
152
|
|
|
153
153
|
# @see the `==` method
|
|
@@ -159,7 +159,7 @@ module PulpcoreClient
|
|
|
159
159
|
# Calculates hash code according to all attributes.
|
|
160
160
|
# @return [Integer] Hash code
|
|
161
161
|
def hash
|
|
162
|
-
[
|
|
162
|
+
[content_guard, pulp_created, pulp_href, base_path, base_url, name, pulp_labels].hash
|
|
163
163
|
end
|
|
164
164
|
|
|
165
165
|
# Builds the object from hash
|
|
@@ -85,6 +85,10 @@ module PulpcoreClient
|
|
|
85
85
|
invalid_properties.push('invalid value for "role", role cannot be nil.')
|
|
86
86
|
end
|
|
87
87
|
|
|
88
|
+
if @role.to_s.length < 1
|
|
89
|
+
invalid_properties.push('invalid value for "role", the character length must be great than or equal to 1.')
|
|
90
|
+
end
|
|
91
|
+
|
|
88
92
|
invalid_properties
|
|
89
93
|
end
|
|
90
94
|
|
|
@@ -92,9 +96,24 @@ module PulpcoreClient
|
|
|
92
96
|
# @return true if the model is valid
|
|
93
97
|
def valid?
|
|
94
98
|
return false if @role.nil?
|
|
99
|
+
return false if @role.to_s.length < 1
|
|
95
100
|
true
|
|
96
101
|
end
|
|
97
102
|
|
|
103
|
+
# Custom attribute writer method with validation
|
|
104
|
+
# @param [Object] role Value to be assigned
|
|
105
|
+
def role=(role)
|
|
106
|
+
if role.nil?
|
|
107
|
+
fail ArgumentError, 'role cannot be nil'
|
|
108
|
+
end
|
|
109
|
+
|
|
110
|
+
if role.to_s.length < 1
|
|
111
|
+
fail ArgumentError, 'invalid value for "role", the character length must be great than or equal to 1.'
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
@role = role
|
|
115
|
+
end
|
|
116
|
+
|
|
98
117
|
# Checks equality by comparing each attribute.
|
|
99
118
|
# @param [Object] Object to be compared
|
|
100
119
|
def ==(o)
|
|
@@ -49,6 +49,8 @@ describe 'DistributionsApi' do
|
|
|
49
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
50
50
|
# @option opts [Array<String>] :ordering Ordering
|
|
51
51
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
52
|
+
# @option opts [String] :repository Filter results where repository matches value
|
|
53
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
52
54
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
53
55
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
54
56
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -49,6 +49,8 @@ describe 'DistributionsArtifactsApi' do
|
|
|
49
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
50
50
|
# @option opts [Array<String>] :ordering Ordering
|
|
51
51
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
52
|
+
# @option opts [String] :repository Filter results where repository matches value
|
|
53
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
52
54
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
53
55
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
54
56
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -46,6 +46,14 @@ describe 'RepositoriesApi' do
|
|
|
46
46
|
# @option opts [Array<String>] :ordering Ordering
|
|
47
47
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
48
48
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
49
|
+
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
50
|
+
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
51
|
+
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
52
|
+
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
|
53
|
+
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
|
54
|
+
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
|
55
|
+
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
|
56
|
+
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
|
49
57
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
50
58
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
51
59
|
# @return [PaginatedRepositoryResponseList]
|
|
@@ -32,19 +32,19 @@ 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
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "pulp_created"' 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
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "pulp_href"' 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
|
|
@@ -62,13 +62,13 @@ describe 'ArtifactDistributionResponse' do
|
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
describe 'test attribute "
|
|
65
|
+
describe 'test attribute "name"' 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_labels"' 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
|
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.23.0.dev1676517320
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -575,172 +575,172 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
575
575
|
version: '1.9'
|
|
576
576
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
577
577
|
requirements:
|
|
578
|
-
- - "
|
|
578
|
+
- - ">"
|
|
579
579
|
- !ruby/object:Gem::Version
|
|
580
|
-
version:
|
|
580
|
+
version: 1.3.1
|
|
581
581
|
requirements: []
|
|
582
582
|
rubygems_version: 3.0.3.1
|
|
583
583
|
signing_key:
|
|
584
584
|
specification_version: 4
|
|
585
585
|
summary: Pulp 3 API Ruby Gem
|
|
586
586
|
test_files:
|
|
587
|
+
- spec/api/repositories_api_spec.rb
|
|
588
|
+
- spec/api/repository_versions_api_spec.rb
|
|
587
589
|
- spec/api/artifacts_api_spec.rb
|
|
588
|
-
- spec/api/
|
|
589
|
-
- spec/api/
|
|
590
|
+
- spec/api/status_api_spec.rb
|
|
591
|
+
- spec/api/task_schedules_api_spec.rb
|
|
592
|
+
- spec/api/importers_pulp_import_check_api_spec.rb
|
|
590
593
|
- spec/api/groups_users_api_spec.rb
|
|
591
|
-
- spec/api/
|
|
592
|
-
- spec/api/
|
|
593
|
-
- spec/api/
|
|
594
|
-
- spec/api/users_api_spec.rb
|
|
594
|
+
- spec/api/contentguards_content_redirect_api_spec.rb
|
|
595
|
+
- spec/api/distributions_artifacts_api_spec.rb
|
|
596
|
+
- spec/api/roles_api_spec.rb
|
|
595
597
|
- spec/api/groups_roles_api_spec.rb
|
|
598
|
+
- spec/api/uploads_api_spec.rb
|
|
599
|
+
- spec/api/content_api_spec.rb
|
|
600
|
+
- spec/api/exporters_filesystem_api_spec.rb
|
|
601
|
+
- spec/api/repositories_reclaim_space_api_spec.rb
|
|
596
602
|
- spec/api/importers_pulp_api_spec.rb
|
|
603
|
+
- spec/api/users_api_spec.rb
|
|
604
|
+
- spec/api/task_groups_api_spec.rb
|
|
605
|
+
- spec/api/remotes_api_spec.rb
|
|
606
|
+
- spec/api/groups_api_spec.rb
|
|
607
|
+
- spec/api/exporters_pulp_api_spec.rb
|
|
608
|
+
- spec/api/distributions_api_spec.rb
|
|
597
609
|
- spec/api/exporters_filesystem_exports_api_spec.rb
|
|
598
610
|
- spec/api/publications_api_spec.rb
|
|
599
|
-
- spec/api/
|
|
611
|
+
- spec/api/contentguards_rbac_api_spec.rb
|
|
612
|
+
- spec/api/tasks_api_spec.rb
|
|
613
|
+
- spec/api/access_policies_api_spec.rb
|
|
614
|
+
- spec/api/users_roles_api_spec.rb
|
|
615
|
+
- spec/api/workers_api_spec.rb
|
|
616
|
+
- spec/api/repair_api_spec.rb
|
|
617
|
+
- spec/api/exporters_pulp_exports_api_spec.rb
|
|
618
|
+
- spec/api/signing_services_api_spec.rb
|
|
600
619
|
- spec/api/orphans_api_spec.rb
|
|
601
|
-
- spec/api/status_api_spec.rb
|
|
602
|
-
- spec/api/repositories_api_spec.rb
|
|
603
620
|
- spec/api/importers_pulp_imports_api_spec.rb
|
|
604
|
-
- spec/api/task_groups_api_spec.rb
|
|
605
|
-
- spec/api/distributions_api_spec.rb
|
|
606
|
-
- spec/api/importers_pulp_import_check_api_spec.rb
|
|
607
|
-
- spec/api/repair_api_spec.rb
|
|
608
|
-
- spec/api/exporters_pulp_api_spec.rb
|
|
609
|
-
- spec/api/repositories_reclaim_space_api_spec.rb
|
|
610
|
-
- spec/api/groups_api_spec.rb
|
|
611
|
-
- spec/api/contentguards_api_spec.rb
|
|
612
|
-
- spec/api/users_roles_api_spec.rb
|
|
613
|
-
- spec/api/uploads_api_spec.rb
|
|
614
|
-
- spec/api/remotes_api_spec.rb
|
|
615
|
-
- spec/api/repository_versions_api_spec.rb
|
|
616
621
|
- spec/api/orphans_cleanup_api_spec.rb
|
|
617
|
-
- spec/api/
|
|
618
|
-
- spec/api/contentguards_rbac_api_spec.rb
|
|
619
|
-
- spec/api/content_api_spec.rb
|
|
620
|
-
- spec/api/exporters_filesystem_api_spec.rb
|
|
621
|
-
- spec/api/distributions_artifacts_api_spec.rb
|
|
622
|
-
- spec/api/tasks_api_spec.rb
|
|
622
|
+
- spec/api/contentguards_api_spec.rb
|
|
623
623
|
- spec/api_client_spec.rb
|
|
624
624
|
- spec/configuration_spec.rb
|
|
625
|
-
- spec/models/
|
|
626
|
-
- spec/models/
|
|
627
|
-
- spec/models/paginated_task_schedule_response_list_spec.rb
|
|
628
|
-
- spec/models/paginated_multiple_artifact_content_response_list_spec.rb
|
|
629
|
-
- spec/models/patched_task_cancel_spec.rb
|
|
630
|
-
- spec/models/progress_report_response_spec.rb
|
|
625
|
+
- spec/models/patched_rbac_content_guard_spec.rb
|
|
626
|
+
- spec/models/pulp_import_check_spec.rb
|
|
631
627
|
- spec/models/patched_filesystem_exporter_spec.rb
|
|
632
|
-
- spec/models/
|
|
633
|
-
- spec/models/
|
|
634
|
-
- spec/models/
|
|
635
|
-
- spec/models/task_group_response_spec.rb
|
|
636
|
-
- spec/models/method_enum_spec.rb
|
|
637
|
-
- spec/models/access_policy_response_spec.rb
|
|
638
|
-
- spec/models/pulp_exporter_spec.rb
|
|
639
|
-
- spec/models/signing_service_response_spec.rb
|
|
640
|
-
- spec/models/user_role_response_spec.rb
|
|
641
|
-
- spec/models/role_spec.rb
|
|
642
|
-
- spec/models/rbac_content_guard_response_spec.rb
|
|
643
|
-
- spec/models/filesystem_export_spec.rb
|
|
644
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
645
|
-
- spec/models/remote_response_hidden_fields_spec.rb
|
|
646
|
-
- spec/models/paginated_pulp_export_response_list_spec.rb
|
|
647
|
-
- spec/models/paginated_content_guard_response_list_spec.rb
|
|
648
|
-
- spec/models/upload_response_spec.rb
|
|
649
|
-
- spec/models/my_permissions_response_spec.rb
|
|
650
|
-
- spec/models/paginated_repository_response_list_spec.rb
|
|
651
|
-
- spec/models/patched_access_policy_spec.rb
|
|
652
|
-
- spec/models/user_group_spec.rb
|
|
653
|
-
- spec/models/distribution_response_spec.rb
|
|
654
|
-
- spec/models/paginated_import_response_list_spec.rb
|
|
655
|
-
- spec/models/user_role_spec.rb
|
|
656
|
-
- spec/models/pulp_import_check_response_spec.rb
|
|
657
|
-
- spec/models/content_summary_response_spec.rb
|
|
658
|
-
- spec/models/content_app_status_response_spec.rb
|
|
659
|
-
- spec/models/paginated_pulp_exporter_response_list_spec.rb
|
|
628
|
+
- spec/models/paginated_remote_response_list_spec.rb
|
|
629
|
+
- spec/models/pulp_export_response_spec.rb
|
|
630
|
+
- spec/models/patched_pulp_importer_spec.rb
|
|
660
631
|
- spec/models/nested_role_response_spec.rb
|
|
661
|
-
- spec/models/
|
|
662
|
-
- spec/models/
|
|
632
|
+
- spec/models/pulp_export_spec.rb
|
|
633
|
+
- spec/models/upload_chunk_response_spec.rb
|
|
663
634
|
- spec/models/patched_role_spec.rb
|
|
664
635
|
- spec/models/upload_chunk_spec.rb
|
|
665
|
-
- spec/models/
|
|
666
|
-
- spec/models/
|
|
667
|
-
- spec/models/
|
|
636
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
637
|
+
- spec/models/filesystem_exporter_response_spec.rb
|
|
638
|
+
- spec/models/rbac_content_guard_response_spec.rb
|
|
639
|
+
- spec/models/artifact_response_spec.rb
|
|
640
|
+
- spec/models/content_guard_response_spec.rb
|
|
641
|
+
- spec/models/minimal_task_response_spec.rb
|
|
642
|
+
- spec/models/method_enum_spec.rb
|
|
643
|
+
- spec/models/paginated_content_guard_response_list_spec.rb
|
|
668
644
|
- spec/models/paginated_group_user_response_list_spec.rb
|
|
669
|
-
- spec/models/
|
|
645
|
+
- spec/models/user_group_response_spec.rb
|
|
646
|
+
- spec/models/worker_response_spec.rb
|
|
647
|
+
- spec/models/paginated_pulp_importer_response_list_spec.rb
|
|
648
|
+
- spec/models/rbac_content_guard_spec.rb
|
|
649
|
+
- spec/models/patched_content_redirect_content_guard_spec.rb
|
|
650
|
+
- spec/models/remote_response_spec.rb
|
|
651
|
+
- spec/models/pulp_exporter_response_spec.rb
|
|
652
|
+
- spec/models/redis_connection_response_spec.rb
|
|
653
|
+
- spec/models/paginated_multiple_artifact_content_response_list_spec.rb
|
|
654
|
+
- spec/models/patched_pulp_exporter_spec.rb
|
|
655
|
+
- spec/models/paginated_worker_response_list_spec.rb
|
|
656
|
+
- spec/models/task_schedule_response_spec.rb
|
|
670
657
|
- spec/models/paginated_content_redirect_content_guard_response_list_spec.rb
|
|
658
|
+
- spec/models/states_enum_spec.rb
|
|
671
659
|
- spec/models/paginated_artifact_distribution_response_list_spec.rb
|
|
672
|
-
- spec/models/purge_spec.rb
|
|
673
|
-
- spec/models/patched_content_redirect_content_guard_spec.rb
|
|
674
|
-
- spec/models/artifact_spec.rb
|
|
675
|
-
- spec/models/paginated_filesystem_exporter_response_list_spec.rb
|
|
676
|
-
- spec/models/paginated_distribution_response_list_spec.rb
|
|
677
|
-
- spec/models/nested_role_spec.rb
|
|
678
|
-
- spec/models/paginated_task_response_list_spec.rb
|
|
679
|
-
- spec/models/pulp_import_check_spec.rb
|
|
680
|
-
- spec/models/paginated_group_role_response_list_spec.rb
|
|
681
|
-
- spec/models/paginated_rbac_content_guard_response_list_spec.rb
|
|
682
660
|
- spec/models/repair_spec.rb
|
|
683
|
-
- spec/models/
|
|
684
|
-
- spec/models/minimal_task_response_spec.rb
|
|
685
|
-
- spec/models/version_response_spec.rb
|
|
686
|
-
- spec/models/access_policy_spec.rb
|
|
687
|
-
- spec/models/group_progress_report_response_spec.rb
|
|
688
|
-
- spec/models/paginated_role_response_list_spec.rb
|
|
689
|
-
- spec/models/pulp_export_response_spec.rb
|
|
690
|
-
- spec/models/paginated_task_group_response_list_spec.rb
|
|
691
|
-
- spec/models/orphans_cleanup_spec.rb
|
|
661
|
+
- spec/models/group_response_spec.rb
|
|
692
662
|
- spec/models/group_user_spec.rb
|
|
693
|
-
- spec/models/filesystem_export_response_spec.rb
|
|
694
|
-
- spec/models/paginated_user_response_list_spec.rb
|
|
695
|
-
- spec/models/patched_pulp_exporter_spec.rb
|
|
696
|
-
- spec/models/pulp_exporter_response_spec.rb
|
|
697
|
-
- spec/models/paginated_artifact_response_list_spec.rb
|
|
698
|
-
- spec/models/patched_rbac_content_guard_spec.rb
|
|
699
|
-
- spec/models/paginated_worker_response_list_spec.rb
|
|
700
|
-
- spec/models/pulp_import_spec.rb
|
|
701
|
-
- spec/models/worker_response_spec.rb
|
|
702
|
-
- spec/models/remote_response_spec.rb
|
|
703
|
-
- spec/models/policy_enum_spec.rb
|
|
704
|
-
- spec/models/upload_spec.rb
|
|
705
|
-
- spec/models/pulp_importer_spec.rb
|
|
706
|
-
- spec/models/group_role_response_spec.rb
|
|
707
|
-
- spec/models/paginated_pulp_importer_response_list_spec.rb
|
|
708
|
-
- spec/models/group_user_response_spec.rb
|
|
709
663
|
- spec/models/content_redirect_content_guard_spec.rb
|
|
710
|
-
- spec/models/
|
|
711
|
-
- spec/models/content_guard_response_spec.rb
|
|
712
|
-
- spec/models/upload_chunk_response_spec.rb
|
|
713
|
-
- spec/models/filesystem_exporter_response_spec.rb
|
|
714
|
-
- spec/models/group_role_spec.rb
|
|
715
|
-
- spec/models/paginated_publication_response_list_spec.rb
|
|
716
|
-
- spec/models/paginated_upload_response_list_spec.rb
|
|
717
|
-
- spec/models/paginated_access_policy_response_list_spec.rb
|
|
718
|
-
- spec/models/reclaim_space_spec.rb
|
|
719
|
-
- spec/models/task_response_spec.rb
|
|
720
|
-
- spec/models/patched_pulp_importer_spec.rb
|
|
664
|
+
- spec/models/paginated_group_response_list_spec.rb
|
|
721
665
|
- spec/models/artifact_distribution_response_spec.rb
|
|
722
|
-
- spec/models/
|
|
666
|
+
- spec/models/paginated_access_policy_response_list_spec.rb
|
|
667
|
+
- spec/models/group_user_response_spec.rb
|
|
668
|
+
- spec/models/group_role_response_spec.rb
|
|
669
|
+
- spec/models/group_role_spec.rb
|
|
670
|
+
- spec/models/pulp_import_check_response_spec.rb
|
|
671
|
+
- spec/models/paginated_task_group_response_list_spec.rb
|
|
723
672
|
- spec/models/user_response_spec.rb
|
|
724
|
-
- spec/models/
|
|
673
|
+
- spec/models/paginated_user_response_list_spec.rb
|
|
674
|
+
- spec/models/paginated_group_role_response_list_spec.rb
|
|
675
|
+
- spec/models/pulp_exporter_spec.rb
|
|
676
|
+
- spec/models/repository_version_response_spec.rb
|
|
677
|
+
- spec/models/access_policy_spec.rb
|
|
725
678
|
- spec/models/filesystem_exporter_spec.rb
|
|
726
|
-
- spec/models/
|
|
727
|
-
- spec/models/user_group_response_spec.rb
|
|
728
|
-
- spec/models/paginated_filesystem_export_response_list_spec.rb
|
|
729
|
-
- spec/models/multiple_artifact_content_response_spec.rb
|
|
730
|
-
- spec/models/role_response_spec.rb
|
|
679
|
+
- spec/models/paginated_task_schedule_response_list_spec.rb
|
|
731
680
|
- spec/models/paginated_signing_service_response_list_spec.rb
|
|
732
|
-
- spec/models/
|
|
681
|
+
- spec/models/paginated_distribution_response_list_spec.rb
|
|
682
|
+
- spec/models/repository_response_spec.rb
|
|
733
683
|
- spec/models/content_settings_response_spec.rb
|
|
684
|
+
- spec/models/pulp_importer_spec.rb
|
|
685
|
+
- spec/models/upload_spec.rb
|
|
686
|
+
- spec/models/async_operation_response_spec.rb
|
|
687
|
+
- spec/models/orphans_cleanup_spec.rb
|
|
688
|
+
- spec/models/patched_task_cancel_spec.rb
|
|
689
|
+
- spec/models/storage_response_spec.rb
|
|
690
|
+
- spec/models/pulp_import_spec.rb
|
|
691
|
+
- spec/models/paginated_artifact_response_list_spec.rb
|
|
692
|
+
- spec/models/purge_spec.rb
|
|
693
|
+
- spec/models/content_summary_response_spec.rb
|
|
694
|
+
- spec/models/my_permissions_response_spec.rb
|
|
695
|
+
- spec/models/paginated_upload_response_list_spec.rb
|
|
696
|
+
- spec/models/publication_response_spec.rb
|
|
697
|
+
- spec/models/user_group_spec.rb
|
|
698
|
+
- spec/models/policy_enum_spec.rb
|
|
699
|
+
- spec/models/multiple_artifact_content_response_spec.rb
|
|
700
|
+
- spec/models/reclaim_space_spec.rb
|
|
701
|
+
- spec/models/paginated_filesystem_exporter_response_list_spec.rb
|
|
702
|
+
- spec/models/import_response_spec.rb
|
|
703
|
+
- spec/models/filesystem_export_spec.rb
|
|
734
704
|
- spec/models/task_group_operation_response_spec.rb
|
|
735
|
-
- spec/models/
|
|
736
|
-
- spec/models/
|
|
737
|
-
- spec/models/
|
|
738
|
-
- spec/models/paginated_group_response_list_spec.rb
|
|
739
|
-
- spec/models/paginated_remote_response_list_spec.rb
|
|
740
|
-
- spec/models/pulp_export_spec.rb
|
|
705
|
+
- spec/models/progress_report_response_spec.rb
|
|
706
|
+
- spec/models/paginated_rbac_content_guard_response_list_spec.rb
|
|
707
|
+
- spec/models/paginated_filesystem_export_response_list_spec.rb
|
|
741
708
|
- spec/models/evaluation_response_spec.rb
|
|
742
|
-
- spec/models/
|
|
709
|
+
- spec/models/filesystem_export_response_spec.rb
|
|
710
|
+
- spec/models/database_connection_response_spec.rb
|
|
711
|
+
- spec/models/paginated_role_response_list_spec.rb
|
|
743
712
|
- spec/models/group_spec.rb
|
|
713
|
+
- spec/models/object_roles_response_spec.rb
|
|
714
|
+
- spec/models/patched_access_policy_spec.rb
|
|
715
|
+
- spec/models/role_response_spec.rb
|
|
716
|
+
- spec/models/access_policy_response_spec.rb
|
|
717
|
+
- spec/models/paginated_pulp_export_response_list_spec.rb
|
|
718
|
+
- spec/models/task_response_spec.rb
|
|
719
|
+
- spec/models/pulp_importer_response_spec.rb
|
|
720
|
+
- spec/models/paginated_import_response_list_spec.rb
|
|
721
|
+
- spec/models/content_redirect_content_guard_response_spec.rb
|
|
722
|
+
- spec/models/paginated_publication_response_list_spec.rb
|
|
723
|
+
- spec/models/role_spec.rb
|
|
724
|
+
- spec/models/paginated_user_role_response_list_spec.rb
|
|
725
|
+
- spec/models/upload_detail_response_spec.rb
|
|
726
|
+
- spec/models/group_progress_report_response_spec.rb
|
|
727
|
+
- spec/models/upload_response_spec.rb
|
|
728
|
+
- spec/models/nested_role_spec.rb
|
|
729
|
+
- spec/models/content_app_status_response_spec.rb
|
|
730
|
+
- spec/models/paginated_pulp_exporter_response_list_spec.rb
|
|
731
|
+
- spec/models/patched_group_spec.rb
|
|
732
|
+
- spec/models/patched_user_spec.rb
|
|
733
|
+
- spec/models/artifact_spec.rb
|
|
734
|
+
- spec/models/signing_service_response_spec.rb
|
|
735
|
+
- spec/models/task_group_response_spec.rb
|
|
736
|
+
- spec/models/paginated_repository_response_list_spec.rb
|
|
737
|
+
- spec/models/paginated_task_response_list_spec.rb
|
|
738
|
+
- spec/models/user_spec.rb
|
|
739
|
+
- spec/models/user_role_spec.rb
|
|
740
|
+
- spec/models/user_role_response_spec.rb
|
|
741
|
+
- spec/models/upload_commit_spec.rb
|
|
744
742
|
- spec/models/status_response_spec.rb
|
|
745
|
-
- spec/models/
|
|
743
|
+
- spec/models/distribution_response_spec.rb
|
|
744
|
+
- spec/models/remote_response_hidden_fields_spec.rb
|
|
745
|
+
- spec/models/version_response_spec.rb
|
|
746
746
|
- spec/spec_helper.rb
|