pulpcore_client 3.10.0 → 3.11.0.post0

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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -11
  3. data/docs/AccessPoliciesApi.md +12 -12
  4. data/docs/ArtifactsApi.md +14 -14
  5. data/docs/ContentApi.md +6 -6
  6. data/docs/{ContentGuardsApi.md → ContentguardsApi.md} +15 -15
  7. data/docs/ExportersPulpApi.md +10 -10
  8. data/docs/GroupsApi.md +14 -14
  9. data/docs/ImportersPulpApi.md +10 -10
  10. data/docs/RepositoriesApi.md +12 -12
  11. data/docs/SigningServicesApi.md +2 -2
  12. data/docs/StatusApi.md +1 -1
  13. data/docs/TasksApi.md +46 -46
  14. data/docs/UsersApi.md +44 -44
  15. data/docs/WorkersApi.md +26 -26
  16. data/lib/pulpcore_client/api/access_policies_api.rb +13 -13
  17. data/lib/pulpcore_client/api/artifacts_api.rb +14 -14
  18. data/lib/pulpcore_client/api/content_api.rb +6 -6
  19. data/lib/pulpcore_client/api/{content_guards_api.rb → contentguards_api.rb} +17 -17
  20. data/lib/pulpcore_client/api/exporters_pulp_api.rb +11 -11
  21. data/lib/pulpcore_client/api/groups_api.rb +16 -16
  22. data/lib/pulpcore_client/api/importers_pulp_api.rb +11 -11
  23. data/lib/pulpcore_client/api/repositories_api.rb +13 -13
  24. data/lib/pulpcore_client/api/signing_services_api.rb +2 -2
  25. data/lib/pulpcore_client/api/status_api.rb +2 -2
  26. data/lib/pulpcore_client/api/tasks_api.rb +58 -50
  27. data/lib/pulpcore_client/api/users_api.rb +48 -48
  28. data/lib/pulpcore_client/api/workers_api.rb +28 -28
  29. data/lib/pulpcore_client/version.rb +1 -1
  30. data/lib/pulpcore_client.rb +1 -1
  31. data/spec/api/access_policies_api_spec.rb +6 -6
  32. data/spec/api/artifacts_api_spec.rb +7 -7
  33. data/spec/api/content_api_spec.rb +3 -3
  34. data/spec/api/{content_guards_api_spec.rb → contentguards_api_spec.rb} +12 -12
  35. data/spec/api/exporters_pulp_api_spec.rb +5 -5
  36. data/spec/api/groups_api_spec.rb +7 -7
  37. data/spec/api/importers_pulp_api_spec.rb +5 -5
  38. data/spec/api/repositories_api_spec.rb +6 -6
  39. data/spec/api/signing_services_api_spec.rb +1 -1
  40. data/spec/api/status_api_spec.rb +1 -1
  41. data/spec/api/tasks_api_spec.rb +23 -23
  42. data/spec/api/users_api_spec.rb +22 -22
  43. data/spec/api/workers_api_spec.rb +13 -13
  44. metadata +78 -78
@@ -61,11 +61,11 @@ describe 'ImportersPulpApi' do
61
61
  # ViewSet for PulpImporters.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name name
65
- # @option opts [String] :name__contains name__contains
66
- # @option opts [String] :name__icontains name__icontains
67
- # @option opts [String] :name__in name__in
68
- # @option opts [String] :name__startswith name__startswith
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
+ # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
71
  # @option opts [String] :fields A list of fields to include in the response.
@@ -37,14 +37,14 @@ describe 'RepositoriesApi' do
37
37
  # Endpoint to list all repositories.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
- # @option opts [String] :name name
41
- # @option opts [String] :name__contains name__contains
42
- # @option opts [String] :name__icontains name__icontains
43
- # @option opts [String] :name__in name__in
44
- # @option opts [String] :name__startswith name__startswith
40
+ # @option opts [String] :name
41
+ # @option opts [String] :name__contains Filter results where name contains value
42
+ # @option opts [String] :name__icontains Filter results where name contains value
43
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
44
+ # @option opts [String] :name__startswith Filter results where name starts with value
45
45
  # @option opts [Integer] :offset The initial index from which to return the results.
46
46
  # @option opts [String] :ordering Which field to use when ordering the results.
47
- # @option opts [String] :pulp_label_select pulp_label_select
47
+ # @option opts [String] :pulp_label_select Filter labels by search string
48
48
  # @option opts [String] :fields A list of fields to include in the response.
49
49
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
50
50
  # @return [PaginatedRepositoryResponseList]
@@ -37,7 +37,7 @@ describe 'SigningServicesApi' do
37
37
  # A ViewSet that supports browsing of existing signing services.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
- # @option opts [String] :name name
40
+ # @option opts [String] :name
41
41
  # @option opts [Integer] :offset The initial index from which to return the results.
42
42
  # @option opts [String] :ordering Which field to use when ordering the results.
43
43
  # @option opts [String] :fields A list of fields to include in the response.
@@ -34,7 +34,7 @@ describe 'StatusApi' do
34
34
 
35
35
  # unit tests for status_read
36
36
  # Inspect status of Pulp
37
- # Returns app information including the version of pulpcore and loaded pulp plugins, known workers, database connection status, and messaging connection status
37
+ # Returns status and app information about Pulp. Information includes: * version of pulpcore and loaded pulp plugins * known workers * known content apps * database connection status * redis connection status * disk usage information
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [StatusResponse]
40
40
  describe 'status_read test' do
@@ -48,32 +48,32 @@ describe 'TasksApi' do
48
48
  # List tasks
49
49
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
50
50
  # @param [Hash] opts the optional parameters
51
- # @option opts [String] :child_tasks child_tasks
52
- # @option opts [String] :created_resources created_resources
53
- # @option opts [String] :finished_at finished_at
54
- # @option opts [String] :finished_at__gt finished_at__gt
55
- # @option opts [String] :finished_at__gte finished_at__gte
56
- # @option opts [String] :finished_at__lt finished_at__lt
57
- # @option opts [String] :finished_at__lte finished_at__lte
58
- # @option opts [String] :finished_at__range finished_at__range
51
+ # @option opts [String] :child_tasks Foreign Key referenced by HREF
52
+ # @option opts [String] :created_resources
53
+ # @option opts [DateTime] :finished_at ISO 8601 formatted dates are supported
54
+ # @option opts [DateTime] :finished_at__gt Filter results where finished_at is greater than value
55
+ # @option opts [DateTime] :finished_at__gte Filter results where finished_at is greater than or equal to value
56
+ # @option opts [DateTime] :finished_at__lt Filter results where finished_at is less than value
57
+ # @option opts [DateTime] :finished_at__lte Filter results where finished_at is less than or equal to value
58
+ # @option opts [Array<DateTime>] :finished_at__range Filter results where finished_at is between two comma separated values
59
59
  # @option opts [Integer] :limit Number of results to return per page.
60
- # @option opts [String] :name name
61
- # @option opts [String] :name__contains name__contains
60
+ # @option opts [String] :name
61
+ # @option opts [String] :name__contains Filter results where name contains value
62
62
  # @option opts [Integer] :offset The initial index from which to return the results.
63
63
  # @option opts [String] :ordering Which field to use when ordering the results.
64
- # @option opts [String] :parent_task parent_task
65
- # @option opts [String] :reserved_resources_record reserved_resources_record
66
- # @option opts [String] :started_at started_at
67
- # @option opts [String] :started_at__gt started_at__gt
68
- # @option opts [String] :started_at__gte started_at__gte
69
- # @option opts [String] :started_at__lt started_at__lt
70
- # @option opts [String] :started_at__lte started_at__lte
71
- # @option opts [String] :started_at__range started_at__range
72
- # @option opts [String] :state state
73
- # @option opts [String] :state__in state__in
74
- # @option opts [String] :task_group task_group
75
- # @option opts [String] :worker worker
76
- # @option opts [String] :worker__in worker__in
64
+ # @option opts [String] :parent_task Foreign Key referenced by HREF
65
+ # @option opts [String] :reserved_resources_record
66
+ # @option opts [DateTime] :started_at ISO 8601 formatted dates are supported
67
+ # @option opts [DateTime] :started_at__gt Filter results where started_at is greater than value
68
+ # @option opts [DateTime] :started_at__gte Filter results where started_at is greater than or equal to value
69
+ # @option opts [DateTime] :started_at__lt Filter results where started_at is less than value
70
+ # @option opts [DateTime] :started_at__lte Filter results where started_at is less than or equal to value
71
+ # @option opts [Array<DateTime>] :started_at__range Filter results where started_at is between two comma separated values
72
+ # @option opts [String] :state
73
+ # @option opts [Array<String>] :state__in Filter results where state is in a comma-separated list of values
74
+ # @option opts [String] :task_group Foreign Key referenced by HREF
75
+ # @option opts [String] :worker Foreign Key referenced by HREF
76
+ # @option opts [Array<String>] :worker__in Filter results where worker is in a comma-separated list of values
77
77
  # @option opts [String] :fields A list of fields to include in the response.
78
78
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
79
79
  # @return [PaginatedTaskResponseList]
@@ -36,31 +36,31 @@ describe 'UsersApi' do
36
36
  # List users
37
37
  # ViewSet for User. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [String] :email email
40
- # @option opts [String] :email__contains email__contains
41
- # @option opts [String] :email__icontains email__icontains
42
- # @option opts [String] :email__iexact email__iexact
43
- # @option opts [String] :email__in email__in
44
- # @option opts [String] :first_name first_name
45
- # @option opts [String] :first_name__contains first_name__contains
46
- # @option opts [String] :first_name__icontains first_name__icontains
47
- # @option opts [String] :first_name__iexact first_name__iexact
48
- # @option opts [String] :first_name__in first_name__in
49
- # @option opts [String] :is_active is_active
50
- # @option opts [String] :is_staff is_staff
51
- # @option opts [String] :last_name last_name
52
- # @option opts [String] :last_name__contains last_name__contains
53
- # @option opts [String] :last_name__icontains last_name__icontains
54
- # @option opts [String] :last_name__iexact last_name__iexact
55
- # @option opts [String] :last_name__in last_name__in
39
+ # @option opts [String] :email Filter results where email matches value
40
+ # @option opts [String] :email__contains Filter results where email contains value
41
+ # @option opts [String] :email__icontains Filter results where email contains value
42
+ # @option opts [String] :email__iexact Filter results where email matches value
43
+ # @option opts [Array<String>] :email__in Filter results where email is in a comma-separated list of values
44
+ # @option opts [String] :first_name Filter results where first_name matches value
45
+ # @option opts [String] :first_name__contains Filter results where first_name contains value
46
+ # @option opts [String] :first_name__icontains Filter results where first_name contains value
47
+ # @option opts [String] :first_name__iexact Filter results where first_name matches value
48
+ # @option opts [Array<String>] :first_name__in Filter results where first_name is in a comma-separated list of values
49
+ # @option opts [Boolean] :is_active Filter results where is_active matches value
50
+ # @option opts [Boolean] :is_staff Filter results where is_staff matches value
51
+ # @option opts [String] :last_name Filter results where last_name matches value
52
+ # @option opts [String] :last_name__contains Filter results where last_name contains value
53
+ # @option opts [String] :last_name__icontains Filter results where last_name contains value
54
+ # @option opts [String] :last_name__iexact Filter results where last_name matches value
55
+ # @option opts [Array<String>] :last_name__in Filter results where last_name is in a comma-separated list of values
56
56
  # @option opts [Integer] :limit Number of results to return per page.
57
57
  # @option opts [Integer] :offset The initial index from which to return the results.
58
58
  # @option opts [String] :ordering Which field to use when ordering the results.
59
- # @option opts [String] :username username
60
- # @option opts [String] :username__contains username__contains
61
- # @option opts [String] :username__icontains username__icontains
62
- # @option opts [String] :username__iexact username__iexact
63
- # @option opts [String] :username__in username__in
59
+ # @option opts [String] :username Filter results where username matches value
60
+ # @option opts [String] :username__contains Filter results where username contains value
61
+ # @option opts [String] :username__icontains Filter results where username contains value
62
+ # @option opts [String] :username__iexact Filter results where username matches value
63
+ # @option opts [Array<String>] :username__in Filter results where username is in a comma-separated list of values
64
64
  # @option opts [String] :fields A list of fields to include in the response.
