cloudsmith-api 0.51.34 → 0.51.37
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/Gemfile.lock +1 -1
- data/README.md +8 -4
- data/build.json +1 -1
- data/docs/PackagesApi.md +133 -0
- data/docs/PackagesUploadTerraform.md +9 -0
- data/docs/PackagesValidateuploadTerraform.md +9 -0
- data/lib/cloudsmith-api.rb +2 -0
- data/lib/cloudsmith-api/api/packages_api.rb +121 -0
- data/lib/cloudsmith-api/models/packages_upload_terraform.rb +204 -0
- data/lib/cloudsmith-api/models/packages_validateupload_terraform.rb +204 -0
- data/lib/cloudsmith-api/version.rb +1 -1
- data/spec/api/packages_api_spec.rb +28 -0
- data/spec/models/packages_upload_terraform_spec.rb +48 -0
- data/spec/models/packages_validateupload_terraform_spec.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.13.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.0/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c/Makefile +3 -3
- metadata +90 -82
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42c2b8adb34bdec4777a967696d3b6767d0066edaca2a59e636a11d9a3e8f49c
|
4
|
+
data.tar.gz: e0152efe3a80f9c9d7063a7818cbe1a27e05390d9e2afc77b6fa342f109b2592
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f993b68becd15c8e2e84fed2d7afcca0a265b6bae2da4b293d774adb0f5eb5b9eefce77ea2ef8cff4f12ca28cb5c95af33e9802a9521d3844f0eb98fd5f25e0f
|
7
|
+
data.tar.gz: 46d43ebc715ef40de203d2a1dcd3ccabf0e2ff3e41b3f3e4f52b5b29e1fb5dab6fded603417ca8ae449fc37d84fec3bfb1d0a5efad56166d0b0dd271713b902a
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -7,7 +7,7 @@ The API to the Cloudsmith Service
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
9
|
- API version: v1
|
10
|
-
- Package version: 0.51.
|
10
|
+
- Package version: 0.51.37
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
|
13
13
|
|
@@ -24,15 +24,15 @@ gem build cloudsmith-api.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./cloudsmith-api-0.51.
|
27
|
+
gem install ./cloudsmith-api-0.51.37.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./cloudsmith-api-0.51.
|
29
|
+
(for development, run `gem install --dev ./cloudsmith-api-0.51.37.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'cloudsmith-api', '~> 0.51.
|
35
|
+
gem 'cloudsmith-api', '~> 0.51.37'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -152,6 +152,7 @@ Class | Method | HTTP request | Description
|
|
152
152
|
*CloudsmithApi::PackagesApi* | [**packages_upload_raw**](docs/PackagesApi.md#packages_upload_raw) | **POST** /packages/{owner}/{repo}/upload/raw/ | Create a new Raw package
|
153
153
|
*CloudsmithApi::PackagesApi* | [**packages_upload_rpm**](docs/PackagesApi.md#packages_upload_rpm) | **POST** /packages/{owner}/{repo}/upload/rpm/ | Create a new RedHat package
|
154
154
|
*CloudsmithApi::PackagesApi* | [**packages_upload_ruby**](docs/PackagesApi.md#packages_upload_ruby) | **POST** /packages/{owner}/{repo}/upload/ruby/ | Create a new Ruby package
|
155
|
+
*CloudsmithApi::PackagesApi* | [**packages_upload_terraform**](docs/PackagesApi.md#packages_upload_terraform) | **POST** /packages/{owner}/{repo}/upload/terraform/ | Create a new Terraform package
|
155
156
|
*CloudsmithApi::PackagesApi* | [**packages_upload_vagrant**](docs/PackagesApi.md#packages_upload_vagrant) | **POST** /packages/{owner}/{repo}/upload/vagrant/ | Create a new Vagrant package
|
156
157
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_alpine**](docs/PackagesApi.md#packages_validate_upload_alpine) | **POST** /packages/{owner}/{repo}/validate-upload/alpine/ | Validate parameters for create Alpine package
|
157
158
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_cargo**](docs/PackagesApi.md#packages_validate_upload_cargo) | **POST** /packages/{owner}/{repo}/validate-upload/cargo/ | Validate parameters for create Cargo package
|
@@ -172,6 +173,7 @@ Class | Method | HTTP request | Description
|
|
172
173
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_raw**](docs/PackagesApi.md#packages_validate_upload_raw) | **POST** /packages/{owner}/{repo}/validate-upload/raw/ | Validate parameters for create Raw package
|
173
174
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_rpm**](docs/PackagesApi.md#packages_validate_upload_rpm) | **POST** /packages/{owner}/{repo}/validate-upload/rpm/ | Validate parameters for create RedHat package
|
174
175
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_ruby**](docs/PackagesApi.md#packages_validate_upload_ruby) | **POST** /packages/{owner}/{repo}/validate-upload/ruby/ | Validate parameters for create Ruby package
|
176
|
+
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_terraform**](docs/PackagesApi.md#packages_validate_upload_terraform) | **POST** /packages/{owner}/{repo}/validate-upload/terraform/ | Validate parameters for create Terraform package
|
175
177
|
*CloudsmithApi::PackagesApi* | [**packages_validate_upload_vagrant**](docs/PackagesApi.md#packages_validate_upload_vagrant) | **POST** /packages/{owner}/{repo}/validate-upload/vagrant/ | Validate parameters for create Vagrant package
|
176
178
|
*CloudsmithApi::RatesApi* | [**rates_limits_list**](docs/RatesApi.md#rates_limits_list) | **GET** /rates/limits/ | Endpoint to check rate limits for current user.
|
177
179
|
*CloudsmithApi::ReposApi* | [**repos_all_list**](docs/ReposApi.md#repos_all_list) | **GET** /repos/ | Get a list of all repositories associated with current user.
|
@@ -237,6 +239,7 @@ Class | Method | HTTP request | Description
|
|
237
239
|
- [CloudsmithApi::PackagesUploadRaw](docs/PackagesUploadRaw.md)
|
238
240
|
- [CloudsmithApi::PackagesUploadRpm](docs/PackagesUploadRpm.md)
|
239
241
|
- [CloudsmithApi::PackagesUploadRuby](docs/PackagesUploadRuby.md)
|
242
|
+
- [CloudsmithApi::PackagesUploadTerraform](docs/PackagesUploadTerraform.md)
|
240
243
|
- [CloudsmithApi::PackagesUploadVagrant](docs/PackagesUploadVagrant.md)
|
241
244
|
- [CloudsmithApi::PackagesValidateuploadAlpine](docs/PackagesValidateuploadAlpine.md)
|
242
245
|
- [CloudsmithApi::PackagesValidateuploadCargo](docs/PackagesValidateuploadCargo.md)
|
@@ -257,6 +260,7 @@ Class | Method | HTTP request | Description
|
|
257
260
|
- [CloudsmithApi::PackagesValidateuploadRaw](docs/PackagesValidateuploadRaw.md)
|
258
261
|
- [CloudsmithApi::PackagesValidateuploadRpm](docs/PackagesValidateuploadRpm.md)
|
259
262
|
- [CloudsmithApi::PackagesValidateuploadRuby](docs/PackagesValidateuploadRuby.md)
|
263
|
+
- [CloudsmithApi::PackagesValidateuploadTerraform](docs/PackagesValidateuploadTerraform.md)
|
260
264
|
- [CloudsmithApi::PackagesValidateuploadVagrant](docs/PackagesValidateuploadVagrant.md)
|
261
265
|
- [CloudsmithApi::PackagesownerrepoArchitectures](docs/PackagesownerrepoArchitectures.md)
|
262
266
|
- [CloudsmithApi::PackagesownerrepoFiles](docs/PackagesownerrepoFiles.md)
|
data/build.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"gemName": "cloudsmith-api",
|
9
9
|
"gemRequiredRubyVersion": ">= 1.9",
|
10
10
|
"gemSummary": "Cloudsmith API",
|
11
|
-
"gemVersion": "0.51.
|
11
|
+
"gemVersion": "0.51.37",
|
12
12
|
"hideGenerationTimestamp": true,
|
13
13
|
"moduleName": "CloudsmithApi",
|
14
14
|
"sortParamsByRequiredFlag": true
|
data/docs/PackagesApi.md
CHANGED
@@ -30,6 +30,7 @@ Method | HTTP request | Description
|
|
30
30
|
[**packages_upload_raw**](PackagesApi.md#packages_upload_raw) | **POST** /packages/{owner}/{repo}/upload/raw/ | Create a new Raw package
|
31
31
|
[**packages_upload_rpm**](PackagesApi.md#packages_upload_rpm) | **POST** /packages/{owner}/{repo}/upload/rpm/ | Create a new RedHat package
|
32
32
|
[**packages_upload_ruby**](PackagesApi.md#packages_upload_ruby) | **POST** /packages/{owner}/{repo}/upload/ruby/ | Create a new Ruby package
|
33
|
+
[**packages_upload_terraform**](PackagesApi.md#packages_upload_terraform) | **POST** /packages/{owner}/{repo}/upload/terraform/ | Create a new Terraform package
|
33
34
|
[**packages_upload_vagrant**](PackagesApi.md#packages_upload_vagrant) | **POST** /packages/{owner}/{repo}/upload/vagrant/ | Create a new Vagrant package
|
34
35
|
[**packages_validate_upload_alpine**](PackagesApi.md#packages_validate_upload_alpine) | **POST** /packages/{owner}/{repo}/validate-upload/alpine/ | Validate parameters for create Alpine package
|
35
36
|
[**packages_validate_upload_cargo**](PackagesApi.md#packages_validate_upload_cargo) | **POST** /packages/{owner}/{repo}/validate-upload/cargo/ | Validate parameters for create Cargo package
|
@@ -50,6 +51,7 @@ Method | HTTP request | Description
|
|
50
51
|
[**packages_validate_upload_raw**](PackagesApi.md#packages_validate_upload_raw) | **POST** /packages/{owner}/{repo}/validate-upload/raw/ | Validate parameters for create Raw package
|
51
52
|
[**packages_validate_upload_rpm**](PackagesApi.md#packages_validate_upload_rpm) | **POST** /packages/{owner}/{repo}/validate-upload/rpm/ | Validate parameters for create RedHat package
|
52
53
|
[**packages_validate_upload_ruby**](PackagesApi.md#packages_validate_upload_ruby) | **POST** /packages/{owner}/{repo}/validate-upload/ruby/ | Validate parameters for create Ruby package
|
54
|
+
[**packages_validate_upload_terraform**](PackagesApi.md#packages_validate_upload_terraform) | **POST** /packages/{owner}/{repo}/validate-upload/terraform/ | Validate parameters for create Terraform package
|
53
55
|
[**packages_validate_upload_vagrant**](PackagesApi.md#packages_validate_upload_vagrant) | **POST** /packages/{owner}/{repo}/validate-upload/vagrant/ | Validate parameters for create Vagrant package
|
54
56
|
|
55
57
|
|
@@ -1778,6 +1780,72 @@ Name | Type | Description | Notes
|
|
1778
1780
|
|
1779
1781
|
|
1780
1782
|
|
1783
|
+
# **packages_upload_terraform**
|
1784
|
+
> Package packages_upload_terraform(owner, repo, opts)
|
1785
|
+
|
1786
|
+
Create a new Terraform package
|
1787
|
+
|
1788
|
+
Create a new Terraform package
|
1789
|
+
|
1790
|
+
### Example
|
1791
|
+
```ruby
|
1792
|
+
# load the gem
|
1793
|
+
require 'cloudsmith-api'
|
1794
|
+
# setup authorization
|
1795
|
+
CloudsmithApi.configure do |config|
|
1796
|
+
# Configure API key authorization: apikey
|
1797
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1798
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1799
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1800
|
+
|
1801
|
+
# Configure API key authorization: csrf_token
|
1802
|
+
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
1803
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1804
|
+
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
api_instance = CloudsmithApi::PackagesApi.new
|
1808
|
+
|
1809
|
+
owner = "owner_example" # String |
|
1810
|
+
|
1811
|
+
repo = "repo_example" # String |
|
1812
|
+
|
1813
|
+
opts = {
|
1814
|
+
data: CloudsmithApi::PackagesUploadTerraform.new # PackagesUploadTerraform |
|
1815
|
+
}
|
1816
|
+
|
1817
|
+
begin
|
1818
|
+
#Create a new Terraform package
|
1819
|
+
result = api_instance.packages_upload_terraform(owner, repo, opts)
|
1820
|
+
p result
|
1821
|
+
rescue CloudsmithApi::ApiError => e
|
1822
|
+
puts "Exception when calling PackagesApi->packages_upload_terraform: #{e}"
|
1823
|
+
end
|
1824
|
+
```
|
1825
|
+
|
1826
|
+
### Parameters
|
1827
|
+
|
1828
|
+
Name | Type | Description | Notes
|
1829
|
+
------------- | ------------- | ------------- | -------------
|
1830
|
+
**owner** | **String**| |
|
1831
|
+
**repo** | **String**| |
|
1832
|
+
**data** | [**PackagesUploadTerraform**](PackagesUploadTerraform.md)| | [optional]
|
1833
|
+
|
1834
|
+
### Return type
|
1835
|
+
|
1836
|
+
[**Package**](Package.md)
|
1837
|
+
|
1838
|
+
### Authorization
|
1839
|
+
|
1840
|
+
[apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token)
|
1841
|
+
|
1842
|
+
### HTTP request headers
|
1843
|
+
|
1844
|
+
- **Content-Type**: application/json
|
1845
|
+
- **Accept**: Not defined
|
1846
|
+
|
1847
|
+
|
1848
|
+
|
1781
1849
|
# **packages_upload_vagrant**
|
1782
1850
|
> VagrantPackageUpload packages_upload_vagrant(owner, repo, opts)
|
1783
1851
|
|
@@ -3079,6 +3147,71 @@ nil (empty response body)
|
|
3079
3147
|
|
3080
3148
|
|
3081
3149
|
|
3150
|
+
# **packages_validate_upload_terraform**
|
3151
|
+
> packages_validate_upload_terraform(owner, repo, opts)
|
3152
|
+
|
3153
|
+
Validate parameters for create Terraform package
|
3154
|
+
|
3155
|
+
Validate parameters for create Terraform package
|
3156
|
+
|
3157
|
+
### Example
|
3158
|
+
```ruby
|
3159
|
+
# load the gem
|
3160
|
+
require 'cloudsmith-api'
|
3161
|
+
# setup authorization
|
3162
|
+
CloudsmithApi.configure do |config|
|
3163
|
+
# Configure API key authorization: apikey
|
3164
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3165
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3166
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3167
|
+
|
3168
|
+
# Configure API key authorization: csrf_token
|
3169
|
+
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
3170
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3171
|
+
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
3172
|
+
end
|
3173
|
+
|
3174
|
+
api_instance = CloudsmithApi::PackagesApi.new
|
3175
|
+
|
3176
|
+
owner = "owner_example" # String |
|
3177
|
+
|
3178
|
+
repo = "repo_example" # String |
|
3179
|
+
|
3180
|
+
opts = {
|
3181
|
+
data: CloudsmithApi::PackagesValidateuploadTerraform.new # PackagesValidateuploadTerraform |
|
3182
|
+
}
|
3183
|
+
|
3184
|
+
begin
|
3185
|
+
#Validate parameters for create Terraform package
|
3186
|
+
api_instance.packages_validate_upload_terraform(owner, repo, opts)
|
3187
|
+
rescue CloudsmithApi::ApiError => e
|
3188
|
+
puts "Exception when calling PackagesApi->packages_validate_upload_terraform: #{e}"
|
3189
|
+
end
|
3190
|
+
```
|
3191
|
+
|
3192
|
+
### Parameters
|
3193
|
+
|
3194
|
+
Name | Type | Description | Notes
|
3195
|
+
------------- | ------------- | ------------- | -------------
|
3196
|
+
**owner** | **String**| |
|
3197
|
+
**repo** | **String**| |
|
3198
|
+
**data** | [**PackagesValidateuploadTerraform**](PackagesValidateuploadTerraform.md)| | [optional]
|
3199
|
+
|
3200
|
+
### Return type
|
3201
|
+
|
3202
|
+
nil (empty response body)
|
3203
|
+
|
3204
|
+
### Authorization
|
3205
|
+
|
3206
|
+
[apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token)
|
3207
|
+
|
3208
|
+
### HTTP request headers
|
3209
|
+
|
3210
|
+
- **Content-Type**: application/json
|
3211
|
+
- **Accept**: Not defined
|
3212
|
+
|
3213
|
+
|
3214
|
+
|
3082
3215
|
# **packages_validate_upload_vagrant**
|
3083
3216
|
> packages_validate_upload_vagrant(owner, repo, opts)
|
3084
3217
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudsmithApi::PackagesUploadTerraform
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**package_file** | **String** | The primary file for the package. |
|
7
|
+
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudsmithApi::PackagesValidateuploadTerraform
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**package_file** | **String** | The primary file for the package. |
|
7
|
+
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
8
|
+
|
9
|
+
|
data/lib/cloudsmith-api.rb
CHANGED
@@ -61,6 +61,7 @@ require 'cloudsmith-api/models/packages_upload_python'
|
|
61
61
|
require 'cloudsmith-api/models/packages_upload_raw'
|
62
62
|
require 'cloudsmith-api/models/packages_upload_rpm'
|
63
63
|
require 'cloudsmith-api/models/packages_upload_ruby'
|
64
|
+
require 'cloudsmith-api/models/packages_upload_terraform'
|
64
65
|
require 'cloudsmith-api/models/packages_upload_vagrant'
|
65
66
|
require 'cloudsmith-api/models/packages_validateupload_alpine'
|
66
67
|
require 'cloudsmith-api/models/packages_validateupload_cargo'
|
@@ -81,6 +82,7 @@ require 'cloudsmith-api/models/packages_validateupload_python'
|
|
81
82
|
require 'cloudsmith-api/models/packages_validateupload_raw'
|
82
83
|
require 'cloudsmith-api/models/packages_validateupload_rpm'
|
83
84
|
require 'cloudsmith-api/models/packages_validateupload_ruby'
|
85
|
+
require 'cloudsmith-api/models/packages_validateupload_terraform'
|
84
86
|
require 'cloudsmith-api/models/packages_validateupload_vagrant'
|
85
87
|
require 'cloudsmith-api/models/packagesownerrepo_architectures'
|
86
88
|
require 'cloudsmith-api/models/packagesownerrepo_files'
|
@@ -1634,6 +1634,67 @@ module CloudsmithApi
|
|
1634
1634
|
return data, status_code, headers
|
1635
1635
|
end
|
1636
1636
|
|
1637
|
+
# Create a new Terraform package
|
1638
|
+
# Create a new Terraform package
|
1639
|
+
# @param owner
|
1640
|
+
# @param repo
|
1641
|
+
# @param [Hash] opts the optional parameters
|
1642
|
+
# @option opts [PackagesUploadTerraform] :data
|
1643
|
+
# @return [Package]
|
1644
|
+
def packages_upload_terraform(owner, repo, opts = {})
|
1645
|
+
data, _status_code, _headers = packages_upload_terraform_with_http_info(owner, repo, opts)
|
1646
|
+
return data
|
1647
|
+
end
|
1648
|
+
|
1649
|
+
# Create a new Terraform package
|
1650
|
+
# Create a new Terraform package
|
1651
|
+
# @param owner
|
1652
|
+
# @param repo
|
1653
|
+
# @param [Hash] opts the optional parameters
|
1654
|
+
# @option opts [PackagesUploadTerraform] :data
|
1655
|
+
# @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
|
1656
|
+
def packages_upload_terraform_with_http_info(owner, repo, opts = {})
|
1657
|
+
if @api_client.config.debugging
|
1658
|
+
@api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_terraform ..."
|
1659
|
+
end
|
1660
|
+
# verify the required parameter 'owner' is set
|
1661
|
+
if @api_client.config.client_side_validation && owner.nil?
|
1662
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_upload_terraform"
|
1663
|
+
end
|
1664
|
+
# verify the required parameter 'repo' is set
|
1665
|
+
if @api_client.config.client_side_validation && repo.nil?
|
1666
|
+
fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_upload_terraform"
|
1667
|
+
end
|
1668
|
+
# resource path
|
1669
|
+
local_var_path = "/packages/{owner}/{repo}/upload/terraform/".sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
|
1670
|
+
|
1671
|
+
# query parameters
|
1672
|
+
query_params = {}
|
1673
|
+
|
1674
|
+
# header parameters
|
1675
|
+
header_params = {}
|
1676
|
+
# HTTP header 'Content-Type'
|
1677
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1678
|
+
|
1679
|
+
# form parameters
|
1680
|
+
form_params = {}
|
1681
|
+
|
1682
|
+
# http body (model)
|
1683
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1684
|
+
auth_names = ['apikey', 'csrf_token']
|
1685
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1686
|
+
:header_params => header_params,
|
1687
|
+
:query_params => query_params,
|
1688
|
+
:form_params => form_params,
|
1689
|
+
:body => post_body,
|
1690
|
+
:auth_names => auth_names,
|
1691
|
+
:return_type => 'Package')
|
1692
|
+
if @api_client.config.debugging
|
1693
|
+
@api_client.config.logger.debug "API called: PackagesApi#packages_upload_terraform\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1694
|
+
end
|
1695
|
+
return data, status_code, headers
|
1696
|
+
end
|
1697
|
+
|
1637
1698
|
# Create a new Vagrant package
|
1638
1699
|
# Create a new Vagrant package
|
1639
1700
|
# @param owner
|
@@ -2835,6 +2896,66 @@ module CloudsmithApi
|
|
2835
2896
|
return data, status_code, headers
|
2836
2897
|
end
|
2837
2898
|
|
2899
|
+
# Validate parameters for create Terraform package
|
2900
|
+
# Validate parameters for create Terraform package
|
2901
|
+
# @param owner
|
2902
|
+
# @param repo
|
2903
|
+
# @param [Hash] opts the optional parameters
|
2904
|
+
# @option opts [PackagesValidateuploadTerraform] :data
|
2905
|
+
# @return [nil]
|
2906
|
+
def packages_validate_upload_terraform(owner, repo, opts = {})
|
2907
|
+
packages_validate_upload_terraform_with_http_info(owner, repo, opts)
|
2908
|
+
return nil
|
2909
|
+
end
|
2910
|
+
|
2911
|
+
# Validate parameters for create Terraform package
|
2912
|
+
# Validate parameters for create Terraform package
|
2913
|
+
# @param owner
|
2914
|
+
# @param repo
|
2915
|
+
# @param [Hash] opts the optional parameters
|
2916
|
+
# @option opts [PackagesValidateuploadTerraform] :data
|
2917
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2918
|
+
def packages_validate_upload_terraform_with_http_info(owner, repo, opts = {})
|
2919
|
+
if @api_client.config.debugging
|
2920
|
+
@api_client.config.logger.debug "Calling API: PackagesApi.packages_validate_upload_terraform ..."
|
2921
|
+
end
|
2922
|
+
# verify the required parameter 'owner' is set
|
2923
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2924
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_validate_upload_terraform"
|
2925
|
+
end
|
2926
|
+
# verify the required parameter 'repo' is set
|
2927
|
+
if @api_client.config.client_side_validation && repo.nil?
|
2928
|
+
fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_validate_upload_terraform"
|
2929
|
+
end
|
2930
|
+
# resource path
|
2931
|
+
local_var_path = "/packages/{owner}/{repo}/validate-upload/terraform/".sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
|
2932
|
+
|
2933
|
+
# query parameters
|
2934
|
+
query_params = {}
|
2935
|
+
|
2936
|
+
# header parameters
|
2937
|
+
header_params = {}
|
2938
|
+
# HTTP header 'Content-Type'
|
2939
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2940
|
+
|
2941
|
+
# form parameters
|
2942
|
+
form_params = {}
|
2943
|
+
|
2944
|
+
# http body (model)
|
2945
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2946
|
+
auth_names = ['apikey', 'csrf_token']
|
2947
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2948
|
+
:header_params => header_params,
|
2949
|
+
:query_params => query_params,
|
2950
|
+
:form_params => form_params,
|
2951
|
+
:body => post_body,
|
2952
|
+
:auth_names => auth_names)
|
2953
|
+
if @api_client.config.debugging
|
2954
|
+
@api_client.config.logger.debug "API called: PackagesApi#packages_validate_upload_terraform\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2955
|
+
end
|
2956
|
+
return data, status_code, headers
|
2957
|
+
end
|
2958
|
+
|
2838
2959
|
# Validate parameters for create Vagrant package
|
2839
2960
|
# Validate parameters for create Vagrant package
|
2840
2961
|
# @param owner
|
@@ -0,0 +1,204 @@
|
|
1
|
+
=begin
|
2
|
+
#Cloudsmith API
|
3
|
+
|
4
|
+
#The API to the Cloudsmith Service
|
5
|
+
|
6
|
+
OpenAPI spec version: v1
|
7
|
+
Contact: support@cloudsmith.io
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module CloudsmithApi
|
16
|
+
|
17
|
+
class PackagesUploadTerraform
|
18
|
+
# The primary file for the package.
|
19
|
+
attr_accessor :package_file
|
20
|
+
|
21
|
+
# If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate.
|
22
|
+
attr_accessor :republish
|
23
|
+
|
24
|
+
|
25
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
26
|
+
def self.attribute_map
|
27
|
+
{
|
28
|
+
:'package_file' => :'package_file',
|
29
|
+
:'republish' => :'republish'
|
30
|
+
}
|
31
|
+
end
|
32
|
+
|
33
|
+
# Attribute type mapping.
|
34
|
+
def self.swagger_types
|
35
|
+
{
|
36
|
+
:'package_file' => :'String',
|
37
|
+
:'republish' => :'BOOLEAN'
|
38
|
+
}
|
39
|
+
end
|
40
|
+
|
41
|
+
# Initializes the object
|
42
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
43
|
+
def initialize(attributes = {})
|
44
|
+
return unless attributes.is_a?(Hash)
|
45
|
+
|
46
|
+
# convert string to symbol for hash key
|
47
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
48
|
+
|
49
|
+
if attributes.has_key?(:'package_file')
|
50
|
+
self.package_file = attributes[:'package_file']
|
51
|
+
end
|
52
|
+
|
53
|
+
if attributes.has_key?(:'republish')
|
54
|
+
self.republish = attributes[:'republish']
|
55
|
+
end
|
56
|
+
|
57
|
+
end
|
58
|
+
|
59
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
60
|
+
# @return Array for valid properies with the reasons
|
61
|
+
def list_invalid_properties
|
62
|
+
invalid_properties = Array.new
|
63
|
+
if @package_file.nil?
|
64
|
+
invalid_properties.push("invalid value for 'package_file', package_file cannot be nil.")
|
65
|
+
end
|
66
|
+
|
67
|
+
return invalid_properties
|
68
|
+
end
|
69
|
+
|
70
|
+
# Check to see if the all the properties in the model are valid
|
71
|
+
# @return true if the model is valid
|
72
|
+
def valid?
|
73
|
+
return false if @package_file.nil?
|
74
|
+
return true
|
75
|
+
end
|
76
|
+
|
77
|
+
# Checks equality by comparing each attribute.
|
78
|
+
# @param [Object] Object to be compared
|
79
|
+
def ==(o)
|
80
|
+
return true if self.equal?(o)
|
81
|
+
self.class == o.class &&
|
82
|
+
package_file == o.package_file &&
|
83
|
+
republish == o.republish
|
84
|
+
end
|
85
|
+
|
86
|
+
# @see the `==` method
|
87
|
+
# @param [Object] Object to be compared
|
88
|
+
def eql?(o)
|
89
|
+
self == o
|
90
|
+
end
|
91
|
+
|
92
|
+
# Calculates hash code according to all attributes.
|
93
|
+
# @return [Fixnum] Hash code
|
94
|
+
def hash
|
95
|
+
[package_file, republish].hash
|
96
|
+
end
|
97
|
+
|
98
|
+
# Builds the object from hash
|
99
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
100
|
+
# @return [Object] Returns the model itself
|
101
|
+
def build_from_hash(attributes)
|
102
|
+
return nil unless attributes.is_a?(Hash)
|
103
|
+
self.class.swagger_types.each_pair do |key, type|
|
104
|
+
if type =~ /\AArray<(.*)>/i
|
105
|
+
# check to ensure the input is an array given that the the attribute
|
106
|
+
# is documented as an array but the input is not
|
107
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
108
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
109
|
+
end
|
110
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
111
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
112
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
113
|
+
end
|
114
|
+
|
115
|
+
self
|
116
|
+
end
|
117
|
+
|
118
|
+
# Deserializes the data based on type
|
119
|
+
# @param string type Data type
|
120
|
+
# @param string value Value to be deserialized
|
121
|
+
# @return [Object] Deserialized data
|
122
|
+
def _deserialize(type, value)
|
123
|
+
case type.to_sym
|
124
|
+
when :DateTime
|
125
|
+
DateTime.parse(value)
|
126
|
+
when :Date
|
127
|
+
Date.parse(value)
|
128
|
+
when :String
|
129
|
+
value.to_s
|
130
|
+
when :Integer
|
131
|
+
value.to_i
|
132
|
+
when :Float
|
133
|
+
value.to_f
|
134
|
+
when :BOOLEAN
|
135
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
136
|
+
true
|
137
|
+
else
|
138
|
+
false
|
139
|
+
end
|
140
|
+
when :Object
|
141
|
+
# generic object (usually a Hash), return directly
|
142
|
+
value
|
143
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
144
|
+
inner_type = Regexp.last_match[:inner_type]
|
145
|
+
value.map { |v| _deserialize(inner_type, v) }
|
146
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
147
|
+
k_type = Regexp.last_match[:k_type]
|
148
|
+
v_type = Regexp.last_match[:v_type]
|
149
|
+
{}.tap do |hash|
|
150
|
+
value.each do |k, v|
|
151
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
152
|
+
end
|
153
|
+
end
|
154
|
+
else # model
|
155
|
+
temp_model = CloudsmithApi.const_get(type).new
|
156
|
+
temp_model.build_from_hash(value)
|
157
|
+
end
|
158
|
+
end
|
159
|
+
|
160
|
+
# Returns the string representation of the object
|
161
|
+
# @return [String] String presentation of the object
|
162
|
+
def to_s
|
163
|
+
to_hash.to_s
|
164
|
+
end
|
165
|
+
|
166
|
+
# to_body is an alias to to_hash (backward compatibility)
|
167
|
+
# @return [Hash] Returns the object in the form of hash
|
168
|
+
def to_body
|
169
|
+
to_hash
|
170
|
+
end
|
171
|
+
|
172
|
+
# Returns the object in the form of hash
|
173
|
+
# @return [Hash] Returns the object in the form of hash
|
174
|
+
def to_hash
|
175
|
+
hash = {}
|
176
|
+
self.class.attribute_map.each_pair do |attr, param|
|
177
|
+
value = self.send(attr)
|
178
|
+
next if value.nil?
|
179
|
+
hash[param] = _to_hash(value)
|
180
|
+
end
|
181
|
+
hash
|
182
|
+
end
|
183
|
+
|
184
|
+
# Outputs non-array value in the form of hash
|
185
|
+
# For object, use to_hash. Otherwise, just return the value
|
186
|
+
# @param [Object] value Any valid value
|
187
|
+
# @return [Hash] Returns the value in the form of hash
|
188
|
+
def _to_hash(value)
|
189
|
+
if value.is_a?(Array)
|
190
|
+
value.compact.map{ |v| _to_hash(v) }
|
191
|
+
elsif value.is_a?(Hash)
|
192
|
+
{}.tap do |hash|
|
193
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
194
|
+
end
|
195
|
+
elsif value.respond_to? :to_hash
|
196
|
+
value.to_hash
|
197
|
+
else
|
198
|
+
value
|
199
|
+
end
|
200
|
+
end
|
201
|
+
|
202
|
+
end
|
203
|
+
|
204
|
+
end
|
@@ -0,0 +1,204 @@
|
|
1
|
+
=begin
|
2
|
+
#Cloudsmith API
|
3
|
+
|
4
|
+
#The API to the Cloudsmith Service
|
5
|
+
|
6
|
+
OpenAPI spec version: v1
|
7
|
+
Contact: support@cloudsmith.io
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module CloudsmithApi
|
16
|
+
|
17
|
+
class PackagesValidateuploadTerraform
|
18
|
+
# The primary file for the package.
|
19
|
+
attr_accessor :package_file
|
20
|
+
|
21
|
+
# If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate.
|
22
|
+
attr_accessor :republish
|
23
|
+
|
24
|
+
|
25
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
26
|
+
def self.attribute_map
|
27
|
+
{
|
28
|
+
:'package_file' => :'package_file',
|
29
|
+
:'republish' => :'republish'
|
30
|
+
}
|
31
|
+
end
|
32
|
+
|
33
|
+
# Attribute type mapping.
|
34
|
+
def self.swagger_types
|
35
|
+
{
|
36
|
+
:'package_file' => :'String',
|
37
|
+
:'republish' => :'BOOLEAN'
|
38
|
+
}
|
39
|
+
end
|
40
|
+
|
41
|
+
# Initializes the object
|
42
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
43
|
+
def initialize(attributes = {})
|
44
|
+
return unless attributes.is_a?(Hash)
|
45
|
+
|
46
|
+
# convert string to symbol for hash key
|
47
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
48
|
+
|
49
|
+
if attributes.has_key?(:'package_file')
|
50
|
+
self.package_file = attributes[:'package_file']
|
51
|
+
end
|
52
|
+
|
53
|
+
if attributes.has_key?(:'republish')
|
54
|
+
self.republish = attributes[:'republish']
|
55
|
+
end
|
56
|
+
|
57
|
+
end
|
58
|
+
|
59
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
60
|
+
# @return Array for valid properies with the reasons
|
61
|
+
def list_invalid_properties
|
62
|
+
invalid_properties = Array.new
|
63
|
+
if @package_file.nil?
|
64
|
+
invalid_properties.push("invalid value for 'package_file', package_file cannot be nil.")
|
65
|
+
end
|
66
|
+
|
67
|
+
return invalid_properties
|
68
|
+
end
|
69
|
+
|
70
|
+
# Check to see if the all the properties in the model are valid
|
71
|
+
# @return true if the model is valid
|
72
|
+
def valid?
|
73
|
+
return false if @package_file.nil?
|
74
|
+
return true
|
75
|
+
end
|
76
|
+
|
77
|
+
# Checks equality by comparing each attribute.
|
78
|
+
# @param [Object] Object to be compared
|
79
|
+
def ==(o)
|
80
|
+
return true if self.equal?(o)
|
81
|
+
self.class == o.class &&
|
82
|
+
package_file == o.package_file &&
|
83
|
+
republish == o.republish
|
84
|
+
end
|
85
|
+
|
86
|
+
# @see the `==` method
|
87
|
+
# @param [Object] Object to be compared
|
88
|
+
def eql?(o)
|
89
|
+
self == o
|
90
|
+
end
|
91
|
+
|
92
|
+
# Calculates hash code according to all attributes.
|
93
|
+
# @return [Fixnum] Hash code
|
94
|
+
def hash
|
95
|
+
[package_file, republish].hash
|
96
|
+
end
|
97
|
+
|
98
|
+
# Builds the object from hash
|
99
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
100
|
+
# @return [Object] Returns the model itself
|
101
|
+
def build_from_hash(attributes)
|
102
|
+
return nil unless attributes.is_a?(Hash)
|
103
|
+
self.class.swagger_types.each_pair do |key, type|
|
104
|
+
if type =~ /\AArray<(.*)>/i
|
105
|
+
# check to ensure the input is an array given that the the attribute
|
106
|
+
# is documented as an array but the input is not
|
107
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
108
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
109
|
+
end
|
110
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
111
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
112
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
113
|
+
end
|
114
|
+
|
115
|
+
self
|
116
|
+
end
|
117
|
+
|
118
|
+
# Deserializes the data based on type
|
119
|
+
# @param string type Data type
|
120
|
+
# @param string value Value to be deserialized
|
121
|
+
# @return [Object] Deserialized data
|
122
|
+
def _deserialize(type, value)
|
123
|
+
case type.to_sym
|
124
|
+
when :DateTime
|
125
|
+
DateTime.parse(value)
|
126
|
+
when :Date
|
127
|
+
Date.parse(value)
|
128
|
+
when :String
|
129
|
+
value.to_s
|
130
|
+
when :Integer
|
131
|
+
value.to_i
|
132
|
+
when :Float
|
133
|
+
value.to_f
|
134
|
+
when :BOOLEAN
|
135
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
136
|
+
true
|
137
|
+
else
|
138
|
+
false
|
139
|
+
end
|
140
|
+
when :Object
|
141
|
+
# generic object (usually a Hash), return directly
|
142
|
+
value
|
143
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
144
|
+
inner_type = Regexp.last_match[:inner_type]
|
145
|
+
value.map { |v| _deserialize(inner_type, v) }
|
146
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
147
|
+
k_type = Regexp.last_match[:k_type]
|
148
|
+
v_type = Regexp.last_match[:v_type]
|
149
|
+
{}.tap do |hash|
|
150
|
+
value.each do |k, v|
|
151
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
152
|
+
end
|
153
|
+
end
|
154
|
+
else # model
|
155
|
+
temp_model = CloudsmithApi.const_get(type).new
|
156
|
+
temp_model.build_from_hash(value)
|
157
|
+
end
|
158
|
+
end
|
159
|
+
|
160
|
+
# Returns the string representation of the object
|
161
|
+
# @return [String] String presentation of the object
|
162
|
+
def to_s
|
163
|
+
to_hash.to_s
|
164
|
+
end
|
165
|
+
|
166
|
+
# to_body is an alias to to_hash (backward compatibility)
|
167
|
+
# @return [Hash] Returns the object in the form of hash
|
168
|
+
def to_body
|
169
|
+
to_hash
|
170
|
+
end
|
171
|
+
|
172
|
+
# Returns the object in the form of hash
|
173
|
+
# @return [Hash] Returns the object in the form of hash
|
174
|
+
def to_hash
|
175
|
+
hash = {}
|
176
|
+
self.class.attribute_map.each_pair do |attr, param|
|
177
|
+
value = self.send(attr)
|
178
|
+
next if value.nil?
|
179
|
+
hash[param] = _to_hash(value)
|
180
|
+
end
|
181
|
+
hash
|
182
|
+
end
|
183
|
+
|
184
|
+
# Outputs non-array value in the form of hash
|
185
|
+
# For object, use to_hash. Otherwise, just return the value
|
186
|
+
# @param [Object] value Any valid value
|
187
|
+
# @return [Hash] Returns the value in the form of hash
|
188
|
+
def _to_hash(value)
|
189
|
+
if value.is_a?(Array)
|
190
|
+
value.compact.map{ |v| _to_hash(v) }
|
191
|
+
elsif value.is_a?(Hash)
|
192
|
+
{}.tap do |hash|
|
193
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
194
|
+
end
|
195
|
+
elsif value.respond_to? :to_hash
|
196
|
+
value.to_hash
|
197
|
+
else
|
198
|
+
value
|
199
|
+
end
|
200
|
+
end
|
201
|
+
|
202
|
+
end
|
203
|
+
|
204
|
+
end
|
@@ -401,6 +401,20 @@ describe 'PackagesApi' do
|
|
401
401
|
end
|
402
402
|
end
|
403
403
|
|
404
|
+
# unit tests for packages_upload_terraform
|
405
|
+
# Create a new Terraform package
|
406
|
+
# Create a new Terraform package
|
407
|
+
# @param owner
|
408
|
+
# @param repo
|
409
|
+
# @param [Hash] opts the optional parameters
|
410
|
+
# @option opts [PackagesUploadTerraform] :data
|
411
|
+
# @return [Package]
|
412
|
+
describe 'packages_upload_terraform test' do
|
413
|
+
it "should work" do
|
414
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
415
|
+
end
|
416
|
+
end
|
417
|
+
|
404
418
|
# unit tests for packages_upload_vagrant
|
405
419
|
# Create a new Vagrant package
|
406
420
|
# Create a new Vagrant package
|
@@ -681,6 +695,20 @@ describe 'PackagesApi' do
|
|
681
695
|
end
|
682
696
|
end
|
683
697
|
|
698
|
+
# unit tests for packages_validate_upload_terraform
|
699
|
+
# Validate parameters for create Terraform package
|
700
|
+
# Validate parameters for create Terraform package
|
701
|
+
# @param owner
|
702
|
+
# @param repo
|
703
|
+
# @param [Hash] opts the optional parameters
|
704
|
+
# @option opts [PackagesValidateuploadTerraform] :data
|
705
|
+
# @return [nil]
|
706
|
+
describe 'packages_validate_upload_terraform test' do
|
707
|
+
it "should work" do
|
708
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
709
|
+
end
|
710
|
+
end
|
711
|
+
|
684
712
|
# unit tests for packages_validate_upload_vagrant
|
685
713
|
# Validate parameters for create Vagrant package
|
686
714
|
# Validate parameters for create Vagrant package
|
@@ -0,0 +1,48 @@
|
|
1
|
+
=begin
|
2
|
+
#Cloudsmith API
|
3
|
+
|
4
|
+
#The API to the Cloudsmith Service
|
5
|
+
|
6
|
+
OpenAPI spec version: v1
|
7
|
+
Contact: support@cloudsmith.io
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for CloudsmithApi::PackagesUploadTerraform
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'PackagesUploadTerraform' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = CloudsmithApi::PackagesUploadTerraform.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of PackagesUploadTerraform' do
|
31
|
+
it 'should create an instance of PackagesUploadTerraform' do
|
32
|
+
expect(@instance).to be_instance_of(CloudsmithApi::PackagesUploadTerraform)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "package_file"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "republish"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
end
|
48
|
+
|
@@ -0,0 +1,48 @@
|
|
1
|
+
=begin
|
2
|
+
#Cloudsmith API
|
3
|
+
|
4
|
+
#The API to the Cloudsmith Service
|
5
|
+
|
6
|
+
OpenAPI spec version: v1
|
7
|
+
Contact: support@cloudsmith.io
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for CloudsmithApi::PackagesValidateuploadTerraform
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'PackagesValidateuploadTerraform' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = CloudsmithApi::PackagesValidateuploadTerraform.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of PackagesValidateuploadTerraform' do
|
31
|
+
it 'should create an instance of PackagesValidateuploadTerraform' do
|
32
|
+
expect(@instance).to be_instance_of(CloudsmithApi::PackagesValidateuploadTerraform)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "package_file"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "republish"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
end
|
48
|
+
|
data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.17/ext/fsevent
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200610-
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200610-911-cy1ii6.rb extconf.rb
|
3
3
|
|
4
4
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.17/ext/fsevent
|
5
5
|
make "DESTDIR=" clean
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200610-
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200610-911-17hx236.rb extconf.rb
|
3
3
|
checking for ffi_prep_closure_loc() in -lffi... yes
|
4
4
|
checking for ffi_prep_cif_var()... yes
|
5
5
|
checking for ffi_raw_call()... yes
|
@@ -39,4 +39,4 @@ linking shared-object ffi_c.so
|
|
39
39
|
|
40
40
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c
|
41
41
|
make "DESTDIR=" install
|
42
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20200610-
|
42
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20200610-911-1yhetd6
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200610-
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200610-911-qf9qts.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.20200610-
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.20200610-
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20200610-911-1yhetd6
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20200610-911-1yhetd6
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -141,7 +141,7 @@ LIBS = $(LIBRUBYARG_SHARED) -lffi -lffi -lm -lc
|
|
141
141
|
ORIG_SRCS = AbstractMemory.c ArrayType.c Buffer.c Call.c ClosurePool.c DynamicLibrary.c Function.c FunctionInfo.c LastError.c LongDouble.c MappedType.c MemoryPointer.c MethodHandle.c Platform.c Pointer.c Struct.c StructByValue.c StructLayout.c Thread.c Type.c Types.c Variadic.c ffi.c
|
142
142
|
SRCS = $(ORIG_SRCS)
|
143
143
|
OBJS = AbstractMemory.o ArrayType.o Buffer.o Call.o ClosurePool.o DynamicLibrary.o Function.o FunctionInfo.o LastError.o LongDouble.o MappedType.o MemoryPointer.o MethodHandle.o Platform.o Pointer.o Struct.o StructByValue.o StructLayout.o Thread.o Type.o Types.o Variadic.o ffi.o
|
144
|
-
HDRS = $(srcdir)/
|
144
|
+
HDRS = $(srcdir)/Function.h $(srcdir)/rbffi_endian.h $(srcdir)/ArrayType.h $(srcdir)/Call.h $(srcdir)/LongDouble.h $(srcdir)/ClosurePool.h $(srcdir)/Type.h $(srcdir)/MethodHandle.h $(srcdir)/Types.h $(srcdir)/MappedType.h $(srcdir)/DynamicLibrary.h $(srcdir)/StructByValue.h $(srcdir)/rbffi.h $(srcdir)/Thread.h $(srcdir)/Platform.h $(srcdir)/Pointer.h $(srcdir)/extconf.h $(srcdir)/LastError.h $(srcdir)/AbstractMemory.h $(srcdir)/MemoryPointer.h $(srcdir)/compat.h $(srcdir)/Struct.h
|
145
145
|
LOCAL_HDRS =
|
146
146
|
TARGET = ffi_c
|
147
147
|
TARGET_NAME = ffi_c
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudsmith-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.51.
|
4
|
+
version: 0.51.37
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cloudsmith Ltd
|
@@ -255,6 +255,7 @@ files:
|
|
255
255
|
- docs/PackagesUploadRaw.md
|
256
256
|
- docs/PackagesUploadRpm.md
|
257
257
|
- docs/PackagesUploadRuby.md
|
258
|
+
- docs/PackagesUploadTerraform.md
|
258
259
|
- docs/PackagesUploadVagrant.md
|
259
260
|
- docs/PackagesValidateuploadAlpine.md
|
260
261
|
- docs/PackagesValidateuploadCargo.md
|
@@ -275,6 +276,7 @@ files:
|
|
275
276
|
- docs/PackagesValidateuploadRaw.md
|
276
277
|
- docs/PackagesValidateuploadRpm.md
|
277
278
|
- docs/PackagesValidateuploadRuby.md
|
279
|
+
- docs/PackagesValidateuploadTerraform.md
|
278
280
|
- docs/PackagesValidateuploadVagrant.md
|
279
281
|
- docs/PackagesownerrepoArchitectures.md
|
280
282
|
- docs/PackagesownerrepoFiles.md
|
@@ -368,6 +370,7 @@ files:
|
|
368
370
|
- lib/cloudsmith-api/models/packages_upload_raw.rb
|
369
371
|
- lib/cloudsmith-api/models/packages_upload_rpm.rb
|
370
372
|
- lib/cloudsmith-api/models/packages_upload_ruby.rb
|
373
|
+
- lib/cloudsmith-api/models/packages_upload_terraform.rb
|
371
374
|
- lib/cloudsmith-api/models/packages_upload_vagrant.rb
|
372
375
|
- lib/cloudsmith-api/models/packages_validateupload_alpine.rb
|
373
376
|
- lib/cloudsmith-api/models/packages_validateupload_cargo.rb
|
@@ -388,6 +391,7 @@ files:
|
|
388
391
|
- lib/cloudsmith-api/models/packages_validateupload_raw.rb
|
389
392
|
- lib/cloudsmith-api/models/packages_validateupload_rpm.rb
|
390
393
|
- lib/cloudsmith-api/models/packages_validateupload_ruby.rb
|
394
|
+
- lib/cloudsmith-api/models/packages_validateupload_terraform.rb
|
391
395
|
- lib/cloudsmith-api/models/packages_validateupload_vagrant.rb
|
392
396
|
- lib/cloudsmith-api/models/packagesownerrepo_architectures.rb
|
393
397
|
- lib/cloudsmith-api/models/packagesownerrepo_files.rb
|
@@ -473,6 +477,7 @@ files:
|
|
473
477
|
- spec/models/packages_upload_raw_spec.rb
|
474
478
|
- spec/models/packages_upload_rpm_spec.rb
|
475
479
|
- spec/models/packages_upload_ruby_spec.rb
|
480
|
+
- spec/models/packages_upload_terraform_spec.rb
|
476
481
|
- spec/models/packages_upload_vagrant_spec.rb
|
477
482
|
- spec/models/packages_validateupload_alpine_spec.rb
|
478
483
|
- spec/models/packages_validateupload_cargo_spec.rb
|
@@ -493,6 +498,7 @@ files:
|
|
493
498
|
- spec/models/packages_validateupload_raw_spec.rb
|
494
499
|
- spec/models/packages_validateupload_rpm_spec.rb
|
495
500
|
- spec/models/packages_validateupload_ruby_spec.rb
|
501
|
+
- spec/models/packages_validateupload_terraform_spec.rb
|
496
502
|
- spec/models/packages_validateupload_vagrant_spec.rb
|
497
503
|
- spec/models/packagesownerrepo_architectures_spec.rb
|
498
504
|
- spec/models/packagesownerrepo_files_spec.rb
|
@@ -2407,108 +2413,110 @@ signing_key:
|
|
2407
2413
|
specification_version: 4
|
2408
2414
|
summary: Cloudsmith API
|
2409
2415
|
test_files:
|
2410
|
-
- spec/api/namespaces_api_spec.rb
|
2411
|
-
- spec/api/users_api_spec.rb
|
2412
|
-
- spec/api/rates_api_spec.rb
|
2413
|
-
- spec/api/formats_api_spec.rb
|
2414
|
-
- spec/api/distros_api_spec.rb
|
2415
2416
|
- spec/api/orgs_api_spec.rb
|
2416
|
-
- spec/api/
|
2417
|
-
- spec/api/
|
2417
|
+
- spec/api/distros_api_spec.rb
|
2418
|
+
- spec/api/formats_api_spec.rb
|
2419
|
+
- spec/api/users_api_spec.rb
|
2418
2420
|
- spec/api/repos_api_spec.rb
|
2419
|
-
- spec/api/webhooks_api_spec.rb
|
2420
2421
|
- spec/api/entitlements_api_spec.rb
|
2421
|
-
- spec/api/user_api_spec.rb
|
2422
|
-
- spec/api/files_api_spec.rb
|
2423
2422
|
- spec/api/status_api_spec.rb
|
2423
|
+
- spec/api/webhooks_api_spec.rb
|
2424
|
+
- spec/api/packages_api_spec.rb
|
2425
|
+
- spec/api/namespaces_api_spec.rb
|
2426
|
+
- spec/api/badges_api_spec.rb
|
2427
|
+
- spec/api/files_api_spec.rb
|
2428
|
+
- spec/api/user_api_spec.rb
|
2429
|
+
- spec/api/rates_api_spec.rb
|
2424
2430
|
- spec/api_client_spec.rb
|
2425
2431
|
- spec/configuration_spec.rb
|
2426
|
-
- spec/models/
|
2427
|
-
- spec/models/
|
2428
|
-
- spec/models/
|
2429
|
-
- spec/models/
|
2430
|
-
- spec/models/
|
2432
|
+
- spec/models/packages_upload_deb_spec.rb
|
2433
|
+
- spec/models/packages_upload_cocoapods_spec.rb
|
2434
|
+
- spec/models/entitlements_partial_update_spec.rb
|
2435
|
+
- spec/models/packages_upload_helm_spec.rb
|
2436
|
+
- spec/models/repository_spec.rb
|
2431
2437
|
- spec/models/packages_upload_nuget_spec.rb
|
2432
|
-
- spec/models/packages_upload_dart_spec.rb
|
2433
|
-
- spec/models/formats_distributions_spec.rb
|
2434
|
-
- spec/models/packages_validateupload_cran_spec.rb
|
2435
|
-
- spec/models/package_file_upload_spec.rb
|
2436
|
-
- spec/models/packages_validateupload_raw_spec.rb
|
2437
|
-
- spec/models/packages_upload_alpine_spec.rb
|
2438
|
-
- spec/models/repository_webhook_spec.rb
|
2439
|
-
- spec/models/packages_validateupload_docker_spec.rb
|
2440
|
-
- spec/models/packages_validateupload_alpine_spec.rb
|
2441
|
-
- spec/models/distros_versions_spec.rb
|
2442
|
-
- spec/models/packages_upload_cran_spec.rb
|
2443
2438
|
- spec/models/packages_upload_go_spec.rb
|
2444
|
-
- spec/models/
|
2445
|
-
- spec/models/
|
2446
|
-
- spec/models/
|
2447
|
-
- spec/models/
|
2448
|
-
- spec/models/
|
2449
|
-
- spec/models/
|
2450
|
-
- spec/models/
|
2451
|
-
- spec/models/
|
2452
|
-
- spec/models/
|
2439
|
+
- spec/models/maven_package_upload_spec.rb
|
2440
|
+
- spec/models/packages_move_spec.rb
|
2441
|
+
- spec/models/format_spec.rb
|
2442
|
+
- spec/models/distribution_spec.rb
|
2443
|
+
- spec/models/packages_upload_alpine_spec.rb
|
2444
|
+
- spec/models/vagrant_package_upload_spec.rb
|
2445
|
+
- spec/models/raw_package_upload_spec.rb
|
2446
|
+
- spec/models/package_move_spec.rb
|
2447
|
+
- spec/models/repository_token_sync_spec.rb
|
2448
|
+
- spec/models/packages_upload_docker_spec.rb
|
2453
2449
|
- spec/models/status_basic_spec.rb
|
2454
2450
|
- spec/models/entitlements_create_spec.rb
|
2455
|
-
- spec/models/
|
2456
|
-
- spec/models/packages_move_spec.rb
|
2457
|
-
- spec/models/packages_upload_ruby_spec.rb
|
2451
|
+
- spec/models/packages_upload_vagrant_spec.rb
|
2458
2452
|
- spec/models/files_create_spec.rb
|
2453
|
+
- spec/models/files_abort_spec.rb
|
2454
|
+
- spec/models/status_spec.rb
|
2455
|
+
- spec/models/packages_validateupload_npm_spec.rb
|
2456
|
+
- spec/models/package_file_parts_upload_spec.rb
|
2457
|
+
- spec/models/resources_rate_check_spec.rb
|
2459
2458
|
- spec/models/repository_token_sync_tokens_spec.rb
|
2459
|
+
- spec/models/webhooksownerrepo_templates_spec.rb
|
2460
2460
|
- spec/models/packages_validateupload_luarocks_spec.rb
|
2461
|
-
- spec/models/
|
2462
|
-
- spec/models/
|
2463
|
-
- spec/models/
|
2464
|
-
- spec/models/
|
2461
|
+
- spec/models/webhooks_create_spec.rb
|
2462
|
+
- spec/models/package_file_upload_spec.rb
|
2463
|
+
- spec/models/repository_webhook_spec.rb
|
2464
|
+
- spec/models/packages_validateupload_docker_spec.rb
|
2465
|
+
- spec/models/package_spec.rb
|
2466
|
+
- spec/models/distros_versions_spec.rb
|
2467
|
+
- spec/models/packages_validateupload_terraform_spec.rb
|
2468
|
+
- spec/models/packages_validateupload_deb_spec.rb
|
2469
|
+
- spec/models/repos_partial_update_spec.rb
|
2465
2470
|
- spec/models/packages_upload_conan_spec.rb
|
2471
|
+
- spec/models/conan_package_upload_spec.rb
|
2472
|
+
- spec/models/entitlements_refresh_spec.rb
|
2466
2473
|
- spec/models/package_status_spec.rb
|
2467
|
-
- spec/models/
|
2468
|
-
- spec/models/
|
2469
|
-
- spec/models/
|
2474
|
+
- spec/models/packages_upload_python_spec.rb
|
2475
|
+
- spec/models/formats_distributions_spec.rb
|
2476
|
+
- spec/models/packages_validateupload_cargo_spec.rb
|
2477
|
+
- spec/models/repository_token_refresh_spec.rb
|
2478
|
+
- spec/models/repos_gpg_keys_spec.rb
|
2479
|
+
- spec/models/files_complete_spec.rb
|
2480
|
+
- spec/models/packages_validateupload_vagrant_spec.rb
|
2481
|
+
- spec/models/repos_create_spec.rb
|
2470
2482
|
- spec/models/packages_validateupload_cocoapods_spec.rb
|
2483
|
+
- spec/models/packages_validateupload_alpine_spec.rb
|
2471
2484
|
- spec/models/packages_validateupload_go_spec.rb
|
2472
|
-
- spec/models/
|
2473
|
-
- spec/models/
|
2474
|
-
- spec/models/webhooks_partial_update_spec.rb
|
2475
|
-
- spec/models/raw_package_upload_spec.rb
|
2485
|
+
- spec/models/packages_validateupload_dart_spec.rb
|
2486
|
+
- spec/models/packages_upload_maven_spec.rb
|
2476
2487
|
- spec/models/packages_upload_npm_spec.rb
|
2477
|
-
- spec/models/
|
2478
|
-
- spec/models/
|
2479
|
-
- spec/models/repos_create_spec.rb
|
2480
|
-
- spec/models/package_copy_spec.rb
|
2481
|
-
- spec/models/entitlements_sync_spec.rb
|
2482
|
-
- spec/models/packages_validateupload_python_spec.rb
|
2483
|
-
- spec/models/packages_upload_vagrant_spec.rb
|
2484
|
-
- spec/models/namespace_spec.rb
|
2485
|
-
- spec/models/vagrant_package_upload_spec.rb
|
2486
|
-
- spec/models/resources_rate_check_spec.rb
|
2487
|
-
- spec/models/files_abort_spec.rb
|
2488
|
-
- spec/models/packages_validateupload_helm_spec.rb
|
2489
|
-
- spec/models/packages_validateupload_deb_spec.rb
|
2488
|
+
- spec/models/packages_upload_rpm_spec.rb
|
2489
|
+
- spec/models/packages_copy_spec.rb
|
2490
2490
|
- spec/models/packages_validateupload_conan_spec.rb
|
2491
|
-
- spec/models/packages_upload_python_spec.rb
|
2492
|
-
- spec/models/package_file_parts_upload_spec.rb
|
2493
|
-
- spec/models/distribution_spec.rb
|
2494
|
-
- spec/models/conan_package_upload_spec.rb
|
2495
|
-
- spec/models/user_brief_spec.rb
|
2496
|
-
- spec/models/packages_upload_cocoapods_spec.rb
|
2497
2491
|
- spec/models/packages_validateupload_composer_spec.rb
|
2498
|
-
- spec/models/
|
2492
|
+
- spec/models/user_token_create_spec.rb
|
2493
|
+
- spec/models/package_copy_spec.rb
|
2494
|
+
- spec/models/files_validate_spec.rb
|
2495
|
+
- spec/models/packages_upload_composer_spec.rb
|
2496
|
+
- spec/models/user_brief_spec.rb
|
2497
|
+
- spec/models/repository_token_spec.rb
|
2498
|
+
- spec/models/packages_upload_ruby_spec.rb
|
2499
2499
|
- spec/models/packages_upload_raw_spec.rb
|
2500
|
-
- spec/models/
|
2501
|
-
- spec/models/
|
2500
|
+
- spec/models/user_profile_spec.rb
|
2501
|
+
- spec/models/packages_upload_cran_spec.rb
|
2502
|
+
- spec/models/packages_upload_luarocks_spec.rb
|
2503
|
+
- spec/models/packages_upload_cargo_spec.rb
|
2504
|
+
- spec/models/packagesownerrepo_files_spec.rb
|
2505
|
+
- spec/models/packages_validateupload_raw_spec.rb
|
2506
|
+
- spec/models/webhooks_partial_update_spec.rb
|
2507
|
+
- spec/models/packages_validateupload_maven_spec.rb
|
2508
|
+
- spec/models/packages_validateupload_cran_spec.rb
|
2509
|
+
- spec/models/packages_validateupload_rpm_spec.rb
|
2510
|
+
- spec/models/packages_upload_dart_spec.rb
|
2511
|
+
- spec/models/packages_validateupload_helm_spec.rb
|
2512
|
+
- spec/models/packages_validateupload_nuget_spec.rb
|
2502
2513
|
- spec/models/organization_spec.rb
|
2514
|
+
- spec/models/packages_resync_spec.rb
|
2503
2515
|
- spec/models/packagesownerrepo_architectures_spec.rb
|
2504
|
-
- spec/models/
|
2505
|
-
- spec/models/
|
2506
|
-
- spec/models/
|
2507
|
-
- spec/models/
|
2508
|
-
- spec/models/
|
2509
|
-
- spec/models/
|
2510
|
-
- spec/models/packages_upload_maven_spec.rb
|
2511
|
-
- spec/models/webhooks_create_spec.rb
|
2512
|
-
- spec/models/packages_upload_docker_spec.rb
|
2513
|
-
- spec/models/user_token_create_spec.rb
|
2516
|
+
- spec/models/packages_validateupload_ruby_spec.rb
|
2517
|
+
- spec/models/namespace_spec.rb
|
2518
|
+
- spec/models/user_auth_token_spec.rb
|
2519
|
+
- spec/models/packages_upload_terraform_spec.rb
|
2520
|
+
- spec/models/packages_validateupload_python_spec.rb
|
2521
|
+
- spec/models/entitlements_sync_spec.rb
|
2514
2522
|
- spec/spec_helper.rb
|