pulp_rpm_client 3.18.0.dev1662872641 → 3.19.0.dev1662960501

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_rpm_client might be problematic. Click here for more details.

Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -36
  3. data/docs/AcsRpmApi.md +0 -228
  4. data/docs/DistributionsRpmApi.md +0 -228
  5. data/docs/PublicationsRpmApi.md +0 -228
  6. data/docs/RemotesRpmApi.md +0 -228
  7. data/docs/RemotesUlnApi.md +0 -228
  8. data/docs/RepositoriesRpmApi.md +0 -228
  9. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +0 -268
  10. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +0 -268
  11. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +0 -268
  12. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +0 -268
  13. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +0 -268
  14. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +0 -268
  15. data/lib/pulp_rpm_client/version.rb +1 -1
  16. data/lib/pulp_rpm_client.rb +0 -4
  17. data/spec/api/acs_rpm_api_spec.rb +0 -50
  18. data/spec/api/distributions_rpm_api_spec.rb +0 -50
  19. data/spec/api/publications_rpm_api_spec.rb +0 -50
  20. data/spec/api/remotes_rpm_api_spec.rb +0 -50
  21. data/spec/api/remotes_uln_api_spec.rb +0 -50
  22. data/spec/api/repositories_rpm_api_spec.rb +0 -50
  23. metadata +2 -18
  24. data/docs/MyPermissionsResponse.md +0 -17
  25. data/docs/NestedRole.md +0 -21
  26. data/docs/NestedRoleResponse.md +0 -21
  27. data/docs/ObjectRolesResponse.md +0 -17
  28. data/lib/pulp_rpm_client/models/my_permissions_response.rb +0 -213
  29. data/lib/pulp_rpm_client/models/nested_role.rb +0 -234
  30. data/lib/pulp_rpm_client/models/nested_role_response.rb +0 -234
  31. data/lib/pulp_rpm_client/models/object_roles_response.rb +0 -213
  32. data/spec/models/my_permissions_response_spec.rb +0 -41
  33. data/spec/models/nested_role_response_spec.rb +0 -53
  34. data/spec/models/nested_role_spec.rb +0 -53
  35. data/spec/models/object_roles_response_spec.rb +0 -41
@@ -32,18 +32,6 @@ describe 'DistributionsRpmApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
36
- # Add a role for this object to users/groups.
37
- # @param rpm_rpm_distribution_href
38
- # @param nested_role
39
- # @param [Hash] opts the optional parameters
40
- # @return [NestedRoleResponse]
41
- describe 'add_role test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
35
  # unit tests for create
48
36
  # Create a rpm distribution
49
37
  # Trigger an asynchronous create task
@@ -95,32 +83,6 @@ describe 'DistributionsRpmApi' do
95
83
  end
96
84
  end
97
85
 
98
- # unit tests for list_roles
99
- # List roles assigned to this object.
100
- # @param rpm_rpm_distribution_href
101
- # @param [Hash] opts the optional parameters
102
- # @option opts [String] :fields A list of fields to include in the response.
103
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
104
- # @return [ObjectRolesResponse]
105
- describe 'list_roles test' do
106
- it 'should work' do
107
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
108
- end
109
- end
110
-
111
- # unit tests for my_permissions
112
- # List permissions available to the current user on this object.
113
- # @param rpm_rpm_distribution_href
114
- # @param [Hash] opts the optional parameters
115
- # @option opts [String] :fields A list of fields to include in the response.
116
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
117
- # @return [MyPermissionsResponse]
118
- describe 'my_permissions test' do
119
- it 'should work' do
120
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
- end
122
- end
123
-
124
86
  # unit tests for partial_update
125
87
  # Update a rpm distribution
126
88
  # Trigger an asynchronous partial update task
@@ -148,18 +110,6 @@ describe 'DistributionsRpmApi' do
148
110
  end
149
111
  end
150
112
 
151
- # unit tests for remove_role
152
- # Remove a role for this object from users/groups.
153
- # @param rpm_rpm_distribution_href
154
- # @param nested_role
155
- # @param [Hash] opts the optional parameters
156
- # @return [NestedRoleResponse]
157
- describe 'remove_role test' do
158
- it 'should work' do
159
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
160
- end
161
- end
162
-
163
113
  # unit tests for update
164
114
  # Update a rpm distribution
165
115
  # Trigger an asynchronous update task
@@ -32,18 +32,6 @@ describe 'PublicationsRpmApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
36
- # Add a role for this object to users/groups.
37
- # @param rpm_rpm_publication_href
38
- # @param nested_role
39
- # @param [Hash] opts the optional parameters
40
- # @return [NestedRoleResponse]
41
- describe 'add_role test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
35
  # unit tests for create
