feat: fix log and add tag info#137
Open
zxypro1 wants to merge 15 commits intoserverless-cd:masterfrom
Open
Conversation
added 10 commits
April 11, 2025 14:17
Signed-off-by: 张星宇 <neil.zxy@alibaba-inc.com>
Signed-off-by: 张星宇 <neil.zxy@alibaba-inc.com>
This reverts commit 7bf512b.
Signed-off-by: 张星宇 <neil.zxy@alibaba-inc.com>
added 5 commits
June 3, 2025 02:19
- Change version from 0.0.57-beta.1 to 0.0.57 in package.json Signed-off-by: 张星宇 <neil.zxy@alibaba-inc.com>
- Move the working directory validation before the path join operation - Reduce redundant path calculations
- Update @serverless-cd/engine version from 0.0.58-beta.1 to 0.0.58 - Modify error instance expectation in test from Error to Object
- 新增了基于步骤级别和全局级别的超时控制功能 - 步骤执行时启用超时定时器,超时则抛出TimeoutError - 支持步骤超时后根据continue-on-error决定是否继续执行后续步骤 - 全局超时触发时,取消所有步骤执行并结束任务 - 对超时状态进行统一管理,新增timeout-failure状态 - 引入性能统计数据记录初始化耗时、步骤耗时及总耗时 - 性能数据支持任务成功和失败两种状态的完整记录 - 实现性能数据的HTTP上报能力,包含任务ID与时间戳 - 新增多个单元测试覆盖超时逻辑及性能统计功能 - 优化了日志输出与状态变更逻辑,保证超时场景正确记录 - 添加超时插件模拟测试支持5秒模拟执行过程 - 修复步骤默认超时优先级处理,步骤配置优先于默认超时设置
- 将 @serverless-cd/engine 的版本号从 0.0.58 更新为 0.0.59-beta.1 - 标记为 beta 预览版本以供测试和反馈
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
部署标识仿照github action的 ##[] 格式
目前包含以下信息:
INIT
COMPLETED
PLUGIN
name:id:pluginname:id:plugin:successname:id:plugin:failRUN
name:id:runname:id:run:successname:id:run:fail