sentry-cli 3.5.0__tar.gz → 3.5.1__tar.gz
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.
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/Cargo.lock +7 -5
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/Cargo.toml +2 -2
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/PKG-INFO +1 -1
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/sentry_cli.egg-info/PKG-INFO +1 -1
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/build/download.rs +2 -9
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/snapshots/diff.rs +2 -11
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/snapshots/download.rs +4 -11
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/snapshots/mod.rs +1 -1
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/snapshots/upload.rs +2 -9
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/LICENSE +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/MANIFEST.in +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/README.md +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/AGENTS.md +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/CLAUDE.md +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/Cargo.toml +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/build.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Package.swift +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/AssetCatalogParser/AssetCatalogReader.swift +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/include/safeValueForKey.h +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/safeValueForKey.m +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/AssetCatalogParserTests.swift +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Info.plist +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Products/Applications/DemoApp.app/Assets.car +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/src/asset_catalog.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/apple-catalog-parsing/src/lib.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/build.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/pyproject.toml +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/sentry_cli.egg-info/SOURCES.txt +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/sentry_cli.egg-info/dependency_links.txt +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/sentry_cli.egg-info/top_level.txt +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/setup.cfg +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/setup.py +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/AGENTS.md +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/CLAUDE.md +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/connection_manager.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/artifact.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/build.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/compression.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/dif.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/file_state.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/hash_algorithm.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/upload/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/chunking/upload/options.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/code_mappings.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/deploy.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/data_types/snapshots.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/encoding.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/envelopes_api.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/errors/api_error.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/errors/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/errors/sentry_error.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/pagination.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/serialization.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/api/updating.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/bashsupport.sh +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/bash_hook.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/build/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/build/upload.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/code_mappings/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/code_mappings/upload.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/dart_symbol_map/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/dart_symbol_map/upload.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/bundle_jvm.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/bundle_sources.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/check.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/find.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/print_sources.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/debug_files/upload.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/deploys/list.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/deploys/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/deploys/new.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/derive_parser.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/events/list.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/events/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/info.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/list.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/mute.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/resolve.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/issues/unresolve.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/login.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/logs/list.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/logs/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/monitors/list.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/monitors/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/monitors/run.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/organizations/list.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/organizations/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/proguard/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/proguard/upload.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/proguard/uuid.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/projects/list.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/projects/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/react_native/gradle.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/react_native/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/react_native/xcode.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/archive.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/delete.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/finalize.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/info.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/list.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/new.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/propose_version.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/restore.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/releases/set_commits.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/repos/list.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/repos/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_envelope.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_event.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_metric/common_args.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_metric/increment.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_metric/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/send_metric/set.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/sourcemaps/inject.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/sourcemaps/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/sourcemaps/resolve.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/sourcemaps/upload.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/uninstall.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/update.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/upload_dif.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/upload_dsym.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/commands/upload_proguard.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/config.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/constants.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/main.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/android.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/args.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/auth_token_impl.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/error.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/org_auth_token.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/redacting.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/test.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/auth_token/user_auth_token.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build/apple.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build/normalize.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build/validation.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/build_vcs.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/chunks/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/chunks/options.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/chunks/types.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/chunks/upload.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/ci.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/cordova.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/dif.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/dif_upload/error.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/dif_upload/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/event.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/file_search.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/file_upload.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/formatting.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/fs.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/http.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/logging.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/non_empty.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/odiff/binary.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/odiff/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/odiff/server.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/progress.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/proguard/mapping.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/proguard/mod.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/proguard/upload.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/releases.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/retry.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_default_twenty.snap +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_ignore_missing.snap +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_base.snap +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_previous_commit.snap +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/snapshots/sentry_cli__utils__vcs__tests__get_commits_from_git.snap +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/source_bundle.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/sourcemaps/inject.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/sourcemaps.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/system.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/ui.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/update.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/value_parsers.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/vcs.rs +0 -0
- {sentry_cli-3.5.0 → sentry_cli-3.5.1}/src/utils/xcode.rs +0 -0
|
@@ -2503,9 +2503,9 @@ dependencies = [
|
|
|
2503
2503
|
|
|
2504
2504
|
[[package]]
|
|
2505
2505
|
name = "objectstore-client"
|
|
2506
|
-
version = "0.1.
|
|
2506
|
+
version = "0.1.12"
|
|
2507
2507
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2508
|
-
checksum = "
|
|
2508
|
+
checksum = "2713028097b2f0f00696d7d389a877f7370c02813548124c4422941f669732f3"
|
|
2509
2509
|
dependencies = [
|
|
2510
2510
|
"async-compression",
|
|
2511
2511
|
"bytes",
|
|
@@ -2522,16 +2522,18 @@ dependencies = [
|
|
|
2522
2522
|
"tokio",
|
|
2523
2523
|
"tokio-util",
|
|
2524
2524
|
"url",
|
|
2525
|
+
"zstd-safe",
|
|
2525
2526
|
]
|
|
2526
2527
|
|
|
2527
2528
|
[[package]]
|
|
2528
2529
|
name = "objectstore-types"
|
|
2529
|
-
version = "0.1.
|
|
2530
|
+
version = "0.1.12"
|
|
2530
2531
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2531
|
-
checksum = "
|
|
2532
|
+
checksum = "c83aedfcc050322caefbfdba0372518f316624995f04f97a1f00cafb08ce1d0c"
|
|
2532
2533
|
dependencies = [
|
|
2533
2534
|
"http",
|
|
2534
2535
|
"humantime",
|
|
2536
|
+
"humantime-serde",
|
|
2535
2537
|
"mediatype",
|
|
2536
2538
|
"serde",
|
|
2537
2539
|
"thiserror 2.0.18",
|
|
@@ -3628,7 +3630,7 @@ dependencies = [
|
|
|
3628
3630
|
|
|
3629
3631
|
[[package]]
|
|
3630
3632
|
name = "sentry-cli"
|
|
3631
|
-
version = "3.5.
|
|
3633
|
+
version = "3.5.1"
|
|
3632
3634
|
dependencies = [
|
|
3633
3635
|
"anyhow",
|
|
3634
3636
|
"anylog",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
build = "build.rs"
|
|
3
3
|
name = "sentry-cli"
|
|
4
|
-
version = "3.5.
|
|
4
|
+
version = "3.5.1"
|
|
5
5
|
edition = "2021"
|
|
6
6
|
rust-version = "1.91"
|
|
7
7
|
|
|
@@ -45,7 +45,7 @@ java-properties = "2.0.0"
|
|
|
45
45
|
lazy_static = "1.4.0"
|
|
46
46
|
libc = "0.2.139"
|
|
47
47
|
log = { version = "0.4.17", features = ["std"] }
|
|
48
|
-
objectstore-client = { version = "0.1.
|
|
48
|
+
objectstore-client = { version = "0.1.12" , default-features = false, features = ["native-tls"] }
|
|
49
49
|
open = "3.2.0"
|
|
50
50
|
parking_lot = "0.12.1"
|
|
51
51
|
percent-encoding = "2.2.0"
|
|
@@ -10,16 +10,10 @@ use crate::config::Config;
|
|
|
10
10
|
use crate::utils::args::ArgExt as _;
|
|
11
11
|
use crate::utils::fs::TempFile;
|
|
12
12
|
|
|
13
|
-
const EXPERIMENTAL_WARNING: &str =
|
|
14
|
-
"[EXPERIMENTAL] The \"build download\" command is experimental. \
|
|
15
|
-
The command is subject to breaking changes, including removal, in any Sentry CLI release.";
|
|
16
|
-
|
|
17
13
|
pub fn make_command(command: Command) -> Command {
|
|
18
14
|
command
|
|
19
|
-
.about("
|
|
20
|
-
.long_about(
|
|
21
|
-
"Download a build artifact.\n\n{EXPERIMENTAL_WARNING}"
|
|
22
|
-
))
|
|
15
|
+
.about("Download a build artifact.")
|
|
16
|
+
.long_about("Download a build artifact.")
|
|
23
17
|
.org_arg()
|
|
24
18
|
.arg(
|
|
25
19
|
Arg::new("build_id")
|
|
@@ -53,7 +47,6 @@ fn extension_from_url(url: &str) -> Result<&str> {
|
|
|
53
47
|
}
|
|
54
48
|
|
|
55
49
|
pub fn execute(matches: &ArgMatches) -> Result<()> {
|
|
56
|
-
eprintln!("{EXPERIMENTAL_WARNING}");
|
|
57
50
|
let config = Config::current();
|
|
58
51
|
let org = config.get_org(matches)?;
|
|
59
52
|
let build_id = matches
|
|
@@ -11,10 +11,6 @@ use crate::utils::fs::{path_as_url, IMAGE_EXTENSIONS};
|
|
|
11
11
|
use crate::utils::odiff::binary::ensure_binary;
|
|
12
12
|
use crate::utils::odiff::server::{OdiffOptions, OdiffResponse, OdiffServer};
|
|
13
13
|
|
|
14
|
-
const EXPERIMENTAL_WARNING: &str =
|
|
15
|
-
"[EXPERIMENTAL] The \"snapshots diff\" command is experimental. \
|
|
16
|
-
The command is subject to breaking changes, including removal, in any Sentry CLI release.";
|
|
17
|
-
|
|
18
14
|
#[derive(Serialize)]
|
|
19
15
|
struct DiffReport {
|
|
20
16
|
base_dir: String,
|
|
@@ -111,11 +107,8 @@ struct CategorizedImages {
|
|
|
111
107
|
|
|
112
108
|
pub fn make_command(command: Command) -> Command {
|
|
113
109
|
command
|
|
114
|
-
.about("
|
|
115
|
-
.long_about(
|
|
116
|
-
"Compare two directories of snapshot images locally using odiff.\n\n\
|
|
117
|
-
{EXPERIMENTAL_WARNING}"
|
|
118
|
-
))
|
|
110
|
+
.about("Compare two directories of snapshot images locally using odiff.")
|
|
111
|
+
.long_about("Compare two directories of snapshot images locally using odiff.")
|
|
119
112
|
.arg(
|
|
120
113
|
Arg::new("base_dir")
|
|
121
114
|
.value_name("BASE_DIR")
|
|
@@ -171,8 +164,6 @@ pub fn make_command(command: Command) -> Command {
|
|
|
171
164
|
}
|
|
172
165
|
|
|
173
166
|
pub fn execute(matches: &ArgMatches) -> Result<()> {
|
|
174
|
-
eprintln!("{EXPERIMENTAL_WARNING}");
|
|
175
|
-
|
|
176
167
|
let base_dir = PathBuf::from(
|
|
177
168
|
matches
|
|
178
169
|
.get_one::<String>("base_dir")
|
|
@@ -10,19 +10,14 @@ use crate::config::Config;
|
|
|
10
10
|
use crate::utils::args::ArgExt as _;
|
|
11
11
|
use crate::utils::fs::{path_as_url, TempFile};
|
|
12
12
|
|
|
13
|
-
const EXPERIMENTAL_WARNING: &str =
|
|
14
|
-
"[EXPERIMENTAL] The \"snapshots download\" command is experimental. \
|
|
15
|
-
The command is subject to breaking changes, including removal, in any Sentry CLI release.";
|
|
16
|
-
|
|
17
13
|
pub fn make_command(command: Command) -> Command {
|
|
18
14
|
command
|
|
19
|
-
.about("
|
|
20
|
-
.long_about(
|
|
15
|
+
.about("Download baseline snapshot images from Sentry.")
|
|
16
|
+
.long_about(
|
|
21
17
|
"Download baseline snapshot images from Sentry's preprod system to a local directory.\n\n\
|
|
22
18
|
Use --snapshot-id to download a specific snapshot, or --app-id to resolve the latest \
|
|
23
|
-
baseline (org auth tokens require --project with a numeric project ID for --app-id)
|
|
24
|
-
|
|
25
|
-
))
|
|
19
|
+
baseline (org auth tokens require --project with a numeric project ID for --app-id).",
|
|
20
|
+
)
|
|
26
21
|
.org_arg()
|
|
27
22
|
.project_arg(false)
|
|
28
23
|
.arg(
|
|
@@ -56,8 +51,6 @@ pub fn make_command(command: Command) -> Command {
|
|
|
56
51
|
}
|
|
57
52
|
|
|
58
53
|
pub fn execute(matches: &ArgMatches) -> Result<()> {
|
|
59
|
-
eprintln!("{EXPERIMENTAL_WARNING}");
|
|
60
|
-
|
|
61
54
|
let config = Config::current();
|
|
62
55
|
let org = config.get_org(matches)?;
|
|
63
56
|
let api_ref = Api::current();
|
|
@@ -23,7 +23,7 @@ pub fn make_command(mut command: Command) -> Command {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
command = command
|
|
26
|
-
.about("
|
|
26
|
+
.about("Manage and compare snapshots.")
|
|
27
27
|
.subcommand_required(true)
|
|
28
28
|
.arg_required_else_help(true);
|
|
29
29
|
each_subcommand!(add_subcommand);
|
|
@@ -25,17 +25,12 @@ use crate::utils::build_vcs::collect_git_metadata;
|
|
|
25
25
|
use crate::utils::ci::is_ci;
|
|
26
26
|
use crate::utils::fs::IMAGE_EXTENSIONS;
|
|
27
27
|
|
|
28
|
-
const EXPERIMENTAL_WARNING: &str =
|
|
29
|
-
"[EXPERIMENTAL] The \"snapshots upload\" command is experimental. \
|
|
30
|
-
The command is subject to breaking changes, including removal, in any Sentry CLI release.";
|
|
31
28
|
const MAX_PIXELS_PER_IMAGE: u64 = 40_000_000;
|
|
32
29
|
|
|
33
30
|
pub fn make_command(command: Command) -> Command {
|
|
34
31
|
command
|
|
35
|
-
.about("
|
|
36
|
-
.long_about(
|
|
37
|
-
"Upload snapshots to a project.\n\n{EXPERIMENTAL_WARNING}"
|
|
38
|
-
))
|
|
32
|
+
.about("Upload snapshots to a project.")
|
|
33
|
+
.long_about("Upload snapshots to a project.")
|
|
39
34
|
.org_arg()
|
|
40
35
|
.project_arg(false)
|
|
41
36
|
.arg(
|
|
@@ -118,8 +113,6 @@ impl ImageInfo {
|
|
|
118
113
|
}
|
|
119
114
|
|
|
120
115
|
pub fn execute(matches: &ArgMatches) -> Result<()> {
|
|
121
|
-
eprintln!("{EXPERIMENTAL_WARNING}");
|
|
122
|
-
|
|
123
116
|
let config = Config::current();
|
|
124
117
|
let org = config.get_org(matches)?;
|
|
125
118
|
let project = config.get_project(matches)?;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|