cloudsmith-api 2.0.24 → 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 +21 -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/FormatSupportUpstream.md +1 -0
- data/docs/GenericPackageUpload.md +1 -0
- data/docs/GenericUpstream.md +4 -4
- 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 +4 -4
- 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/OrganizationTeamMembers.md +1 -1
- data/docs/{OrganizationTeamMembership.md → OrganizationTeamServiceMember.md} +2 -1
- data/docs/P2PackageUpload.md +1 -0
- data/docs/Package.md +1 -0
- data/docs/PackageBulkAction.md +11 -0
- data/docs/PackageBulkActionResponse.md +10 -0
- data/docs/PackageCopy.md +1 -0
- data/docs/PackageMove.md +1 -0
- data/docs/PackageQuarantine.md +1 -0
- data/docs/PackageResync.md +1 -0
- data/docs/PackageTag.md +1 -0
- data/docs/PackagesApi.md +131 -0
- data/docs/PythonPackageUpload.md +1 -0
- data/docs/PythonUpstream.md +4 -4
- data/docs/RawPackageUpload.md +1 -0
- data/docs/ReposApi.md +406 -1
- 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 +123 -0
- data/lib/cloudsmith-api/api/repos_api.rb +401 -0
- 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_upstream.rb +19 -4
- data/lib/cloudsmith-api/models/generic_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/generic_upstream.rb +7 -4
- 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 +7 -4
- 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_members.rb +1 -1
- 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 +10 -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 +10 -1
- data/lib/cloudsmith-api/models/package_move.rb +10 -1
- data/lib/cloudsmith-api/models/package_quarantine.rb +10 -1
- data/lib/cloudsmith-api/models/package_resync.rb +10 -1
- data/lib/cloudsmith-api/models/package_tag.rb +10 -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 +9 -1
- data/spec/api/bulk_action_api_spec.rb +47 -0
- data/spec/api/packages_api_spec.rb +28 -0
- data/spec/api/repos_api_spec.rb +89 -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_upstream_spec.rb +6 -0
- data/spec/models/generic_package_upload_spec.rb +6 -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/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 +6 -0
- data/spec/models/package_move_spec.rb +6 -0
- data/spec/models/package_quarantine_spec.rb +6 -0
- data/spec/models/package_resync_spec.rb +6 -0
- data/spec/models/package_spec.rb +6 -0
- data/spec/models/package_tag_spec.rb +6 -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 +265 -279
- 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
|
@@ -143,6 +143,8 @@ class CondaPackageUpload
|
|
|
143
143
|
|
|
144
144
|
attr_accessor :self_url
|
|
145
145
|
|
|
146
|
+
attr_accessor :self_webapp_url
|
|
147
|
+
|
|
146
148
|
attr_accessor :signature_url
|
|
147
149
|
|
|
148
150
|
# The calculated size of the package.
|
|
@@ -290,6 +292,7 @@ class CondaPackageUpload
|
|
|
290
292
|
:'security_scan_status_updated_at' => :'security_scan_status_updated_at',
|
|
291
293
|
:'self_html_url' => :'self_html_url',
|
|
292
294
|
:'self_url' => :'self_url',
|
|
295
|
+
:'self_webapp_url' => :'self_webapp_url',
|
|
293
296
|
:'signature_url' => :'signature_url',
|
|
294
297
|
:'size' => :'size',
|
|
295
298
|
:'slug' => :'slug',
|
|
@@ -379,6 +382,7 @@ class CondaPackageUpload
|
|
|
379
382
|
:'security_scan_status_updated_at' => :'DateTime',
|
|
380
383
|
:'self_html_url' => :'String',
|
|
381
384
|
:'self_url' => :'String',
|
|
385
|
+
:'self_webapp_url' => :'String',
|
|
382
386
|
:'signature_url' => :'String',
|
|
383
387
|
:'size' => :'Integer',
|
|
384
388
|
:'slug' => :'String',
|
|
@@ -652,6 +656,10 @@ class CondaPackageUpload
|
|
|
652
656
|
self.self_url = attributes[:'self_url']
|
|
653
657
|
end
|
|
654
658
|
|
|
659
|
+
if attributes.has_key?(:'self_webapp_url')
|
|
660
|
+
self.self_webapp_url = attributes[:'self_webapp_url']
|
|
661
|
+
end
|
|
662
|
+
|
|
655
663
|
if attributes.has_key?(:'signature_url')
|
|
656
664
|
self.signature_url = attributes[:'signature_url']
|
|
657
665
|
end
|
|
@@ -844,6 +852,7 @@ class CondaPackageUpload
|
|
|
844
852
|
security_scan_status_updated_at == o.security_scan_status_updated_at &&
|
|
845
853
|
self_html_url == o.self_html_url &&
|
|
846
854
|
self_url == o.self_url &&
|
|
855
|
+
self_webapp_url == o.self_webapp_url &&
|
|
847
856
|
signature_url == o.signature_url &&
|
|
848
857
|
size == o.size &&
|
|
849
858
|
slug == o.slug &&
|
|
@@ -881,7 +890,7 @@ class CondaPackageUpload
|
|
|
881
890
|
# Calculates hash code according to all attributes.
|
|
882
891
|
# @return [Fixnum] Hash code
|
|
883
892
|
def hash
|
|
884
|
-
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
893
|
+
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, self_webapp_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
885
894
|
end
|
|
886
895
|
|
|
887
896
|
# Builds the object from hash
|
|
@@ -23,8 +23,10 @@ class CondaUpstream
|
|
|
23
23
|
# Username to provide with requests to upstream.
|
|
24
24
|
attr_accessor :auth_username
|
|
25
25
|
|
|
26
|
+
# Whether the upstream is available for use.
|
|
26
27
|
attr_accessor :available
|
|
27
28
|
|
|
29
|
+
# Whether the upstream can be reindexed.
|
|
28
30
|
attr_accessor :can_reindex
|
|
29
31
|
|
|
30
32
|
# The datetime the upstream source was created.
|
|
@@ -47,6 +49,7 @@ class CondaUpstream
|
|
|
47
49
|
# The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted.
|
|
48
50
|
attr_accessor :extra_value_2
|
|
49
51
|
|
|
52
|
+
# Whether the upstream has failed signature verification.
|
|
50
53
|
attr_accessor :has_failed_signature_verification
|
|
51
54
|
|
|
52
55
|
# The number of packages available in this upstream source
|
|
@@ -142,8 +145,8 @@ class CondaUpstream
|
|
|
142
145
|
:'auth_mode' => :'String',
|
|
143
146
|
:'auth_secret' => :'String',
|
|
144
147
|
:'auth_username' => :'String',
|
|
145
|
-
:'available' => :'
|
|
146
|
-
:'can_reindex' => :'
|
|
148
|
+
:'available' => :'BOOLEAN',
|
|
149
|
+
:'can_reindex' => :'BOOLEAN',
|
|
147
150
|
:'created_at' => :'DateTime',
|
|
148
151
|
:'disable_reason' => :'String',
|
|
149
152
|
:'disable_reason_text' => :'String',
|
|
@@ -151,8 +154,8 @@ class CondaUpstream
|
|
|
151
154
|
:'extra_header_2' => :'String',
|
|
152
155
|
:'extra_value_1' => :'String',
|
|
153
156
|
:'extra_value_2' => :'String',
|
|
154
|
-
:'has_failed_signature_verification' => :'
|
|
155
|
-
:'index_package_count' => :'
|
|
157
|
+
:'has_failed_signature_verification' => :'BOOLEAN',
|
|
158
|
+
:'index_package_count' => :'Integer',
|
|
156
159
|
:'index_status' => :'String',
|
|
157
160
|
:'is_active' => :'BOOLEAN',
|
|
158
161
|
:'last_indexed' => :'String',
|
|
@@ -146,6 +146,8 @@ class CranPackageUpload
|
|
|
146
146
|
|
|
147
147
|
attr_accessor :self_url
|
|
148
148
|
|
|
149
|
+
attr_accessor :self_webapp_url
|
|
150
|
+
|
|
149
151
|
attr_accessor :signature_url
|
|
150
152
|
|
|
151
153
|
# The calculated size of the package.
|
|
@@ -294,6 +296,7 @@ class CranPackageUpload
|
|
|
294
296
|
:'security_scan_status_updated_at' => :'security_scan_status_updated_at',
|
|
295
297
|
:'self_html_url' => :'self_html_url',
|
|
296
298
|
:'self_url' => :'self_url',
|
|
299
|
+
:'self_webapp_url' => :'self_webapp_url',
|
|
297
300
|
:'signature_url' => :'signature_url',
|
|
298
301
|
:'size' => :'size',
|
|
299
302
|
:'slug' => :'slug',
|
|
@@ -384,6 +387,7 @@ class CranPackageUpload
|
|
|
384
387
|
:'security_scan_status_updated_at' => :'DateTime',
|
|
385
388
|
:'self_html_url' => :'String',
|
|
386
389
|
:'self_url' => :'String',
|
|
390
|
+
:'self_webapp_url' => :'String',
|
|
387
391
|
:'signature_url' => :'String',
|
|
388
392
|
:'size' => :'Integer',
|
|
389
393
|
:'slug' => :'String',
|
|
@@ -661,6 +665,10 @@ class CranPackageUpload
|
|
|
661
665
|
self.self_url = attributes[:'self_url']
|
|
662
666
|
end
|
|
663
667
|
|
|
668
|
+
if attributes.has_key?(:'self_webapp_url')
|
|
669
|
+
self.self_webapp_url = attributes[:'self_webapp_url']
|
|
670
|
+
end
|
|
671
|
+
|
|
664
672
|
if attributes.has_key?(:'signature_url')
|
|
665
673
|
self.signature_url = attributes[:'signature_url']
|
|
666
674
|
end
|
|
@@ -854,6 +862,7 @@ class CranPackageUpload
|
|
|
854
862
|
security_scan_status_updated_at == o.security_scan_status_updated_at &&
|
|
855
863
|
self_html_url == o.self_html_url &&
|
|
856
864
|
self_url == o.self_url &&
|
|
865
|
+
self_webapp_url == o.self_webapp_url &&
|
|
857
866
|
signature_url == o.signature_url &&
|
|
858
867
|
size == o.size &&
|
|
859
868
|
slug == o.slug &&
|
|
@@ -891,7 +900,7 @@ class CranPackageUpload
|
|
|
891
900
|
# Calculates hash code according to all attributes.
|
|
892
901
|
# @return [Fixnum] Hash code
|
|
893
902
|
def hash
|
|
894
|
-
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, r_version, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
903
|
+
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, r_version, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, self_webapp_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
895
904
|
end
|
|
896
905
|
|
|
897
906
|
# Builds the object from hash
|
|
@@ -23,8 +23,10 @@ class CranUpstream
|
|
|
23
23
|
# Username to provide with requests to upstream.
|
|
24
24
|
attr_accessor :auth_username
|
|
25
25
|
|
|
26
|
+
# Whether the upstream is available for use.
|
|
26
27
|
attr_accessor :available
|
|
27
28
|
|
|
29
|
+
# Whether the upstream can be reindexed.
|
|
28
30
|
attr_accessor :can_reindex
|
|
29
31
|
|
|
30
32
|
# The datetime the upstream source was created.
|
|
@@ -47,6 +49,7 @@ class CranUpstream
|
|
|
47
49
|
# The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted.
|
|
48
50
|
attr_accessor :extra_value_2
|
|
49
51
|
|
|
52
|
+
# Whether the upstream has failed signature verification.
|
|
50
53
|
attr_accessor :has_failed_signature_verification
|
|
51
54
|
|
|
52
55
|
# The number of packages available in this upstream source
|
|
@@ -142,8 +145,8 @@ class CranUpstream
|
|
|
142
145
|
:'auth_mode' => :'String',
|
|
143
146
|
:'auth_secret' => :'String',
|
|
144
147
|
:'auth_username' => :'String',
|
|
145
|
-
:'available' => :'
|
|
146
|
-
:'can_reindex' => :'
|
|
148
|
+
:'available' => :'BOOLEAN',
|
|
149
|
+
:'can_reindex' => :'BOOLEAN',
|
|
147
150
|
:'created_at' => :'DateTime',
|
|
148
151
|
:'disable_reason' => :'String',
|
|
149
152
|
:'disable_reason_text' => :'String',
|
|
@@ -151,8 +154,8 @@ class CranUpstream
|
|
|
151
154
|
:'extra_header_2' => :'String',
|
|
152
155
|
:'extra_value_1' => :'String',
|
|
153
156
|
:'extra_value_2' => :'String',
|
|
154
|
-
:'has_failed_signature_verification' => :'
|
|
155
|
-
:'index_package_count' => :'
|
|
157
|
+
:'has_failed_signature_verification' => :'BOOLEAN',
|
|
158
|
+
:'index_package_count' => :'Integer',
|
|
156
159
|
:'index_status' => :'String',
|
|
157
160
|
:'is_active' => :'BOOLEAN',
|
|
158
161
|
:'last_indexed' => :'String',
|
|
@@ -143,6 +143,8 @@ class DartPackageUpload
|
|
|
143
143
|
|
|
144
144
|
attr_accessor :self_url
|
|
145
145
|
|
|
146
|
+
attr_accessor :self_webapp_url
|
|
147
|
+
|
|
146
148
|
attr_accessor :signature_url
|
|
147
149
|
|
|
148
150
|
# The calculated size of the package.
|
|
@@ -290,6 +292,7 @@ class DartPackageUpload
|
|
|
290
292
|
:'security_scan_status_updated_at' => :'security_scan_status_updated_at',
|
|
291
293
|
:'self_html_url' => :'self_html_url',
|
|
292
294
|
:'self_url' => :'self_url',
|
|
295
|
+
:'self_webapp_url' => :'self_webapp_url',
|
|
293
296
|
:'signature_url' => :'signature_url',
|
|
294
297
|
:'size' => :'size',
|
|
295
298
|
:'slug' => :'slug',
|
|
@@ -379,6 +382,7 @@ class DartPackageUpload
|
|
|
379
382
|
:'security_scan_status_updated_at' => :'DateTime',
|
|
380
383
|
:'self_html_url' => :'String',
|
|
381
384
|
:'self_url' => :'String',
|
|
385
|
+
:'self_webapp_url' => :'String',
|
|
382
386
|
:'signature_url' => :'String',
|
|
383
387
|
:'size' => :'Integer',
|
|
384
388
|
:'slug' => :'String',
|
|
@@ -652,6 +656,10 @@ class DartPackageUpload
|
|
|
652
656
|
self.self_url = attributes[:'self_url']
|
|
653
657
|
end
|
|
654
658
|
|
|
659
|
+
if attributes.has_key?(:'self_webapp_url')
|
|
660
|
+
self.self_webapp_url = attributes[:'self_webapp_url']
|
|
661
|
+
end
|
|
662
|
+
|
|
655
663
|
if attributes.has_key?(:'signature_url')
|
|
656
664
|
self.signature_url = attributes[:'signature_url']
|
|
657
665
|
end
|
|
@@ -844,6 +852,7 @@ class DartPackageUpload
|
|
|
844
852
|
security_scan_status_updated_at == o.security_scan_status_updated_at &&
|
|
845
853
|
self_html_url == o.self_html_url &&
|
|
846
854
|
self_url == o.self_url &&
|
|
855
|
+
self_webapp_url == o.self_webapp_url &&
|
|
847
856
|
signature_url == o.signature_url &&
|
|
848
857
|
size == o.size &&
|
|
849
858
|
slug == o.slug &&
|
|
@@ -881,7 +890,7 @@ class DartPackageUpload
|
|
|
881
890
|
# Calculates hash code according to all attributes.
|
|
882
891
|
# @return [Fixnum] Hash code
|
|
883
892
|
def hash
|
|
884
|
-
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
893
|
+
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, self_webapp_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
885
894
|
end
|
|
886
895
|
|
|
887
896
|
# Builds the object from hash
|
|
@@ -23,8 +23,10 @@ class DartUpstream
|
|
|
23
23
|
# Username to provide with requests to upstream.
|
|
24
24
|
attr_accessor :auth_username
|
|
25
25
|
|
|
26
|
+
# Whether the upstream is available for use.
|
|
26
27
|
attr_accessor :available
|
|
27
28
|
|
|
29
|
+
# Whether the upstream can be reindexed.
|
|
28
30
|
attr_accessor :can_reindex
|
|
29
31
|
|
|
30
32
|
# The datetime the upstream source was created.
|
|
@@ -47,6 +49,7 @@ class DartUpstream
|
|
|
47
49
|
# The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted.
|
|
48
50
|
attr_accessor :extra_value_2
|
|
49
51
|
|
|
52
|
+
# Whether the upstream has failed signature verification.
|
|
50
53
|
attr_accessor :has_failed_signature_verification
|
|
51
54
|
|
|
52
55
|
# The number of packages available in this upstream source
|
|
@@ -142,8 +145,8 @@ class DartUpstream
|
|
|
142
145
|
:'auth_mode' => :'String',
|
|
143
146
|
:'auth_secret' => :'String',
|
|
144
147
|
:'auth_username' => :'String',
|
|
145
|
-
:'available' => :'
|
|
146
|
-
:'can_reindex' => :'
|
|
148
|
+
:'available' => :'BOOLEAN',
|
|
149
|
+
:'can_reindex' => :'BOOLEAN',
|
|
147
150
|
:'created_at' => :'DateTime',
|
|
148
151
|
:'disable_reason' => :'String',
|
|
149
152
|
:'disable_reason_text' => :'String',
|
|
@@ -151,8 +154,8 @@ class DartUpstream
|
|
|
151
154
|
:'extra_header_2' => :'String',
|
|
152
155
|
:'extra_value_1' => :'String',
|
|
153
156
|
:'extra_value_2' => :'String',
|
|
154
|
-
:'has_failed_signature_verification' => :'
|
|
155
|
-
:'index_package_count' => :'
|
|
157
|
+
:'has_failed_signature_verification' => :'BOOLEAN',
|
|
158
|
+
:'index_package_count' => :'Integer',
|
|
156
159
|
:'index_status' => :'String',
|
|
157
160
|
:'is_active' => :'BOOLEAN',
|
|
158
161
|
:'last_indexed' => :'String',
|
|
@@ -143,6 +143,8 @@ class DebPackageUpload
|
|
|
143
143
|
|
|
144
144
|
attr_accessor :self_url
|
|
145
145
|
|
|
146
|
+
attr_accessor :self_webapp_url
|
|
147
|
+
|
|
146
148
|
attr_accessor :signature_url
|
|
147
149
|
|
|
148
150
|
# The calculated size of the package.
|
|
@@ -290,6 +292,7 @@ class DebPackageUpload
|
|
|
290
292
|
:'security_scan_status_updated_at' => :'security_scan_status_updated_at',
|
|
291
293
|
:'self_html_url' => :'self_html_url',
|
|
292
294
|
:'self_url' => :'self_url',
|
|
295
|
+
:'self_webapp_url' => :'self_webapp_url',
|
|
293
296
|
:'signature_url' => :'signature_url',
|
|
294
297
|
:'size' => :'size',
|
|
295
298
|
:'slug' => :'slug',
|
|
@@ -379,6 +382,7 @@ class DebPackageUpload
|
|
|
379
382
|
:'security_scan_status_updated_at' => :'DateTime',
|
|
380
383
|
:'self_html_url' => :'String',
|
|
381
384
|
:'self_url' => :'String',
|
|
385
|
+
:'self_webapp_url' => :'String',
|
|
382
386
|
:'signature_url' => :'String',
|
|
383
387
|
:'size' => :'Integer',
|
|
384
388
|
:'slug' => :'String',
|
|
@@ -652,6 +656,10 @@ class DebPackageUpload
|
|
|
652
656
|
self.self_url = attributes[:'self_url']
|
|
653
657
|
end
|
|
654
658
|
|
|
659
|
+
if attributes.has_key?(:'self_webapp_url')
|
|
660
|
+
self.self_webapp_url = attributes[:'self_webapp_url']
|
|
661
|
+
end
|
|
662
|
+
|
|
655
663
|
if attributes.has_key?(:'signature_url')
|
|
656
664
|
self.signature_url = attributes[:'signature_url']
|
|
657
665
|
end
|
|
@@ -844,6 +852,7 @@ class DebPackageUpload
|
|
|
844
852
|
security_scan_status_updated_at == o.security_scan_status_updated_at &&
|
|
845
853
|
self_html_url == o.self_html_url &&
|
|
846
854
|
self_url == o.self_url &&
|
|
855
|
+
self_webapp_url == o.self_webapp_url &&
|
|
847
856
|
signature_url == o.signature_url &&
|
|
848
857
|
size == o.size &&
|
|
849
858
|
slug == o.slug &&
|
|
@@ -881,7 +890,7 @@ class DebPackageUpload
|
|
|
881
890
|
# Calculates hash code according to all attributes.
|
|
882
891
|
# @return [Fixnum] Hash code
|
|
883
892
|
def hash
|
|
884
|
-
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
893
|
+
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, self_webapp_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
885
894
|
end
|
|
886
895
|
|
|
887
896
|
# Builds the object from hash
|
|
@@ -23,8 +23,10 @@ class DebUpstream
|
|
|
23
23
|
# Username to provide with requests to upstream.
|
|
24
24
|
attr_accessor :auth_username
|
|
25
25
|
|
|
26
|
+
# Whether the upstream is available for use.
|
|
26
27
|
attr_accessor :available
|
|
27
28
|
|
|
29
|
+
# Whether the upstream can be reindexed.
|
|
28
30
|
attr_accessor :can_reindex
|
|
29
31
|
|
|
30
32
|
# The component to fetch from the upstream
|
|
@@ -64,6 +66,7 @@ class DebUpstream
|
|
|
64
66
|
# The GPG signature verification mode for this upstream.
|
|
65
67
|
attr_accessor :gpg_verification
|
|
66
68
|
|
|
69
|
+
# Whether the upstream has failed signature verification.
|
|
67
70
|
attr_accessor :has_failed_signature_verification
|
|
68
71
|
|
|
69
72
|
# When true, source packages will be available from this upstream.
|
|
@@ -177,8 +180,8 @@ class DebUpstream
|
|
|
177
180
|
:'auth_mode' => :'String',
|
|
178
181
|
:'auth_secret' => :'String',
|
|
179
182
|
:'auth_username' => :'String',
|
|
180
|
-
:'available' => :'
|
|
181
|
-
:'can_reindex' => :'
|
|
183
|
+
:'available' => :'BOOLEAN',
|
|
184
|
+
:'can_reindex' => :'BOOLEAN',
|
|
182
185
|
:'component' => :'String',
|
|
183
186
|
:'created_at' => :'DateTime',
|
|
184
187
|
:'disable_reason' => :'String',
|
|
@@ -192,9 +195,9 @@ class DebUpstream
|
|
|
192
195
|
:'gpg_key_inline' => :'String',
|
|
193
196
|
:'gpg_key_url' => :'String',
|
|
194
197
|
:'gpg_verification' => :'String',
|
|
195
|
-
:'has_failed_signature_verification' => :'
|
|
198
|
+
:'has_failed_signature_verification' => :'BOOLEAN',
|
|
196
199
|
:'include_sources' => :'BOOLEAN',
|
|
197
|
-
:'index_package_count' => :'
|
|
200
|
+
:'index_package_count' => :'Integer',
|
|
198
201
|
:'index_status' => :'String',
|
|
199
202
|
:'is_active' => :'BOOLEAN',
|
|
200
203
|
:'last_indexed' => :'String',
|
|
@@ -143,6 +143,8 @@ class DockerPackageUpload
|
|
|
143
143
|
|
|
144
144
|
attr_accessor :self_url
|
|
145
145
|
|
|
146
|
+
attr_accessor :self_webapp_url
|
|
147
|
+
|
|
146
148
|
attr_accessor :signature_url
|
|
147
149
|
|
|
148
150
|
# The calculated size of the package.
|
|
@@ -290,6 +292,7 @@ class DockerPackageUpload
|
|
|
290
292
|
:'security_scan_status_updated_at' => :'security_scan_status_updated_at',
|
|
291
293
|
:'self_html_url' => :'self_html_url',
|
|
292
294
|
:'self_url' => :'self_url',
|
|
295
|
+
:'self_webapp_url' => :'self_webapp_url',
|
|
293
296
|
:'signature_url' => :'signature_url',
|
|
294
297
|
:'size' => :'size',
|
|
295
298
|
:'slug' => :'slug',
|
|
@@ -379,6 +382,7 @@ class DockerPackageUpload
|
|
|
379
382
|
:'security_scan_status_updated_at' => :'DateTime',
|
|
380
383
|
:'self_html_url' => :'String',
|
|
381
384
|
:'self_url' => :'String',
|
|
385
|
+
:'self_webapp_url' => :'String',
|
|
382
386
|
:'signature_url' => :'String',
|
|
383
387
|
:'size' => :'Integer',
|
|
384
388
|
:'slug' => :'String',
|
|
@@ -652,6 +656,10 @@ class DockerPackageUpload
|
|
|
652
656
|
self.self_url = attributes[:'self_url']
|
|
653
657
|
end
|
|
654
658
|
|
|
659
|
+
if attributes.has_key?(:'self_webapp_url')
|
|
660
|
+
self.self_webapp_url = attributes[:'self_webapp_url']
|
|
661
|
+
end
|
|
662
|
+
|
|
655
663
|
if attributes.has_key?(:'signature_url')
|
|
656
664
|
self.signature_url = attributes[:'signature_url']
|
|
657
665
|
end
|
|
@@ -844,6 +852,7 @@ class DockerPackageUpload
|
|
|
844
852
|
security_scan_status_updated_at == o.security_scan_status_updated_at &&
|
|
845
853
|
self_html_url == o.self_html_url &&
|
|
846
854
|
self_url == o.self_url &&
|
|
855
|
+
self_webapp_url == o.self_webapp_url &&
|
|
847
856
|
signature_url == o.signature_url &&
|
|
848
857
|
size == o.size &&
|
|
849
858
|
slug == o.slug &&
|
|
@@ -881,7 +890,7 @@ class DockerPackageUpload
|
|
|
881
890
|
# Calculates hash code according to all attributes.
|
|
882
891
|
# @return [Fixnum] Hash code
|
|
883
892
|
def hash
|
|
884
|
-
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
893
|
+
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, self_webapp_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
885
894
|
end
|
|
886
895
|
|
|
887
896
|
# Builds the object from hash
|
|
@@ -23,6 +23,7 @@ class DockerUpstream
|
|
|
23
23
|
# Username to provide with requests to upstream.
|
|
24
24
|
attr_accessor :auth_username
|
|
25
25
|
|
|
26
|
+
# Whether the upstream is available for use.
|
|
26
27
|
attr_accessor :available
|
|
27
28
|
|
|
28
29
|
# The datetime the upstream source was created.
|
|
@@ -45,6 +46,7 @@ class DockerUpstream
|
|
|
45
46
|
# The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted.
|
|
46
47
|
attr_accessor :extra_value_2
|
|
47
48
|
|
|
49
|
+
# Whether the upstream has failed signature verification.
|
|
48
50
|
attr_accessor :has_failed_signature_verification
|
|
49
51
|
|
|
50
52
|
# Whether or not this upstream is active and ready for requests.
|
|
@@ -127,7 +129,7 @@ class DockerUpstream
|
|
|
127
129
|
:'auth_mode' => :'String',
|
|
128
130
|
:'auth_secret' => :'String',
|
|
129
131
|
:'auth_username' => :'String',
|
|
130
|
-
:'available' => :'
|
|
132
|
+
:'available' => :'BOOLEAN',
|
|
131
133
|
:'created_at' => :'DateTime',
|
|
132
134
|
:'disable_reason' => :'String',
|
|
133
135
|
:'disable_reason_text' => :'String',
|
|
@@ -135,7 +137,7 @@ class DockerUpstream
|
|
|
135
137
|
:'extra_header_2' => :'String',
|
|
136
138
|
:'extra_value_1' => :'String',
|
|
137
139
|
:'extra_value_2' => :'String',
|
|
138
|
-
:'has_failed_signature_verification' => :'
|
|
140
|
+
:'has_failed_signature_verification' => :'BOOLEAN',
|
|
139
141
|
:'is_active' => :'BOOLEAN',
|
|
140
142
|
:'mode' => :'String',
|
|
141
143
|
:'name' => :'String',
|
|
@@ -33,6 +33,9 @@ class FormatSupportUpstream
|
|
|
33
33
|
# The signature verification supported by the upstream format
|
|
34
34
|
attr_accessor :signature_verification
|
|
35
35
|
|
|
36
|
+
# If true the upstream format supports configurable trust levels (trusted vs untrusted) for upstream sources.
|
|
37
|
+
attr_accessor :trust
|
|
38
|
+
|
|
36
39
|
class EnumAttributeValidator
|
|
37
40
|
attr_reader :datatype
|
|
38
41
|
attr_reader :allowable_values
|
|
@@ -63,7 +66,8 @@ class FormatSupportUpstream
|
|
|
63
66
|
:'indexing' => :'indexing',
|
|
64
67
|
:'indexing_behavior' => :'indexing_behavior',
|
|
65
68
|
:'proxying' => :'proxying',
|
|
66
|
-
:'signature_verification' => :'signature_verification'
|
|
69
|
+
:'signature_verification' => :'signature_verification',
|
|
70
|
+
:'trust' => :'trust'
|
|
67
71
|
}
|
|
68
72
|
end
|
|
69
73
|
|
|
@@ -75,7 +79,8 @@ class FormatSupportUpstream
|
|
|
75
79
|
:'indexing' => :'BOOLEAN',
|
|
76
80
|
:'indexing_behavior' => :'String',
|
|
77
81
|
:'proxying' => :'BOOLEAN',
|
|
78
|
-
:'signature_verification' => :'String'
|
|
82
|
+
:'signature_verification' => :'String',
|
|
83
|
+
:'trust' => :'BOOLEAN'
|
|
79
84
|
}
|
|
80
85
|
end
|
|
81
86
|
|
|
@@ -116,6 +121,10 @@ class FormatSupportUpstream
|
|
|
116
121
|
else
|
|
117
122
|
self.signature_verification = 'Unsupported'
|
|
118
123
|
end
|
|
124
|
+
|
|
125
|
+
if attributes.has_key?(:'trust')
|
|
126
|
+
self.trust = attributes[:'trust']
|
|
127
|
+
end
|
|
119
128
|
end
|
|
120
129
|
|
|
121
130
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -138,6 +147,10 @@ class FormatSupportUpstream
|
|
|
138
147
|
invalid_properties.push('invalid value for "proxying", proxying cannot be nil.')
|
|
139
148
|
end
|
|
140
149
|
|
|
150
|
+
if @trust.nil?
|
|
151
|
+
invalid_properties.push('invalid value for "trust", trust cannot be nil.')
|
|
152
|
+
end
|
|
153
|
+
|
|
141
154
|
invalid_properties
|
|
142
155
|
end
|
|
143
156
|
|
|
@@ -152,6 +165,7 @@ class FormatSupportUpstream
|
|
|
152
165
|
return false if @proxying.nil?
|
|
153
166
|
signature_verification_validator = EnumAttributeValidator.new('String', ['Unsupported', 'Repository Metadata', 'Packages', 'Repository Metadata and Packages'])
|
|
154
167
|
return false unless signature_verification_validator.valid?(@signature_verification)
|
|
168
|
+
return false if @trust.nil?
|
|
155
169
|
true
|
|
156
170
|
end
|
|
157
171
|
|
|
@@ -185,7 +199,8 @@ class FormatSupportUpstream
|
|
|
185
199
|
indexing == o.indexing &&
|
|
186
200
|
indexing_behavior == o.indexing_behavior &&
|
|
187
201
|
proxying == o.proxying &&
|
|
188
|
-
signature_verification == o.signature_verification
|
|
202
|
+
signature_verification == o.signature_verification &&
|
|
203
|
+
trust == o.trust
|
|
189
204
|
end
|
|
190
205
|
|
|
191
206
|
# @see the `==` method
|
|
@@ -197,7 +212,7 @@ class FormatSupportUpstream
|
|
|
197
212
|
# Calculates hash code according to all attributes.
|
|
198
213
|
# @return [Fixnum] Hash code
|
|
199
214
|
def hash
|
|
200
|
-
[auth_modes, caching, indexing, indexing_behavior, proxying, signature_verification].hash
|
|
215
|
+
[auth_modes, caching, indexing, indexing_behavior, proxying, signature_verification, trust].hash
|
|
201
216
|
end
|
|
202
217
|
|
|
203
218
|
# Builds the object from hash
|
|
@@ -143,6 +143,8 @@ class GenericPackageUpload
|
|
|
143
143
|
|
|
144
144
|
attr_accessor :self_url
|
|
145
145
|
|
|
146
|
+
attr_accessor :self_webapp_url
|
|
147
|
+
|
|
146
148
|
attr_accessor :signature_url
|
|
147
149
|
|
|
148
150
|
# The calculated size of the package.
|
|
@@ -290,6 +292,7 @@ class GenericPackageUpload
|
|
|
290
292
|
:'security_scan_status_updated_at' => :'security_scan_status_updated_at',
|
|
291
293
|
:'self_html_url' => :'self_html_url',
|
|
292
294
|
:'self_url' => :'self_url',
|
|
295
|
+
:'self_webapp_url' => :'self_webapp_url',
|
|
293
296
|
:'signature_url' => :'signature_url',
|
|
294
297
|
:'size' => :'size',
|
|
295
298
|
:'slug' => :'slug',
|
|
@@ -379,6 +382,7 @@ class GenericPackageUpload
|
|
|
379
382
|
:'security_scan_status_updated_at' => :'DateTime',
|
|
380
383
|
:'self_html_url' => :'String',
|
|
381
384
|
:'self_url' => :'String',
|
|
385
|
+
:'self_webapp_url' => :'String',
|
|
382
386
|
:'signature_url' => :'String',
|
|
383
387
|
:'size' => :'Integer',
|
|
384
388
|
:'slug' => :'String',
|
|
@@ -652,6 +656,10 @@ class GenericPackageUpload
|
|
|
652
656
|
self.self_url = attributes[:'self_url']
|
|
653
657
|
end
|
|
654
658
|
|
|
659
|
+
if attributes.has_key?(:'self_webapp_url')
|
|
660
|
+
self.self_webapp_url = attributes[:'self_webapp_url']
|
|
661
|
+
end
|
|
662
|
+
|
|
655
663
|
if attributes.has_key?(:'signature_url')
|
|
656
664
|
self.signature_url = attributes[:'signature_url']
|
|
657
665
|
end
|
|
@@ -844,6 +852,7 @@ class GenericPackageUpload
|
|
|
844
852
|
security_scan_status_updated_at == o.security_scan_status_updated_at &&
|
|
845
853
|
self_html_url == o.self_html_url &&
|
|
846
854
|
self_url == o.self_url &&
|
|
855
|
+
self_webapp_url == o.self_webapp_url &&
|
|
847
856
|
signature_url == o.signature_url &&
|
|
848
857
|
size == o.size &&
|
|
849
858
|
slug == o.slug &&
|
|
@@ -881,7 +890,7 @@ class GenericPackageUpload
|
|
|
881
890
|
# Calculates hash code according to all attributes.
|
|
882
891
|
# @return [Fixnum] Hash code
|
|
883
892
|
def hash
|
|
884
|
-
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
893
|
+
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, raw_license, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, self_webapp_url, signature_url, size, slug, slug_perm, spdx_license, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
|
885
894
|
end
|
|
886
895
|
|
|
887
896
|
# Builds the object from hash
|
|
@@ -23,8 +23,10 @@ class GenericUpstream
|
|
|
23
23
|
# Username to provide with requests to upstream.
|
|
24
24
|
attr_accessor :auth_username
|
|
25
25
|
|
|
26
|
+
# Whether the upstream is available for use.
|
|
26
27
|
attr_accessor :available
|
|
27
28
|
|
|
29
|
+
# Whether the upstream can be reindexed.
|
|
28
30
|
attr_accessor :can_reindex
|
|
29
31
|
|
|
30
32
|
# The datetime the upstream source was created.
|
|
@@ -47,6 +49,7 @@ class GenericUpstream
|
|
|
47
49
|
# The value for extra header #2 to send to upstream. This is stored as plaintext, and is NOT encrypted.
|
|
48
50
|
attr_accessor :extra_value_2
|
|
49
51
|
|
|
52
|
+
# Whether the upstream has failed signature verification.
|
|
50
53
|
attr_accessor :has_failed_signature_verification
|
|
51
54
|
|
|
52
55
|
# The number of packages available in this upstream source
|
|
@@ -146,8 +149,8 @@ class GenericUpstream
|
|
|
146
149
|
:'auth_mode' => :'String',
|
|
147
150
|
:'auth_secret' => :'String',
|
|
148
151
|
:'auth_username' => :'String',
|
|
149
|
-
:'available' => :'
|
|
150
|
-
:'can_reindex' => :'
|
|
152
|
+
:'available' => :'BOOLEAN',
|
|
153
|
+
:'can_reindex' => :'BOOLEAN',
|
|
151
154
|
:'created_at' => :'DateTime',
|
|
152
155
|
:'disable_reason' => :'String',
|
|
153
156
|
:'disable_reason_text' => :'String',
|
|
@@ -155,8 +158,8 @@ class GenericUpstream
|
|
|
155
158
|
:'extra_header_2' => :'String',
|
|
156
159
|
:'extra_value_1' => :'String',
|
|
157
160
|
:'extra_value_2' => :'String',
|
|
158
|
-
:'has_failed_signature_verification' => :'
|
|
159
|
-
:'index_package_count' => :'
|
|
161
|
+
:'has_failed_signature_verification' => :'BOOLEAN',
|
|
162
|
+
:'index_package_count' => :'Integer',
|
|
160
163
|
:'index_status' => :'String',
|
|
161
164
|
:'is_active' => :'BOOLEAN',
|
|
162
165
|
:'last_indexed' => :'String',
|