cloudsmith-api 2.0.23 → 2.0.25
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 +9 -7
- data/README.md +34 -5
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +1 -0
- data/docs/AlpineUpstream.md +32 -0
- data/docs/AlpineUpstreamRequest.md +20 -0
- data/docs/AlpineUpstreamRequestPatch.md +20 -0
- data/docs/BulkActionApi.md +70 -0
- data/docs/CargoPackageUpload.md +1 -0
- data/docs/CargoUpstream.md +4 -4
- data/docs/CocoapodsPackageUpload.md +1 -0
- data/docs/ComposerPackageUpload.md +1 -0
- data/docs/ComposerUpstream.md +4 -4
- data/docs/ConanPackageUpload.md +1 -0
- data/docs/CondaPackageUpload.md +1 -0
- data/docs/CondaUpstream.md +4 -4
- data/docs/CranPackageUpload.md +1 -0
- data/docs/CranUpstream.md +4 -4
- data/docs/DartPackageUpload.md +1 -0
- data/docs/DartUpstream.md +4 -4
- data/docs/DebPackageUpload.md +1 -0
- data/docs/DebUpstream.md +4 -4
- data/docs/DockerPackageUpload.md +1 -0
- data/docs/DockerUpstream.md +2 -2
- data/docs/FormatSupport.md +1 -0
- data/docs/FormatSupportUpstream.md +1 -0
- data/docs/GenericPackageUpload.md +91 -0
- data/docs/GenericPackageUploadRequest.md +13 -0
- data/docs/GenericUpstream.md +33 -0
- data/docs/GenericUpstreamRequest.md +21 -0
- data/docs/GenericUpstreamRequestPatch.md +21 -0
- data/docs/GoPackageUpload.md +1 -0
- data/docs/GoUpstream.md +4 -4
- data/docs/HelmPackageUpload.md +1 -0
- data/docs/HelmUpstream.md +4 -4
- data/docs/HexPackageUpload.md +1 -0
- data/docs/HexUpstream.md +4 -4
- data/docs/HuggingfacePackageUpload.md +1 -0
- data/docs/HuggingfaceUpstream.md +4 -4
- data/docs/LuarocksPackageUpload.md +1 -0
- data/docs/MavenPackageUpload.md +1 -0
- data/docs/MavenUpstream.md +5 -4
- data/docs/MavenUpstreamRequest.md +1 -0
- data/docs/MavenUpstreamRequestPatch.md +1 -0
- data/docs/NpmPackageUpload.md +1 -0
- data/docs/NpmUpstream.md +5 -4
- data/docs/NpmUpstreamRequest.md +1 -0
- data/docs/NpmUpstreamRequestPatch.md +1 -0
- data/docs/NugetPackageUpload.md +1 -0
- data/docs/NugetUpstream.md +4 -4
- data/docs/OrganizationTeam.md +1 -1
- data/docs/OrganizationTeamMembers.md +1 -1
- data/docs/OrganizationTeamRequest.md +1 -1
- data/docs/OrganizationTeamRequestPatch.md +1 -1
- data/docs/{OrganizationTeamMembership.md → OrganizationTeamServiceMember.md} +2 -1
- data/docs/P2PackageUpload.md +1 -0
- data/docs/Package.md +2 -0
- data/docs/PackageBulkAction.md +11 -0
- data/docs/PackageBulkActionResponse.md +10 -0
- data/docs/PackageCopy.md +2 -0
- data/docs/PackageCopyRequest.md +1 -1
- data/docs/PackageMove.md +2 -0
- data/docs/PackageMoveRequest.md +1 -1
- data/docs/PackageQuarantine.md +2 -0
- data/docs/PackageResync.md +2 -0
- data/docs/PackageTag.md +2 -0
- data/docs/PackagesApi.md +262 -0
- data/docs/PythonPackageUpload.md +1 -0
- data/docs/PythonUpstream.md +4 -4
- data/docs/RawPackageUpload.md +1 -0
- data/docs/ReposApi.md +1173 -367
- data/docs/Repository.md +2 -0
- data/docs/RepositoryCreate.md +2 -0
- data/docs/RepositoryCreateRequest.md +1 -0
- data/docs/RepositoryRequestPatch.md +1 -0
- data/docs/RpmPackageUpload.md +1 -0
- data/docs/RpmUpstream.md +4 -4
- data/docs/RubyPackageUpload.md +1 -0
- data/docs/RubyUpstream.md +4 -4
- data/docs/SwiftPackageUpload.md +1 -0
- data/docs/SwiftUpstream.md +4 -4
- data/docs/TerraformPackageUpload.md +1 -0
- data/docs/VagrantPackageUpload.md +1 -0
- data/docs/VsxPackageUpload.md +91 -0
- data/docs/VsxPackageUploadRequest.md +10 -0
- data/lib/cloudsmith-api/api/bulk_action_api.rb +77 -0
- data/lib/cloudsmith-api/api/packages_api.rb +246 -0
- data/lib/cloudsmith-api/api/repos_api.rb +1475 -679
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/alpine_upstream.rb +496 -0
- data/lib/cloudsmith-api/models/alpine_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/alpine_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cargo_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/composer_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/composer_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/conan_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/conda_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/conda_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/cran_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cran_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/dart_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/dart_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/deb_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/deb_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/docker_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/docker_upstream.rb +4 -2
- data/lib/cloudsmith-api/models/format_support.rb +16 -1
- data/lib/cloudsmith-api/models/format_support_upstream.rb +19 -4
- data/lib/cloudsmith-api/models/generic_package_upload.rb +1001 -0
- data/lib/cloudsmith-api/models/generic_package_upload_request.rb +245 -0
- data/lib/cloudsmith-api/models/generic_upstream.rb +506 -0
- data/lib/cloudsmith-api/models/generic_upstream_request.rb +375 -0
- data/lib/cloudsmith-api/models/generic_upstream_request_patch.rb +365 -0
- data/lib/cloudsmith-api/models/go_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/go_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/helm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/helm_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/hex_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/hex_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/huggingface_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/huggingface_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/maven_upstream.rb +32 -5
- data/lib/cloudsmith-api/models/maven_upstream_request.rb +25 -1
- data/lib/cloudsmith-api/models/maven_upstream_request_patch.rb +25 -1
- data/lib/cloudsmith-api/models/npm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/npm_upstream.rb +32 -5
- data/lib/cloudsmith-api/models/npm_upstream_request.rb +25 -1
- data/lib/cloudsmith-api/models/npm_upstream_request_patch.rb +25 -1
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/nuget_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/organization_team.rb +1 -0
- data/lib/cloudsmith-api/models/organization_team_members.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_request.rb +1 -0
- data/lib/cloudsmith-api/models/organization_team_request_patch.rb +1 -0
- data/lib/cloudsmith-api/models/{organization_team_membership.rb → organization_team_service_member.rb} +28 -5
- data/lib/cloudsmith-api/models/p2_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/package.rb +20 -1
- data/lib/cloudsmith-api/models/package_bulk_action.rb +261 -0
- data/lib/cloudsmith-api/models/package_bulk_action_response.rb +209 -0
- data/lib/cloudsmith-api/models/package_copy.rb +20 -1
- data/lib/cloudsmith-api/models/package_copy_request.rb +1 -0
- data/lib/cloudsmith-api/models/package_move.rb +20 -1
- data/lib/cloudsmith-api/models/package_move_request.rb +1 -0
- data/lib/cloudsmith-api/models/package_quarantine.rb +20 -1
- data/lib/cloudsmith-api/models/package_resync.rb +20 -1
- data/lib/cloudsmith-api/models/package_tag.rb +20 -1
- data/lib/cloudsmith-api/models/python_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/python_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/raw_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/repository.rb +21 -1
- data/lib/cloudsmith-api/models/repository_create.rb +21 -1
- data/lib/cloudsmith-api/models/repository_create_request.rb +11 -1
- data/lib/cloudsmith-api/models/repository_request_patch.rb +11 -1
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/rpm_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/ruby_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/swift_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/swift_upstream.rb +7 -4
- data/lib/cloudsmith-api/models/terraform_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/vsx_package_upload.rb +1001 -0
- data/lib/cloudsmith-api/models/vsx_package_upload_request.rb +210 -0
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +14 -1
- data/spec/api/bulk_action_api_spec.rb +47 -0
- data/spec/api/packages_api_spec.rb +56 -0
- data/spec/api/repos_api_spec.rb +176 -0
- data/spec/models/alpine_package_upload_spec.rb +6 -0
- data/spec/models/alpine_upstream_request_patch_spec.rb +121 -0
- data/spec/models/alpine_upstream_request_spec.rb +121 -0
- data/spec/models/alpine_upstream_spec.rb +197 -0
- data/spec/models/cargo_package_upload_spec.rb +6 -0
- data/spec/models/cocoapods_package_upload_spec.rb +6 -0
- data/spec/models/composer_package_upload_spec.rb +6 -0
- data/spec/models/conan_package_upload_spec.rb +6 -0
- data/spec/models/conda_package_upload_spec.rb +6 -0
- data/spec/models/cran_package_upload_spec.rb +6 -0
- data/spec/models/dart_package_upload_spec.rb +6 -0
- data/spec/models/deb_package_upload_spec.rb +6 -0
- data/spec/models/docker_package_upload_spec.rb +6 -0
- data/spec/models/format_support_spec.rb +6 -0
- data/spec/models/format_support_upstream_spec.rb +6 -0
- data/spec/models/generic_package_upload_request_spec.rb +71 -0
- data/spec/models/generic_package_upload_spec.rb +543 -0
- data/spec/models/generic_upstream_request_patch_spec.rb +127 -0
- data/spec/models/generic_upstream_request_spec.rb +127 -0
- data/spec/models/generic_upstream_spec.rb +203 -0
- data/spec/models/go_package_upload_spec.rb +6 -0
- data/spec/models/helm_package_upload_spec.rb +6 -0
- data/spec/models/hex_package_upload_spec.rb +6 -0
- data/spec/models/huggingface_package_upload_spec.rb +6 -0
- data/spec/models/luarocks_package_upload_spec.rb +6 -0
- data/spec/models/maven_package_upload_spec.rb +6 -0
- data/spec/models/maven_upstream_request_patch_spec.rb +10 -0
- data/spec/models/maven_upstream_request_spec.rb +10 -0
- data/spec/models/maven_upstream_spec.rb +10 -0
- data/spec/models/npm_package_upload_spec.rb +6 -0
- data/spec/models/npm_upstream_request_patch_spec.rb +10 -0
- data/spec/models/npm_upstream_request_spec.rb +10 -0
- data/spec/models/npm_upstream_spec.rb +10 -0
- data/spec/models/nuget_package_upload_spec.rb +6 -0
- data/spec/models/{organization_team_membership_spec.rb → organization_team_service_member_spec.rb} +16 -6
- data/spec/models/p2_package_upload_spec.rb +6 -0
- data/spec/models/package_bulk_action_response_spec.rb +53 -0
- data/spec/models/package_bulk_action_spec.rb +63 -0
- data/spec/models/package_copy_spec.rb +12 -0
- data/spec/models/package_move_spec.rb +12 -0
- data/spec/models/package_quarantine_spec.rb +12 -0
- data/spec/models/package_resync_spec.rb +12 -0
- data/spec/models/package_spec.rb +12 -0
- data/spec/models/package_tag_spec.rb +12 -0
- data/spec/models/python_package_upload_spec.rb +6 -0
- data/spec/models/raw_package_upload_spec.rb +6 -0
- data/spec/models/repository_create_request_spec.rb +6 -0
- data/spec/models/repository_create_spec.rb +12 -0
- data/spec/models/repository_request_patch_spec.rb +6 -0
- data/spec/models/repository_spec.rb +12 -0
- data/spec/models/rpm_package_upload_spec.rb +6 -0
- data/spec/models/ruby_package_upload_spec.rb +6 -0
- data/spec/models/swift_package_upload_spec.rb +6 -0
- data/spec/models/terraform_package_upload_spec.rb +6 -0
- data/spec/models/vagrant_package_upload_spec.rb +6 -0
- data/spec/models/vsx_package_upload_request_spec.rb +53 -0
- data/spec/models/vsx_package_upload_spec.rb +543 -0
- data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.9.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ethon-0.18.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/logger-1.7.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.7.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.1/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/mkmf.log +4 -4
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/CHANGELOG.md +10 -1
- data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/idna/pure.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/CHANGELOG.md +46 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/README.md +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/classes.rb +12 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/codes.rb +3 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/options.rb +4 -3
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/callbacks.rb +10 -3
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/informations.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/response_callbacks.rb +6 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/loggable.rb +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/.document +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/.rdoc_options +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/BSDL +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/COPYING +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/README.md +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger.rb +789 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/Changelog.md +9 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/recorder.rb +3 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/order_group.rb +15 -4
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/Changelog.md +10 -3
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/fuzzy_matcher.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CHANGELOG.md +14 -1
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/README.md +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/typhoeus.gemspec +1 -1
- data/vendor/bundle/ruby/2.6.0/specifications/{addressable-2.8.8.gemspec → addressable-2.8.9.gemspec} +3 -5
- data/vendor/bundle/ruby/2.6.0/specifications/{ethon-0.15.0.gemspec → ethon-0.18.0.gemspec} +8 -4
- data/vendor/bundle/ruby/2.6.0/specifications/logger-1.7.0.gemspec +22 -0
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-mocks-3.13.7.gemspec → rspec-mocks-3.13.8.gemspec} +5 -5
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.6.gemspec → rspec-support-3.13.7.gemspec} +4 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{typhoeus-1.5.0.gemspec → typhoeus-1.6.0.gemspec} +5 -5
- metadata +284 -278
- data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ethon-0.15.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.7.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.5.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/Gemfile +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/Rakefile +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/addressable.gemspec +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/idna_spec.rb +0 -302
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/net_http_compat_spec.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/security_spec.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/template_spec.rb +0 -1264
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/uri_spec.rb +0 -6854
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/spec_helper.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/clobber.rake +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/gem.rake +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/git.rake +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/metrics.rake +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/profile.rake +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/rspec.rake +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/yard.rake +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.github/workflows/ruby.yml +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.gitignore +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.rspec +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Gemfile +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Guardfile +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Rakefile +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/ethon.gemspec +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/benchmarks.rb +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/memory_leaks.rb +0 -114
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb +0 -79
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb +0 -177
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb +0 -126
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb +0 -317
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb +0 -168
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +0 -120
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +0 -268
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb +0 -193
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb +0 -235
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb +0 -152
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb +0 -203
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb +0 -298
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb +0 -182
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb +0 -152
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/spec_helper.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/localhost_server.rb +0 -95
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/server.rb +0 -115
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/idna/native.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/idna.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/template.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable/uri.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.8.9}/lib/addressable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/constants.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/form_options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/functions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/infos.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/messages.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/settings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/debug_info.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/form.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/header.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/actionable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/custom.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/delete.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/get.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/head.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/patch.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/post.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/postable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/put.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/putable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/mirror.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/operations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/params.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/queryable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/ethon_error.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/global_init.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_option.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_value.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_add.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_remove.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/select.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/libc.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/operations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/stack.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/configuration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/example_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/marshal_extension.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/mutate_const.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/object_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/space.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/standalone.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/syntax.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/targets.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/test_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/caller_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/comparable_version.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/differ.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/directory_maker.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/encoded_string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/hunk_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/matcher_definition.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/method_signature_verifier.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/object_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/recursive_const_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/reentrant_mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/ruby_features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/location.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/token.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/diff_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/formatting_support.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/in_sub_process.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/shell_out.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/string_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/UPGRADE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/adapters/faraday.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/dalli.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/rails.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/redis.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/config.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/easy_factory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/no_stub.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/addable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/before.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/queueable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/runnable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/pool.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/railtie.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/actions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/before.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/marshal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/operations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/responseable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/streamable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/header.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/informations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/status.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus.rb +0 -0
data/docs/Repository.md
CHANGED
|
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
|
|
|
26
26
|
**is_open_source** | **BOOLEAN** | | [optional]
|
|
27
27
|
**is_private** | **BOOLEAN** | | [optional]
|
|
28
28
|
**is_public** | **BOOLEAN** | | [optional]
|
|
29
|
+
**is_public_hidden** | **BOOLEAN** | If checked, this repository will be hidden from the list of public broadcasts for the workspace. | [optional]
|
|
29
30
|
**manage_entitlements_privilege** | **String** | This defines the minimum level of privilege required for a user to manage entitlement tokens with private repositories. Management is the ability to create, alter, enable, disable or delete all tokens without a repository. | [optional] [default to 'Admin']
|
|
30
31
|
**move_own** | **BOOLEAN** | If checked, users can move any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
|
31
32
|
**move_packages** | **String** | This defines the minimum level of privilege required for a user to move packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific move setting. | [optional] [default to 'Admin']
|
|
@@ -55,6 +56,7 @@ Name | Type | Description | Notes
|
|
|
55
56
|
**scan_packages** | **String** | This defines the minimum level of privilege required for a user to scan packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific scan setting. | [optional] [default to 'Read']
|
|
56
57
|
**self_html_url** | **String** | Website URL for this repository. | [optional]
|
|
57
58
|
**self_url** | **String** | API endpoint where data about this repository can be retrieved. | [optional]
|
|
59
|
+
**self_webapp_url** | **String** | Webapp URL for this repository. | [optional]
|
|
58
60
|
**show_setup_all** | **BOOLEAN** | If checked, the Set Me Up help for all formats will always be shown, even if you don't have packages of that type uploaded. Otherwise, help will only be shown for packages that are in the repository. For example, if you have uploaded only NuGet packages, then the Set Me Up help for NuGet packages will be shown only. | [optional]
|
|
59
61
|
**size** | **Integer** | The calculated size of the repository. | [optional]
|
|
60
62
|
**size_str** | **String** | The calculated size of the repository (human readable). | [optional]
|
data/docs/RepositoryCreate.md
CHANGED
|
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
|
|
|
26
26
|
**is_open_source** | **BOOLEAN** | | [optional]
|
|
27
27
|
**is_private** | **BOOLEAN** | | [optional]
|
|
28
28
|
**is_public** | **BOOLEAN** | | [optional]
|
|
29
|
+
**is_public_hidden** | **BOOLEAN** | If checked, this repository will be hidden from the list of public broadcasts for the workspace. | [optional]
|
|
29
30
|
**manage_entitlements_privilege** | **String** | This defines the minimum level of privilege required for a user to manage entitlement tokens with private repositories. Management is the ability to create, alter, enable, disable or delete all tokens without a repository. | [optional] [default to 'Admin']
|
|
30
31
|
**move_own** | **BOOLEAN** | If checked, users can move any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
|
31
32
|
**move_packages** | **String** | This defines the minimum level of privilege required for a user to move packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific move setting. | [optional] [default to 'Admin']
|
|
@@ -55,6 +56,7 @@ Name | Type | Description | Notes
|
|
|
55
56
|
**scan_packages** | **String** | This defines the minimum level of privilege required for a user to scan packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific scan setting. | [optional] [default to 'Read']
|
|
56
57
|
**self_html_url** | **String** | Website URL for this repository. | [optional]
|
|
57
58
|
**self_url** | **String** | API endpoint where data about this repository can be retrieved. | [optional]
|
|
59
|
+
**self_webapp_url** | **String** | Webapp URL for this repository. | [optional]
|
|
58
60
|
**show_setup_all** | **BOOLEAN** | If checked, the Set Me Up help for all formats will always be shown, even if you don't have packages of that type uploaded. Otherwise, help will only be shown for packages that are in the repository. For example, if you have uploaded only NuGet packages, then the Set Me Up help for NuGet packages will be shown only. | [optional]
|
|
59
61
|
**size** | **Integer** | The calculated size of the repository. | [optional]
|
|
60
62
|
**size_str** | **String** | The calculated size of the repository (human readable). | [optional]
|
|
@@ -18,6 +18,7 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**enforce_eula** | **BOOLEAN** | If checked, downloads will explicitly require acceptance of an EULA. | [optional]
|
|
19
19
|
**generic_package_index_enabled** | **BOOLEAN** | If checked, HTML indexes will be generated that list all available generic packages in the repository. | [optional]
|
|
20
20
|
**index_files** | **BOOLEAN** | If checked, files contained in packages will be indexed, which increase the synchronisation time required for packages. Note that it is recommended you keep this enabled unless the synchronisation time is significantly impacted. | [optional]
|
|
21
|
+
**is_public_hidden** | **BOOLEAN** | If checked, this repository will be hidden from the list of public broadcasts for the workspace. | [optional]
|
|
21
22
|
**manage_entitlements_privilege** | **String** | This defines the minimum level of privilege required for a user to manage entitlement tokens with private repositories. Management is the ability to create, alter, enable, disable or delete all tokens without a repository. | [optional] [default to 'Admin']
|
|
22
23
|
**move_own** | **BOOLEAN** | If checked, users can move any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
|
23
24
|
**move_packages** | **String** | This defines the minimum level of privilege required for a user to move packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific move setting. | [optional] [default to 'Admin']
|
|
@@ -18,6 +18,7 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**enforce_eula** | **BOOLEAN** | If checked, downloads will explicitly require acceptance of an EULA. | [optional]
|
|
19
19
|
**generic_package_index_enabled** | **BOOLEAN** | If checked, HTML indexes will be generated that list all available generic packages in the repository. | [optional]
|
|
20
20
|
**index_files** | **BOOLEAN** | If checked, files contained in packages will be indexed, which increase the synchronisation time required for packages. Note that it is recommended you keep this enabled unless the synchronisation time is significantly impacted. | [optional]
|
|
21
|
+
**is_public_hidden** | **BOOLEAN** | If checked, this repository will be hidden from the list of public broadcasts for the workspace. | [optional]
|
|
21
22
|
**manage_entitlements_privilege** | **String** | This defines the minimum level of privilege required for a user to manage entitlement tokens with private repositories. Management is the ability to create, alter, enable, disable or delete all tokens without a repository. | [optional] [default to 'Admin']
|
|
22
23
|
**move_own** | **BOOLEAN** | If checked, users can move any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
|
23
24
|
**move_packages** | **String** | This defines the minimum level of privilege required for a user to move packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific move setting. | [optional] [default to 'Admin']
|
data/docs/RpmPackageUpload.md
CHANGED
|
@@ -60,6 +60,7 @@ Name | Type | Description | Notes
|
|
|
60
60
|
**security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
|
|
61
61
|
**self_html_url** | **String** | | [optional]
|
|
62
62
|
**self_url** | **String** | | [optional]
|
|
63
|
+
**self_webapp_url** | **String** | | [optional]
|
|
63
64
|
**signature_url** | **String** | | [optional]
|
|
64
65
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
|
65
66
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
data/docs/RpmUpstream.md
CHANGED
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
**auth_mode** | **String** | The authentication mode to use when accessing this upstream. | [optional] [default to 'None']
|
|
7
7
|
**auth_secret** | **String** | Secret to provide with requests to upstream. | [optional]
|
|
8
8
|
**auth_username** | **String** | Username to provide with requests to upstream. | [optional]
|
|
9
|
-
**available** | **
|
|
10
|
-
**can_reindex** | **
|
|
9
|
+
**available** | **BOOLEAN** | Whether the upstream is available for use. | [optional]
|
|
10
|
+
**can_reindex** | **BOOLEAN** | Whether the upstream can be reindexed. | [optional]
|
|
11
11
|
**created_at** | **DateTime** | The datetime the upstream source was created. | [optional]
|
|
12
12
|
**disable_reason** | **String** | | [optional] [default to 'N/A']
|
|
13
13
|
**disable_reason_text** | **String** | Human-readable explanation of why this upstream is disabled | [optional]
|
|
@@ -20,9 +20,9 @@ Name | Type | Description | Notes
|
|
|
20
20
|
**gpg_key_inline** | **String** | A public GPG key to associate with packages found on this upstream. When using the Cloudsmith setup script, this GPG key will be automatically imported on your deployment machines to allow upstream packages to validate and install. | [optional]
|
|
21
21
|
**gpg_key_url** | **String** | When provided, Cloudsmith will fetch, validate, and associate a public GPG key found at the provided URL. When using the Cloudsmith setup script, this GPG key will be automatically imported on your deployment machines to allow upstream packages to validate and install. | [optional]
|
|
22
22
|
**gpg_verification** | **String** | The GPG signature verification mode for this upstream. | [optional] [default to 'Allow All']
|
|
23
|
-
**has_failed_signature_verification** | **
|
|
23
|
+
**has_failed_signature_verification** | **BOOLEAN** | Whether the upstream has failed signature verification. | [optional]
|
|
24
24
|
**include_sources** | **BOOLEAN** | When checked, source packages will be available from this upstream. | [optional]
|
|
25
|
-
**index_package_count** | **
|
|
25
|
+
**index_package_count** | **Integer** | The number of packages available in this upstream source | [optional]
|
|
26
26
|
**index_status** | **String** | The current indexing status of this upstream source | [optional]
|
|
27
27
|
**is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
|
|
28
28
|
**last_indexed** | **String** | The last time this upstream source was indexed | [optional]
|
data/docs/RubyPackageUpload.md
CHANGED
|
@@ -60,6 +60,7 @@ Name | Type | Description | Notes
|
|
|
60
60
|
**security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
|
|
61
61
|
**self_html_url** | **String** | | [optional]
|
|
62
62
|
**self_url** | **String** | | [optional]
|
|
63
|
+
**self_webapp_url** | **String** | | [optional]
|
|
63
64
|
**signature_url** | **String** | | [optional]
|
|
64
65
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
|
65
66
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
data/docs/RubyUpstream.md
CHANGED
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
**auth_mode** | **String** | The authentication mode to use when accessing this upstream. | [optional] [default to 'None']
|
|
7
7
|
**auth_secret** | **String** | Secret to provide with requests to upstream. | [optional]
|
|
8
8
|
**auth_username** | **String** | Username to provide with requests to upstream. | [optional]
|
|
9
|
-
**available** | **
|
|
10
|
-
**can_reindex** | **
|
|
9
|
+
**available** | **BOOLEAN** | Whether the upstream is available for use. | [optional]
|
|
10
|
+
**can_reindex** | **BOOLEAN** | Whether the upstream can be reindexed. | [optional]
|
|
11
11
|
**created_at** | **DateTime** | The datetime the upstream source was created. | [optional]
|
|
12
12
|
**disable_reason** | **String** | | [optional] [default to 'N/A']
|
|
13
13
|
**disable_reason_text** | **String** | Human-readable explanation of why this upstream is disabled | [optional]
|
|
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**extra_header_2** | **String** | The key for extra header #2 to send to upstream. | [optional]
|
|
16
16
|
**extra_value_1** | **String** | The value for extra header #1 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
17
17
|
**extra_value_2** | **String** | The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
18
|
-
**has_failed_signature_verification** | **
|
|
19
|
-
**index_package_count** | **
|
|
18
|
+
**has_failed_signature_verification** | **BOOLEAN** | Whether the upstream has failed signature verification. | [optional]
|
|
19
|
+
**index_package_count** | **Integer** | The number of packages available in this upstream source | [optional]
|
|
20
20
|
**index_status** | **String** | The current indexing status of this upstream source | [optional]
|
|
21
21
|
**is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
|
|
22
22
|
**last_indexed** | **String** | The last time this upstream source was indexed | [optional]
|
data/docs/SwiftPackageUpload.md
CHANGED
|
@@ -65,6 +65,7 @@ Name | Type | Description | Notes
|
|
|
65
65
|
**security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
|
|
66
66
|
**self_html_url** | **String** | | [optional]
|
|
67
67
|
**self_url** | **String** | | [optional]
|
|
68
|
+
**self_webapp_url** | **String** | | [optional]
|
|
68
69
|
**signature_url** | **String** | | [optional]
|
|
69
70
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
|
70
71
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
data/docs/SwiftUpstream.md
CHANGED
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
**auth_mode** | **String** | The authentication mode to use when accessing this upstream. | [optional] [default to 'None']
|
|
7
7
|
**auth_secret** | **String** | Secret to provide with requests to upstream. | [optional]
|
|
8
8
|
**auth_username** | **String** | Username to provide with requests to upstream. | [optional]
|
|
9
|
-
**available** | **
|
|
10
|
-
**can_reindex** | **
|
|
9
|
+
**available** | **BOOLEAN** | Whether the upstream is available for use. | [optional]
|
|
10
|
+
**can_reindex** | **BOOLEAN** | Whether the upstream can be reindexed. | [optional]
|
|
11
11
|
**created_at** | **DateTime** | The datetime the upstream source was created. | [optional]
|
|
12
12
|
**disable_reason** | **String** | | [optional] [default to 'N/A']
|
|
13
13
|
**disable_reason_text** | **String** | Human-readable explanation of why this upstream is disabled | [optional]
|
|
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**extra_header_2** | **String** | The key for extra header #2 to send to upstream. | [optional]
|
|
16
16
|
**extra_value_1** | **String** | The value for extra header #1 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
17
17
|
**extra_value_2** | **String** | The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted. | [optional]
|
|
18
|
-
**has_failed_signature_verification** | **
|
|
19
|
-
**index_package_count** | **
|
|
18
|
+
**has_failed_signature_verification** | **BOOLEAN** | Whether the upstream has failed signature verification. | [optional]
|
|
19
|
+
**index_package_count** | **Integer** | The number of packages available in this upstream source | [optional]
|
|
20
20
|
**index_status** | **String** | The current indexing status of this upstream source | [optional]
|
|
21
21
|
**is_active** | **BOOLEAN** | Whether or not this upstream is active and ready for requests. | [optional]
|
|
22
22
|
**last_indexed** | **String** | The last time this upstream source was indexed | [optional]
|
|
@@ -60,6 +60,7 @@ Name | Type | Description | Notes
|
|
|
60
60
|
**security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
|
|
61
61
|
**self_html_url** | **String** | | [optional]
|
|
62
62
|
**self_url** | **String** | | [optional]
|
|
63
|
+
**self_webapp_url** | **String** | | [optional]
|
|
63
64
|
**signature_url** | **String** | | [optional]
|
|
64
65
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
|
65
66
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
|
@@ -61,6 +61,7 @@ Name | Type | Description | Notes
|
|
|
61
61
|
**security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
|
|
62
62
|
**self_html_url** | **String** | | [optional]
|
|
63
63
|
**self_url** | **String** | | [optional]
|
|
64
|
+
**self_webapp_url** | **String** | | [optional]
|
|
64
65
|
**signature_url** | **String** | | [optional]
|
|
65
66
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
|
66
67
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# CloudsmithApi::VsxPackageUpload
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**architectures** | [**Array<Architecture>**](Architecture.md) | | [optional]
|
|
7
|
+
**cdn_url** | **String** | | [optional]
|
|
8
|
+
**checksum_md5** | **String** | | [optional]
|
|
9
|
+
**checksum_sha1** | **String** | | [optional]
|
|
10
|
+
**checksum_sha256** | **String** | | [optional]
|
|
11
|
+
**checksum_sha512** | **String** | | [optional]
|
|
12
|
+
**dependencies_checksum_md5** | **String** | A checksum of all of the package's dependencies. | [optional]
|
|
13
|
+
**dependencies_url** | **String** | | [optional]
|
|
14
|
+
**description** | **String** | A textual description of this package. | [optional]
|
|
15
|
+
**display_name** | **String** | | [optional]
|
|
16
|
+
**distro** | [**Distribution**](Distribution.md) | | [optional]
|
|
17
|
+
**distro_version** | [**DistributionVersion**](DistributionVersion.md) | | [optional]
|
|
18
|
+
**downloads** | **Integer** | | [optional]
|
|
19
|
+
**epoch** | **Integer** | The epoch of the package version (if any). | [optional]
|
|
20
|
+
**extension** | **String** | | [optional]
|
|
21
|
+
**filename** | **String** | | [optional]
|
|
22
|
+
**files** | [**Array<PackageFile>**](PackageFile.md) | | [optional]
|
|
23
|
+
**format** | **String** | | [optional]
|
|
24
|
+
**format_url** | **String** | | [optional]
|
|
25
|
+
**freeable_storage** | **Integer** | Amount of storage that will be freed if this package is deleted | [optional]
|
|
26
|
+
**fully_qualified_name** | **String** | | [optional]
|
|
27
|
+
**identifier_perm** | **String** | Unique and permanent identifier for the package. | [optional]
|
|
28
|
+
**identifiers** | **Hash<String, String>** | Return a map of identifier field names and their values. | [optional]
|
|
29
|
+
**indexed** | **BOOLEAN** | | [optional]
|
|
30
|
+
**is_cancellable** | **BOOLEAN** | | [optional]
|
|
31
|
+
**is_copyable** | **BOOLEAN** | | [optional]
|
|
32
|
+
**is_deleteable** | **BOOLEAN** | | [optional]
|
|
33
|
+
**is_downloadable** | **BOOLEAN** | | [optional]
|
|
34
|
+
**is_moveable** | **BOOLEAN** | | [optional]
|
|
35
|
+
**is_quarantinable** | **BOOLEAN** | | [optional]
|
|
36
|
+
**is_quarantined** | **BOOLEAN** | | [optional]
|
|
37
|
+
**is_resyncable** | **BOOLEAN** | | [optional]
|
|
38
|
+
**is_security_scannable** | **BOOLEAN** | | [optional]
|
|
39
|
+
**is_sync_awaiting** | **BOOLEAN** | | [optional]
|
|
40
|
+
**is_sync_completed** | **BOOLEAN** | | [optional]
|
|
41
|
+
**is_sync_failed** | **BOOLEAN** | | [optional]
|
|
42
|
+
**is_sync_in_flight** | **BOOLEAN** | | [optional]
|
|
43
|
+
**is_sync_in_progress** | **BOOLEAN** | | [optional]
|
|
44
|
+
**license** | **String** | The license of this package. | [optional]
|
|
45
|
+
**name** | **String** | The name of this package. | [optional]
|
|
46
|
+
**namespace** | **String** | | [optional]
|
|
47
|
+
**namespace_url** | **String** | | [optional]
|
|
48
|
+
**num_files** | **Integer** | | [optional]
|
|
49
|
+
**origin_repository** | **String** | | [optional]
|
|
50
|
+
**origin_repository_url** | **String** | | [optional]
|
|
51
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
|
52
|
+
**policy_violated** | **BOOLEAN** | Whether or not the package has violated any policy. | [optional]
|
|
53
|
+
**raw_license** | **String** | The raw license string. | [optional]
|
|
54
|
+
**release** | **String** | The release of the package version (if any). | [optional]
|
|
55
|
+
**repository** | **String** | | [optional]
|
|
56
|
+
**repository_url** | **String** | | [optional]
|
|
57
|
+
**security_scan_completed_at** | **DateTime** | The datetime the security scanning was completed. | [optional]
|
|
58
|
+
**security_scan_started_at** | **DateTime** | The datetime the security scanning was started. | [optional]
|
|
59
|
+
**security_scan_status** | **String** | | [optional] [default to 'Awaiting Security Scan']
|
|
60
|
+
**security_scan_status_updated_at** | **DateTime** | The datetime the security scanning status was updated. | [optional]
|
|
61
|
+
**self_html_url** | **String** | | [optional]
|
|
62
|
+
**self_url** | **String** | | [optional]
|
|
63
|
+
**self_webapp_url** | **String** | | [optional]
|
|
64
|
+
**signature_url** | **String** | | [optional]
|
|
65
|
+
**size** | **Integer** | The calculated size of the package. | [optional]
|
|
66
|
+
**slug** | **String** | The public unique identifier for the package. | [optional]
|
|
67
|
+
**slug_perm** | **String** | | [optional]
|
|
68
|
+
**spdx_license** | **String** | The SPDX license identifier for this package. | [optional]
|
|
69
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
|
70
|
+
**stage_str** | **String** | | [optional]
|
|
71
|
+
**stage_updated_at** | **DateTime** | The datetime the package stage was updated at. | [optional]
|
|
72
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
|
73
|
+
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
|
74
|
+
**status_str** | **String** | | [optional]
|
|
75
|
+
**status_updated_at** | **DateTime** | The datetime the package status was updated at. | [optional]
|
|
76
|
+
**status_url** | **String** | | [optional]
|
|
77
|
+
**subtype** | **String** | | [optional]
|
|
78
|
+
**summary** | **String** | A one-liner synopsis of this package. | [optional]
|
|
79
|
+
**sync_finished_at** | **DateTime** | The datetime the package sync was finished at. | [optional]
|
|
80
|
+
**sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
|
|
81
|
+
**tags_automatic** | [**Tags**](Tags.md) | | [optional]
|
|
82
|
+
**tags_immutable** | [**Tags**](Tags.md) | | [optional]
|
|
83
|
+
**type_display** | **String** | | [optional]
|
|
84
|
+
**uploaded_at** | **DateTime** | The date this package was uploaded. | [optional]
|
|
85
|
+
**uploader** | **String** | | [optional]
|
|
86
|
+
**uploader_url** | **String** | | [optional]
|
|
87
|
+
**version** | **String** | The raw version for this package. | [optional]
|
|
88
|
+
**version_orig** | **String** | | [optional]
|
|
89
|
+
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
90
|
+
|
|
91
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CloudsmithApi::VsxPackageUploadRequest
|
|
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
|
+
**tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Cloudsmith API (v1)
|
|
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.4.50
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'uri'
|
|
14
|
+
|
|
15
|
+
module CloudsmithApi
|
|
16
|
+
class BulkActionApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
# Perform bulk operations on multiple packages within a repository or across all accessible repositories. If 'repository' is provided, actions are limited to that repository. If 'repository' is omitted, actions are performed across all repositories the user has access to within the workspace. Returns a list of successfully actioned packages and any packages that failed with error details.
|
|
23
|
+
# @param owner
|
|
24
|
+
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [PackageBulkAction] :data
|
|
26
|
+
# @return [PackageBulkActionResponse]
|
|
27
|
+
def bulk_action(owner, opts = {})
|
|
28
|
+
data, _status_code, _headers = bulk_action_with_http_info(owner, opts)
|
|
29
|
+
data
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Perform bulk operations on multiple packages within a repository or across all accessible repositories. If 'repository' is provided, actions are limited to that repository. If 'repository' is omitted, actions are performed across all repositories the user has access to within the workspace. Returns a list of successfully actioned packages and any packages that failed with error details.
|
|
33
|
+
# @param owner
|
|
34
|
+
# @param [Hash] opts the optional parameters
|
|
35
|
+
# @option opts [PackageBulkAction] :data
|
|
36
|
+
# @return [Array<(PackageBulkActionResponse, Fixnum, Hash)>] PackageBulkActionResponse data, response status code and response headers
|
|
37
|
+
def bulk_action_with_http_info(owner, opts = {})
|
|
38
|
+
if @api_client.config.debugging
|
|
39
|
+
@api_client.config.logger.debug 'Calling API: BulkActionApi.bulk_action ...'
|
|
40
|
+
end
|
|
41
|
+
# verify the required parameter 'owner' is set
|
|
42
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
43
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling BulkActionApi.bulk_action"
|
|
44
|
+
end
|
|
45
|
+
# resource path
|
|
46
|
+
local_var_path = '/bulk-action/{owner}/'.sub('{' + 'owner' + '}', owner.to_s)
|
|
47
|
+
|
|
48
|
+
# query parameters
|
|
49
|
+
query_params = {}
|
|
50
|
+
|
|
51
|
+
# header parameters
|
|
52
|
+
header_params = {}
|
|
53
|
+
# HTTP header 'Accept' (if needed)
|
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
55
|
+
# HTTP header 'Content-Type'
|
|
56
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
57
|
+
|
|
58
|
+
# form parameters
|
|
59
|
+
form_params = {}
|
|
60
|
+
|
|
61
|
+
# http body (model)
|
|
62
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
|
63
|
+
auth_names = ['apikey', 'basic']
|
|
64
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
65
|
+
:header_params => header_params,
|
|
66
|
+
:query_params => query_params,
|
|
67
|
+
:form_params => form_params,
|
|
68
|
+
:body => post_body,
|
|
69
|
+
:auth_names => auth_names,
|
|
70
|
+
:return_type => 'PackageBulkActionResponse')
|
|
71
|
+
if @api_client.config.debugging
|
|
72
|
+
@api_client.config.logger.debug "API called: BulkActionApi#bulk_action\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
73
|
+
end
|
|
74
|
+
return data, status_code, headers
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
end
|
|
@@ -1524,6 +1524,68 @@ module CloudsmithApi
|
|
|
1524
1524
|
end
|
|
1525
1525
|
return data, status_code, headers
|
|
1526
1526
|
end
|
|
1527
|
+
# Create a new Generic package
|
|
1528
|
+
# Create a new Generic package
|
|
1529
|
+
# @param owner
|
|
1530
|
+
# @param repo
|
|
1531
|
+
# @param [Hash] opts the optional parameters
|
|
1532
|
+
# @option opts [GenericPackageUploadRequest] :data
|
|
1533
|
+
# @return [GenericPackageUpload]
|
|
1534
|
+
def packages_upload_generic(owner, repo, opts = {})
|
|
1535
|
+
data, _status_code, _headers = packages_upload_generic_with_http_info(owner, repo, opts)
|
|
1536
|
+
data
|
|
1537
|
+
end
|
|
1538
|
+
|
|
1539
|
+
# Create a new Generic package
|
|
1540
|
+
# Create a new Generic package
|
|
1541
|
+
# @param owner
|
|
1542
|
+
# @param repo
|
|
1543
|
+
# @param [Hash] opts the optional parameters
|
|
1544
|
+
# @option opts [GenericPackageUploadRequest] :data
|
|
1545
|
+
# @return [Array<(GenericPackageUpload, Fixnum, Hash)>] GenericPackageUpload data, response status code and response headers
|
|
1546
|
+
def packages_upload_generic_with_http_info(owner, repo, opts = {})
|
|
1547
|
+
if @api_client.config.debugging
|
|
1548
|
+
@api_client.config.logger.debug 'Calling API: PackagesApi.packages_upload_generic ...'
|
|
1549
|
+
end
|
|
1550
|
+
# verify the required parameter 'owner' is set
|
|
1551
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
1552
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_upload_generic"
|
|
1553
|
+
end
|
|
1554
|
+
# verify the required parameter 'repo' is set
|
|
1555
|
+
if @api_client.config.client_side_validation && repo.nil?
|
|
1556
|
+
fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_upload_generic"
|
|
1557
|
+
end
|
|
1558
|
+
# resource path
|
|
1559
|
+
local_var_path = '/packages/{owner}/{repo}/upload/generic/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
|
|
1560
|
+
|
|
1561
|
+
# query parameters
|
|
1562
|
+
query_params = {}
|
|
1563
|
+
|
|
1564
|
+
# header parameters
|
|
1565
|
+
header_params = {}
|
|
1566
|
+
# HTTP header 'Accept' (if needed)
|
|
1567
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1568
|
+
# HTTP header 'Content-Type'
|
|
1569
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1570
|
+
|
|
1571
|
+
# form parameters
|
|
1572
|
+
form_params = {}
|
|
1573
|
+
|
|
1574
|
+
# http body (model)
|
|
1575
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
|
1576
|
+
auth_names = ['apikey', 'basic']
|
|
1577
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
1578
|
+
:header_params => header_params,
|
|
1579
|
+
:query_params => query_params,
|
|
1580
|
+
:form_params => form_params,
|
|
1581
|
+
:body => post_body,
|
|
1582
|
+
:auth_names => auth_names,
|
|
1583
|
+
:return_type => 'GenericPackageUpload')
|
|
1584
|
+
if @api_client.config.debugging
|
|
1585
|
+
@api_client.config.logger.debug "API called: PackagesApi#packages_upload_generic\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1586
|
+
end
|
|
1587
|
+
return data, status_code, headers
|
|
1588
|
+
end
|
|
1527
1589
|
# Create a new Go package
|
|
1528
1590
|
# Create a new Go package
|
|
1529
1591
|
# @param owner
|
|
@@ -2516,6 +2578,68 @@ module CloudsmithApi
|
|
|
2516
2578
|
end
|
|
2517
2579
|
return data, status_code, headers
|
|
2518
2580
|
end
|
|
2581
|
+
# Create a new VSX package
|
|
2582
|
+
# Create a new VSX package
|
|
2583
|
+
# @param owner
|
|
2584
|
+
# @param repo
|
|
2585
|
+
# @param [Hash] opts the optional parameters
|
|
2586
|
+
# @option opts [VsxPackageUploadRequest] :data
|
|
2587
|
+
# @return [VsxPackageUpload]
|
|
2588
|
+
def packages_upload_vsx(owner, repo, opts = {})
|
|
2589
|
+
data, _status_code, _headers = packages_upload_vsx_with_http_info(owner, repo, opts)
|
|
2590
|
+
data
|
|
2591
|
+
end
|
|
2592
|
+
|
|
2593
|
+
# Create a new VSX package
|
|
2594
|
+
# Create a new VSX package
|
|
2595
|
+
# @param owner
|
|
2596
|
+
# @param repo
|
|
2597
|
+
# @param [Hash] opts the optional parameters
|
|
2598
|
+
# @option opts [VsxPackageUploadRequest] :data
|
|
2599
|
+
# @return [Array<(VsxPackageUpload, Fixnum, Hash)>] VsxPackageUpload data, response status code and response headers
|
|
2600
|
+
def packages_upload_vsx_with_http_info(owner, repo, opts = {})
|
|
2601
|
+
if @api_client.config.debugging
|
|
2602
|
+
@api_client.config.logger.debug 'Calling API: PackagesApi.packages_upload_vsx ...'
|
|
2603
|
+
end
|
|
2604
|
+
# verify the required parameter 'owner' is set
|
|
2605
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
2606
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_upload_vsx"
|
|
2607
|
+
end
|
|
2608
|
+
# verify the required parameter 'repo' is set
|
|
2609
|
+
if @api_client.config.client_side_validation && repo.nil?
|
|
2610
|
+
fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_upload_vsx"
|
|
2611
|
+
end
|
|
2612
|
+
# resource path
|
|
2613
|
+
local_var_path = '/packages/{owner}/{repo}/upload/vsx/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
|
|
2614
|
+
|
|
2615
|
+
# query parameters
|
|
2616
|
+
query_params = {}
|
|
2617
|
+
|
|
2618
|
+
# header parameters
|
|
2619
|
+
header_params = {}
|
|
2620
|
+
# HTTP header 'Accept' (if needed)
|
|
2621
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2622
|
+
# HTTP header 'Content-Type'
|
|
2623
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2624
|
+
|
|
2625
|
+
# form parameters
|
|
2626
|
+
form_params = {}
|
|
2627
|
+
|
|
2628
|
+
# http body (model)
|
|
2629
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
|
2630
|
+
auth_names = ['apikey', 'basic']
|
|
2631
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
2632
|
+
:header_params => header_params,
|
|
2633
|
+
:query_params => query_params,
|
|
2634
|
+
:form_params => form_params,
|
|
2635
|
+
:body => post_body,
|
|
2636
|
+
:auth_names => auth_names,
|
|
2637
|
+
:return_type => 'VsxPackageUpload')
|
|
2638
|
+
if @api_client.config.debugging
|
|
2639
|
+
@api_client.config.logger.debug "API called: PackagesApi#packages_upload_vsx\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2640
|
+
end
|
|
2641
|
+
return data, status_code, headers
|
|
2642
|
+
end
|
|
2519
2643
|
# Validate parameters for create Alpine package
|
|
2520
2644
|
# Validate parameters for create Alpine package
|
|
2521
2645
|
# @param owner
|
|
@@ -3126,6 +3250,67 @@ module CloudsmithApi
|
|
|
3126
3250
|
end
|
|
3127
3251
|
return data, status_code, headers
|
|
3128
3252
|
end
|
|
3253
|
+
# Validate parameters for create Generic package
|
|
3254
|
+
# Validate parameters for create Generic package
|
|
3255
|
+
# @param owner
|
|
3256
|
+
# @param repo
|
|
3257
|
+
# @param [Hash] opts the optional parameters
|
|
3258
|
+
# @option opts [GenericPackageUploadRequest] :data
|
|
3259
|
+
# @return [nil]
|
|
3260
|
+
def packages_validate_upload_generic(owner, repo, opts = {})
|
|
3261
|
+
packages_validate_upload_generic_with_http_info(owner, repo, opts)
|
|
3262
|
+
nil
|
|
3263
|
+
end
|
|
3264
|
+
|
|
3265
|
+
# Validate parameters for create Generic package
|
|
3266
|
+
# Validate parameters for create Generic package
|
|
3267
|
+
# @param owner
|
|
3268
|
+
# @param repo
|
|
3269
|
+
# @param [Hash] opts the optional parameters
|
|
3270
|
+
# @option opts [GenericPackageUploadRequest] :data
|
|
3271
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
3272
|
+
def packages_validate_upload_generic_with_http_info(owner, repo, opts = {})
|
|
3273
|
+
if @api_client.config.debugging
|
|
3274
|
+
@api_client.config.logger.debug 'Calling API: PackagesApi.packages_validate_upload_generic ...'
|
|
3275
|
+
end
|
|
3276
|
+
# verify the required parameter 'owner' is set
|
|
3277
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
3278
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_validate_upload_generic"
|
|
3279
|
+
end
|
|
3280
|
+
# verify the required parameter 'repo' is set
|
|
3281
|
+
if @api_client.config.client_side_validation && repo.nil?
|
|
3282
|
+
fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_validate_upload_generic"
|
|
3283
|
+
end
|
|
3284
|
+
# resource path
|
|
3285
|
+
local_var_path = '/packages/{owner}/{repo}/validate-upload/generic/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
|
|
3286
|
+
|
|
3287
|
+
# query parameters
|
|
3288
|
+
query_params = {}
|
|
3289
|
+
|
|
3290
|
+
# header parameters
|
|
3291
|
+
header_params = {}
|
|
3292
|
+
# HTTP header 'Accept' (if needed)
|
|
3293
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3294
|
+
# HTTP header 'Content-Type'
|
|
3295
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
3296
|
+
|
|
3297
|
+
# form parameters
|
|
3298
|
+
form_params = {}
|
|
3299
|
+
|
|
3300
|
+
# http body (model)
|
|
3301
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
|
3302
|
+
auth_names = ['apikey', 'basic']
|
|
3303
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
3304
|
+
:header_params => header_params,
|
|
3305
|
+
:query_params => query_params,
|
|
3306
|
+
:form_params => form_params,
|
|
3307
|
+
:body => post_body,
|
|
3308
|
+
:auth_names => auth_names)
|
|
3309
|
+
if @api_client.config.debugging
|
|
3310
|
+
@api_client.config.logger.debug "API called: PackagesApi#packages_validate_upload_generic\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3311
|
+
end
|
|
3312
|
+
return data, status_code, headers
|
|
3313
|
+
end
|
|
3129
3314
|
# Validate parameters for create Go package
|
|
3130
3315
|
# Validate parameters for create Go package
|
|
3131
3316
|
# @param owner
|
|
@@ -4102,5 +4287,66 @@ module CloudsmithApi
|
|
|
4102
4287
|
end
|
|
4103
4288
|
return data, status_code, headers
|
|
4104
4289
|
end
|
|
4290
|
+
# Validate parameters for create VSX package
|
|
4291
|
+
# Validate parameters for create VSX package
|
|
4292
|
+
# @param owner
|
|
4293
|
+
# @param repo
|
|
4294
|
+
# @param [Hash] opts the optional parameters
|
|
4295
|
+
# @option opts [VsxPackageUploadRequest] :data
|
|
4296
|
+
# @return [nil]
|
|
4297
|
+
def packages_validate_upload_vsx(owner, repo, opts = {})
|
|
4298
|
+
packages_validate_upload_vsx_with_http_info(owner, repo, opts)
|
|
4299
|
+
nil
|
|
4300
|
+
end
|
|
4301
|
+
|
|
4302
|
+
# Validate parameters for create VSX package
|
|
4303
|
+
# Validate parameters for create VSX package
|
|
4304
|
+
# @param owner
|
|
4305
|
+
# @param repo
|
|
4306
|
+
# @param [Hash] opts the optional parameters
|
|
4307
|
+
# @option opts [VsxPackageUploadRequest] :data
|
|
4308
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
4309
|
+
def packages_validate_upload_vsx_with_http_info(owner, repo, opts = {})
|
|
4310
|
+
if @api_client.config.debugging
|
|
4311
|
+
@api_client.config.logger.debug 'Calling API: PackagesApi.packages_validate_upload_vsx ...'
|
|
4312
|
+
end
|
|
4313
|
+
# verify the required parameter 'owner' is set
|
|
4314
|
+
if @api_client.config.client_side_validation && owner.nil?
|
|
4315
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_validate_upload_vsx"
|
|
4316
|
+
end
|
|
4317
|
+
# verify the required parameter 'repo' is set
|
|
4318
|
+
if @api_client.config.client_side_validation && repo.nil?
|
|
4319
|
+
fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_validate_upload_vsx"
|
|
4320
|
+
end
|
|
4321
|
+
# resource path
|
|
4322
|
+
local_var_path = '/packages/{owner}/{repo}/validate-upload/vsx/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
|
|
4323
|
+
|
|
4324
|
+
# query parameters
|
|
4325
|
+
query_params = {}
|
|
4326
|
+
|
|
4327
|
+
# header parameters
|
|
4328
|
+
header_params = {}
|
|
4329
|
+
# HTTP header 'Accept' (if needed)
|
|
4330
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4331
|
+
# HTTP header 'Content-Type'
|
|
4332
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
4333
|
+
|
|
4334
|
+
# form parameters
|
|
4335
|
+
form_params = {}
|
|
4336
|
+
|
|
4337
|
+
# http body (model)
|
|
4338
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
|
4339
|
+
auth_names = ['apikey', 'basic']
|
|
4340
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
4341
|
+
:header_params => header_params,
|
|
4342
|
+
:query_params => query_params,
|
|
4343
|
+
:form_params => form_params,
|
|
4344
|
+
:body => post_body,
|
|
4345
|
+
:auth_names => auth_names)
|
|
4346
|
+
if @api_client.config.debugging
|
|
4347
|
+
@api_client.config.logger.debug "API called: PackagesApi#packages_validate_upload_vsx\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4348
|
+
end
|
|
4349
|
+
return data, status_code, headers
|
|
4350
|
+
end
|
|
4105
4351
|
end
|
|
4106
4352
|
end
|