pulpcore_client 3.21.31 → 3.21.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/AccessPoliciesApi.md +1 -1
  4. data/docs/ArtifactsApi.md +1 -1
  5. data/docs/ContentApi.md +1 -1
  6. data/docs/ContentguardsApi.md +1 -1
  7. data/docs/ContentguardsContentRedirectApi.md +1 -1
  8. data/docs/ContentguardsRbacApi.md +1 -1
  9. data/docs/DistributionsApi.md +1 -1
  10. data/docs/ExportersFilesystemApi.md +1 -1
  11. data/docs/ExportersFilesystemExportsApi.md +1 -1
  12. data/docs/ExportersPulpApi.md +1 -1
  13. data/docs/ExportersPulpExportsApi.md +1 -1
  14. data/docs/GroupsApi.md +1 -1
  15. data/docs/GroupsRolesApi.md +1 -1
  16. data/docs/GroupsUsersApi.md +1 -1
  17. data/docs/ImportersPulpApi.md +1 -1
  18. data/docs/ImportersPulpImportCheckApi.md +1 -1
  19. data/docs/ImportersPulpImportsApi.md +1 -1
  20. data/docs/OrphansApi.md +1 -1
  21. data/docs/OrphansCleanupApi.md +1 -1
  22. data/docs/PublicationsApi.md +1 -1
  23. data/docs/RemotesApi.md +1 -1
  24. data/docs/RepairApi.md +1 -1
  25. data/docs/RepositoriesApi.md +1 -1
  26. data/docs/RepositoriesReclaimSpaceApi.md +1 -1
  27. data/docs/RepositoryVersionsApi.md +1 -1
  28. data/docs/RolesApi.md +1 -1
  29. data/docs/SigningServicesApi.md +1 -1
  30. data/docs/StatusApi.md +1 -1
  31. data/docs/TaskGroupsApi.md +1 -1
  32. data/docs/TaskSchedulesApi.md +1 -1
  33. data/docs/TasksApi.md +1 -1
  34. data/docs/UploadsApi.md +1 -1
  35. data/docs/UsersApi.md +1 -1
  36. data/docs/UsersRolesApi.md +1 -1
  37. data/docs/WorkersApi.md +1 -1
  38. data/lib/pulpcore_client/api/contentguards_api.rb +1 -1
  39. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +1 -1
  40. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +1 -1
  41. data/lib/pulpcore_client/api/distributions_api.rb +1 -1
  42. data/lib/pulpcore_client/api/publications_api.rb +1 -1
  43. data/lib/pulpcore_client/api/remotes_api.rb +1 -1
  44. data/lib/pulpcore_client/api/repositories_api.rb +1 -1
  45. data/lib/pulpcore_client/configuration.rb +3 -3
  46. data/lib/pulpcore_client/models/remote_response.rb +20 -20
  47. data/lib/pulpcore_client/version.rb +1 -1
  48. data/spec/configuration_spec.rb +3 -3
  49. metadata +140 -140
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29a7195bf2a0629189d669d6dee1eb13fe41b46b83d79ab07c6b31b9dd1a519b
4
- data.tar.gz: ee1be7a1aa63493cbf982c5a1c651f7d7e1ab9af5306332bd31521658a008038
3
+ metadata.gz: '006489106ecc4856dbb86b0b4ac0eaedda7e8c61e13d72523e024e7c3453dde6'
4
+ data.tar.gz: ea602d0550164ae278ff6b41733793b5321fd7aaff0e918365bfa4c4e1e0dc10
5
5
  SHA512:
6
- metadata.gz: 3bcddc0d643f5976b992d9cf16e90ed309b147cbe0feca355b49fba8d2ef0f23580be19a6398dc13b9153b157bed9cd4305092d7bd56b68546b78ea30359bd1f
7
- data.tar.gz: 263396552a8f74f9cc7e45374485f34227d057c68f32ea308b208c6cde6fc584f7a45436196725ca3aba5f809e84017ff7d5f4e7b5f4a2db386bd6efa7ba2dca
6
+ metadata.gz: 82995e089ea314e38ac44a9204750628bd3061c0f78584731dedb89fa6c9c02151075cf04c9c14cd9d53bf1e4d3d15669e115d00b6e73904ca40180b7000f2e9
7
+ data.tar.gz: ff25faa972af971610cd223aabb9b6615c6bbaf0a5c7f83d0f1a9b78a8676aa6349fb5cc8823bba6cf776a47fe472f131863be935288e10e26942c275b515884
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.21.31
10
+ - Package version: 3.21.33
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.21.31.gem
27
+ gem install ./pulpcore_client-3.21.33.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.21.31.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.21.33.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.21.31'
36
+ gem 'pulpcore_client', '~> 3.21.33'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -91,7 +91,7 @@ end
91
91
 