48
36
  # Create a rpm publication
49
37
  # Trigger an asynchronous task to create a new RPM content publication.
@@ -94,32 +82,6 @@ describe 'PublicationsRpmApi' do
94
82
  end
95
83
  end
96
84
 
97
- # unit tests for list_roles
98
- # List roles assigned to this object.
99
- # @param rpm_rpm_publication_href
100
- # @param [Hash] opts the optional parameters
101
- # @option opts [String] :fields A list of fields to include in the response.
102
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
103
- # @return [ObjectRolesResponse]
104
- describe 'list_roles test' do
105
- it 'should work' do
106
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
107
- end
108
- end
109
-
110
- # unit tests for my_permissions
111
- # List permissions available to the current user on this object.
112
- # @param rpm_rpm_publication_href
113
- # @param [Hash] opts the optional parameters
114
- # @option opts [String] :fields A list of fields to include in the response.
115
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
116
- # @return [MyPermissionsResponse]
117
- describe 'my_permissions test' do
118
- it 'should work' do
119
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
120
- end
121
- end
122
-
123
85
  # unit tests for read
124
86
  # Inspect a rpm publication
125
87
  # ViewSet for Rpm Publications.
@@ -134,16 +96,4 @@ describe 'PublicationsRpmApi' do
134
96
  end
135
97
  end
136
98
 
137
- # unit tests for remove_role
138
- # Remove a role for this object from users/groups.
139
- # @param rpm_rpm_publication_href
140
- # @param nested_role
141
- # @param [Hash] opts the optional parameters
142
- # @return [NestedRoleResponse]
143
- describe 'remove_role test' do
144
- it 'should work' do
145
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
- end
147
- end
148
-
149
99
  end
@@ -32,18 +32,6 @@ describe 'RemotesRpmApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
36
- # Add a role for this object to users/groups.
37
- # @param rpm_rpm_remote_href
38
- # @param nested_role
39
- # @param [Hash] opts the optional parameters
40
- # @return [NestedRoleResponse]
41
- describe 'add_role test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
35
  # unit tests for create
48
36
  # Create a rpm remote
49
37
  # A ViewSet for RpmRemote.
@@ -96,32 +84,6 @@ describe 'RemotesRpmApi' do
96
84
  end
97
85
  end
98
86
 
99
- # unit tests for list_roles
100
- # List roles assigned to this object.
101
- # @param rpm_rpm_remote_href
102
- # @param [Hash] opts the optional parameters
103
- # @option opts [String] :fields A list of fields to include in the response.
104
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
105
- # @return [ObjectRolesResponse]
106
- describe 'list_roles test' do
107
- it 'should work' do
108
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
- end
110
- end
111
-
112
- # unit tests for my_permissions
113
- # List permissions available to the current user on this object.
114
- # @param rpm_rpm_remote_href
115
- # @param [Hash] opts the optional parameters
116
- # @option opts [String] :fields A list of fields to include in the response.
117
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
- # @return [MyPermissionsResponse]
119
- describe 'my_permissions test' do
120
- it 'should work' do
121
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
- end
123
- end
124
-
125
87
  # unit tests for partial_update
126
88
  # Update a rpm remote
127
89
  # Trigger an asynchronous partial update task
@@ -149,18 +111,6 @@ describe 'RemotesRpmApi' do
149
111
  end
150
112
  end
151
113
 
152
- # unit tests for remove_role
153
- # Remove a role for this object from users/groups.
154
- # @param rpm_rpm_remote_href
155
- # @param nested_role
156
- # @param [Hash] opts the optional parameters
157
- # @return [NestedRoleResponse]
158
- describe 'remove_role test' do
159
- it 'should work' do
160
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
161
- end
162
- end
163
-
164
114
  # unit tests for update
165
115
  # Update a rpm remote
166
116
  # Trigger an asynchronous update task
@@ -32,18 +32,6 @@ describe 'RemotesUlnApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
36
- # Add a role for this object to users/groups.
37
- # @param rpm_uln_remote_href
38
- # @param nested_role
39
- # @param [Hash] opts the optional parameters
40
- # @return [NestedRoleResponse]
41
- describe 'add_role test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
35
  # unit tests for create
48
36
  # Create an uln remote
49
37
  # A ViewSet for UlnRemote.
@@ -96,32 +84,6 @@ describe 'RemotesUlnApi' do
96
84
  end
97
85
  end
98
86
 
