[PR #67] [MERGED] Clippy CI/CD #128

Closed
opened 2026-02-17 17:12:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/67
Author: @DecDuck
Created: 7/18/2025
Status: Merged
Merged: 7/18/2025
Merged by: @DecDuck

Base: developHead: clippy-ci


📝 Commits (9)

📊 Changes

36 files changed (+157 additions, -265 deletions)

View changed files

.github/workflows/clippy.yml (+23 -0)
📝 .github/workflows/release.yml (+2 -2)
📝 src-tauri/src/client/cleanup.rs (+1 -1)
📝 src-tauri/src/database/db.rs (+15 -14)
📝 src-tauri/src/database/models.rs (+2 -2)
📝 src-tauri/src/download_manager/download_manager_builder.rs (+6 -8)
📝 src-tauri/src/download_manager/download_manager_frontend.rs (+3 -15)
📝 src-tauri/src/download_manager/downloadable.rs (+1 -1)
📝 src-tauri/src/download_manager/mod.rs (+1 -1)
📝 src-tauri/src/download_manager/util/progress_object.rs (+2 -6)
📝 src-tauri/src/download_manager/util/queue.rs (+0 -36)
📝 src-tauri/src/error/application_download_error.rs (+3 -5)
src-tauri/src/error/backup_error.rs (+0 -21)
📝 src-tauri/src/error/download_manager_error.rs (+2 -2)
📝 src-tauri/src/error/drop_server_error.rs (+2 -2)
📝 src-tauri/src/error/library_error.rs (+1 -2)
📝 src-tauri/src/error/mod.rs (+0 -2)
📝 src-tauri/src/error/process_error.rs (+2 -2)
📝 src-tauri/src/error/remote_access_error.rs (+5 -8)
src-tauri/src/error/setup_error.rs (+0 -14)

...and 16 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/67 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `clippy-ci` --- ### 📝 Commits (9) - [`8d2d85f`](https://github.com/Drop-OSS/drop-app/commit/8d2d85f40a23963ac57711238e1c181b150f3429) feat: add clippy ci - [`d50c073`](https://github.com/Drop-OSS/drop-app/commit/d50c073a31ea40d7756de5b5f7aa3d33fbd20b05) fix: clippy errors - [`a80c846`](https://github.com/Drop-OSS/drop-app/commit/a80c846154ba62e74c6b5d0b971e2650990d0435) fix: ci/cd - [`6965a37`](https://github.com/Drop-OSS/drop-app/commit/6965a37dcd52f85fcbe7df07e46c8951b7cd10a3) fix: update ci packages - [`45b05c5`](https://github.com/Drop-OSS/drop-app/commit/45b05c5804e49ba1975afb10c30db8482c85b5a6) fix: add gtk3 to ci deps - [`64a33e0`](https://github.com/Drop-OSS/drop-app/commit/64a33e0d1e4abefeeae6628ed2eeb4ac5df74b54) fix: add webkit to ci deps - [`4b3e4c8`](https://github.com/Drop-OSS/drop-app/commit/4b3e4c8ace95f0f1d5ae2b80c3fd568b79e570df) fix: ci deps and perms - [`b1567f2`](https://github.com/Drop-OSS/drop-app/commit/b1567f231f0090f4ac62a6854c90d2ecd4ac7eff) Merge branch 'develop' into clippy-ci - [`9049923`](https://github.com/Drop-OSS/drop-app/commit/90499235ca7d0037f8e732621c2a85824e0f23c6) fix: add clippy settings to lib.rs ### 📊 Changes **36 files changed** (+157 additions, -265 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/clippy.yml` (+23 -0) 📝 `.github/workflows/release.yml` (+2 -2) 📝 `src-tauri/src/client/cleanup.rs` (+1 -1) 📝 `src-tauri/src/database/db.rs` (+15 -14) 📝 `src-tauri/src/database/models.rs` (+2 -2) 📝 `src-tauri/src/download_manager/download_manager_builder.rs` (+6 -8) 📝 `src-tauri/src/download_manager/download_manager_frontend.rs` (+3 -15) 📝 `src-tauri/src/download_manager/downloadable.rs` (+1 -1) 📝 `src-tauri/src/download_manager/mod.rs` (+1 -1) 📝 `src-tauri/src/download_manager/util/progress_object.rs` (+2 -6) 📝 `src-tauri/src/download_manager/util/queue.rs` (+0 -36) 📝 `src-tauri/src/error/application_download_error.rs` (+3 -5) ➖ `src-tauri/src/error/backup_error.rs` (+0 -21) 📝 `src-tauri/src/error/download_manager_error.rs` (+2 -2) 📝 `src-tauri/src/error/drop_server_error.rs` (+2 -2) 📝 `src-tauri/src/error/library_error.rs` (+1 -2) 📝 `src-tauri/src/error/mod.rs` (+0 -2) 📝 `src-tauri/src/error/process_error.rs` (+2 -2) 📝 `src-tauri/src/error/remote_access_error.rs` (+5 -8) ➖ `src-tauri/src/error/setup_error.rs` (+0 -14) _...and 16 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:10 -05:00
yindo closed this issue 2026-02-17 17:12:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#128