pulpcore_client 3.11.0.post0 → 3.12.0.dev1616386886

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9713827bb0e7040b0389a15e36bb95db8f5916d9dfafea6b8d8656c5549fe69a
4
- data.tar.gz: '08dc0a7fc17bc2511bfbc186a933628592c11a1676cf15447e673de6cdbe54b9'
3
+ metadata.gz: 790320e6dbe06562b9671f92595666a2fe22c64d097bbcfda61eb1036fe2393b
4
+ data.tar.gz: edfc13a1248996b1ba520f7a881daad285964424ee5353330177aedb3af1ed93
5
5
  SHA512:
6
- metadata.gz: 9e1c096751a9774ac065d88b9c59ecb4c0fdaae35404422f4bcf390466c64212ccf394bdfcfafc1ecbc6d9d52af8bc78e0add534e800309a642e7d963a90fe7a
7
- data.tar.gz: 97ba0ef0bf574e800a42df679f02456f4bb33aaaaf3cda2fe204cf04c6fdc8ae78ff87b4cdcc34fd2111142e19467ff05fcb9c8702d8e301f56004ab4bdf6673
6
+ metadata.gz: 2b18cff49a4ce1c9a7b3328a29add834855cc7b634808d074693a80e3ef4763b410e3ca3774c93dab6891b24d6e59f8b8c3eb224473e1d8098fc8046b9cc9244
7
+ data.tar.gz: 56034130f9284813c8895c11202b3ef05d88d06b22e1e0b803b510d7d6a8afe1a2f03c5d84e4e807ea2f57afd2d0045af927fe08e231521309fe6c12125550dc
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.11.0.post0
10
+ - Package version: 3.12.0.dev1616386886
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.11.0.post0.gem
27
+ gem install ./pulpcore_client-3.12.0.dev1616386886.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.11.0.post0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.12.0.dev1616386886.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.11.0.post0'
36
+ gem 'pulpcore_client', '~> 3.12.0.dev1616386886'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Unique name of the Importer. | [optional]
8
- **repo_mapping** | [**Object**](.md) | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
8
+ **repo_mapping** | **Hash<String, String>** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
9
9
 
10
10
  ## Code Sample
11
11
 
data/docs/PulpImporter.md CHANGED
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Unique name of the Importer. |
8
- **repo_mapping** | [**Object**](.md) | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
8
+ **repo_mapping** | **Hash<String, String>** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **name** | **String** | Unique name of the Importer. |
10
- **repo_mapping** | [**Object**](.md) | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
10
+ **repo_mapping** | **Hash<String, String>** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
data/docs/TaskResponse.md CHANGED
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **logging_cid** | **String** | The logging correlation id associated with this task |
12
12
  **started_at** | **DateTime** | Timestamp of the when this task started execution. | [optional] [readonly]
13
13
  **finished_at** | **DateTime** | Timestamp of the when this task stopped execution. | [optional] [readonly]
14
- **error** | [**Object**](.md) | A JSON Object of a fatal error encountered during the execution of this task. | [optional] [readonly]
14
+ **error** | **Hash<String, Object>** | A JSON Object of a fatal error encountered during the execution of this task. | [optional] [readonly]
15
15
  **worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional] [readonly]
16
16
  **parent_task** | **String** | The parent task that spawned this task. | [optional] [readonly]
17
17
  **child_tasks** | **Array<String>** | Any tasks spawned by this task. | [optional] [readonly]
data/docs/UsersApi.md CHANGED
@@ -75,10 +75,10 @@ end
75
75
 
76
76
  Name | Type | Description | Notes
77
77
  ------------- | ------------- | ------------- | -------------
78
- **email** | [**String**](.md)| Filter results where email matches value | [optional]
79
- **email__contains** | [**String**](.md)| Filter results where email contains value | [optional]
80
- **email__icontains** | [**String**](.md)| Filter results where email contains value | [optional]
81
- **email__iexact** | [**String**](.md)| Filter results where email matches value | [optional]
78
+ **email** | **String**| Filter results where email matches value | [optional]
79
+ **email__contains** | **String**| Filter results where email contains value | [optional]
80
+ **email__icontains** | **String**| Filter results where email contains value | [optional]
81
+ **email__iexact** | **String**| Filter results where email matches value | [optional]
82
82
  **email__in** | [**Array<String>**](String.md)| Filter results where email is in a comma-separated list of values | [optional]
