pulp_file_client 3.116.3 → 3.117.0
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 +4 -4
- data/docs/FileRepositorySyncURL.md +1 -1
- data/lib/pulp_file_client/models/file_repository_sync_url.rb +1 -1
- data/lib/pulp_file_client/models/nested_role.rb +1 -1
- data/lib/pulp_file_client/models/nested_role_response.rb +1 -1
- data/lib/pulp_file_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_file_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_file_client/version.rb +1 -1
- metadata +43 -43
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6985c4f3033aa2736dca0bc6761ce26fe318a0236d8c0e1b2e5512f0661f6229
|
|
4
|
+
data.tar.gz: e56ebcc407052803ee98b2c176454c8100b98f430917d6afea9bdebb71545467
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b6a1e6cafe8a53fc283dae2d1d0251bc7f620357dec97f825a4cf305fd777cf1330eb72208dd0e89953a730938baf93201b772765c3b28f39e0ca5bc3e5a38a
|
|
7
|
+
data.tar.gz: 8925ec43c36167565f044ff2fd5e2ab9ad495e3ebcd5d5e42f1d033a96bdf9013802528e7dde63993d3185d9a848b2962680cf414bf0329d9257314a840463c3
|
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.
|
|
10
|
+
- Package version: 3.117.0
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_file_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_file_client-3.
|
|
28
|
+
gem install ./pulp_file_client-3.117.0.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_file_client-3.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_file_client-3.117.0.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_file_client', '~> 3.
|
|
37
|
+
gem 'pulp_file_client', '~> 3.117.0'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **remote** | **String** | A remote to sync from. This will override a remote set on repository. | [optional] |
|
|
8
|
-
| **mirror** | **Boolean** | If `
|
|
8
|
+
| **mirror** | **Boolean** | If `True`, synchronization will remove all content that is not present in the remote repository. If `False`, sync will be additive only. | [optional][default to false] |
|
|
9
9
|
| **optimize** | **Boolean** | Whether or not to optimize sync. | [optional][default to true] |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
@@ -19,7 +19,7 @@ module PulpFileClient
|
|
|
19
19
|
# A remote to sync from. This will override a remote set on repository.
|
|
20
20
|
attr_accessor :remote
|
|
21
21
|
|
|
22
|
-
# If
|
|
22
|
+
# If `True`, synchronization will remove all content that is not present in the remote repository. If `False`, sync will be additive only.
|
|
23
23
|
attr_accessor :mirror
|
|
24
24
|
|
|
25
25
|
# Whether or not to optimize sync.
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module PulpFileClient
|
|
17
|
-
# Serializer to add/remove object roles to/from users/groups. This is used in conjunction with
|
|
17
|
+
# Serializer to add/remove object roles to/from users/groups. This is used in conjunction with `pulpcore.app.viewsets.base.RolesMixin` and requires the underlying object to be passed as `content_object` in the context.
|
|
18
18
|
class NestedRole
|
|
19
19
|
attr_accessor :users
|
|
20
20
|
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module PulpFileClient
|
|
17
|
-
# Serializer to add/remove object roles to/from users/groups. This is used in conjunction with
|
|
17
|
+
# Serializer to add/remove object roles to/from users/groups. This is used in conjunction with `pulpcore.app.viewsets.base.RolesMixin` and requires the underlying object to be passed as `content_object` in the context.
|
|
18
18
|
class NestedRoleResponse
|
|
19
19
|
attr_accessor :users
|
|
20
20
|
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module PulpFileClient
|
|
17
|
-
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the
|
|
17
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the `ref_name` attribute in the ModelSerializers's `Meta` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
18
18
|
class RepositoryAddRemoveContent
|
|
19
19
|
# A list of content units to add to a new repository version. This content is added after remove_content_units are removed.
|
|
20
20
|
attr_accessor :add_content_units
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module PulpFileClient
|
|
17
|
-
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the
|
|
17
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the `ref_name` attribute in the ModelSerializers's `Meta` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
18
18
|
class RepositoryVersionResponse
|
|
19
19
|
attr_accessor :pulp_href
|
|
20
20
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_file_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.117.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -281,58 +281,58 @@ signing_key:
|
|
|
281
281
|
specification_version: 4
|
|
282
282
|
summary: Pulp 3 API Ruby Gem
|
|
283
283
|
test_files:
|
|
284
|
-
- spec/api/distributions_file_api_spec.rb
|
|
285
284
|
- spec/api/acs_file_api_spec.rb
|
|
286
|
-
- spec/api/publications_file_api_spec.rb
|
|
287
|
-
- spec/api/repositories_file_api_spec.rb
|
|
288
|
-
- spec/api/repositories_file_versions_api_spec.rb
|
|
289
285
|
- spec/api/content_files_api_spec.rb
|
|
286
|
+
- spec/api/repositories_file_api_spec.rb
|
|
290
287
|
- spec/api/remotes_file_api_spec.rb
|
|
288
|
+
- spec/api/distributions_file_api_spec.rb
|
|
289
|
+
- spec/api/publications_file_api_spec.rb
|
|
290
|
+
- spec/api/repositories_file_versions_api_spec.rb
|
|
291
291
|
- spec/api/remotes_git_api_spec.rb
|
|
292
|
-
- spec/models/
|
|
293
|
-
- spec/models/
|
|
294
|
-
- spec/models/
|
|
295
|
-
- spec/models/file_file_repository_response_spec.rb
|
|
292
|
+
- spec/models/file_file_git_remote_response_hidden_fields_inner_spec.rb
|
|
293
|
+
- spec/models/file_file_remote_response_spec.rb
|
|
294
|
+
- spec/models/content_summary_response_spec.rb
|
|
296
295
|
- spec/models/patchedfile_file_repository_spec.rb
|
|
297
|
-
- spec/models/
|
|
298
|
-
- spec/models/
|
|
299
|
-
- spec/models/
|
|
296
|
+
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
|
297
|
+
- spec/models/set_label_response_spec.rb
|
|
298
|
+
- spec/models/file_file_git_remote_response_spec.rb
|
|
299
|
+
- spec/models/file_content_upload_response_spec.rb
|
|
300
|
+
- spec/models/file_file_git_remote_spec.rb
|
|
301
|
+
- spec/models/policy_enum_spec.rb
|
|
302
|
+
- spec/models/file_file_content_response_spec.rb
|
|
303
|
+
- spec/models/paginatedfile_file_repository_response_list_spec.rb
|
|
304
|
+
- spec/models/paginatedfile_file_publication_response_list_spec.rb
|
|
305
|
+
- spec/models/remote_network_config_response_spec.rb
|
|
306
|
+
- spec/models/file_file_distribution_spec.rb
|
|
300
307
|
- spec/models/nested_role_response_spec.rb
|
|
301
|
-
- spec/models/paginatedfile_file_remote_response_list_spec.rb
|
|
302
|
-
- spec/models/patchedfile_file_distribution_spec.rb
|
|
303
308
|
- spec/models/file_file_alternate_content_source_spec.rb
|
|
304
|
-
- spec/models/
|
|
305
|
-
- spec/models/
|
|
306
|
-
- spec/models/
|
|
307
|
-
- spec/models/
|
|
308
|
-
- spec/models/
|
|
309
|
-
- spec/models/file_file_distribution_response_spec.rb
|
|
310
|
-
- spec/models/file_repository_sync_url_spec.rb
|
|
311
|
-
- spec/models/repair_spec.rb
|
|
312
|
-
- spec/models/file_file_git_remote_spec.rb
|
|
313
|
-
- spec/models/remote_network_config_spec.rb
|
|
314
|
-
- spec/models/task_group_operation_response_spec.rb
|
|
315
|
-
- spec/models/paginatedfile_file_git_remote_response_list_spec.rb
|
|
309
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
310
|
+
- spec/models/nested_role_spec.rb
|
|
311
|
+
- spec/models/paginatedfile_file_remote_response_list_spec.rb
|
|
312
|
+
- spec/models/paginatedfile_file_content_response_list_spec.rb
|
|
313
|
+
- spec/models/repository_version_response_spec.rb
|
|
316
314
|
- spec/models/patchedfile_file_remote_spec.rb
|
|
317
|
-
- spec/models/
|
|
318
|
-
- spec/models/
|
|
315
|
+
- spec/models/file_file_publication_response_spec.rb
|
|
316
|
+
- spec/models/patchedfile_file_git_remote_spec.rb
|
|
319
317
|
- spec/models/file_file_alternate_content_source_response_spec.rb
|
|
320
|
-
- spec/models/
|
|
321
|
-
- spec/models/content_summary_response_spec.rb
|
|
322
|
-
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
|
323
|
-
- spec/models/paginatedfile_file_content_response_list_spec.rb
|
|
318
|
+
- spec/models/remote_network_config_spec.rb
|
|
324
319
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
325
|
-
- spec/models/
|
|
326
|
-
- spec/models/
|
|
327
|
-
- spec/models/policy_enum_spec.rb
|
|
328
|
-
- spec/models/file_content_upload_response_spec.rb
|
|
329
|
-
- spec/models/file_file_remote_spec.rb
|
|
320
|
+
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
|
321
|
+
- spec/models/task_group_operation_response_spec.rb
|
|
330
322
|
- spec/models/async_operation_response_spec.rb
|
|
331
|
-
- spec/models/
|
|
332
|
-
- spec/models/
|
|
333
|
-
- spec/models/
|
|
334
|
-
- spec/models/
|
|
335
|
-
- spec/models/
|
|
323
|
+
- spec/models/file_repository_sync_url_spec.rb
|
|
324
|
+
- spec/models/repair_spec.rb
|
|
325
|
+
- spec/models/file_file_publication_spec.rb
|
|
326
|
+
- spec/models/file_file_distribution_response_spec.rb
|
|
327
|
+
- spec/models/file_file_remote_spec.rb
|
|
328
|
+
- spec/models/patchedfile_file_alternate_content_source_spec.rb
|
|
329
|
+
- spec/models/file_file_repository_response_spec.rb
|
|
330
|
+
- spec/models/unset_label_response_spec.rb
|
|
331
|
+
- spec/models/unset_label_spec.rb
|
|
332
|
+
- spec/models/my_permissions_response_spec.rb
|
|
333
|
+
- spec/models/object_roles_response_spec.rb
|
|
336
334
|
- spec/models/file_file_repository_spec.rb
|
|
337
|
-
- spec/models/
|
|
335
|
+
- spec/models/patchedfile_file_distribution_spec.rb
|
|
336
|
+
- spec/models/set_label_spec.rb
|
|
337
|
+
- spec/models/paginatedfile_file_git_remote_response_list_spec.rb
|
|
338
338
|
- spec/spec_helper.rb
|