65
65
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
66
66
  # @return [PaginatedUserResponseList]
@@ -36,21 +36,21 @@ describe 'WorkersApi' do
36
36
  # List workers
37
37
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [String] :last_heartbeat last_heartbeat
40
- # @option opts [String] :last_heartbeat__gt last_heartbeat__gt
41
- # @option opts [String] :last_heartbeat__gte last_heartbeat__gte
42
- # @option opts [String] :last_heartbeat__lt last_heartbeat__lt
43
- # @option opts [String] :last_heartbeat__lte last_heartbeat__lte
44
- # @option opts [String] :last_heartbeat__range last_heartbeat__range
39
+ # @option opts [DateTime] :last_heartbeat ISO 8601 formatted dates are supported
40
+ # @option opts [DateTime] :last_heartbeat__gt Filter results where last_heartbeat is greater than value
41
+ # @option opts [DateTime] :last_heartbeat__gte Filter results where last_heartbeat is greater than or equal to value
42
+ # @option opts [DateTime] :last_heartbeat__lt Filter results where last_heartbeat is less than value
43
+ # @option opts [DateTime] :last_heartbeat__lte Filter results where last_heartbeat is less than or equal to value
44
+ # @option opts [Array<DateTime>] :last_heartbeat__range Filter results where last_heartbeat is between two comma separated values
45
45
  # @option opts [Integer] :limit Number of results to return per page.
46
- # @option opts [String] :missing missing
47
- # @option opts [String] :name name
48
- # @option opts [String] :name__contains name__contains
49
- # @option opts [String] :name__icontains name__icontains
50
- # @option opts [String] :name__in name__in
51
- # @option opts [String] :name__startswith name__startswith
46
+ # @option opts [Boolean] :missing
47
+ # @option opts [String] :name
48
+ # @option opts [String] :name__contains Filter results where name contains value
49
+ # @option opts [String] :name__icontains Filter results where name contains value
50
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
51
+ # @option opts [String] :name__startswith Filter results where name starts with value
52
52
  # @option opts [Integer] :offset The initial index from which to return the results.
53
- # @option opts [String] :online online
53
+ # @option opts [Boolean] :online
54
54
  # @option opts [String] :ordering Which field to use when ordering the results.
55
55
  # @option opts [String] :fields A list of fields to include in the response.
56
56
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
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.10.0
4
+ version: 3.11.0.post0
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-02-04 00:00:00.000000000 Z
11
+ date: 2021-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -84,7 +84,7 @@ files:
84
84
  - docs/ContentApi.md
85
85
  - docs/ContentAppStatusResponse.md
86
86
  - docs/ContentGuardResponse.md
87
- - docs/ContentGuardsApi.md
87
+ - docs/ContentguardsApi.md
88
88
  - docs/DatabaseConnectionResponse.md
89
89
  - docs/EvaluationResponse.md
90
90
  - docs/ExportersCoreExportsApi.md
@@ -169,7 +169,7 @@ files:
169
169
  - lib/pulpcore_client/api/access_policies_api.rb
170
170
  - lib/pulpcore_client/api/artifacts_api.rb
171
171
  - lib/pulpcore_client/api/content_api.rb
172
- - lib/pulpcore_client/api/content_guards_api.rb
172
+ - lib/pulpcore_client/api/contentguards_api.rb
173
173
  - lib/pulpcore_client/api/exporters_core_exports_api.rb
174
174
  - lib/pulpcore_client/api/exporters_pulp_api.rb
175
175
  - lib/pulpcore_client/api/groups_api.rb
@@ -264,7 +264,7 @@ files:
264
264
  - spec/api/access_policies_api_spec.rb
265
265
  - spec/api/artifacts_api_spec.rb
266
266
  - spec/api/content_api_spec.rb
267
- - spec/api/content_guards_api_spec.rb
267
+ - spec/api/contentguards_api_spec.rb
268
268
  - spec/api/exporters_core_exports_api_spec.rb
269
269
  - spec/api/exporters_pulp_api_spec.rb
270
270
  - spec/api/groups_api_spec.rb
@@ -369,105 +369,105 @@ required_ruby_version: !ruby/object:Gem::Requirement
369
369
  version: '1.9'
370
370
  required_rubygems_version: !ruby/object:Gem::Requirement
371
371
  requirements:
372
- - - ">="
372
+ - - ">"
373
373
  - !ruby/object:Gem::Version
374
- version: '0'
374
+ version: 1.3.1
375
375
  requirements: []
376
376
  rubygems_version: 3.0.3
377
377
  signing_key:
378
378
  specification_version: 4
379
379
  summary: Pulp 3 API Ruby Gem
380
380
  test_files:
381
- - spec/api/uploads_api_spec.rb
382
- - spec/api/users_api_spec.rb
383
- - spec/api/repair_api_spec.rb
384
- - spec/api/content_guards_api_spec.rb
385
- - spec/api/exporters_pulp_api_spec.rb
386
381
  - spec/api/task_groups_api_spec.rb
387
- - spec/api/orphans_api_spec.rb
382
+ - spec/api/artifacts_api_spec.rb
383
+ - spec/api/repositories_api_spec.rb
384
+ - spec/api/groups_object_permissions_api_spec.rb
388
385
  - spec/api/groups_api_spec.rb
389
- - spec/api/content_api_spec.rb
390
- - spec/api/workers_api_spec.rb
386
+ - spec/api/signing_services_api_spec.rb
387
+ - spec/api/groups_users_api_spec.rb
388
+ - spec/api/exporters_pulp_api_spec.rb
391
389
  - spec/api/access_policies_api_spec.rb
392
- - spec/api/importers_pulp_api_spec.rb
393
- - spec/api/exporters_core_exports_api_spec.rb
394
- - spec/api/groups_model_permissions_api_spec.rb
390
+ - spec/api/users_api_spec.rb
391
+ - spec/api/status_api_spec.rb
392
+ - spec/api/contentguards_api_spec.rb
395
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
396
397
  - spec/api/importers_core_imports_api_spec.rb
398
+ - spec/api/exporters_core_exports_api_spec.rb
399
+ - spec/api/repair_api_spec.rb
397
400
  - spec/api/importers_core_import_check_api_spec.rb
398
- - spec/api/artifacts_api_spec.rb
399
- - spec/api/groups_users_api_spec.rb
400
- - spec/api/repositories_api_spec.rb
401
- - spec/api/status_api_spec.rb
402
- - spec/api/groups_object_permissions_api_spec.rb
403
- - spec/api/signing_services_api_spec.rb
401
+ - spec/api/uploads_api_spec.rb
402
+ - spec/api/workers_api_spec.rb
403
+ - spec/api/importers_pulp_api_spec.rb
404
404
  - spec/api_client_spec.rb
405
405
  - spec/configuration_spec.rb
406
- - spec/models/paginated_user_response_list_spec.rb
407
- - spec/models/paginated_group_response_list_spec.rb
408
- - spec/models/upload_response_spec.rb
409
- - spec/models/artifact_response_spec.rb
410
- - spec/models/paginated_multiple_artifact_content_response_list_spec.rb
411
- - spec/models/paginated_task_group_response_list_spec.rb
406
+ - spec/models/pulp_import_check_spec.rb
407
+ - spec/models/paginated_content_guard_response_list_spec.rb
412
408
  - spec/models/paginated_access_policy_response_list_spec.rb
413
- - spec/models/paginated_permission_response_list_spec.rb
414
- - spec/models/artifact_spec.rb
415
- - spec/models/paginated_upload_response_list_spec.rb
416
- - spec/models/status_response_spec.rb
417
- - spec/models/content_app_status_response_spec.rb
418
- - spec/models/pulp_importer_spec.rb
419
- - spec/models/paginated_pulp_importer_response_list_spec.rb
420
- - spec/models/patched_pulp_importer_spec.rb
421
- - spec/models/pulp_export_response_spec.rb
422
- - spec/models/evaluation_response_spec.rb
423
- - spec/models/version_response_spec.rb
424
- - spec/models/multiple_artifact_content_response_spec.rb
425
- - spec/models/patched_access_policy_spec.rb
426
- - spec/models/pulp_importer_response_spec.rb
409
+ - spec/models/upload_detail_response_spec.rb
410
+ - spec/models/patched_pulp_exporter_spec.rb
411
+ - spec/models/paginated_import_response_list_spec.rb
427
412
  - spec/models/task_group_response_spec.rb