99
- # unit tests for list_roles
100
- # List roles assigned to this object.
101
- # @param rpm_uln_remote_href
102
- # @param [Hash] opts the optional parameters
103
- # @option opts [String] :fields A list of fields to include in the response.
104
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
105
- # @return [ObjectRolesResponse]
106
- describe 'list_roles test' do
107
- it 'should work' do
108
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
- end
110
- end
111
-
112
- # unit tests for my_permissions
113
- # List permissions available to the current user on this object.
114
- # @param rpm_uln_remote_href
115
- # @param [Hash] opts the optional parameters
116
- # @option opts [String] :fields A list of fields to include in the response.
117
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
- # @return [MyPermissionsResponse]
119
- describe 'my_permissions test' do
120
- it 'should work' do
121
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
- end
123
- end
124
-
125
87
  # unit tests for partial_update
126
88
  # Update an uln remote
127
89
  # Trigger an asynchronous partial update task
@@ -149,18 +111,6 @@ describe 'RemotesUlnApi' do
149
111
  end
150
112
  end
151
113
 
152
- # unit tests for remove_role
153
- # Remove a role for this object from users/groups.
154
- # @param rpm_uln_remote_href
155
- # @param nested_role
156
- # @param [Hash] opts the optional parameters
157
- # @return [NestedRoleResponse]
158
- describe 'remove_role test' do
159
- it 'should work' do
160
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
161
- end
162
- end
163
-
164
114
  # unit tests for update
165
115
  # Update an uln remote
166
116
  # Trigger an asynchronous update task
@@ -32,18 +32,6 @@ describe 'RepositoriesRpmApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
36
- # Add a role for this object to users/groups.
37
- # @param rpm_rpm_repository_href
38
- # @param nested_role
39
- # @param [Hash] opts the optional parameters
40
- # @return [NestedRoleResponse]
41
- describe 'add_role test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
35
  # unit tests for create
48
36
  # Create a rpm repository
49
37
  # A ViewSet for RpmRepository.
@@ -91,19 +79,6 @@ describe 'RepositoriesRpmApi' do
91
79
  end
92
80
  end
93
81
 
94
- # unit tests for list_roles
95
- # List roles assigned to this object.
96
- # @param rpm_rpm_repository_href
97
- # @param [Hash] opts the optional parameters
98
- # @option opts [String] :fields A list of fields to include in the response.
99
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
100
- # @return [ObjectRolesResponse]
101
- describe 'list_roles test' do
102
- it 'should work' do
103
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
- end
105
- end
106
-
107
82
  # unit tests for modify
108
83
  # Modify Repository Content
109
84
  # Trigger an asynchronous task to create a new repository version.
@@ -117,19 +92,6 @@ describe 'RepositoriesRpmApi' do
117
92
  end
118
93
  end
119
94
 
120
- # unit tests for my_permissions
121
- # List permissions available to the current user on this object.
122
- # @param rpm_rpm_repository_href
123
- # @param [Hash] opts the optional parameters
124
- # @option opts [String] :fields A list of fields to include in the response.
125
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
126
- # @return [MyPermissionsResponse]
127
- describe 'my_permissions test' do
128
- it 'should work' do
129
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
- end
131
- end
132
-
133
95
  # unit tests for partial_update
134
96
  # Update a rpm repository
135
97
  # Trigger an asynchronous partial update task
@@ -157,18 +119,6 @@ describe 'RepositoriesRpmApi' do
157
119
  end
158
120
  end
159
121
 
160
- # unit tests for remove_role
161
- # Remove a role for this object from users/groups.
162
- # @param rpm_rpm_repository_href
163
- # @param nested_role
164
- # @param [Hash] opts the optional parameters
165
- # @return [NestedRoleResponse]
166
- describe 'remove_role test' do
167
- it 'should work' do
168
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
169
- end
170
- end
171
-
172
122
  # unit tests for sync
173
123
  # Sync from remote
174
124
  # Trigger an asynchronous task to sync RPM content.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.18.0.dev1662872641
4
+ version: 3.19.0.dev1662960501
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-11 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -102,10 +102,6 @@ files:
102
102
  - docs/DistributionsRpmApi.md
103
103
  - docs/ImageResponse.md
104
104
  - docs/MetadataChecksumTypeEnum.md
105
- - docs/MyPermissionsResponse.md
106
- - docs/NestedRole.md
107
- - docs/NestedRoleResponse.md
108
- - docs/ObjectRolesResponse.md
109
105
  - docs/PackageChecksumTypeEnum.md
110
106
  - docs/PaginatedRepositoryVersionResponseList.md
111
107
  - docs/PaginatedrpmDistributionTreeResponseList.md
@@ -209,10 +205,6 @@ files:
209
205
  - lib/pulp_rpm_client/models/copy.rb
210
206
  - lib/pulp_rpm_client/models/image_response.rb
211
207
  - lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb
