Tunglies
7613417c33
feat: enhance Tauri build steps with clearer naming and include updater JSON
2025-08-20 23:06:55 +08:00
Tunglies
537d27d10b
fix: clippy errors with new config ( #4428 )
...
* refactor: improve code quality with clippy fixes and standardized logging
- Replace dangerous unwrap()/expect() calls with proper error handling
- Standardize logging from log:: to logging\! macro with Type:: classifications
- Fix app handle panics with graceful fallback patterns
- Improve error resilience across 35+ modules without breaking functionality
- Reduce clippy warnings from 300+ to 0 in main library code
* chore: update Cargo.toml configuration
* refactor: resolve all clippy warnings
- Fix Arc clone warnings using explicit Arc::clone syntax across 9 files
- Add #[allow(clippy::expect_used)] to test functions for appropriate expect usage
- Remove no-effect statements from debug code cleanup
- Apply clippy auto-fixes for dbg\! macro removals and path statements
- Achieve zero clippy warnings on all targets with -D warnings flag
* chore: update Cargo.toml clippy configuration
* refactor: simplify macOS job configuration and improve caching
* refactor: remove unnecessary async/await from service and proxy functions
* refactor: streamline pnpm installation in CI configuration
* refactor: simplify error handling and remove unnecessary else statements
* refactor: replace async/await with synchronous locks for core management
* refactor: add workflow_dispatch trigger to clippy job
* refactor: convert async functions to synchronous for service management
* refactor: convert async functions to synchronous for UWP tool invocation
* fix: change wrong logging
* refactor: convert proxy restoration functions to async
* Revert "refactor: convert proxy restoration functions to async"
This reverts commit b82f5d250b .
* refactor: update proxy restoration functions to return Result types
* fix: handle errors during proxy restoration and update async function signatures
* fix: handle errors during proxy restoration and update async function signatures
* refactor: update restore_pac_proxy and restore_sys_proxy functions to async
* fix: convert restore_pac_proxy and restore_sys_proxy functions to async
* fix: await restore_sys_proxy calls in proxy restoration logic
* fix: suppress clippy warnings for unused async functions in proxy restoration
* fix: suppress clippy warnings for unused async functions in proxy restoration
2025-08-18 02:02:25 +08:00
Tunglies
2aa629ff5d
feat: refactor check_commit job to use new workflow inputs and streamline build checks
...
fix: update tag_name in check_commit job to use a static value
refactor: streamline latest.json handling and improve commit hash comparison logic
fix: update curl command to follow redirects when fetching latest.json
2025-08-14 20:42:26 +08:00
Tunglies
1e2b453c24
refactor: streamline clean old assets job by using reusable workflow
...
refactor: update clean old assets job to include steps section
refactor: add checkout step in clean_old_assets job for improved repository access
fix: correct path to clean old assets workflow in autobuild.yml
fix: update path to clean old assets workflow in autobuild.yml
refactor: simplify clean_old_assets job by removing unnecessary steps
refactor: enhance clean_old_assets job dependencies for improved execution flow
Revert "refactor: enhance clean_old_assets job dependencies for improved execution flow"
This reverts commit 1a5108b5ad .
feat: implement get_latest_tauri_commit script and update release versioning logic
2025-08-14 20:42:24 +08:00
Tunglies
cb591f19fb
feat: add workflow to clean old release assets with versioning and dry run support
2025-08-08 23:50:52 +08:00
Tunglies
319c5b84fa
Revert "feat: enhance log filtering by adding support for debug level and updating log hierarchy #4293 "
...
This reverts commit a9cfb2cfaa .
2025-08-08 15:17:46 +08:00
Tunglies
6a93ff1fc1
fix: streamline autobuild versioning by utilizing outputs from check_commit job
2025-08-08 15:15:27 +08:00
Tunglies
a3957289c8
fix: enhance asset cleanup and versioning logic in autobuild workflow
2025-08-07 19:47:31 +08:00
Tunglies
7b976c16eb
feat: enhance autobuild logic to check for Tauri-related changes and manage versioning
2025-08-06 20:34:57 +08:00
Tunglies
6b57607926
fix: update autobuild versioning logic and improve asset checking regex
2025-08-05 23:12:15 +08:00
Tunglies
db8761946d
feat: add autobuild check logic workflow for version and source changes
2025-08-05 06:31:49 +00:00
Tunglies
5ab0438397
fix: duplicated build version checks
2025-08-04 14:44:51 +08:00
Tunglies
bcde047695
refactor: enhance logging in autobuild workflow with emojis for better visibility
2025-08-03 18:52:26 +08:00
Tunglies
631718a138
feat: enhance autobuild workflow to check for existing assets before running
2025-07-29 20:09:55 +08:00
Tunglies
c8dfdb7a5a
feat: add shared cache key for autobuild workflows
2025-07-25 18:36:27 +08:00
Tunglies
df5897c908
Squashed commit of the following:
...
commit 8928e6438277995f7167e400d4d77657a0ab0113
Author: Tunglies <77394545+Tunglies@users.noreply.github.com >
Date: Fri Jul 25 18:25:13 2025 +0800
feat: add release step to development workflow for versioning
commit 14085c4f7c8943669fdacae3bd2b6a07c0c0389a
Author: Tunglies <77394545+Tunglies@users.noreply.github.com >
Date: Fri Jul 25 18:19:36 2025 +0800
feat: add release commands for autobuild and deploytest to package.json and update version script
2025-07-25 18:25:40 +08:00
Tunglies
167bcb222d
fix: add platform-specific input options for workflow dispatch in dev.yml
2025-07-14 20:14:35 +08:00
Tunglies
108a599666
fix: add platform input options for workflow dispatch in dev.yml
2025-07-14 20:09:46 +08:00
Tunglies
7c4222aed2
chore: update Node.js setup steps in formatting workflow to use corepack for package management ( #3914 )
2025-06-27 23:46:51 +08:00
Tunglies
98dc50a9ed
refactor: remove redundant steps for cleaning old release assets
2025-06-21 20:42:27 +08:00
Tunglies
5dd820d12e
feat: add job to clean old release assets before uploading new ones
2025-06-21 20:36:09 +08:00
Tunglies
10f792b8bc
fix: streamline pnpm installation steps in autobuild workflow ( #3816 )
...
* fix: streamline pnpm installation steps in autobuild workflow
* fix: format code for better readability in useCustomTheme and _layout components
2025-06-18 18:57:05 +08:00
Tunglies
c8ae37811c
chore: add pnpm cache configuration to Node setup steps
2025-06-18 01:42:06 +08:00
Tunglies
ce7e1d6456
chore: remove pnpm cache configuration from workflow
2025-06-18 01:30:38 +08:00
Tunglies
a8257e8cb2
fix: unexpected behavior while pulling resources ( #3789 )
...
fix: unexpected behavior while pulling resources
在 commit 25cfd162f6 中引入新的 pnpm prepare 执行脚本指令,而 prepare 关键字与包管理器的生命周期脚本冲突。导致在运行 Workflow 的时候被执行两次资源拉取,并且被当做生命周期脚本的时候没有携带预期的 \`${{ matrix.target }}\`。这一行为进一步影响 macOS Intel X86 平台上的构建。
所影响的 issues: #3753 , #3771
2025-06-18 01:11:33 +08:00
Tunglies
15d3c765ac
feat: add debug logging for matrix target and update prepare script invocation
2025-06-17 23:35:23 +08:00
Tunglies
f83d1d1582
fix: unexpected workflow changes #3684
2025-06-16 00:57:53 +08:00
陈生杂物房
a9561e0ded
feat: 更新简体中文语言文件 ( #3684 )
...
* feat: 更新简体中文语言文件
* 报错照样上传文件
2025-06-15 19:38:55 +08:00
Tunglies
22eac1a832
refactor: comment out Rust cache step in Clippy workflow
2025-06-11 07:53:59 +08:00
Tunglies
25cfd162f6
refactor: replace 'pnpm check' with 'pnpm prepare' in workflow files and update CONTRIBUTING.md
2025-06-10 23:43:04 +08:00
Tunglies
7001ef2030
feat: add Clippy linting workflow for pull requests
...
feat: add check step to Clippy workflow
feat: add build step for web assets in Clippy workflow
fix: set NODE_OPTIONS for web asset build to prevent memory issues
2025-06-10 23:37:10 +08:00
Tunglies
09969d95de
feat: add rustfmt configuration and CI workflow for code formatting
...
refactor: streamline formatting workflow by removing unused taplo steps and clarifying directory change
refactor: remove unnecessary directory change step in formatting workflow
2025-06-06 22:13:11 +08:00
Tunglies
698c47da69
Refactor workflow triggers in alpha.yml to clarify usage of git tags and remove commented-out sections
2025-06-06 11:58:58 +08:00
Tunglies
cadd6c3497
Add Node.js and pnpm installation steps to cross-check workflow
2025-06-06 11:58:58 +08:00
Tunglies
59594855b8
chore: add cross-platform cargo check workflow and remove debug features
2025-06-06 11:27:15 +08:00
Tunglies
44b7af0c6e
chore: publish tag alpha support
...
chore: update alpha and release workflows to include version consistency checks
2025-06-06 11:27:13 +08:00
Tunglies
f47b4b961b
fix: update alpha and release workflows to trigger builds via git tags only
...
feat: update release workflow to trigger builds via git tags and add publish version script
2025-06-05 19:34:20 +08:00
Tunglies
9d9d078346
feat: enhance workflow configurations for alpha and autobuild processes
2025-06-02 18:51:58 +08:00
Tunglies
2223a99ed1
fix: remove old asset deletion step from autobuild workflow
2025-06-02 15:03:05 +08:00
Tunglies
4926d33849
fix: enable scheduled builds and improve asset deletion logic in autobuild workflow
2025-06-02 14:58:32 +08:00
Tunglies
1d77bc57df
feat: rename job and update release tag for autobuild process
2025-06-02 14:16:43 +08:00
Tunglies
1bcb6646c4
fix: unify default latency test URL and update workflows/backend logic
...
- All delay test logic, Rust MihomoManager, API, cmds, delay.ts, settings, and group editor now use the Cloudflare 204 test URL
- Fixed outdated URLs in docs and comments
- Fix Github Actions workflow: unexpected neeeds run
2025-06-02 14:07:54 +08:00
Tunglies
06130b95d2
chore: remove unused i18n-check workflow and comment out schedule in autobuild
2025-06-02 13:59:42 +08:00
Tunglies
0536a45959
feat: add autobuild version support and unify version update scripts
...
- Support autobuild version with timestamp (e.g. 2.3.0+autobuild.2506021530) via `pnpm release-version autobuild`
- Sync version to package.json, Cargo.toml, tauri.conf.json
- Improve version regex to support build metadata
- Remove old release_version.mjs and release-alpha_version.mjs, use release-version.mjs for all
- Fix script path issues
2025-06-02 13:57:18 +08:00
Tunglies
62b743fa20
fix: add missing token parameter for create-pull-request action in i18n-check workflow
2025-05-31 00:12:42 +08:00
Tunglies
b85aaa816e
feat: add workflow to check for missing i18n keys in translation files
2025-05-31 00:05:28 +08:00
Tunglies
41a662f784
chore: fix ci for alpha-for-linux-arm
2025-04-17 16:47:21 +08:00
Tunglies
16381d1895
chore: patch alpha hash version
2025-04-12 17:54:58 +08:00
Tunglies
9ebde802d4
Update alpha workflow to trigger on src directory changes
2025-03-29 12:35:49 +08:00
Tunglies
1c233783a7
chore: alpha update cron
2025-03-23 23:04:40 +08:00