pulp_ostree_client 2.0.0a7.dev1660020346 → 2.0.0a7.dev1660277627

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d0b6d29025e13ac68f9f6f140e2b5ddfbae85ee6248ee87f8d8a203324425d6
4
- data.tar.gz: 37edcdee5e7938db6c3cd28beef4337a3a9eb5988f2ce47dc882be2e3270df73
3
+ metadata.gz: dd3944ee025ffaa163bab9bcf2d5a2622664396a82724fcf8ea1d5f63f688f4b
4
+ data.tar.gz: b89e809570d73c0038d3c2273ca20eee517e488293d9339d23db8e0e420f30d3
5
5
  SHA512:
6
- metadata.gz: ce4fcf48bc3ca22562cc57d5fed48c82d09853b8a53a0bc7bfd3d9fb3b9d741f78c75b329921d6609b0043fc4b4bc27bd492dcbac6b1b16f7ace50734fcc46ff
7
- data.tar.gz: d6cdabc068846627bd2b7ca8d47f8084ed399057f76819b4c8922a35972a8df5668c5b4841cc7f6720efca76aef2de35bcb8c5f1208eb18bd60a1cc7ec725052
6
+ metadata.gz: bf75391ffd23a64ee0eae05e5c6ab4a8ddf184055b561c7d7b0a363a4a9e5ef7bad5fdc4b451cb7377d253a60fe9bfc0e91128897f51bd797c8511e3ae4ddff6
7
+ data.tar.gz: f7f235f1d168676181d45e6a3e24957d5a07eb8160bcbceea00e18efadbb0cb6bb2a948f1c753d55f0d2f3b77fa2f32d5651706b8e7df990e0344584a7638608
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: 2.0.0a7.dev1660020346
10
+ - Package version: 2.0.0a7.dev1660277627
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 pulp_ostree_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ostree_client-2.0.0a7.dev1660020346.gem
27
+ gem install ./pulp_ostree_client-2.0.0a7.dev1660277627.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a7.dev1660020346.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a7.dev1660277627.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 'pulp_ostree_client', '~> 2.0.0a7.dev1660020346'
36
+ gem 'pulp_ostree_client', '~> 2.0.0a7.dev1660277627'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -264,6 +264,7 @@ opts = {
264
264
  offset: 56, # Integer | The initial index from which to return the results.
265
265
  ordering: ['ordering_example'], # Array<String> | Ordering
266
266
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
267
+ remote: 'remote_example', # String | Foreign Key referenced by HREF
267
268
  fields: 'fields_example', # String | A list of fields to include in the response.
268
269
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
269
270
  }
@@ -291,6 +292,7 @@ Name | Type | Description | Notes
291
292
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
292
293
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
293
294
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
295
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
294
296
  **fields** | **String**| A list of fields to include in the response. | [optional]
295
297
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
296
298
 
@@ -297,6 +297,7 @@ module PulpOstreeClient
297
297
  # @option opts [Integer] :offset The initial index from which to return the results.
298
298
  # @option opts [Array<String>] :ordering Ordering
299
299
  # @option opts [String] :pulp_label_select Filter labels by search string
300
+ # @option opts [String] :remote Foreign Key referenced by HREF
300
301
  # @option opts [String] :fields A list of fields to include in the response.
301
302
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
302
303
  # @return [PaginatedostreeOstreeRepositoryResponseList]
@@ -317,6 +318,7 @@ module PulpOstreeClient
317
318
  # @option opts [Integer] :offset The initial index from which to return the results.
318
319
  # @option opts [Array<String>] :ordering Ordering
319
320
  # @option opts [String] :pulp_label_select Filter labels by search string
321
+ # @option opts [String] :remote Foreign Key referenced by HREF
320
322
  # @option opts [String] :fields A list of fields to include in the response.
321
323
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
322
324
  # @return [Array<(PaginatedostreeOstreeRepositoryResponseList, Integer, Hash)>] PaginatedostreeOstreeRepositoryResponseList data, response status code and response headers
@@ -342,6 +344,7 @@ module PulpOstreeClient
342
344
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
343
345
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
344
346
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
347
+ query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
345
348
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
346
349
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
347
350
 
@@ -142,7 +142,7 @@ module PulpOstreeClient
142
142
  if @api_client.config.client_side_validation && ostree_ostree_repository_href.nil?
143
143
  fail ArgumentError, "Missing the required parameter 'ostree_ostree_repository_href' when calling RepositoriesOstreeVersionsApi.list"
144
144
  end
145
- allowable_values = ["-added_memberships", "-base_version", "-complete", "-counts", "-distribution", "-group_roles", "-number", "-pk", "-publication", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-removed_memberships", "-repository", "-user_roles", "-versions", "added_memberships", "base_version", "complete", "counts", "distribution", "group_roles", "number", "pk", "publication", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "removed_memberships", "repository", "user_roles", "versions"]
145
+ allowable_values = ["-added_memberships", "-base_version", "-complete", "-counts", "-distribution", "-group_roles", "-info", "-number", "-pk", "-publication", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-removed_memberships", "-repository", "-user_roles", "-versions", "added_memberships", "base_version", "complete", "counts", "distribution", "group_roles", "info", "number", "pk", "publication", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "removed_memberships", "repository", "user_roles", "versions"]
146
146
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
147
147
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
148
148
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpOstreeClient
14
- VERSION = '2.0.0a7.dev1660020346'
14
+ VERSION = '2.0.0a7.dev1660277627'
15
15
  end
@@ -95,6 +95,7 @@ describe 'RepositoriesOstreeApi' do
95
95
  # @option opts [Integer] :offset The initial index from which to return the results.
96
96
  # @option opts [Array<String>] :ordering Ordering
97
97
  # @option opts [String] :pulp_label_select Filter labels by search string
98
+ # @option opts [String] :remote Foreign Key referenced by HREF
98
99
  # @option opts [String] :fields A list of fields to include in the response.
99
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
100
101
  # @return [PaginatedostreeOstreeRepositoryResponseList]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_ostree_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0a7.dev1660020346
4
+ version: 2.0.0a7.dev1660277627
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-09 00:00:00.000000000 Z
11
+ date: 2022-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday