pulp_maven_client 0.4.0.dev1673492873 → 0.4.0.dev1673665603

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b90efb4f8bb6fc5b963db82d0efa07185d18db80128d0234cfc5ded363060ec
4
- data.tar.gz: 43d80f13f98c1d406ffcd59566a764f13832c4014c2cd94a68fa0826aab49f7b
3
+ metadata.gz: 0f68f3c2f81ea3d759938c0aacd8ac58a5a28a31b377f97afe870ea479d3c0ed
4
+ data.tar.gz: 6177afd8e4b819ed0df9c0261c5d245c645af856edcc9311113feae3388382f9
5
5
  SHA512:
6
- metadata.gz: 42eed35bb33ded82e96c2e7e293738a2229d0297f6b17f2a2a70d30b7f6f3c382dac1a0646652abb46c299a2ee21fb459fd888a7c550f605641673560802bef0
7
- data.tar.gz: 2ca68c25a3a084133476316b8a9d0af062652294c7c1a1af01cddc73e622aaedfd140fdf59c46575dedc3b61d3154acaf7024374f996f8ce01993d2dd7dae600
6
+ metadata.gz: 5eeca66d948517db93a1879c1122dbb660eaa05ce627e9c604c4390eb45aa077ef5e11ddc74cf7826ce04bb716d4de820381cdbbef25993ae2c4d24039c55e6d
7
+ data.tar.gz: 71affbbdf617e6eebac91f03954340ea9d8947cecde9c7aafbcdfa871a79c809d1f538832cf5ff4a71c3a0e2df8d75760b22bd029617b3a9b49e8578ed67e96b
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: 0.4.0.dev1673492873
10
+ - Package version: 0.4.0.dev1673665603
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_maven_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_maven_client-0.4.0.dev1673492873.gem
27
+ gem install ./pulp_maven_client-0.4.0.dev1673665603.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_maven_client-0.4.0.dev1673492873.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_maven_client-0.4.0.dev1673665603.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_maven_client', '~> 0.4.0.dev1673492873'
36
+ gem 'pulp_maven_client', '~> 0.4.0.dev1673665603'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -154,6 +154,8 @@ opts = {
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
155
  ordering: ['ordering_example'], # Array<String> | Ordering
156
156
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
157
+ repository: 'repository_example', # String | Filter results where repository matches value
158
+ repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
157
159
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
158
160
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
159
161
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -186,6 +188,8 @@ Name | Type | Description | Notes
186
188
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
187
189
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
188
190
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
191
+ **repository** | **String**| Filter results where repository matches value | [optional]
192
+ **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
189
193
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
190
194
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
191
195
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
@@ -161,6 +161,8 @@ module PulpMavenClient
161
161
  # @option opts [Integer] :offset The initial index from which to return the results.
162
162
  # @option opts [Array<String>] :ordering Ordering
163
163
  # @option opts [String] :pulp_label_select Filter labels by search string
164
+ # @option opts [String] :repository Filter results where repository matches value
165
+ # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
164
166
  # @option opts [String] :with_content Filter distributions based on the content served by them
165
167
  # @option opts [Array<String>] :fields A list of fields to include in the response.
166
168
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -186,6 +188,8 @@ module PulpMavenClient
186
188
  # @option opts [Integer] :offset The initial index from which to return the results.
187
189
  # @option opts [Array<String>] :ordering Ordering
188
190
  # @option opts [String] :pulp_label_select Filter labels by search string
191
+ # @option opts [String] :repository Filter results where repository matches value
192
+ # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
189
193
  # @option opts [String] :with_content Filter distributions based on the content served by them
190
194
  # @option opts [Array<String>] :fields A list of fields to include in the response.
191
195
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -216,6 +220,8 @@ module PulpMavenClient
216
220
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
217
221
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
218
222
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
223
+ query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
224
+ query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
219
225
  query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
220
226
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
221
227
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpMavenClient
14
- VERSION = '0.4.0.dev1673492873'
14
+ VERSION = '0.4.0.dev1673665603'
15
15
  end
@@ -73,6 +73,8 @@ describe 'DistributionsMavenApi' do
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [Array<String>] :ordering Ordering
75
75
  # @option opts [String] :pulp_label_select Filter labels by search string
76
+ # @option opts [String] :repository Filter results where repository matches value
77
+ # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
76
78
  # @option opts [String] :with_content Filter distributions based on the content served by them
77
79
  # @option opts [Array<String>] :fields A list of fields to include in the response.
78
80
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_maven_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.dev1673492873
4
+ version: 0.4.0.dev1673665603
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-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday