pulpcore_client 3.21.4 → 3.21.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/docs/AccessPoliciesApi.md +8 -8
- data/docs/ArtifactsApi.md +8 -8
- data/docs/ContentApi.md +4 -4
- data/docs/ContentguardsApi.md +4 -4
- data/docs/ContentguardsContentRedirectApi.md +16 -16
- data/docs/ContentguardsRbacApi.md +16 -16
- data/docs/DistributionsApi.md +4 -4
- data/docs/ExportersFilesystemApi.md +8 -8
- data/docs/ExportersFilesystemExportsApi.md +8 -8
- data/docs/ExportersPulpApi.md +8 -8
- data/docs/ExportersPulpExportsApi.md +8 -8
- data/docs/FilesystemExport.md +3 -1
- data/docs/GroupsApi.md +16 -16
- data/docs/GroupsRolesApi.md +8 -8
- data/docs/GroupsUsersApi.md +4 -4
- data/docs/ImportersPulpApi.md +8 -8
- data/docs/ImportersPulpImportsApi.md +8 -8
- data/docs/PublicationsApi.md +4 -4
- data/docs/RemotesApi.md +4 -4
- data/docs/RepositoriesApi.md +4 -4
- data/docs/RepositoryVersionsApi.md +4 -4
- data/docs/RolesApi.md +8 -8
- data/docs/SigningServicesApi.md +8 -8
- data/docs/TaskGroupsApi.md +8 -8
- data/docs/TaskSchedulesApi.md +16 -16
- data/docs/TasksApi.md +16 -16
- data/docs/UploadsApi.md +16 -16
- data/docs/UsersApi.md +8 -8
- data/docs/UsersRolesApi.md +8 -8
- data/docs/WorkersApi.md +8 -8
- data/lib/pulpcore_client/api/access_policies_api.rb +12 -12
- data/lib/pulpcore_client/api/artifacts_api.rb +12 -12
- data/lib/pulpcore_client/api/content_api.rb +6 -6
- data/lib/pulpcore_client/api/contentguards_api.rb +6 -6
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +24 -24
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +24 -24
- data/lib/pulpcore_client/api/distributions_api.rb +6 -6
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +12 -12
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -12
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +12 -12
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -12
- data/lib/pulpcore_client/api/groups_api.rb +24 -24
- data/lib/pulpcore_client/api/groups_roles_api.rb +12 -12
- data/lib/pulpcore_client/api/groups_users_api.rb +6 -6
- data/lib/pulpcore_client/api/importers_pulp_api.rb +12 -12
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -12
- data/lib/pulpcore_client/api/publications_api.rb +6 -6
- data/lib/pulpcore_client/api/remotes_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +6 -6
- data/lib/pulpcore_client/api/roles_api.rb +12 -12
- data/lib/pulpcore_client/api/signing_services_api.rb +12 -12
- data/lib/pulpcore_client/api/task_groups_api.rb +12 -12
- data/lib/pulpcore_client/api/task_schedules_api.rb +24 -24
- data/lib/pulpcore_client/api/tasks_api.rb +24 -24
- data/lib/pulpcore_client/api/uploads_api.rb +24 -24
- data/lib/pulpcore_client/api/users_api.rb +12 -12
- data/lib/pulpcore_client/api/users_roles_api.rb +12 -12
- data/lib/pulpcore_client/api/workers_api.rb +12 -12
- data/lib/pulpcore_client/models/filesystem_export.rb +14 -4
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +4 -4
- data/spec/api/artifacts_api_spec.rb +4 -4
- data/spec/api/content_api_spec.rb +2 -2
- data/spec/api/contentguards_api_spec.rb +2 -2
- data/spec/api/contentguards_content_redirect_api_spec.rb +8 -8
- data/spec/api/contentguards_rbac_api_spec.rb +8 -8
- data/spec/api/distributions_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +4 -4
- data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -4
- data/spec/api/exporters_pulp_api_spec.rb +4 -4
- data/spec/api/exporters_pulp_exports_api_spec.rb +4 -4
- data/spec/api/groups_api_spec.rb +8 -8
- data/spec/api/groups_roles_api_spec.rb +4 -4
- data/spec/api/groups_users_api_spec.rb +2 -2
- data/spec/api/importers_pulp_api_spec.rb +4 -4
- data/spec/api/importers_pulp_imports_api_spec.rb +4 -4
- data/spec/api/publications_api_spec.rb +2 -2
- data/spec/api/remotes_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +4 -4
- data/spec/api/signing_services_api_spec.rb +4 -4
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +8 -8
- data/spec/api/tasks_api_spec.rb +8 -8
- data/spec/api/uploads_api_spec.rb +8 -8
- data/spec/api/users_api_spec.rb +4 -4
- data/spec/api/users_roles_api_spec.rb +4 -4
- data/spec/api/workers_api_spec.rb +4 -4
- data/spec/models/filesystem_export_spec.rb +6 -0
- metadata +129 -129
|
@@ -46,8 +46,8 @@ 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 [String] :fields A list of fields to include in the response.
|
|
50
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
49
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
50
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
51
51
|
# @return [PaginatedRepositoryResponseList]
|
|
52
52
|
describe 'list test' do
|
|
53
53
|
it 'should work' do
|
|
@@ -52,8 +52,8 @@ describe 'RepositoryVersionsApi' do
|
|
|
52
52
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
|
53
53
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
54
54
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
55
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
56
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
55
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
56
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
57
57
|
# @return [PaginatedRepositoryVersionResponseList]
|
|
58
58
|
describe 'list test' do
|
|
59
59
|
it 'should work' do
|
data/spec/api/roles_api_spec.rb
CHANGED
|
@@ -75,8 +75,8 @@ describe 'RolesApi' do
|
|
|
75
75
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
76
76
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
77
77
|
# @option opts [Array<String>] :ordering Ordering
|
|
78
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
79
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
78
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
79
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
80
80
|
# @return [PaginatedRoleResponseList]
|
|
81
81
|
describe 'list test' do
|
|
82
82
|
it 'should work' do
|
|
@@ -102,8 +102,8 @@ describe 'RolesApi' do
|
|
|
102
102
|
# ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
103
103
|
# @param role_href
|
|
104
104
|
# @param [Hash] opts the optional parameters
|
|
105
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
106
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
105
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
106
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
107
107
|
# @return [RoleResponse]
|
|
108
108
|
describe 'read test' do
|
|
109
109
|
it 'should work' do
|
|
@@ -39,8 +39,8 @@ describe 'SigningServicesApi' do
|
|
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
40
40
|
# @option opts [String] :name
|
|
41
41
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
42
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
43
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
42
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
43
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
44
44
|
# @return [PaginatedSigningServiceResponseList]
|
|
45
45
|
describe 'list test' do
|
|
46
46
|
it 'should work' do
|
|
@@ -53,8 +53,8 @@ describe 'SigningServicesApi' do
|
|
|
53
53
|
# A ViewSet that supports browsing of existing signing services.
|
|
54
54
|
# @param signing_service_href
|
|
55
55
|
# @param [Hash] opts the optional parameters
|
|
56
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
57
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
56
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
57
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
58
58
|
# @return [SigningServiceResponse]
|
|
59
59
|
describe 'read test' do
|
|
60
60
|
it 'should work' do
|
|
@@ -39,8 +39,8 @@ describe 'TaskGroupsApi' do
|
|
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
41
41
|
# @option opts [Array<String>] :ordering Ordering
|
|
42
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
43
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
42
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
43
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
44
44
|
# @return [PaginatedTaskGroupResponseList]
|
|
45
45
|
describe 'list test' do
|
|
46
46
|
it 'should work' do
|
|
@@ -53,8 +53,8 @@ describe 'TaskGroupsApi' do
|
|
|
53
53
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` 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 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" 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's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
54
54
|
# @param task_group_href
|
|
55
55
|
# @param [Hash] opts the optional parameters
|
|
56
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
57
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
56
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
57
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
58
58
|
# @return [TaskGroupResponse]
|
|
59
59
|
describe 'read test' do
|
|
60
60
|
it 'should work' do
|
|
@@ -55,8 +55,8 @@ describe 'TaskSchedulesApi' do
|
|
|
55
55
|
# @option opts [Array<String>] :ordering Ordering
|
|
56
56
|
# @option opts [String] :task_name
|
|
57
57
|
# @option opts [String] :task_name__contains Filter results where task_name contains value
|
|
58
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
59
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
58
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
59
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
60
60
|
# @return [PaginatedTaskScheduleResponseList]
|
|
61
61
|
describe 'list test' do
|
|
62
62
|
it 'should work' do
|
|
@@ -68,8 +68,8 @@ describe 'TaskSchedulesApi' do
|
|
|
68
68
|
# List roles assigned to this object.
|
|
69
69
|
# @param task_schedule_href
|
|
70
70
|
# @param [Hash] opts the optional parameters
|
|
71
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
72
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
71
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
73
|
# @return [ObjectRolesResponse]
|
|
74
74
|
describe 'list_roles test' do
|
|
75
75
|
it 'should work' do
|
|
@@ -81,8 +81,8 @@ describe 'TaskSchedulesApi' do
|
|
|
81
81
|
# List permissions available to the current user on this object.
|
|
82
82
|
# @param task_schedule_href
|
|
83
83
|
# @param [Hash] opts the optional parameters
|
|
84
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
85
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
84
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
85
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
86
86
|
# @return [MyPermissionsResponse]
|
|
87
87
|
describe 'my_permissions test' do
|
|
88
88
|
it 'should work' do
|
|
@@ -95,8 +95,8 @@ describe 'TaskSchedulesApi' do
|
|
|
95
95
|
# ViewSet to monitor task schedules. NOTE: This feature is in tech-preview and may change in backwards incompatible ways.
|
|
96
96
|
# @param task_schedule_href
|
|
97
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.
|
|
98
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
99
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
100
100
|
# @return [TaskScheduleResponse]
|
|
101
101
|
describe 'read test' do
|
|
102
102
|
it 'should work' do
|
data/spec/api/tasks_api_spec.rb
CHANGED
|
@@ -88,8 +88,8 @@ describe 'TasksApi' do
|
|
|
88
88
|
# @option opts [String] :task_group Foreign Key referenced by HREF
|
|
89
89
|
# @option opts [String] :worker Foreign Key referenced by HREF
|
|
90
90
|
# @option opts [Array<String>] :worker__in Filter results where worker is in a comma-separated list of values
|
|
91
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
92
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
91
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
92
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
93
93
|
# @return [PaginatedTaskResponseList]
|
|
94
94
|
describe 'list test' do
|
|
95
95
|
it 'should work' do
|
|
@@ -101,8 +101,8 @@ describe 'TasksApi' do
|
|
|
101
101
|
# List roles assigned to this object.
|
|
102
102
|
# @param task_href
|
|
103
103
|
# @param [Hash] opts the optional parameters
|
|
104
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
105
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
104
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
105
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
106
106
|
# @return [ObjectRolesResponse]
|
|
107
107
|
describe 'list_roles test' do
|
|
108
108
|
it 'should work' do
|
|
@@ -114,8 +114,8 @@ describe 'TasksApi' do
|
|
|
114
114
|
# List permissions available to the current user on this object.
|
|
115
115
|
# @param task_href
|
|
116
116
|
# @param [Hash] opts the optional parameters
|
|
117
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
118
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
117
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
118
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
119
119
|
# @return [MyPermissionsResponse]
|
|
120
120
|
describe 'my_permissions test' do
|
|
121
121
|
it 'should work' do
|
|
@@ -140,8 +140,8 @@ describe 'TasksApi' do
|
|
|
140
140
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` 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 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" 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's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
141
141
|
# @param task_href
|
|
142
142
|
# @param [Hash] opts the optional parameters
|
|
143
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
144
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
143
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
144
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
145
145
|
# @return [TaskResponse]
|
|
146
146
|
describe 'read test' do
|
|
147
147
|
it 'should work' do
|
|
@@ -87,8 +87,8 @@ describe 'UploadsApi' do
|
|
|
87
87
|
# @param [Hash] opts the optional parameters
|
|
88
88
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
89
89
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
90
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
91
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
90
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
91
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
92
92
|
# @return [PaginatedUploadResponseList]
|
|
93
93
|
describe 'list test' do
|
|
94
94
|
it 'should work' do
|
|
@@ -100,8 +100,8 @@ describe 'UploadsApi' do
|
|
|
100
100
|
# List roles assigned to this object.
|
|
101
101
|
# @param upload_href
|
|
102
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.
|
|
103
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
104
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
105
105
|
# @return [ObjectRolesResponse]
|
|
106
106
|
describe 'list_roles test' do
|
|
107
107
|
it 'should work' do
|
|
@@ -113,8 +113,8 @@ describe 'UploadsApi' do
|
|
|
113
113
|
# List permissions available to the current user on this object.
|
|
114
114
|
# @param upload_href
|
|
115
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.
|
|
116
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
117
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
118
118
|
# @return [MyPermissionsResponse]
|
|
119
119
|
describe 'my_permissions test' do
|
|
120
120
|
it 'should work' do
|
|
@@ -127,8 +127,8 @@ describe 'UploadsApi' do
|
|
|
127
127
|
# View for chunked uploads.
|
|
128
128
|
# @param upload_href
|
|
129
129
|
# @param [Hash] opts the optional parameters
|
|
130
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
131
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
130
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
131
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
132
132
|
# @return [UploadDetailResponse]
|
|
133
133
|
describe 'read test' do
|
|
134
134
|
it 'should work' do
|
data/spec/api/users_api_spec.rb
CHANGED
|
@@ -85,8 +85,8 @@ describe 'UsersApi' do
|
|
|
85
85
|
# @option opts [String] :username__icontains Filter results where username contains value
|
|
86
86
|
# @option opts [String] :username__iexact Filter results where username matches value
|
|
87
87
|
# @option opts [Array<String>] :username__in Filter results where username is in a comma-separated list of values
|
|
88
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
89
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
88
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
89
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
90
90
|
# @return [PaginatedUserResponseList]
|
|
91
91
|
describe 'list test' do
|
|
92
92
|
it 'should work' do
|
|
@@ -112,8 +112,8 @@ describe 'UsersApi' do
|
|
|
112
112
|
# ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
113
113
|
# @param auth_user_href
|
|
114
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.
|
|
115
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
116
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
117
117
|
# @return [UserResponse]
|
|
118
118
|
describe 'read test' do
|
|
119
119
|
it 'should work' do
|
|
@@ -71,8 +71,8 @@ describe 'UsersRolesApi' do
|
|
|
71
71
|
# @option opts [String] :role__icontains
|
|
72
72
|
# @option opts [Array<String>] :role__in Multiple values may be separated by commas.
|
|
73
73
|
# @option opts [String] :role__startswith
|
|
74
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
75
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
74
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
75
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
76
76
|
# @return [PaginatedUserRoleResponseList]
|
|
77
77
|
describe 'list test' do
|
|
78
78
|
it 'should work' do
|
|
@@ -85,8 +85,8 @@ describe 'UsersRolesApi' do
|
|
|
85
85
|
# ViewSet for UserRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
86
86
|
# @param auth_users_user_role_href
|
|
87
87
|
# @param [Hash] opts the optional parameters
|
|
88
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
89
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
88
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
89
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
90
90
|
# @return [UserRoleResponse]
|
|
91
91
|
describe 'read test' do
|
|
92
92
|
it 'should work' do
|
|
@@ -52,8 +52,8 @@ describe 'WorkersApi' do
|
|
|
52
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
53
53
|
# @option opts [Boolean] :online
|
|
54
54
|
# @option opts [Array<String>] :ordering Ordering
|
|
55
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
56
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
55
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
56
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
57
57
|
# @return [PaginatedWorkerResponseList]
|
|
58
58
|
describe 'list test' do
|
|
59
59
|
it 'should work' do
|
|
@@ -66,8 +66,8 @@ describe 'WorkersApi' do
|
|
|
66
66
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` 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 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" 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's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
67
67
|
# @param worker_href
|
|
68
68
|
# @param [Hash] opts the optional parameters
|
|
69
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
70
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
69
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
70
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
71
71
|
# @return [WorkerResponse]
|
|
72
72
|
describe 'read test' do
|
|
73
73
|
it 'should work' do
|
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.21.
|
|
4
|
+
version: 3.21.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -569,158 +569,158 @@ signing_key:
|
|
|
569
569
|
specification_version: 4
|
|
570
570
|
summary: Pulp 3 API Ruby Gem
|
|
571
571
|
test_files:
|
|
572
|
+
- spec/api/exporters_filesystem_exports_api_spec.rb
|
|
573
|
+
- spec/api/uploads_api_spec.rb
|
|
574
|
+
- spec/api/contentguards_api_spec.rb
|
|
572
575
|
- spec/api/repositories_api_spec.rb
|
|
573
|
-
- spec/api/repository_versions_api_spec.rb
|
|
574
|
-
- spec/api/artifacts_api_spec.rb
|
|
575
|
-
- spec/api/status_api_spec.rb
|
|
576
576
|
- spec/api/task_schedules_api_spec.rb
|
|
577
|
+
- spec/api/importers_pulp_imports_api_spec.rb
|
|
578
|
+
- spec/api/orphans_cleanup_api_spec.rb
|
|
579
|
+
- spec/api/exporters_filesystem_api_spec.rb
|
|
580
|
+
- spec/api/workers_api_spec.rb
|
|
581
|
+
- spec/api/distributions_api_spec.rb
|
|
582
|
+
- spec/api/remotes_api_spec.rb
|
|
583
|
+
- spec/api/roles_api_spec.rb
|
|
577
584
|
- spec/api/importers_pulp_import_check_api_spec.rb
|
|
585
|
+
- spec/api/access_policies_api_spec.rb
|
|
586
|
+
- spec/api/orphans_api_spec.rb
|
|
587
|
+
- spec/api/signing_services_api_spec.rb
|
|
588
|
+
- spec/api/exporters_pulp_api_spec.rb
|
|
589
|
+
- spec/api/users_api_spec.rb
|
|
578
590
|
- spec/api/groups_users_api_spec.rb
|
|
579
|
-
- spec/api/
|
|
580
|
-
- spec/api/
|
|
591
|
+
- spec/api/repair_api_spec.rb
|
|
592
|
+
- spec/api/groups_api_spec.rb
|
|
593
|
+
- spec/api/task_groups_api_spec.rb
|
|
581
594
|
- spec/api/groups_roles_api_spec.rb
|
|
582
|
-
- spec/api/uploads_api_spec.rb
|
|
583
|
-
- spec/api/content_api_spec.rb
|
|
584
|
-
- spec/api/exporters_filesystem_api_spec.rb
|
|
585
|
-
- spec/api/repositories_reclaim_space_api_spec.rb
|
|
586
595
|
- spec/api/importers_pulp_api_spec.rb
|
|
587
|
-
- spec/api/users_api_spec.rb
|
|
588
|
-
- spec/api/task_groups_api_spec.rb
|
|
589
|
-
- spec/api/remotes_api_spec.rb
|
|
590
|
-
- spec/api/groups_api_spec.rb
|
|
591
|
-
- spec/api/exporters_pulp_api_spec.rb
|
|
592
|
-
- spec/api/distributions_api_spec.rb
|
|
593
|
-
- spec/api/exporters_filesystem_exports_api_spec.rb
|
|
594
|
-
- spec/api/publications_api_spec.rb
|
|
595
|
-
- spec/api/contentguards_rbac_api_spec.rb
|
|
596
596
|
- spec/api/tasks_api_spec.rb
|
|
597
|
-
- spec/api/
|
|
597
|
+
- spec/api/repository_versions_api_spec.rb
|
|
598
|
+
- spec/api/contentguards_rbac_api_spec.rb
|
|
599
|
+
- spec/api/publications_api_spec.rb
|
|
600
|
+
- spec/api/artifacts_api_spec.rb
|
|
601
|
+
- spec/api/repositories_reclaim_space_api_spec.rb
|
|
598
602
|
- spec/api/users_roles_api_spec.rb
|
|
599
|
-
- spec/api/
|
|
600
|
-
- spec/api/
|
|
603
|
+
- spec/api/contentguards_content_redirect_api_spec.rb
|
|
604
|
+
- spec/api/content_api_spec.rb
|
|
605
|
+
- spec/api/status_api_spec.rb
|
|
601
606
|
- spec/api/exporters_pulp_exports_api_spec.rb
|
|
602
|
-
- spec/api/signing_services_api_spec.rb
|
|
603
|
-
- spec/api/orphans_api_spec.rb
|
|
604
|
-
- spec/api/importers_pulp_imports_api_spec.rb
|
|
605
|
-
- spec/api/orphans_cleanup_api_spec.rb
|
|
606
|
-
- spec/api/contentguards_api_spec.rb
|
|
607
607
|
- spec/api_client_spec.rb
|
|
608
608
|
- spec/configuration_spec.rb
|
|
609
|
-
- spec/models/
|
|
610
|
-
- spec/models/
|
|
609
|
+
- spec/models/paginated_filesystem_exporter_response_list_spec.rb
|
|
610
|
+
- spec/models/task_response_spec.rb
|
|
611
|
+
- spec/models/filesystem_exporter_spec.rb
|
|
612
|
+
- spec/models/repository_version_response_spec.rb
|
|
613
|
+
- spec/models/upload_response_spec.rb
|
|
614
|
+
- spec/models/pulp_import_check_response_spec.rb
|
|
615
|
+
- spec/models/my_permissions_response_spec.rb
|
|
616
|
+
- spec/models/paginated_distribution_response_list_spec.rb
|
|
617
|
+
- spec/models/minimal_task_response_spec.rb
|
|
618
|
+
- spec/models/paginated_access_policy_response_list_spec.rb
|
|
619
|
+
- spec/models/user_spec.rb
|
|
620
|
+
- spec/models/user_response_spec.rb
|
|
621
|
+
- spec/models/group_progress_report_response_spec.rb
|
|
611
622
|
- spec/models/patched_filesystem_exporter_spec.rb
|
|
612
|
-
- spec/models/
|
|
613
|
-
- spec/models/
|
|
614
|
-
- spec/models/patched_pulp_importer_spec.rb
|
|
615
|
-
- spec/models/nested_role_response_spec.rb
|
|
616
|
-
- spec/models/pulp_export_spec.rb
|
|
617
|
-
- spec/models/upload_chunk_response_spec.rb
|
|
623
|
+
- spec/models/paginated_upload_response_list_spec.rb
|
|
624
|
+
- spec/models/evaluation_response_spec.rb
|
|
618
625
|
- spec/models/patched_role_spec.rb
|
|
619
|
-
- spec/models/
|
|
620
|
-
- spec/models/
|
|
621
|
-
- spec/models/
|
|
622
|
-
- spec/models/
|
|
623
|
-
- spec/models/artifact_response_spec.rb
|
|
624
|
-
- spec/models/content_guard_response_spec.rb
|
|
625
|
-
- spec/models/minimal_task_response_spec.rb
|
|
626
|
-
- spec/models/method_enum_spec.rb
|
|
627
|
-
- spec/models/paginated_content_guard_response_list_spec.rb
|
|
628
|
-
- spec/models/paginated_group_user_response_list_spec.rb
|
|
629
|
-
- spec/models/user_group_response_spec.rb
|
|
630
|
-
- spec/models/worker_response_spec.rb
|
|
631
|
-
- spec/models/paginated_pulp_importer_response_list_spec.rb
|
|
632
|
-
- spec/models/rbac_content_guard_spec.rb
|
|
633
|
-
- spec/models/patched_content_redirect_content_guard_spec.rb
|
|
634
|
-
- spec/models/remote_response_spec.rb
|
|
635
|
-
- spec/models/pulp_exporter_response_spec.rb
|
|
636
|
-
- spec/models/redis_connection_response_spec.rb
|
|
637
|
-
- spec/models/paginated_multiple_artifact_content_response_list_spec.rb
|
|
638
|
-
- spec/models/patched_pulp_exporter_spec.rb
|
|
639
|
-
- spec/models/paginated_worker_response_list_spec.rb
|
|
626
|
+
- spec/models/patched_group_spec.rb
|
|
627
|
+
- spec/models/paginated_rbac_content_guard_response_list_spec.rb
|
|
628
|
+
- spec/models/role_spec.rb
|
|
629
|
+
- spec/models/user_role_spec.rb
|
|
640
630
|
- spec/models/task_schedule_response_spec.rb
|
|
641
|
-
- spec/models/
|
|
642
|
-
- spec/models/
|
|
643
|
-
- spec/models/
|
|
644
|
-
- spec/models/
|
|
645
|
-
- spec/models/
|
|
631
|
+
- spec/models/paginated_role_response_list_spec.rb
|
|
632
|
+
- spec/models/nested_role_spec.rb
|
|
633
|
+
- spec/models/content_redirect_content_guard_response_spec.rb
|
|
634
|
+
- spec/models/import_response_spec.rb
|
|
635
|
+
- spec/models/content_guard_response_spec.rb
|
|
636
|
+
- spec/models/paginated_filesystem_export_response_list_spec.rb
|
|
637
|
+
- spec/models/patched_access_policy_spec.rb
|
|
646
638
|
- spec/models/content_redirect_content_guard_spec.rb
|
|
647
|
-
- spec/models/paginated_group_response_list_spec.rb
|
|
648
|
-
- spec/models/paginated_access_policy_response_list_spec.rb
|
|
649
|
-
- spec/models/group_user_response_spec.rb
|
|
650
|
-
- spec/models/group_role_response_spec.rb
|
|
651
|
-
- spec/models/group_role_spec.rb
|
|
652
|
-
- spec/models/pulp_import_check_response_spec.rb
|
|
653
|
-
- spec/models/paginated_task_group_response_list_spec.rb
|
|
654
|
-
- spec/models/user_response_spec.rb
|
|
655
639
|
- spec/models/paginated_user_response_list_spec.rb
|
|
656
|
-
- spec/models/
|
|
657
|
-
- spec/models/pulp_exporter_spec.rb
|
|
658
|
-
- spec/models/repository_version_response_spec.rb
|
|
659
|
-
- spec/models/access_policy_spec.rb
|
|
660
|
-
- spec/models/filesystem_exporter_spec.rb
|
|
661
|
-
- spec/models/paginated_task_schedule_response_list_spec.rb
|
|
662
|
-
- spec/models/paginated_signing_service_response_list_spec.rb
|
|
663
|
-
- spec/models/paginated_distribution_response_list_spec.rb
|
|
640
|
+
- spec/models/paginated_pulp_exporter_response_list_spec.rb
|
|
664
641
|
- spec/models/repository_response_spec.rb
|
|
665
|
-
- spec/models/
|
|
666
|
-
- spec/models/
|
|
667
|
-
- spec/models/
|
|
668
|
-
- spec/models/
|
|
669
|
-
- spec/models/
|
|
670
|
-
- spec/models/
|
|
671
|
-
- spec/models/
|
|
672
|
-
- spec/models/paginated_artifact_response_list_spec.rb
|
|
642
|
+
- spec/models/patched_content_redirect_content_guard_spec.rb
|
|
643
|
+
- spec/models/status_response_spec.rb
|
|
644
|
+
- spec/models/paginated_pulp_export_response_list_spec.rb
|
|
645
|
+
- spec/models/paginated_signing_service_response_list_spec.rb
|
|
646
|
+
- spec/models/pulp_exporter_spec.rb
|
|
647
|
+
- spec/models/group_user_spec.rb
|
|
648
|
+
- spec/models/method_enum_spec.rb
|
|
673
649
|
- spec/models/purge_spec.rb
|
|
674
|
-
- spec/models/
|
|
675
|
-
- spec/models/
|
|
676
|
-
- spec/models/
|
|
677
|
-
- spec/models/publication_response_spec.rb
|
|
678
|
-
- spec/models/user_group_spec.rb
|
|
679
|
-
- spec/models/policy_enum_spec.rb
|
|
650
|
+
- spec/models/upload_detail_response_spec.rb
|
|
651
|
+
- spec/models/pulp_export_response_spec.rb
|
|
652
|
+
- spec/models/paginated_group_role_response_list_spec.rb
|
|
680
653
|
- spec/models/multiple_artifact_content_response_spec.rb
|
|
681
|
-
- spec/models/
|
|
682
|
-
- spec/models/paginated_filesystem_exporter_response_list_spec.rb
|
|
683
|
-
- spec/models/import_response_spec.rb
|
|
684
|
-
- spec/models/filesystem_export_spec.rb
|
|
685
|
-
- spec/models/task_group_operation_response_spec.rb
|
|
654
|
+
- spec/models/repair_spec.rb
|
|
686
655
|
- spec/models/progress_report_response_spec.rb
|
|
687
|
-
- spec/models/
|
|
688
|
-
- spec/models/paginated_filesystem_export_response_list_spec.rb
|
|
689
|
-
- spec/models/evaluation_response_spec.rb
|
|
690
|
-
- spec/models/filesystem_export_response_spec.rb
|
|
691
|
-
- spec/models/database_connection_response_spec.rb
|
|
692
|
-
- spec/models/paginated_role_response_list_spec.rb
|
|
656
|
+
- spec/models/filesystem_exporter_response_spec.rb
|
|
693
657
|
- spec/models/group_spec.rb
|
|
694
|
-
- spec/models/
|
|
695
|
-
- spec/models/
|
|
696
|
-
- spec/models/
|
|
697
|
-
- spec/models/
|
|
698
|
-
- spec/models/
|
|
699
|
-
- spec/models/
|
|
658
|
+
- spec/models/remote_response_spec.rb
|
|
659
|
+
- spec/models/reclaim_space_spec.rb
|
|
660
|
+
- spec/models/artifact_spec.rb
|
|
661
|
+
- spec/models/group_response_spec.rb
|
|
662
|
+
- spec/models/filesystem_export_spec.rb
|
|
663
|
+
- spec/models/async_operation_response_spec.rb
|
|
664
|
+
- spec/models/paginated_content_redirect_content_guard_response_list_spec.rb
|
|
665
|
+
- spec/models/signing_service_response_spec.rb
|
|
666
|
+
- spec/models/content_app_status_response_spec.rb
|
|
700
667
|
- spec/models/pulp_importer_response_spec.rb
|
|
668
|
+
- spec/models/group_user_response_spec.rb
|
|
669
|
+
- spec/models/role_response_spec.rb
|
|
670
|
+
- spec/models/paginated_task_schedule_response_list_spec.rb
|
|
671
|
+
- spec/models/pulp_import_spec.rb
|
|
672
|
+
- spec/models/pulp_exporter_response_spec.rb
|
|
673
|
+
- spec/models/pulp_import_check_spec.rb
|
|
674
|
+
- spec/models/upload_spec.rb
|
|
701
675
|
- spec/models/paginated_import_response_list_spec.rb
|
|
702
|
-
- spec/models/
|
|
676
|
+
- spec/models/paginated_multiple_artifact_content_response_list_spec.rb
|
|
677
|
+
- spec/models/object_roles_response_spec.rb
|
|
678
|
+
- spec/models/paginated_task_response_list_spec.rb
|
|
703
679
|
- spec/models/paginated_publication_response_list_spec.rb
|
|
704
|
-
- spec/models/
|
|
705
|
-
- spec/models/
|
|
706
|
-
- spec/models/
|
|
707
|
-
- spec/models/
|
|
708
|
-
- spec/models/
|
|
709
|
-
- spec/models/
|
|
710
|
-
- spec/models/
|
|
711
|
-
- spec/models/
|
|
712
|
-
- spec/models/patched_group_spec.rb
|
|
713
|
-
- spec/models/patched_user_spec.rb
|
|
714
|
-
- spec/models/artifact_spec.rb
|
|
715
|
-
- spec/models/signing_service_response_spec.rb
|
|
716
|
-
- spec/models/task_group_response_spec.rb
|
|
680
|
+
- spec/models/policy_enum_spec.rb
|
|
681
|
+
- spec/models/upload_commit_spec.rb
|
|
682
|
+
- spec/models/rbac_content_guard_spec.rb
|
|
683
|
+
- spec/models/version_response_spec.rb
|
|
684
|
+
- spec/models/patched_pulp_importer_spec.rb
|
|
685
|
+
- spec/models/access_policy_spec.rb
|
|
686
|
+
- spec/models/upload_chunk_spec.rb
|
|
687
|
+
- spec/models/redis_connection_response_spec.rb
|
|
717
688
|
- spec/models/paginated_repository_response_list_spec.rb
|
|
718
|
-
- spec/models/
|
|
719
|
-
- spec/models/
|
|
720
|
-
- spec/models/user_role_spec.rb
|
|
689
|
+
- spec/models/group_role_spec.rb
|
|
690
|
+
- spec/models/paginated_worker_response_list_spec.rb
|
|
721
691
|
- spec/models/user_role_response_spec.rb
|
|
722
|
-
- spec/models/
|
|
723
|
-
- spec/models/
|
|
692
|
+
- spec/models/content_summary_response_spec.rb
|
|
693
|
+
- spec/models/orphans_cleanup_spec.rb
|
|
694
|
+
- spec/models/access_policy_response_spec.rb
|
|
695
|
+
- spec/models/patched_user_spec.rb
|
|
696
|
+
- spec/models/rbac_content_guard_response_spec.rb
|
|
697
|
+
- spec/models/worker_response_spec.rb
|
|
698
|
+
- spec/models/paginated_remote_response_list_spec.rb
|
|
699
|
+
- spec/models/paginated_pulp_importer_response_list_spec.rb
|
|
700
|
+
- spec/models/user_group_response_spec.rb
|
|
701
|
+
- spec/models/paginated_user_role_response_list_spec.rb
|
|
702
|
+
- spec/models/task_group_response_spec.rb
|
|
703
|
+
- spec/models/upload_chunk_response_spec.rb
|
|
704
|
+
- spec/models/artifact_response_spec.rb
|
|
705
|
+
- spec/models/patched_task_cancel_spec.rb
|
|
706
|
+
- spec/models/task_group_operation_response_spec.rb
|
|
707
|
+
- spec/models/database_connection_response_spec.rb
|
|
708
|
+
- spec/models/nested_role_response_spec.rb
|
|
709
|
+
- spec/models/pulp_importer_spec.rb
|
|
710
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
711
|
+
- spec/models/pulp_export_spec.rb
|
|
712
|
+
- spec/models/paginated_content_guard_response_list_spec.rb
|
|
713
|
+
- spec/models/paginated_group_response_list_spec.rb
|
|
714
|
+
- spec/models/group_role_response_spec.rb
|
|
715
|
+
- spec/models/filesystem_export_response_spec.rb
|
|
716
|
+
- spec/models/states_enum_spec.rb
|
|
717
|
+
- spec/models/paginated_group_user_response_list_spec.rb
|
|
718
|
+
- spec/models/paginated_artifact_response_list_spec.rb
|
|
719
|
+
- spec/models/patched_pulp_exporter_spec.rb
|
|
720
|
+
- spec/models/paginated_task_group_response_list_spec.rb
|
|
721
|
+
- spec/models/publication_response_spec.rb
|
|
722
|
+
- spec/models/patched_rbac_content_guard_spec.rb
|
|
723
|
+
- spec/models/storage_response_spec.rb
|
|
724
724
|
- spec/models/distribution_response_spec.rb
|
|
725
|
-
- spec/models/
|
|
725
|
+
- spec/models/user_group_spec.rb
|
|
726
726
|
- spec/spec_helper.rb
|