212
- - lib/pulp_rpm_client/models/my_permissions_response.rb
213
- - lib/pulp_rpm_client/models/nested_role.rb
214
- - lib/pulp_rpm_client/models/nested_role_response.rb
215
- - lib/pulp_rpm_client/models/object_roles_response.rb
216
208
  - lib/pulp_rpm_client/models/package_checksum_type_enum.rb
217
209
  - lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb
218
210
  - lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb
@@ -309,10 +301,6 @@ files:
309
301
  - spec/models/copy_spec.rb
310
302
  - spec/models/image_response_spec.rb
311
303
  - spec/models/metadata_checksum_type_enum_spec.rb
312
- - spec/models/my_permissions_response_spec.rb
313
- - spec/models/nested_role_response_spec.rb
314
- - spec/models/nested_role_spec.rb
315
- - spec/models/object_roles_response_spec.rb
316
304
  - spec/models/package_checksum_type_enum_spec.rb
317
305
  - spec/models/paginated_repository_version_response_list_spec.rb
318
306
  - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
@@ -432,7 +420,6 @@ test_files:
432
420
  - spec/models/image_response_spec.rb
433
421
  - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
434
422
  - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
435
- - spec/models/my_permissions_response_spec.rb
436
423
  - spec/models/async_operation_response_spec.rb
437
424
  - spec/models/patchedrpm_rpm_repository_spec.rb
438
425
  - spec/models/rpm_repository_sync_url_spec.rb
@@ -453,7 +440,6 @@ test_files:
453
440
  - spec/models/repair_spec.rb
454
441
  - spec/models/rpm_distribution_tree_response_spec.rb
455
442
  - spec/models/paginatedrpm_package_group_response_list_spec.rb
456
- - spec/models/nested_role_spec.rb
457
443
  - spec/models/rpm_uln_remote_spec.rb
458
444
  - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
459
445
  - spec/models/patchedrpm_uln_remote_spec.rb
@@ -470,14 +456,12 @@ test_files:
470
456
  - spec/models/rpm_rpm_distribution_response_spec.rb
471
457
  - spec/models/rpm_rpm_remote_response_spec.rb
472
458
  - spec/models/policy_enum_spec.rb
473
- - spec/models/object_roles_response_spec.rb
474
459
  - spec/models/rpm_rpm_repository_response_spec.rb
475
460
  - spec/models/patchedrpm_rpm_remote_spec.rb
476
461
  - spec/models/package_checksum_type_enum_spec.rb
477
462
  - spec/models/artifact_response_spec.rb
478
463
  - spec/models/paginated_repository_version_response_list_spec.rb
479
464
  - spec/models/rpm_modulemd_defaults_response_spec.rb
480
- - spec/models/nested_role_response_spec.rb
481
465
  - spec/models/patchedrpm_rpm_distribution_spec.rb
482
466
  - spec/models/metadata_checksum_type_enum_spec.rb
483
467
  - spec/models/paginatedrpm_package_environment_response_list_spec.rb
@@ -1,17 +0,0 @@
1
- # PulpRpmClient::MyPermissionsResponse
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **permissions** | **Array<String>** | |
8
-
9
- ## Code Sample
10
-
11
- ```ruby
12
- require 'PulpRpmClient'
13
-
14
- instance = PulpRpmClient::MyPermissionsResponse.new(permissions: null)
15
- ```
16
-
17
-
data/docs/NestedRole.md DELETED
@@ -1,21 +0,0 @@
1
- # PulpRpmClient::NestedRole
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **users** | **Array<String>** | | [optional]
8
- **groups** | **Array<String>** | | [optional]
9
- **role** | **String** | |
10
-
11
- ## Code Sample
12
-
13
- ```ruby
14
- require 'PulpRpmClient'
15
-
16
- instance = PulpRpmClient::NestedRole.new(users: null,
17
- groups: null,
18
- role: null)
19
- ```
20
-
21
-
@@ -1,21 +0,0 @@
1
- # PulpRpmClient::NestedRoleResponse
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **users** | **Array<String>** | | [optional]
8
- **groups** | **Array<String>** | | [optional]
9
- **role** | **String** | |
10
-
11
- ## Code Sample
12
-
13
- ```ruby
14
- require 'PulpRpmClient'
15
-
16
- instance = PulpRpmClient::NestedRoleResponse.new(users: null,
17
- groups: null,
18
- role: null)
19
- ```
20
-
21
-
@@ -1,17 +0,0 @@
1
- # PulpRpmClient::ObjectRolesResponse
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **roles** | [**Array<NestedRoleResponse>**](NestedRoleResponse.md) | |
8
-
9
- ## Code Sample
10
-
11
- ```ruby
12
- require 'PulpRpmClient'
13
-
14
- instance = PulpRpmClient::ObjectRolesResponse.new(roles: null)
15
- ```
16
-
17
-