sentry-cli 3.4.1__tar.gz → 3.4.2__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.4.1 → sentry_cli-3.4.2}/Cargo.lock +17 -18
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/Cargo.toml +1 -1
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/PKG-INFO +1 -1
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/sentry_cli.egg-info/PKG-INFO +1 -1
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/mod.rs +0 -8
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/build/snapshots.rs +2 -16
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/file_upload.rs +6 -14
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/LICENSE +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/MANIFEST.in +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/README.md +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/AGENTS.md +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/CLAUDE.md +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/Cargo.toml +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/build.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Package.swift +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/AssetCatalogParser/AssetCatalogReader.swift +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/include/safeValueForKey.h +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/safeValueForKey.m +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/AssetCatalogParserTests.swift +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Info.plist +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Products/Applications/DemoApp.app/Assets.car +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/src/asset_catalog.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/apple-catalog-parsing/src/lib.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/build.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/pyproject.toml +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/sentry_cli.egg-info/SOURCES.txt +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/sentry_cli.egg-info/dependency_links.txt +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/sentry_cli.egg-info/top_level.txt +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/setup.cfg +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/setup.py +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/AGENTS.md +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/CLAUDE.md +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/connection_manager.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/chunking/artifact.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/chunking/build.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/chunking/compression.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/chunking/dif.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/chunking/file_state.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/chunking/hash_algorithm.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/chunking/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/chunking/upload/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/chunking/upload/options.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/code_mappings.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/deploy.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/data_types/snapshots.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/encoding.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/envelopes_api.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/errors/api_error.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/errors/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/errors/sentry_error.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/pagination.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/api/serialization.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/bashsupport.sh +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/bash_hook.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/build/download.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/build/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/build/upload.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/code_mappings/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/code_mappings/upload.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/dart_symbol_map/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/dart_symbol_map/upload.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/debug_files/bundle_jvm.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/debug_files/bundle_sources.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/debug_files/check.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/debug_files/find.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/debug_files/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/debug_files/print_sources.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/debug_files/upload.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/deploys/list.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/deploys/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/deploys/new.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/derive_parser.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/events/list.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/events/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/info.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/issues/list.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/issues/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/issues/mute.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/issues/resolve.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/issues/unresolve.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/login.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/logs/list.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/logs/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/monitors/list.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/monitors/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/monitors/run.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/organizations/list.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/organizations/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/proguard/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/proguard/upload.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/proguard/uuid.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/projects/list.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/projects/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/react_native/gradle.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/react_native/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/react_native/xcode.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/archive.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/delete.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/finalize.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/info.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/list.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/new.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/propose_version.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/restore.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/releases/set_commits.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/repos/list.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/repos/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/send_envelope.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/send_event.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/send_metric/common_args.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/send_metric/increment.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/send_metric/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/send_metric/set.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/sourcemaps/inject.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/sourcemaps/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/sourcemaps/resolve.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/sourcemaps/upload.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/uninstall.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/update.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/upload_dif.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/upload_dsym.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/commands/upload_proguard.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/config.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/constants.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/main.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/android.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/args.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/auth_token/auth_token_impl.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/auth_token/error.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/auth_token/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/auth_token/org_auth_token.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/auth_token/redacting.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/auth_token/test.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/auth_token/user_auth_token.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/build/apple.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/build/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/build/normalize.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/build/validation.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/build_vcs.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/chunks/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/chunks/options.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/chunks/types.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/chunks/upload.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/ci.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/cordova.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/dif.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/dif_upload/error.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/dif_upload/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/event.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/file_search.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/formatting.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/fs.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/http.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/logging.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/non_empty.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/progress.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/proguard/mapping.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/proguard/mod.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/proguard/upload.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/releases.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/retry.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_default_twenty.snap +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_ignore_missing.snap +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_base.snap +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_previous_commit.snap +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__get_commits_from_git.snap +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/source_bundle.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/sourcemaps/inject.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/sourcemaps.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/system.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/ui.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/update.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/value_parsers.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/vcs.rs +0 -0
- {sentry_cli-3.4.1 → sentry_cli-3.4.2}/src/utils/xcode.rs +0 -0
|
@@ -1902,7 +1902,7 @@ dependencies = [
|
|
|
1902
1902
|
"p256",
|
|
1903
1903
|
"p384",
|
|
1904
1904
|
"pem",
|
|
1905
|
-
"rand 0.8.
|
|
1905
|
+
"rand 0.8.6",
|
|
1906
1906
|
"rsa",
|
|
1907
1907
|
"serde",
|
|
1908
1908
|
"serde_json",
|
|
@@ -2144,7 +2144,7 @@ dependencies = [
|
|
|
2144
2144
|
"hyper",
|
|
2145
2145
|
"hyper-util",
|
|
2146
2146
|
"log",
|
|
2147
|
-
"rand 0.9.
|
|
2147
|
+
"rand 0.9.4",
|
|
2148
2148
|
"regex",
|
|
2149
2149
|
"serde_json",
|
|
2150
2150
|
"serde_urlencoded",
|
|
@@ -2242,7 +2242,7 @@ dependencies = [
|
|
|
2242
2242
|
"num-integer",
|
|
2243
2243
|
"num-iter",
|
|
2244
2244
|
"num-traits",
|
|
2245
|
-
"rand 0.8.
|
|
2245
|
+
"rand 0.8.6",
|
|
2246
2246
|
"smallvec",
|
|
2247
2247
|
"zeroize",
|
|
2248
2248
|
]
|
|
@@ -2358,15 +2358,14 @@ dependencies = [
|
|
|
2358
2358
|
|
|
2359
2359
|
[[package]]
|
|
2360
2360
|
name = "openssl"
|
|
2361
|
-
version = "0.10.
|
|
2361
|
+
version = "0.10.79"
|
|
2362
2362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2363
|
-
checksum = "
|
|
2363
|
+
checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542"
|
|
2364
2364
|
dependencies = [
|
|
2365
2365
|
"bitflags 2.9.4",
|
|
2366
2366
|
"cfg-if",
|
|
2367
2367
|
"foreign-types",
|
|
2368
2368
|
"libc",
|
|
2369
|
-
"once_cell",
|
|
2370
2369
|
"openssl-macros",
|
|
2371
2370
|
"openssl-sys",
|
|
2372
2371
|
]
|
|
@@ -2399,9 +2398,9 @@ dependencies = [
|
|
|
2399
2398
|
|
|
2400
2399
|
[[package]]
|
|
2401
2400
|
name = "openssl-sys"
|
|
2402
|
-
version = "0.9.
|
|
2401
|
+
version = "0.9.115"
|
|
2403
2402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2404
|
-
checksum = "
|
|
2403
|
+
checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781"
|
|
2405
2404
|
dependencies = [
|
|
2406
2405
|
"cc",
|
|
2407
2406
|
"libc",
|
|
@@ -2640,7 +2639,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2640
2639
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
2641
2640
|
dependencies = [
|
|
2642
2641
|
"phf_shared",
|
|
2643
|
-
"rand 0.8.
|
|
2642
|
+
"rand 0.8.6",
|
|
2644
2643
|
]
|
|
2645
2644
|
|
|
2646
2645
|
[[package]]
|
|
@@ -2855,9 +2854,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
2855
2854
|
|
|
2856
2855
|
[[package]]
|
|
2857
2856
|
name = "rand"
|
|
2858
|
-
version = "0.8.
|
|
2857
|
+
version = "0.8.6"
|
|
2859
2858
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2860
|
-
checksum = "
|
|
2859
|
+
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
|
|
2861
2860
|
dependencies = [
|
|
2862
2861
|
"libc",
|
|
2863
2862
|
"rand_chacha 0.3.1",
|
|
@@ -2866,9 +2865,9 @@ dependencies = [
|
|
|
2866
2865
|
|
|
2867
2866
|
[[package]]
|
|
2868
2867
|
name = "rand"
|
|
2869
|
-
version = "0.9.
|
|
2868
|
+
version = "0.9.4"
|
|
2870
2869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2871
|
-
checksum = "
|
|
2870
|
+
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
2872
2871
|
dependencies = [
|
|
2873
2872
|
"rand_chacha 0.9.0",
|
|
2874
2873
|
"rand_core 0.9.3",
|
|
@@ -3207,9 +3206,9 @@ dependencies = [
|
|
|
3207
3206
|
|
|
3208
3207
|
[[package]]
|
|
3209
3208
|
name = "rustls-webpki"
|
|
3210
|
-
version = "0.103.
|
|
3209
|
+
version = "0.103.13"
|
|
3211
3210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3212
|
-
checksum = "
|
|
3211
|
+
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
|
|
3213
3212
|
dependencies = [
|
|
3214
3213
|
"ring",
|
|
3215
3214
|
"rustls-pki-types",
|
|
@@ -3392,7 +3391,7 @@ dependencies = [
|
|
|
3392
3391
|
|
|
3393
3392
|
[[package]]
|
|
3394
3393
|
name = "sentry-cli"
|
|
3395
|
-
version = "3.4.
|
|
3394
|
+
version = "3.4.2"
|
|
3396
3395
|
dependencies = [
|
|
3397
3396
|
"anyhow",
|
|
3398
3397
|
"anylog",
|
|
@@ -3485,7 +3484,7 @@ version = "0.46.0"
|
|
|
3485
3484
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3486
3485
|
checksum = "cfc409727ae90765ca8ea76fe6c949d6f159a11d02e130b357fa652ee9efcada"
|
|
3487
3486
|
dependencies = [
|
|
3488
|
-
"rand 0.9.
|
|
3487
|
+
"rand 0.9.4",
|
|
3489
3488
|
"sentry-types",
|
|
3490
3489
|
"serde",
|
|
3491
3490
|
"serde_json",
|
|
@@ -3500,7 +3499,7 @@ checksum = "c7b9b4e4c03a4d3643c18c78b8aa91d2cbee5da047d2fa0ca4bb29bc67e6c55c"
|
|
|
3500
3499
|
dependencies = [
|
|
3501
3500
|
"debugid",
|
|
3502
3501
|
"hex",
|
|
3503
|
-
"rand 0.9.
|
|
3502
|
+
"rand 0.9.4",
|
|
3504
3503
|
"serde",
|
|
3505
3504
|
"serde_json",
|
|
3506
3505
|
"thiserror 2.0.17",
|
|
@@ -450,14 +450,6 @@ impl AuthenticatedApi<'_> {
|
|
|
450
450
|
self.api.request(method, url, None)
|
|
451
451
|
}
|
|
452
452
|
|
|
453
|
-
/// Returns the auth info for use in external service authorization.
|
|
454
|
-
pub fn auth(&self) -> &Auth {
|
|
455
|
-
self.api
|
|
456
|
-
.config
|
|
457
|
-
.get_auth()
|
|
458
|
-
.expect("AuthenticatedApi can only be constructed when auth exists")
|
|
459
|
-
}
|
|
460
|
-
|
|
461
453
|
// High-level method implementations
|
|
462
454
|
|
|
463
455
|
/// Performs an API request to verify the authentication status of the
|
|
@@ -18,7 +18,7 @@ use sha2::{Digest as _, Sha256};
|
|
|
18
18
|
use walkdir::WalkDir;
|
|
19
19
|
|
|
20
20
|
use crate::api::{Api, CreateSnapshotResponse, ImageMetadata, SnapshotsManifest};
|
|
21
|
-
use crate::config::
|
|
21
|
+
use crate::config::Config;
|
|
22
22
|
use crate::utils::args::ArgExt as _;
|
|
23
23
|
use crate::utils::build_vcs::collect_git_metadata;
|
|
24
24
|
use crate::utils::ci::is_ci;
|
|
@@ -336,22 +336,8 @@ fn upload_images(
|
|
|
336
336
|
if let Some(token) = options.objectstore.auth_token {
|
|
337
337
|
builder = builder.token(token.expose_secret().to_owned());
|
|
338
338
|
}
|
|
339
|
-
let builder = builder;
|
|
340
|
-
|
|
341
|
-
let sentry_token = match authenticated_api.auth() {
|
|
342
|
-
Auth::Token(token) => token.raw().expose_secret().to_owned(),
|
|
343
|
-
};
|
|
344
|
-
let sentry_token = format!("Bearer {sentry_token}")
|
|
345
|
-
.parse()
|
|
346
|
-
// Ignore original error to avoid leaking the token (even though it's invalid)
|
|
347
|
-
.map_err(|_| anyhow::anyhow!("Invalid auth token"))?;
|
|
348
339
|
let client = builder
|
|
349
|
-
.configure_reqwest(|r|
|
|
350
|
-
let mut headers = http::HeaderMap::new();
|
|
351
|
-
headers.insert(http::header::AUTHORIZATION, sentry_token);
|
|
352
|
-
r.connect_timeout(Duration::from_secs(10))
|
|
353
|
-
.default_headers(headers)
|
|
354
|
-
})
|
|
340
|
+
.configure_reqwest(|r| r.connect_timeout(Duration::from_secs(10)))
|
|
355
341
|
.build()?;
|
|
356
342
|
|
|
357
343
|
let scopes = options.objectstore.scopes;
|
|
@@ -186,16 +186,11 @@ impl<'a> FileUpload<'a> {
|
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
pub fn upload(&self) -> Result<()> {
|
|
189
|
-
upload_files_chunked(self.context, &self.files
|
|
189
|
+
upload_files_chunked(self.context, &self.files)
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
fn poll_assemble(
|
|
194
|
-
checksum: Digest,
|
|
195
|
-
chunks: &[Digest],
|
|
196
|
-
context: &UploadContext,
|
|
197
|
-
options: &ChunkServerOptions,
|
|
198
|
-
) -> Result<()> {
|
|
193
|
+
fn poll_assemble(checksum: Digest, chunks: &[Digest], context: &UploadContext) -> Result<()> {
|
|
199
194
|
let progress_style = ProgressStyle::default_spinner().template("{spinner} Processing files...");
|
|
200
195
|
|
|
201
196
|
let pb = ProgressBar::new_spinner();
|
|
@@ -203,7 +198,7 @@ fn poll_assemble(
|
|
|
203
198
|
pb.set_style(progress_style);
|
|
204
199
|
|
|
205
200
|
let assemble_start = Instant::now();
|
|
206
|
-
let options_max_wait = match
|
|
201
|
+
let options_max_wait = match context.chunk_upload_options.max_wait {
|
|
207
202
|
0 => DEFAULT_MAX_WAIT,
|
|
208
203
|
secs => Duration::from_secs(secs),
|
|
209
204
|
};
|
|
@@ -263,11 +258,8 @@ fn poll_assemble(
|
|
|
263
258
|
Ok(())
|
|
264
259
|
}
|
|
265
260
|
|
|
266
|
-
fn upload_files_chunked(
|
|
267
|
-
context
|
|
268
|
-
files: &SourceFiles,
|
|
269
|
-
options: &ChunkServerOptions,
|
|
270
|
-
) -> Result<()> {
|
|
261
|
+
fn upload_files_chunked(context: &UploadContext, files: &SourceFiles) -> Result<()> {
|
|
262
|
+
let options = context.chunk_upload_options;
|
|
271
263
|
let archive = source_bundle::build(context, files.values(), None)?;
|
|
272
264
|
|
|
273
265
|
let progress_style =
|
|
@@ -313,7 +305,7 @@ fn upload_files_chunked(
|
|
|
313
305
|
style(">").dim()
|
|
314
306
|
);
|
|
315
307
|
}
|
|
316
|
-
poll_assemble(checksum, &checksums, context
|
|
308
|
+
poll_assemble(checksum, &checksums, context)
|
|
317
309
|
}
|
|
318
310
|
|
|
319
311
|
fn print_upload_context_details(context: &UploadContext) {
|
|
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
|