92
92
  ## Documentation for API Endpoints
93
93
 
94
- All URIs are relative to *https://pulp*
94
+ All URIs are relative to *http://localhost:24817*
95
95
 
96
96
  Class | Method | HTTP request | Description
97
97
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::AccessPoliciesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/ArtifactsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ArtifactsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/ContentApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsContentRedirectApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsRbacApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::DistributionsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersFilesystemApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersFilesystemExportsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersPulpApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersPulpExportsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/GroupsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsRolesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsUsersApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpImportCheckApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpImportsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/OrphansApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::OrphansApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::OrphansCleanupApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::PublicationsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/RemotesApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::RemotesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/RepairApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::RepairApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::RepositoriesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::RepositoriesReclaimSpaceApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::RepositoryVersionsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/RolesApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::RolesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::SigningServicesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/StatusApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::StatusApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::TaskGroupsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::TaskSchedulesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/TasksApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::TasksApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/UploadsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UploadsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/UsersApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UsersApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UsersRolesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/WorkersApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::WorkersApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -56,7 +56,7 @@ module PulpcoreClient
56
56
  if @api_client.config.debugging
57
57
  @api_client.config.logger.debug 'Calling API: ContentguardsApi.list ...'
58
58
  end
59
- allowable_values = ["-basedistribution", "-certguard_rhsmcertguard", "-certguard_x509certguard", "-core_contentredirectcontentguard", "-core_rbaccontentguard", "-description", "-distribution", "-group_roles", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-user_roles", "basedistribution", "certguard_rhsmcertguard", "certguard_x509certguard", "core_contentredirectcontentguard", "core_rbaccontentguard", "description", "distribution", "group_roles", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "user_roles"]
59
+ allowable_values = ["-basedistribution", "-core_contentredirectcontentguard", "-core_rbaccontentguard", "-description", "-distribution", "-group_roles", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-user_roles", "basedistribution", "core_contentredirectcontentguard", "core_rbaccontentguard", "description", "distribution", "group_roles", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "user_roles"]
60
60
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
61
61
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
62
62
  end
@@ -248,7 +248,7 @@ module PulpcoreClient
248
248
  if @api_client.config.debugging
249
249
  @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.list ...'
250
250
  end
251
- allowable_values = ["-basedistribution", "-certguard_rhsmcertguard", "-certguard_x509certguard", "-core_contentredirectcontentguard", "-core_rbaccontentguard", "-description", "-distribution", "-group_roles", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-user_roles", "basedistribution", "certguard_rhsmcertguard", "certguard_x509certguard", "core_contentredirectcontentguard", "core_rbaccontentguard", "description", "distribution", "group_roles", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "user_roles"]
251
+ allowable_values = ["-basedistribution", "-core_contentredirectcontentguard", "-core_rbaccontentguard", "-description", "-distribution", "-group_roles", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-user_roles", "basedistribution", "core_contentredirectcontentguard", "core_rbaccontentguard", "description", "distribution", "group_roles", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "user_roles"]
252
252
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
253
253
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
254
254
  end
@@ -248,7 +248,7 @@ module PulpcoreClient
248
248
  if @api_client.config.debugging
249
249
  @api_client.config.logger.debug 'Calling API: ContentguardsRbacApi.list ...'
250
250
  end
251
- allowable_values = ["-basedistribution", "-certguard_rhsmcertguard", "-certguard_x509certguard", "-core_contentredirectcontentguard", "-core_rbaccontentguard", "-description", "-distribution", "-group_roles", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-user_roles", "basedistribution", "certguard_rhsmcertguard", "certguard_x509certguard", "core_contentredirectcontentguard", "core_rbaccontentguard", "description", "distribution", "group_roles", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "user_roles"]
251
+ allowable_values = ["-basedistribution", "-core_contentredirectcontentguard", "-core_rbaccontentguard", "-description", "-distribution", "-group_roles", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-user_roles", "basedistribution", "core_contentredirectcontentguard", "core_rbaccontentguard", "description", "distribution", "group_roles", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "user_roles"]
252
252
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
253
253
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
254
254
  end
@@ -68,7 +68,7 @@ module PulpcoreClient
68
68
  if @api_client.config.debugging
69
69
  @api_client.config.logger.debug 'Calling API: DistributionsApi.list ...'
70
70
  end
71
- allowable_values = ["-base_path", "-content_guard", "-file_filedistribution", "-group_roles", "-name", "-pk", "-publication", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-remote", "-repository", "-repository_version", "-user_roles", "base_path", "content_guard", "file_filedistribution", "group_roles", "name", "pk", "publication", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "remote", "repository", "repository_version", "user_roles"]
71
+ allowable_values = ["-base_path", "-content_guard", "-group_roles", "-name", "-pk", "-publication", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-remote", "-repository", "-repository_version", "-user_roles", "base_path", "content_guard", "group_roles", "name", "pk", "publication", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "remote", "repository", "repository_version", "user_roles"]
72
72
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
73
73
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
74
74
  end
@@ -66,7 +66,7 @@ module PulpcoreClient
66
66
  if @api_client.config.debugging
67
67
  @api_client.config.logger.debug 'Calling API: PublicationsApi.list ...'
68
68
  end
69
- allowable_values = ["-complete", "-distribution", "-file_filepublication", "-group_roles", "-pass_through", "-pk", "-published_artifact", "-published_metadata", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-repository_version", "-user_roles", "complete", "distribution", "file_filepublication", "group_roles", "pass_through", "pk", "published_artifact", "published_metadata", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "repository_version", "user_roles"]
69
+ allowable_values = ["-complete", "-distribution", "-group_roles", "-pass_through", "-pk", "-published_artifact", "-published_metadata", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-repository_version", "-user_roles", "complete", "distribution", "group_roles", "pass_through", "pk", "published_artifact", "published_metadata", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "repository_version", "user_roles"]
70
70
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
71
71
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
72
72
  end
@@ -70,7 +70,7 @@ module PulpcoreClient
70
70
  if @api_client.config.debugging
71
71
  @api_client.config.logger.debug 'Calling API: RemotesApi.list ...'
72
72
  end
73
- allowable_values = ["-alternatecontentsource", "-basedistribution", "-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-distribution", "-download_concurrency", "-file_fileremote", "-group_roles", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-remoteartifact", "-repository", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-user_roles", "-username", "alternatecontentsource", "basedistribution", "ca_cert", "client_cert", "client_key", "connect_timeout", "distribution", "download_concurrency", "file_fileremote", "group_roles", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "remoteartifact", "repository", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "user_roles", "username"]
73
+ allowable_values = ["-alternatecontentsource", "-basedistribution", "-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-distribution", "-download_concurrency", "-group_roles", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-remoteartifact", "-repository", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-user_roles", "-username", "alternatecontentsource", "basedistribution", "ca_cert", "client_cert", "client_key", "connect_timeout", "distribution", "download_concurrency", "group_roles", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "remoteartifact", "repository", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "user_roles", "username"]
74
74
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
75
75
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
76
76
  end
@@ -60,7 +60,7 @@ module PulpcoreClient
60
60
  if @api_client.config.debugging
61
61
  @api_client.config.logger.debug 'Calling API: RepositoriesApi.list ...'
62
62
  end
63
- allowable_values = ["-alternatecontentsourcepath", "-content", "-core_pulp_exporter", "-description", "-distributions", "-file_filerepository", "-group_roles", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-pulpimporterrepository", "-remote", "-repositorycontent", "-retain_repo_versions", "-user_hidden", "-user_roles", "-versions", "alternatecontentsourcepath", "content", "core_pulp_exporter", "description", "distributions", "file_filerepository", "group_roles", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "pulpimporterrepository", "remote", "repositorycontent", "retain_repo_versions", "user_hidden", "user_roles", "versions"]
63
+ allowable_values = ["-alternatecontentsourcepath", "-content", "-core_pulp_exporter", "-description", "-distributions", "-group_roles", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-pulpimporterrepository", "-remote", "-repositorycontent", "-retain_repo_versions", "-user_hidden", "-user_roles", "-versions", "alternatecontentsourcepath", "content", "core_pulp_exporter", "description", "distributions", "group_roles", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "pulpimporterrepository", "remote", "repositorycontent", "retain_repo_versions", "user_hidden", "user_roles", "versions"]
64
64
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
65
65
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
66
66
  end
@@ -127,8 +127,8 @@ module PulpcoreClient
127
127
  attr_accessor :force_ending_format
128
128
 
129
129
  def initialize
130
- @scheme = 'https'
131
- @host = 'pulp'
130
+ @scheme = 'http'
131
+ @host = 'localhost'
132
132
  @base_path = ''
133
133
  @api_key = {}
134
134
  @api_key_prefix = {}
@@ -210,7 +210,7 @@ module PulpcoreClient
210
210
  def server_settings
211
211
  [
212
212
  {
213
- url: "https://pulp/",
213
+ url: "http://localhost:24817/",
214
214
  description: "No description provided",
215
215
  }
216
216
  ]
@@ -246,20 +246,20 @@ module PulpcoreClient
246
246
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
247
247
  end
248
248
 
249
- if !@total_timeout.nil? && @total_timeout < 0.0
250
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
249
+ if !@total_timeout.nil? && @total_timeout < 0
250
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
251
251
  end
252
252
 
253
- if !@connect_timeout.nil? && @connect_timeout < 0.0
254
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
253
+ if !@connect_timeout.nil? && @connect_timeout < 0
254
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
255
255
  end
256
256
 
257
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
258
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
257
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
258
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
259
259
  end
260
260
 
261
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
262
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
261
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0
262
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
263
263
  end
264
264
 
265
265
  invalid_properties
@@ -271,10 +271,10 @@ module PulpcoreClient
271
271
  return false if @name.nil?
272
272
  return false if @url.nil?
273
273
  return false if !@download_concurrency.nil? && @download_concurrency < 1
274
- return false if !@total_timeout.nil? && @total_timeout < 0.0
275
- return false if !@connect_timeout.nil? && @connect_timeout < 0.0
276
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
277
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
274
+ return false if !@total_timeout.nil? && @total_timeout < 0
275
+ return false if !@connect_timeout.nil? && @connect_timeout < 0
276
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
277
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
278
278
  true
279
279
  end
280
280
 
@@ -291,8 +291,8 @@ module PulpcoreClient
291
291
  # Custom attribute writer method with validation
292
292
  # @param [Object] total_timeout Value to be assigned
293
293
  def total_timeout=(total_timeout)
294
- if !total_timeout.nil? && total_timeout < 0.0
295
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
294
+ if !total_timeout.nil? && total_timeout < 0
295
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
296
296
  end
297
297
 
298
298
  @total_timeout = total_timeout
@@ -301,8 +301,8 @@ module PulpcoreClient
301
301
  # Custom attribute writer method with validation
302
302
  # @param [Object] connect_timeout Value to be assigned
303
303
  def connect_timeout=(connect_timeout)
304
- if !connect_timeout.nil? && connect_timeout < 0.0
305
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
304
+ if !connect_timeout.nil? && connect_timeout < 0
305
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
306
306
  end
307
307
 
308
308
  @connect_timeout = connect_timeout
@@ -311,8 +311,8 @@ module PulpcoreClient
311
311
  # Custom attribute writer method with validation
312
312
  # @param [Object] sock_connect_timeout Value to be assigned
313
313
  def sock_connect_timeout=(sock_connect_timeout)
314
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
315
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
314
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0
315
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
316
316
  end
317
317
 
318
318
  @sock_connect_timeout = sock_connect_timeout
@@ -321,8 +321,8 @@ module PulpcoreClient
321
321
  # Custom attribute writer method with validation
322
322
  # @param [Object] sock_read_timeout Value to be assigned
323
323
  def sock_read_timeout=(sock_read_timeout)
324
- if !sock_read_timeout.nil? && sock_read_timeout < 0.0
325
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
324
+ if !sock_read_timeout.nil? && sock_read_timeout < 0
325
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
326
326
  end
327
327
 
328
328
  @sock_read_timeout = sock_read_timeout
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.21.31'
14
+ VERSION = '3.21.33'
15
15
  end
@@ -18,7 +18,7 @@ describe PulpcoreClient::Configuration do
18
18
  before(:each) do
19
19
  # uncomment below to setup host and base_path
20
20
  # require 'URI'
21
- # uri = URI.parse("https://pulp")
21
+ # uri = URI.parse("http://localhost:24817")
22
22
  # PulpcoreClient.configure do |c|
23
23
  # c.host = uri.host
24
24
  # c.base_path = uri.path
@@ -28,14 +28,14 @@ describe PulpcoreClient::Configuration do
28
28
  describe '#base_url' do
29
29
  it 'should have the default value' do
30
30
  # uncomment below to test default value of the base path
31
- # expect(config.base_url).to eq("https://pulp")
31
+ # expect(config.base_url).to eq("http://localhost:24817")
32
32
  end
33
33
 
34
34
  it 'should remove trailing slashes' do
35
35
  [nil, '', '/', '//'].each do |base_path|
36
36
  config.base_path = base_path
37
37
  # uncomment below to test trailing slashes
38
- # expect(config.base_url).to eq("https://pulp")
38
+ # expect(config.base_url).to eq("http://localhost:24817")
39
39
  end
40
40
  end
41
41
  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.21.31
4
+ version: 3.21.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-24 00:00:00.000000000 Z
11
+ date: 2024-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -34,42 +34,42 @@ dependencies:
34
34
  name: json
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
38
- - !ruby/object:Gem::Version
39
- version: 2.1.0
40
37
  - - "~>"
41
38
  - !ruby/object:Gem::Version
42
39
  version: '2.1'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 2.1.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: 2.1.0
50
47
  - - "~>"
51
48
  - !ruby/object:Gem::Version
52
49
  version: '2.1'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 2.1.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: rspec
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- version: 3.6.0
60
57
  - - "~>"
61
58
  - !ruby/object:Gem::Version
62
59
  version: '3.6'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 3.6.0
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: 3.6.0
70
67
  - - "~>"
71
68
  - !ruby/object:Gem::Version
72
69
  version: '3.6'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 3.6.0
73
73
  description: Fetch, Upload, Organize, and Distribute Software Packages
74
74
  email:
75
75
  - pulp-list@redhat.com
@@ -564,163 +564,163 @@ required_rubygems_version: !ruby/object:Gem::Requirement
564
564
  - !ruby/object:Gem::Version
565
565
  version: '0'
566
566
  requirements: []
567
- rubygems_version: 3.0.3.1
567
+ rubygems_version: 3.3.5
568
568
  signing_key:
569
569
  specification_version: 4
570
570
  summary: Pulp 3 API Ruby Gem
571
571
  test_files:
572
- - spec/api/workers_api_spec.rb
573
- - spec/api/contentguards_rbac_api_spec.rb
574
- - spec/api/exporters_pulp_api_spec.rb
575
- - spec/api/uploads_api_spec.rb
576
- - spec/api/importers_pulp_imports_api_spec.rb
577
- - spec/api/repository_versions_api_spec.rb
578
- - spec/api/groups_users_api_spec.rb
579
- - spec/api/groups_roles_api_spec.rb
572
+ - spec/api/task_groups_api_spec.rb
580
573
  - spec/api/tasks_api_spec.rb
581
- - spec/api/access_policies_api_spec.rb
582
- - spec/api/users_api_spec.rb
583
- - spec/api/signing_services_api_spec.rb
584
- - spec/api/importers_pulp_api_spec.rb
585
- - spec/api/contentguards_api_spec.rb
586
- - spec/api/remotes_api_spec.rb
587
- - spec/api/artifacts_api_spec.rb
574
+ - spec/api/groups_api_spec.rb
588
575
  - spec/api/content_api_spec.rb
589
- - spec/api/distributions_api_spec.rb
590
- - spec/api/exporters_filesystem_api_spec.rb
591
576
  - spec/api/repositories_reclaim_space_api_spec.rb
577
+ - spec/api/uploads_api_spec.rb
578
+ - spec/api/task_schedules_api_spec.rb
592
579
  - spec/api/repositories_api_spec.rb
593
- - spec/api/roles_api_spec.rb
594
580
  - spec/api/orphans_cleanup_api_spec.rb
595
- - spec/api/importers_pulp_import_check_api_spec.rb
596
- - spec/api/exporters_pulp_exports_api_spec.rb
597
- - spec/api/exporters_filesystem_exports_api_spec.rb
598
- - spec/api/task_schedules_api_spec.rb
599
- - spec/api/task_groups_api_spec.rb
600
- - spec/api/contentguards_content_redirect_api_spec.rb
581
+ - spec/api/importers_pulp_imports_api_spec.rb
582
+ - spec/api/importers_pulp_api_spec.rb
583
+ - spec/api/signing_services_api_spec.rb
584
+ - spec/api/remotes_api_spec.rb
601
585
  - spec/api/status_api_spec.rb
586
+ - spec/api/distributions_api_spec.rb
602
587
  - spec/api/publications_api_spec.rb
603
- - spec/api/groups_api_spec.rb
588
+ - spec/api/artifacts_api_spec.rb
589
+ - spec/api/exporters_pulp_exports_api_spec.rb
604
590
  - spec/api/users_roles_api_spec.rb
605
- - spec/api/orphans_api_spec.rb
591
+ - spec/api/exporters_pulp_api_spec.rb
592
+ - spec/api/users_api_spec.rb
593
+ - spec/api/roles_api_spec.rb
594
+ - spec/api/workers_api_spec.rb
595
+ - spec/api/contentguards_api_spec.rb
596
+ - spec/api/contentguards_content_redirect_api_spec.rb
597
+ - spec/api/contentguards_rbac_api_spec.rb
598
+ - spec/api/exporters_filesystem_api_spec.rb
599
+ - spec/api/exporters_filesystem_exports_api_spec.rb
606
600
  - spec/api/repair_api_spec.rb
601
+ - spec/api/groups_users_api_spec.rb
602
+ - spec/api/repository_versions_api_spec.rb
603
+ - spec/api/access_policies_api_spec.rb
604
+ - spec/api/orphans_api_spec.rb
605
+ - spec/api/importers_pulp_import_check_api_spec.rb
606
+ - spec/api/groups_roles_api_spec.rb
607
607
  - spec/api_client_spec.rb
608
608
  - spec/configuration_spec.rb
609
- - spec/models/paginated_remote_response_list_spec.rb
610
- - spec/models/paginated_content_guard_response_list_spec.rb
611
- - spec/models/filesystem_export_response_spec.rb
612
- - spec/models/artifact_response_spec.rb
613
- - spec/models/object_roles_response_spec.rb
614
- - spec/models/paginated_filesystem_export_response_list_spec.rb
615
- - spec/models/pulp_import_check_response_spec.rb
616
- - spec/models/patched_content_redirect_content_guard_spec.rb
617
- - spec/models/purge_spec.rb
618
- - spec/models/patched_group_spec.rb
619
- - spec/models/paginated_import_response_list_spec.rb
620
- - spec/models/paginated_task_response_list_spec.rb
621
- - spec/models/distribution_response_spec.rb
622
- - spec/models/database_connection_response_spec.rb
623
- - spec/models/group_user_response_spec.rb
624
- - spec/models/patched_rbac_content_guard_spec.rb
625
- - spec/models/patched_pulp_importer_spec.rb
626
- - spec/models/progress_report_response_spec.rb
609
+ - spec/models/paginated_distribution_response_list_spec.rb
610
+ - spec/models/user_role_spec.rb
611
+ - spec/models/paginated_user_role_response_list_spec.rb
612
+ - spec/models/nested_role_spec.rb
613
+ - spec/models/patched_filesystem_exporter_spec.rb
614
+ - spec/models/reclaim_space_spec.rb
615
+ - spec/models/redis_connection_response_spec.rb
627
616
  - spec/models/user_group_response_spec.rb
628
- - spec/models/upload_spec.rb
629
- - spec/models/my_permissions_response_spec.rb
630
- - spec/models/content_app_status_response_spec.rb
631
- - spec/models/access_policy_response_spec.rb
632
- - spec/models/group_progress_report_response_spec.rb
633
- - spec/models/paginated_artifact_response_list_spec.rb
634
- - spec/models/paginated_pulp_exporter_response_list_spec.rb
635
- - spec/models/paginated_group_user_response_list_spec.rb
636
- - spec/models/pulp_import_check_spec.rb
617
+ - spec/models/repair_spec.rb
618
+ - spec/models/user_group_spec.rb
637
619
  - spec/models/content_summary_response_spec.rb
638
- - spec/models/worker_response_spec.rb
639
- - spec/models/upload_chunk_spec.rb
640
- - spec/models/paginated_filesystem_exporter_response_list_spec.rb
641
- - spec/models/redis_connection_response_spec.rb
642
- - spec/models/remote_response_spec.rb
643
- - spec/models/paginated_role_response_list_spec.rb
644
- - spec/models/group_role_spec.rb
645
- - spec/models/patched_user_spec.rb
646
- - spec/models/user_role_spec.rb
620
+ - spec/models/patched_pulp_exporter_spec.rb
621
+ - spec/models/access_policy_response_spec.rb
622
+ - spec/models/method_enum_spec.rb
647
623
  - spec/models/content_redirect_content_guard_spec.rb
648
- - spec/models/paginated_group_role_response_list_spec.rb
649
- - spec/models/task_group_operation_response_spec.rb
650
- - spec/models/paginated_user_response_list_spec.rb
651
- - spec/models/repair_spec.rb
652
- - spec/models/upload_chunk_response_spec.rb
653
- - spec/models/patched_role_spec.rb
624
+ - spec/models/paginated_repository_version_response_list_spec.rb
625
+ - spec/models/paginated_filesystem_export_response_list_spec.rb
626
+ - spec/models/object_roles_response_spec.rb
627
+ - spec/models/user_response_spec.rb
628
+ - spec/models/group_role_spec.rb
629
+ - spec/models/nested_role_response_spec.rb
630
+ - spec/models/progress_report_response_spec.rb
654
631
  - spec/models/policy_enum_spec.rb
655
- - spec/models/pulp_import_spec.rb
656
- - spec/models/paginated_upload_response_list_spec.rb
657
- - spec/models/method_enum_spec.rb
658
- - spec/models/pulp_importer_spec.rb
659
- - spec/models/access_policy_spec.rb
660
- - spec/models/role_response_spec.rb
661
- - spec/models/evaluation_response_spec.rb
662
- - spec/models/paginated_multiple_artifact_content_response_list_spec.rb
632
+ - spec/models/pulp_import_check_spec.rb
633
+ - spec/models/patched_task_cancel_spec.rb
634
+ - spec/models/repository_response_spec.rb
663
635
  - spec/models/pulp_export_response_spec.rb
664
- - spec/models/user_response_spec.rb
665
- - spec/models/role_spec.rb
666
636
  - spec/models/repository_version_response_spec.rb
667
- - spec/models/patched_task_cancel_spec.rb
668
- - spec/models/states_enum_spec.rb
669
- - spec/models/group_role_response_spec.rb
670
- - spec/models/upload_response_spec.rb
637
+ - spec/models/pulp_import_check_response_spec.rb
638
+ - spec/models/my_permissions_response_spec.rb
639
+ - spec/models/role_spec.rb
640
+ - spec/models/group_user_spec.rb
641
+ - spec/models/paginated_artifact_response_list_spec.rb
642
+ - spec/models/paginated_repository_response_list_spec.rb
643
+ - spec/models/user_spec.rb
644
+ - spec/models/pulp_importer_response_spec.rb
645
+ - spec/models/upload_chunk_response_spec.rb
646
+ - spec/models/paginated_pulp_importer_response_list_spec.rb
647
+ - spec/models/paginated_remote_response_list_spec.rb
648
+ - spec/models/orphans_cleanup_spec.rb
649
+ - spec/models/minimal_task_response_spec.rb
650
+ - spec/models/paginated_group_role_response_list_spec.rb
651
+ - spec/models/patched_pulp_importer_spec.rb
652
+ - spec/models/remote_response_spec.rb
653
+ - spec/models/group_response_spec.rb
671
654
  - spec/models/signing_service_response_spec.rb
672
- - spec/models/pulp_exporter_response_spec.rb
673
- - spec/models/paginated_task_schedule_response_list_spec.rb
674
- - spec/models/paginated_content_redirect_content_guard_response_list_spec.rb
675
- - spec/models/reclaim_space_spec.rb
655
+ - spec/models/paginated_role_response_list_spec.rb
676
656
  - spec/models/import_response_spec.rb
677
- - spec/models/version_response_spec.rb
678
- - spec/models/async_operation_response_spec.rb
679
- - spec/models/paginated_repository_version_response_list_spec.rb
657
+ - spec/models/rbac_content_guard_spec.rb
658
+ - spec/models/content_app_status_response_spec.rb
659
+ - spec/models/worker_response_spec.rb
660
+ - spec/models/paginated_pulp_export_response_list_spec.rb
661
+ - spec/models/pulp_exporter_response_spec.rb
662
+ - spec/models/patched_access_policy_spec.rb
680
663
  - spec/models/storage_response_spec.rb
681
- - spec/models/filesystem_export_spec.rb
682
- - spec/models/status_response_spec.rb
683
- - spec/models/paginated_group_response_list_spec.rb
684
- - spec/models/paginated_worker_response_list_spec.rb
685
- - spec/models/task_response_spec.rb
664
+ - spec/models/paginated_pulp_exporter_response_list_spec.rb
665
+ - spec/models/async_operation_response_spec.rb
666
+ - spec/models/group_user_response_spec.rb
667
+ - spec/models/content_redirect_content_guard_response_spec.rb
668
+ - spec/models/upload_chunk_spec.rb
669
+ - spec/models/paginated_content_guard_response_list_spec.rb
686
670
  - spec/models/filesystem_exporter_spec.rb
671
+ - spec/models/paginated_filesystem_exporter_response_list_spec.rb
687
672
  - spec/models/rbac_content_guard_response_spec.rb
688
- - spec/models/task_group_response_spec.rb
689
- - spec/models/nested_role_response_spec.rb
690
- - spec/models/paginated_rbac_content_guard_response_list_spec.rb
691
- - spec/models/nested_role_spec.rb
673
+ - spec/models/group_role_response_spec.rb
674
+ - spec/models/group_progress_report_response_spec.rb
675
+ - spec/models/user_role_response_spec.rb
676
+ - spec/models/paginated_group_user_response_list_spec.rb
677
+ - spec/models/paginated_publication_response_list_spec.rb
678
+ - spec/models/status_response_spec.rb
679
+ - spec/models/version_response_spec.rb
680
+ - spec/models/paginated_task_schedule_response_list_spec.rb
681
+ - spec/models/distribution_response_spec.rb
682
+ - spec/models/filesystem_exporter_response_spec.rb
683
+ - spec/models/role_response_spec.rb
684
+ - spec/models/upload_response_spec.rb
685
+ - spec/models/paginated_import_response_list_spec.rb
686
+ - spec/models/access_policy_spec.rb
692
687
  - spec/models/group_spec.rb
693
- - spec/models/minimal_task_response_spec.rb
688
+ - spec/models/paginated_group_response_list_spec.rb
689
+ - spec/models/pulp_import_spec.rb
694
690
  - spec/models/publication_response_spec.rb
695
- - spec/models/paginated_user_role_response_list_spec.rb
696
- - spec/models/upload_detail_response_spec.rb
697
- - spec/models/patched_filesystem_exporter_spec.rb
698
- - spec/models/content_redirect_content_guard_response_spec.rb
699
- - spec/models/paginated_pulp_importer_response_list_spec.rb
700
691
  - spec/models/multiple_artifact_content_response_spec.rb
701
- - spec/models/group_user_spec.rb
702
- - spec/models/repository_response_spec.rb
703
- - spec/models/patched_access_policy_spec.rb
692
+ - spec/models/states_enum_spec.rb
693
+ - spec/models/upload_commit_spec.rb
694
+ - spec/models/paginated_access_policy_response_list_spec.rb
695
+ - spec/models/evaluation_response_spec.rb
696
+ - spec/models/upload_detail_response_spec.rb
697
+ - spec/models/paginated_task_response_list_spec.rb
698
+ - spec/models/paginated_signing_service_response_list_spec.rb
699
+ - spec/models/patched_content_redirect_content_guard_spec.rb
700
+ - spec/models/filesystem_export_spec.rb
701
+ - spec/models/patched_rbac_content_guard_spec.rb
702
+ - spec/models/filesystem_export_response_spec.rb
703
+ - spec/models/task_group_operation_response_spec.rb
704
704
  - spec/models/pulp_export_spec.rb
705
705
  - spec/models/task_schedule_response_spec.rb
706
- - spec/models/patched_pulp_exporter_spec.rb
706
+ - spec/models/task_response_spec.rb
707
+ - spec/models/database_connection_response_spec.rb
708
+ - spec/models/patched_group_spec.rb
707
709
  - spec/models/pulp_exporter_spec.rb
708
- - spec/models/paginated_access_policy_response_list_spec.rb
709
- - spec/models/paginated_task_group_response_list_spec.rb
710
- - spec/models/artifact_spec.rb
711
- - spec/models/paginated_signing_service_response_list_spec.rb
710
+ - spec/models/patched_role_spec.rb
711
+ - spec/models/pulp_importer_spec.rb
712
+ - spec/models/paginated_worker_response_list_spec.rb
713
+ - spec/models/artifact_response_spec.rb
714
+ - spec/models/upload_spec.rb
715
+ - spec/models/paginated_upload_response_list_spec.rb
716
+ - spec/models/patched_user_spec.rb
712
717
  - spec/models/content_guard_response_spec.rb
713
- - spec/models/paginated_repository_response_list_spec.rb
714
- - spec/models/user_group_spec.rb
715
- - spec/models/group_response_spec.rb
716
- - spec/models/paginated_pulp_export_response_list_spec.rb
717
- - spec/models/paginated_publication_response_list_spec.rb
718
- - spec/models/pulp_importer_response_spec.rb
719
- - spec/models/rbac_content_guard_spec.rb
720
- - spec/models/user_spec.rb
721
- - spec/models/paginated_distribution_response_list_spec.rb
722
- - spec/models/filesystem_exporter_response_spec.rb
723
- - spec/models/orphans_cleanup_spec.rb
724
- - spec/models/user_role_response_spec.rb
725
- - spec/models/upload_commit_spec.rb
718
+ - spec/models/task_group_response_spec.rb
719
+ - spec/models/paginated_content_redirect_content_guard_response_list_spec.rb
720
+ - spec/models/paginated_multiple_artifact_content_response_list_spec.rb
721
+ - spec/models/paginated_user_response_list_spec.rb
722
+ - spec/models/artifact_spec.rb
723
+ - spec/models/paginated_task_group_response_list_spec.rb
724
+ - spec/models/paginated_rbac_content_guard_response_list_spec.rb
725
+ - spec/models/purge_spec.rb
726
726
  - spec/spec_helper.rb