sentry-cli 2.43.0__tar.gz → 2.43.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-2.43.0 → sentry_cli-2.43.1}/Cargo.lock +5 -5
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/Cargo.toml +1 -1
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/PKG-INFO +1 -1
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/sentry_cli.egg-info/PKG-INFO +1 -1
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/sourcemaps/explain.rs +1 -1
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/appcenter.rs +1 -1
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/LICENSE +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/MANIFEST.in +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/README.md +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/build.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/pyproject.toml +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/sentry_cli.egg-info/SOURCES.txt +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/sentry_cli.egg-info/dependency_links.txt +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/sentry_cli.egg-info/top_level.txt +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/setup.cfg +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/setup.py +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/connection_manager.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/chunking/artifact.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/chunking/compression.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/chunking/dif.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/chunking/file_state.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/chunking/hash_algorithm.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/chunking/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/chunking/upload/capability.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/chunking/upload/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/chunking/upload/options.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/deploy.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/data_types/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/encoding.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/envelopes_api.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/errors/api_error.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/errors/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/errors/sentry_error.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/api/pagination.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/bashsupport.sh +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/bash_hook.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/debug_files/bundle_jvm.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/debug_files/bundle_sources.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/debug_files/check.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/debug_files/find.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/debug_files/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/debug_files/print_sources.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/debug_files/upload.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/deploys/list.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/deploys/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/deploys/new.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/derive_parser.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/events/list.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/events/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/files/delete.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/files/list.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/files/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/files/upload.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/info.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/issues/list.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/issues/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/issues/mute.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/issues/resolve.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/issues/unresolve.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/login.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/monitors/list.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/monitors/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/monitors/run.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/organizations/list.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/organizations/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/projects/list.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/projects/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/react_native/appcenter.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/react_native/gradle.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/react_native/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/react_native/xcode.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/archive.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/delete.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/finalize.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/info.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/list.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/new.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/propose_version.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/restore.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/releases/set_commits.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/repos/list.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/repos/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/send_envelope.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/send_event.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/send_metric/common_args.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/send_metric/distribution.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/send_metric/gauge.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/send_metric/increment.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/send_metric/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/send_metric/set.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/sourcemaps/inject.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/sourcemaps/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/sourcemaps/resolve.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/sourcemaps/upload.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/uninstall.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/update.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/upload_dif.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/upload_dsym.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/commands/upload_proguard.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/config.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/constants.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/main.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/android.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/args.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/auth_token/auth_token_impl.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/auth_token/error.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/auth_token/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/auth_token/org_auth_token.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/auth_token/redacting.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/auth_token/test.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/auth_token/user_auth_token.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/chunks/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/chunks/options.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/chunks/types.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/chunks/upload.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/cordova.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/dif.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/dif_upload/error.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/dif_upload/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/event.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/file_search.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/file_upload.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/formatting.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/fs.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/http.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/logging.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/metrics.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/progress.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/proguard/mapping.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/proguard/mod.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/proguard/upload.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/releases.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/retry.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/snapshots/sentry_cli__utils__vcs__generate_patch_default_twenty.snap +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/snapshots/sentry_cli__utils__vcs__generate_patch_ignore_missing.snap +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/snapshots/sentry_cli__utils__vcs__generate_patch_set_base.snap +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/snapshots/sentry_cli__utils__vcs__generate_patch_set_previous_commit.snap +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/snapshots/sentry_cli__utils__vcs__get_commits_from_git.snap +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/sourcemaps/inject.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/sourcemaps.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/system.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/ui.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/update.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/value_parsers.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/vcs.rs +0 -0
- {sentry_cli-2.43.0 → sentry_cli-2.43.1}/src/utils/xcode.rs +0 -0
|
@@ -1674,9 +1674,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
|
|
1674
1674
|
|
|
1675
1675
|
[[package]]
|
|
1676
1676
|
name = "libc"
|
|
1677
|
-
version = "0.2.
|
|
1677
|
+
version = "0.2.172"
|
|
1678
1678
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1679
|
-
checksum = "
|
|
1679
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
|
1680
1680
|
|
|
1681
1681
|
[[package]]
|
|
1682
1682
|
name = "libgit2-sys"
|
|
@@ -2728,7 +2728,7 @@ dependencies = [
|
|
|
2728
2728
|
|
|
2729
2729
|
[[package]]
|
|
2730
2730
|
name = "sentry-cli"
|
|
2731
|
-
version = "2.43.
|
|
2731
|
+
version = "2.43.1"
|
|
2732
2732
|
dependencies = [
|
|
2733
2733
|
"anyhow",
|
|
2734
2734
|
"anylog",
|
|
@@ -3325,9 +3325,9 @@ dependencies = [
|
|
|
3325
3325
|
|
|
3326
3326
|
[[package]]
|
|
3327
3327
|
name = "tokio"
|
|
3328
|
-
version = "1.
|
|
3328
|
+
version = "1.44.2"
|
|
3329
3329
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3330
|
-
checksum = "
|
|
3330
|
+
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
|
3331
3331
|
dependencies = [
|
|
3332
3332
|
"backtrace",
|
|
3333
3333
|
"bytes",
|
|
@@ -140,7 +140,7 @@ fn find_matching_artifact(artifacts: &[Artifact], path: &str) -> Result<Artifact
|
|
|
140
140
|
let full_match = artifacts.iter().find(|a| a.name == path);
|
|
141
141
|
let partial_match = artifacts
|
|
142
142
|
.iter()
|
|
143
|
-
.find(|a| a.name.ends_with(path.split('/').
|
|
143
|
+
.find(|a| a.name.ends_with(path.split('/').next_back().unwrap()));
|
|
144
144
|
|
|
145
145
|
if full_match.is_none() {
|
|
146
146
|
error(format!("Uploaded artifacts do not include entry: {path}"));
|
|
@@ -136,7 +136,7 @@ pub fn get_appcenter_deployment_history(
|
|
|
136
136
|
|
|
137
137
|
pub fn get_appcenter_package(app: &str, deployment: &str) -> Result<AppCenterPackage> {
|
|
138
138
|
let history = get_appcenter_deployment_history(app, deployment)?;
|
|
139
|
-
if let Some(latest) = history.into_iter().
|
|
139
|
+
if let Some(latest) = history.into_iter().next_back() {
|
|
140
140
|
Ok(latest)
|
|
141
141
|
} else {
|
|
142
142
|
bail!("Could not find deployment {} for {}", deployment, app);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|