renovate[bot]
f5e75d5287
chore(deps): update dependency node to v24.13.0 ( #6087 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-14 14:40:47 +08:00
renovate[bot]
fbe44cf9c1
chore(deps): update actions/upload-artifact action to v6 ( #5812 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-13 12:08:29 +08:00
renovate[bot]
1bb1cb3511
chore(deps): update actions/cache action to v5 ( #5801 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 08:38:28 +08:00
renovate[bot]
430c946b61
chore(deps): update dependency node to v24.12.0 ( #5799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 08:37:49 +08:00
Tunglies
cd6885f115
Revert "ci(dev): add --profile fast-release argument to Tauri build step"
...
This reverts commit 7ae2414067 .
2025-12-06 09:28:41 +08:00
Tunglies
7ae2414067
ci(dev): add --profile fast-release argument to Tauri build step
2025-12-06 08:14:33 +08:00
wonfen
176ad1a741
revert: macOS skip codesign
2025-12-03 17:51:24 +08:00
Tunglies
a14f76eaf8
chore: comment out Apple signing credentials in dev workflow
2025-11-30 15:12:06 +08:00
renovate[bot]
bd2d86fd8f
chore(deps): update github actions ( #5661 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-29 20:37:21 +08:00
Tunglies
531307ebe1
fix(workflows): update pnpm cache key format and node version in autobuild and dev workflows
2025-11-18 20:05:49 +08:00
Tunglies
df4c69e9cc
fix(workflows): enable caching for all crates in autobuild, dev, and lint-clippy workflows
2025-11-18 19:55:30 +08:00
Tunglies
096b1b0d81
fix(ci): update Rust cache configuration and artifact paths in dev workflow
2025-11-18 16:33:13 +08:00
Tunglies
35ae5cdba1
fix: update caching keys in workflow files to use glob pattern for Cargo.lock
2025-11-17 13:02:44 +08:00
Tunglies
5f2ac77923
chore: update Rust toolchain to version 1.91.0 in autobuild workflow
...
fix: update Rust toolchain action to use master branch for consistency
feat: add support for Windows ARM64 Gnullvm in development workflow
refactor: remove Windows ARM64 Gnullvm support and ensure Rust target is added for the pinned toolchain
feat: add Rust target installation step for pinned toolchain in autobuild workflow
fix: remove unnecessary blank lines in autobuild workflow
2025-11-09 20:53:19 +08:00
❤是纱雾酱哟~
936764e6ce
feat: Enable git hooks with husky ( #4984 )
...
* build(deps): Adds husky for Git hooks
- Integrates the husky package as a development dependency.
- Enables the configuration and enforcement of pre-commit and pre-push Git hooks.
- Improves code quality and consistency by automating checks before commits.
Signed-off-by: Dragon1573 <49941141+Dragon1573@users.noreply.github.com >
* feat: Add Husky prepare hook
- Automatically installs Git hooks for developers
- Ensures consistent code quality checks before commits or pushes
- Streamlines the developer setup process
Signed-off-by: Dragon1573 <49941141+Dragon1573@users.noreply.github.com >
* ci: Avoid installing Git Hooks on GitHub Workflows
- Adds `HUSKY: 0` environment variable to all workflow definitions.
- Prevents local development hooks from executing in CI, which can cause unnecessary failures or overhead.
- See https://typicode.github.io/husky/how-to.html#ci-server-and-docker
Signed-off-by: Dragon1573 <49941141+Dragon1573@users.noreply.github.com >
---------
Signed-off-by: Dragon1573 <49941141+Dragon1573@users.noreply.github.com >
2025-10-09 05:10:03 +08:00
oomeow
c5023b4505
ci: use ubuntu-22.04 on dev bundle workflow
2025-10-02 12:46:56 +08:00
oomeow
18b79d3693
ci: add linux dev bundle
2025-10-02 12:33:48 +08:00
Tunglies
c54d89a465
feat: add support for Windows ARM64 in development workflow
2025-09-09 16:55:46 +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
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
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
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
25cfd162f6
refactor: replace 'pnpm check' with 'pnpm prepare' in workflow files and update CONTRIBUTING.md
2025-06-10 23:43:04 +08:00
huzibaca
b6e1d71b81
chore: update dev workflow
2024-09-15 07:57:34 +08:00
huzibaca
db615b932c
chore: update action(rust-toolchain)
2024-09-13 14:14:27 +08:00
MystiPanda
899849d4dc
fix dev.yml
2024-07-08 16:17:23 +08:00
MystiPanda
52393206e6
ci: add dev workflow
2024-07-08 13:20:36 +08:00