83
83
  **first_name** | **String**| Filter results where first_name matches value | [optional]
84
84
  **first_name__contains** | **String**| Filter results where first_name contains value | [optional]
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **name** | **String** | The name of the worker. | [optional] [readonly]
10
10
  **last_heartbeat** | **DateTime** | Timestamp of the last time the worker talked to the service. | [optional] [readonly]
11
11
 
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::WorkerResponse.new(pulp_created: null,
18
- pulp_href: null,
17
+ instance = PulpcoreClient::WorkerResponse.new(pulp_href: null,
18
+ pulp_created: null,
19
19
  name: null,
20
20
  last_heartbeat: null)
21
21
  ```
@@ -156,10 +156,6 @@ module PulpcoreClient
156
156
  if @api_client.config.client_side_validation && opts[:'state'] && !allowable_values.include?(opts[:'state'])
157
157
  fail ArgumentError, "invalid value for \"state\", must be one of #{allowable_values}"
158
158
  end
159
- allowable_values = ["canceled", "completed", "failed", "running", "skipped", "waiting"]
160
- if @api_client.config.client_side_validation && opts[:'state__in'] && !opts[:'state__in'].all? { |item| allowable_values.include?(item) }
161
- fail ArgumentError, "invalid value for \"state__in\", must include one of #{allowable_values}"
162
- end
163
159
  # resource path
164
160
  local_var_path = '/pulp/api/v3/tasks/'
165
161
 
@@ -33,7 +33,7 @@ module PulpcoreClient
33
33
  def self.openapi_types
34
34
  {
35
35
  :'name' => :'String',
36
- :'repo_mapping' => :'Object'
36
+ :'repo_mapping' => :'Hash<String, String>'
37
37
  }
38
38
  end
39
39
 
@@ -63,7 +63,9 @@ module PulpcoreClient
63
63
  end
64
64
 
65
65
  if attributes.key?(:'repo_mapping')
66
- self.repo_mapping = attributes[:'repo_mapping']
66
+ if (value = attributes[:'repo_mapping']).is_a?(Hash)
67
+ self.repo_mapping = value
68
+ end
67
69
  end
68
70
  end
69
71
 
@@ -33,7 +33,7 @@ module PulpcoreClient
33
33
  def self.openapi_types
34
34
  {
35
35
  :'name' => :'String',
36
- :'repo_mapping' => :'Object'
36
+ :'repo_mapping' => :'Hash<String, String>'
37
37
  }
38
38
  end
39
39
 
@@ -63,7 +63,9 @@ module PulpcoreClient
63
63
  end
64
64
 
65
65
  if attributes.key?(:'repo_mapping')
66
- self.repo_mapping = attributes[:'repo_mapping']
66
+ if (value = attributes[:'repo_mapping']).is_a?(Hash)
67
+ self.repo_mapping = value
68
+ end
67
69
  end
68
70
  end
69
71
 
@@ -42,7 +42,7 @@ module PulpcoreClient
42
42
  :'pulp_href' => :'String',
43
43
  :'pulp_created' => :'DateTime',
44
44
  :'name' => :'String',
45
- :'repo_mapping' => :'Object'
45
+ :'repo_mapping' => :'Hash<String, String>'
46
46
  }
47
47
  end
48
48
 
@@ -80,7 +80,9 @@ module PulpcoreClient
80
80
  end
81
81
 
82
82
  if attributes.key?(:'repo_mapping')
83
- self.repo_mapping = attributes[:'repo_mapping']
83
+ if (value = attributes[:'repo_mapping']).is_a?(Hash)
84
+ self.repo_mapping = value
85
+ end
84
86
  end
85
87
  end
86
88
 
@@ -88,7 +88,7 @@ module PulpcoreClient
88
88
  :'logging_cid' => :'String',
89
89
  :'started_at' => :'DateTime',
90
90
  :'finished_at' => :'DateTime',
91
- :'error' => :'Object',
91
+ :'error' => :'Hash<String, Object>',
92
92
  :'worker' => :'String',
93
93
  :'parent_task' => :'String',
94
94
  :'child_tasks' => :'Array<String>',
@@ -149,7 +149,9 @@ module PulpcoreClient
149
149
  end
150
150
 
151
151
  if attributes.key?(:'error')
152
- self.error = attributes[:'error']
152
+ if (value = attributes[:'error']).is_a?(Hash)
153
+ self.error = value
154
+ end
153
155
  end
154
156
 
155
157
  if attributes.key?(:'worker')
@@ -15,11 +15,11 @@ require 'date'
15
15
  module PulpcoreClient
16
16
  # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class WorkerResponse
18
+ attr_accessor :pulp_href
19
+
18
20
  # Timestamp of creation.
19
21
  attr_accessor :pulp_created
20
22
 
21
- attr_accessor :pulp_href
22
-
23
23
  # The name of the worker.
24
24
  attr_accessor :name
25
25
 
@@ -29,8 +29,8 @@ module PulpcoreClient
29
29
  # Attribute mapping from ruby-style variable name to JSON key.
30
30
  def self.attribute_map
31
31
  {
32
- :'pulp_created' => :'pulp_created',
33
32
  :'pulp_href' => :'pulp_href',
33
+ :'pulp_created' => :'pulp_created',
34
34
  :'name' => :'name',
35
35
  :'last_heartbeat' => :'last_heartbeat'
36
36
  }
@@ -39,8 +39,8 @@ module PulpcoreClient
39
39
  # Attribute type mapping.
40
40
  def self.openapi_types
41
41
  {
42
- :'pulp_created' => :'DateTime',
43
42
  :'pulp_href' => :'String',
43
+ :'pulp_created' => :'DateTime',
44
44
  :'name' => :'String',
45
45
  :'last_heartbeat' => :'DateTime'
46
46
  }
@@ -67,14 +67,14 @@ module PulpcoreClient
67
67
  h[k.to_sym] = v
68
68
  }
69
69
 
70
- if attributes.key?(:'pulp_created')
71
- self.pulp_created = attributes[:'pulp_created']
72
- end
73
-
74
70
  if attributes.key?(:'pulp_href')
75
71
  self.pulp_href = attributes[:'pulp_href']
76
72
  end
77
73
 
74
+ if attributes.key?(:'pulp_created')
75
+ self.pulp_created = attributes[:'pulp_created']
76
+ end
77
+
78
78
  if attributes.key?(:'name')
79
79
  self.name = attributes[:'name']
80
80
  end
@@ -102,8 +102,8 @@ module PulpcoreClient
102
102
  def ==(o)
103
103
  return true if self.equal?(o)
104
104
  self.class == o.class &&
105
- pulp_created == o.pulp_created &&
106
105
  pulp_href == o.pulp_href &&
106
+ pulp_created == o.pulp_created &&
107
107
  name == o.name &&
108
108
  last_heartbeat == o.last_heartbeat
109
109
  end
@@ -117,7 +117,7 @@ module PulpcoreClient
117
117
  # Calculates hash code according to all attributes.
118
118
  # @return [Integer] Hash code
119
119
  def hash
120
- [pulp_created, pulp_href, name, last_heartbeat].hash
120
+ [pulp_href, pulp_created, name, last_heartbeat].hash
121
121
  end
122
122
 
123
123
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.11.0.post0'
14
+ VERSION = '3.12.0.dev1616386886'
15
15
  end
@@ -32,13 +32,13 @@ describe 'WorkerResponse' do
32
32
  expect(@instance).to be_instance_of(PulpcoreClient::WorkerResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_created"' do
35
+ describe 'test attribute "pulp_href"' 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 "pulp_href"' do
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
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.11.0.post0
4
+ version: 3.12.0.dev1616386886
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-16 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -378,96 +378,96 @@ signing_key:
378
378
  specification_version: 4
379
379
  summary: Pulp 3 API Ruby Gem
380
380
  test_files:
381
+ - spec/api/orphans_api_spec.rb
382
+ - spec/api/groups_model_permissions_api_spec.rb
383
+ - spec/api/groups_api_spec.rb
384
+ - spec/api/uploads_api_spec.rb
385
+ - spec/api/importers_core_import_check_api_spec.rb
386
+ - spec/api/repair_api_spec.rb
381
387
  - spec/api/task_groups_api_spec.rb
382
388
  - spec/api/artifacts_api_spec.rb
383
- - spec/api/repositories_api_spec.rb
384
- - spec/api/groups_object_permissions_api_spec.rb
385
- - spec/api/groups_api_spec.rb
386
- - spec/api/signing_services_api_spec.rb
389
+ - spec/api/tasks_api_spec.rb
390
+ - spec/api/content_api_spec.rb
387
391
  - spec/api/groups_users_api_spec.rb
388
- - spec/api/exporters_pulp_api_spec.rb
392
+ - spec/api/repositories_api_spec.rb
389
393
  - spec/api/access_policies_api_spec.rb
390
394
  - spec/api/users_api_spec.rb
391
- - spec/api/status_api_spec.rb
392
- - spec/api/contentguards_api_spec.rb
393
- - spec/api/tasks_api_spec.rb
394
- - spec/api/groups_model_permissions_api_spec.rb
395
- - spec/api/orphans_api_spec.rb
396
- - spec/api/content_api_spec.rb
395
+ - spec/api/signing_services_api_spec.rb
397
396
  - spec/api/importers_core_imports_api_spec.rb
397
+ - spec/api/status_api_spec.rb
398
398
  - spec/api/exporters_core_exports_api_spec.rb
399
- - spec/api/repair_api_spec.rb
400
- - spec/api/importers_core_import_check_api_spec.rb
401
- - spec/api/uploads_api_spec.rb
402
399
  - spec/api/workers_api_spec.rb
403
400
  - spec/api/importers_pulp_api_spec.rb
401
+ - spec/api/groups_object_permissions_api_spec.rb
402
+ - spec/api/contentguards_api_spec.rb
403
+ - spec/api/exporters_pulp_api_spec.rb
404
404
  - spec/api_client_spec.rb
405
405
  - spec/configuration_spec.rb
406
406
  - spec/models/pulp_import_check_spec.rb
407
+ - spec/models/pulp_export_spec.rb
408
+ - spec/models/multiple_artifact_content_response_spec.rb
409
+ - spec/models/redis_connection_response_spec.rb
410
+ - spec/models/paginated_repository_response_list_spec.rb
411
+ - spec/models/async_operation_response_spec.rb
407
412
  - spec/models/paginated_content_guard_response_list_spec.rb
408
- - spec/models/paginated_access_policy_response_list_spec.rb
409
- - spec/models/upload_detail_response_spec.rb
413
+ - spec/models/pulp_importer_spec.rb
414
+ - spec/models/group_user_response_spec.rb
415
+ - spec/models/paginated_pulp_export_response_list_spec.rb
416
+ - spec/models/signing_service_response_spec.rb
417
+ - spec/models/group_response_spec.rb
418
+ - spec/models/import_response_spec.rb
419
+ - spec/models/task_group_response_spec.rb
420
+ - spec/models/paginated_group_user_response_list_spec.rb
421
+ - spec/models/content_guard_response_spec.rb
422
+ - spec/models/pulp_import_check_response_spec.rb
423
+ - spec/models/database_connection_response_spec.rb
410
424
  - spec/models/patched_pulp_exporter_spec.rb
425
+ - spec/models/artifact_spec.rb
411
426
  - spec/models/paginated_import_response_list_spec.rb
412
- - spec/models/task_group_response_spec.rb
413
- - spec/models/progress_report_response_spec.rb
414
- - spec/models/async_operation_response_spec.rb
415
- - spec/models/pulp_importer_spec.rb
416
- - spec/models/upload_commit_spec.rb
417
- - spec/models/user_response_spec.rb
427
+ - spec/models/paginated_task_group_response_list_spec.rb
418
428
  - spec/models/paginated_upload_response_list_spec.rb
419
429
  - spec/models/group_spec.rb
420
- - spec/models/pulp_exporter_spec.rb
421
- - spec/models/database_connection_response_spec.rb
422
- - spec/models/paginated_pulp_importer_response_list_spec.rb
430
+ - spec/models/paginated_worker_response_list_spec.rb
431
+ - spec/models/permission_response_spec.rb
423
432
  - spec/models/paginated_task_response_list_spec.rb
424
- - spec/models/paginated_pulp_export_response_list_spec.rb
425
- - spec/models/content_app_status_response_spec.rb
426
- - spec/models/storage_response_spec.rb
427
- - spec/models/pulp_export_spec.rb
428
- - spec/models/access_policy_spec.rb
433
+ - spec/models/paginated_pulp_exporter_response_list_spec.rb
429
434
  - spec/models/paginated_group_response_list_spec.rb
430
- - spec/models/patched_task_cancel_spec.rb
431
- - spec/models/pulp_import_check_response_spec.rb
432
- - spec/models/paginated_user_response_list_spec.rb
433
- - spec/models/upload_response_spec.rb
434
- - spec/models/paginated_artifact_response_list_spec.rb
435
- - spec/models/multiple_artifact_content_response_spec.rb
436
- - spec/models/repository_response_spec.rb
435
+ - spec/models/artifact_response_spec.rb
437
436
  - spec/models/group_user_spec.rb
438
- - spec/models/access_policy_response_spec.rb
439
- - spec/models/paginated_task_group_response_list_spec.rb
440
- - spec/models/pulp_exporter_response_spec.rb
441
- - spec/models/status_response_spec.rb
442
- - spec/models/group_user_response_spec.rb
437
+ - spec/models/access_policy_spec.rb
438
+ - spec/models/pulp_exporter_spec.rb
439
+ - spec/models/upload_chunk_response_spec.rb
443
440
  - spec/models/version_response_spec.rb
444
- - spec/models/patched_access_policy_spec.rb
441
+ - spec/models/user_group_response_spec.rb
442
+ - spec/models/access_policy_response_spec.rb
443
+ - spec/models/paginated_signing_service_response_list_spec.rb
445
444
  - spec/models/pulp_importer_response_spec.rb
446
- - spec/models/permission_response_spec.rb
445
+ - spec/models/pulp_exporter_response_spec.rb
446
+ - spec/models/task_response_spec.rb
447
447
  - spec/models/patched_pulp_importer_spec.rb
448
- - spec/models/pulp_import_spec.rb
449
- - spec/models/upload_spec.rb
448
+ - spec/models/paginated_pulp_importer_response_list_spec.rb
449
+ - spec/models/evaluation_response_spec.rb
450
450
  - spec/models/upload_chunk_spec.rb
451
- - spec/models/upload_chunk_response_spec.rb
452
- - spec/models/import_response_spec.rb
453
- - spec/models/task_response_spec.rb
451
+ - spec/models/patched_access_policy_spec.rb
452
+ - spec/models/upload_detail_response_spec.rb
453
+ - spec/models/upload_spec.rb
454
+ - spec/models/progress_report_response_spec.rb
455
+ - spec/models/repository_response_spec.rb
456
+ - spec/models/pulp_import_spec.rb
457
+ - spec/models/patched_task_cancel_spec.rb
458
+ - spec/models/content_app_status_response_spec.rb
459
+ - spec/models/paginated_user_response_list_spec.rb
460
+ - spec/models/user_response_spec.rb
461
+ - spec/models/upload_commit_spec.rb
454
462
  - spec/models/patched_group_spec.rb
455
- - spec/models/paginated_worker_response_list_spec.rb
456
- - spec/models/user_group_response_spec.rb
457
- - spec/models/group_progress_report_response_spec.rb
458
- - spec/models/artifact_response_spec.rb
459
- - spec/models/paginated_group_user_response_list_spec.rb
460
- - spec/models/paginated_multiple_artifact_content_response_list_spec.rb
461
- - spec/models/signing_service_response_spec.rb
462
- - spec/models/paginated_repository_response_list_spec.rb
463
- - spec/models/paginated_pulp_exporter_response_list_spec.rb
464
- - spec/models/evaluation_response_spec.rb
465
- - spec/models/group_response_spec.rb
466
- - spec/models/content_guard_response_spec.rb
467
- - spec/models/paginated_signing_service_response_list_spec.rb
468
- - spec/models/pulp_export_response_spec.rb
463
+ - spec/models/paginated_access_policy_response_list_spec.rb
464
+ - spec/models/upload_response_spec.rb
465
+ - spec/models/status_response_spec.rb
469
466
  - spec/models/paginated_permission_response_list_spec.rb
467
+ - spec/models/storage_response_spec.rb
468
+ - spec/models/pulp_export_response_spec.rb
469
+ - spec/models/paginated_artifact_response_list_spec.rb
470
+ - spec/models/group_progress_report_response_spec.rb
470
471
  - spec/models/worker_response_spec.rb
471
- - spec/models/artifact_spec.rb
472
- - spec/models/redis_connection_response_spec.rb
472
+ - spec/models/paginated_multiple_artifact_content_response_list_spec.rb
473
473
  - spec/spec_helper.rb