Commit graph

22 commits

Author SHA1 Message Date
Max
fabced291c fix: Enhance loading functions to handle non-existent directories
- Added checks in various loading functions to ignore processing if the respective directories do not exist, improving error handling and preventing unnecessary operations.
- Updated the Load function signature to return warnings alongside errors, allowing for better feedback on loading issues across different components.
2025-05-13 09:10:10 +08:00
Max
cd01149db1 Update dependencies in go.mod and go.sum; upgrade golang.org/x/crypto to v0.31.0, golang.org/x/text to v0.21.0, golang.org/x/sync to v0.10.0, and golang.org/x/sys to v0.28.0. Modify process initialization in cmd/run.go to use context for improved execution management. 2024-12-13 01:02:22 +08:00
Max
9faf8f802f chore: Update engine.Load calls with additional options 2024-05-05 17:54:32 +08:00
Max
c07b903c5c Set runtime mode and display it in start command 2023-12-28 21:17:33 +08:00
Max
7f6711f8ed [change] optimizing console output 2023-09-01 12:02:04 +08:00
Max
38150e5d66 [add] yao run command task support 2023-06-09 00:07:06 +08:00
Max
e3a60a88c5 Improve error messages 2023-05-15 18:25:23 +08:00
Max
ce4aaf667f [fix] setup & config 2023-04-24 17:38:29 +08:00
Max
527ce51c40 [add] run command silent mode 2023-04-09 13:03:38 +08:00
Max
82dfe75b2d [add] migrate run command 2023-04-01 12:18:48 +08:00
Max
a807899f95 [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
Max
94a2a6d3c4 [add] Buntdb for session store 2022-05-27 14:18:59 +08:00
Max
61a0673550 fix unit test 2022-04-10 19:16:12 +08:00
Max
657d68d477 fix load bug 2022-02-09 21:46:25 +08:00
Max
385f42c88f 规范run命令输出 2022-02-09 19:21:25 +08:00
Max
95a0d1e159 命令行工具 + 多语言支持 2022-02-09 15:45:18 +08:00
Max
34f4382c19 更新命名空间 2022-02-09 09:17:23 +08:00
Max
ea72f26d5e 调整环境变量 2022-02-09 00:49:57 +08:00
Max
e072d87a7d xiang run 支持JSON格式数据输入 :: 2022-01-08 11:47:26 +08:00
Max
c3fcfa857c 优化 Session 载入机制 2021-11-29 10:27:38 +08:00
Max
8f091b4a23 关闭时清理插件 2021-10-23 18:06:40 +08:00
Max
9076dfe7f8 v0.8.16 + run command 2021-10-23 10:29:36 +08:00