mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 00:45:21 -04:00
[PR #23] [MERGED] Implement better error system and segregate errors and commands #113
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/23
Author: @quexeky
Created: 1/12/2025
Status: ✅ Merged
Merged: 1/13/2025
Merged by: @quexeky
Base:
develop← Head:better-errors📝 Commits (10+)
97850a3chore: Progress on amend_settings command61f72b0chore(errors): Progress on better error handling with segragation of filesaaa8171chore: Progress on amend_settings command81eb79dMerge branch 'develop' into better-errorsc8dc9a9chore(commands): Separated commands under each subdirectory into respective commands.rs filesf746af1chore(errors): Almost all errors and commands have been segregatedb454f13chore(errors): Added drop server error380a5ecfeat(core): Update to using nightly compiler5af5bc7chore(errors): More progress on error handlinga03e935chore(errors): Implementing Try and FromResidual for UserValue📊 Changes
45 files changed (+823 additions, -601 deletions)
View changed files
📝
pages/settings/downloads.vue(+1 -0)📝
src-tauri/Cargo.lock(+23 -0)📝
src-tauri/Cargo.toml(+2 -0)➕
src-tauri/rust-toolchain.toml(+2 -0)📝
src-tauri/src/autostart.rs(+15 -8)➕
src-tauri/src/commands.rs(+16 -0)➕
src-tauri/src/database/commands.rs(+83 -0)📝
src-tauri/src/database/db.rs(+2 -58)➕
src-tauri/src/database/debug.rs(+22 -0)➕
src-tauri/src/database/mod.rs(+4 -0)➕
src-tauri/src/database/settings.rs(+24 -0)➖
src-tauri/src/debug.rs(+0 -26)➕
src-tauri/src/download_manager/commands.rs(+31 -0)📝
src-tauri/src/download_manager/download_manager.rs(+2 -1)📝
src-tauri/src/download_manager/download_manager_builder.rs(+8 -4)📝
src-tauri/src/download_manager/downloadable.rs(+3 -2)📝
src-tauri/src/download_manager/mod.rs(+1 -1)📝
src-tauri/src/download_manager/progress_object.rs(+13 -10)📝
src-tauri/src/error/application_download_error.rs(+1 -14)➕
src-tauri/src/error/drop_server_error.rs(+10 -0)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.