428
- - spec/models/paginated_artifact_response_list_spec.rb
429
- - spec/models/pulp_import_check_response_spec.rb
430
- - spec/models/paginated_repository_response_list_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
418
+ - spec/models/paginated_upload_response_list_spec.rb
419
+ - spec/models/group_spec.rb
431
420
  - spec/models/pulp_exporter_spec.rb
432
- - spec/models/patched_pulp_exporter_spec.rb
421
+ - spec/models/database_connection_response_spec.rb
422
+ - spec/models/paginated_pulp_importer_response_list_spec.rb
423
+ - spec/models/paginated_task_response_list_spec.rb
433
424
  - spec/models/paginated_pulp_export_response_list_spec.rb
434
- - spec/models/paginated_signing_service_response_list_spec.rb
435
- - spec/models/pulp_import_check_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
436
428
  - spec/models/access_policy_spec.rb
437
- - spec/models/signing_service_response_spec.rb
438
- - spec/models/upload_chunk_spec.rb
439
- - spec/models/user_response_spec.rb
429
+ - 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
437
+ - spec/models/group_user_spec.rb
440
438
  - spec/models/access_policy_response_spec.rb
441
- - spec/models/upload_commit_spec.rb
442
- - spec/models/paginated_content_guard_response_list_spec.rb
443
- - spec/models/patched_group_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
444
442
  - spec/models/group_user_response_spec.rb
445
- - spec/models/group_user_spec.rb
446
- - spec/models/async_operation_response_spec.rb
447
- - spec/models/progress_report_response_spec.rb
448
- - spec/models/paginated_pulp_exporter_response_list_spec.rb
449
- - spec/models/group_progress_report_response_spec.rb
443
+ - spec/models/version_response_spec.rb
444
+ - spec/models/patched_access_policy_spec.rb
445
+ - spec/models/pulp_importer_response_spec.rb
446
+ - spec/models/permission_response_spec.rb
447
+ - spec/models/patched_pulp_importer_spec.rb
448
+ - spec/models/pulp_import_spec.rb
450
449
  - spec/models/upload_spec.rb
451
- - spec/models/redis_connection_response_spec.rb
450
+ - spec/models/upload_chunk_spec.rb
452
451
  - spec/models/upload_chunk_response_spec.rb
453
- - spec/models/content_guard_response_spec.rb
454
- - spec/models/task_response_spec.rb
455
- - spec/models/group_spec.rb
456
- - spec/models/pulp_import_spec.rb
457
- - spec/models/paginated_task_response_list_spec.rb
458
- - spec/models/upload_detail_response_spec.rb
459
- - spec/models/repository_response_spec.rb
460
- - spec/models/pulp_exporter_response_spec.rb
461
- - spec/models/pulp_export_spec.rb
462
- - spec/models/database_connection_response_spec.rb
463
- - spec/models/paginated_import_response_list_spec.rb
464
452
  - spec/models/import_response_spec.rb
465
- - spec/models/worker_response_spec.rb
453
+ - spec/models/task_response_spec.rb
454
+ - spec/models/patched_group_spec.rb
466
455
  - spec/models/paginated_worker_response_list_spec.rb
467
- - spec/models/patched_task_cancel_spec.rb
468
- - spec/models/paginated_group_user_response_list_spec.rb
469
456
  - spec/models/user_group_response_spec.rb
470
- - spec/models/permission_response_spec.rb
471
- - spec/models/storage_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
472
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
469
+ - spec/models/paginated_permission_response_list_spec.rb
470
+ - spec/models/worker_response_spec.rb
471
+ - spec/models/artifact_spec.rb
472
+ - spec/models/redis_connection_response_spec.rb
473
473
  - spec/spec_helper.rb