feat!(logs-analyse): 改为通过 GitHub App 检查获取验证日志 - #372
Open
DuckDuckStudio wants to merge 3 commits into
Open
Conversation
**破坏性修改** - 移除通过 Azure DevOps 获取验证日志的逻辑 - 参数变化 1. 移除命令别名 "Azure日志分析" 2. 移除传递 "Azure 管道运行链接" 的方式 3. 移除可选参数 "是否保留日志文件",不再允许控制是否保留日志文件 4. 移除 `sundry logs-analyse clean`,请改用 `sundry clean logs-analyse` - 日志存放目录变化 - 原先是 "%TEMP%/Sundry/AzurePipelines/**" - 现在是 "%TEMP%/Sundry/ValidationLogs/**"
DuckDuckStudio
force-pushed
the
feat!/ghAppLogsAnalyse
branch
3 times, most recently
from
August 23, 2026 07:34
8725247 to
f066484
Compare
DuckDuckStudio
force-pushed
the
feat!/ghAppLogsAnalyse
branch
from
August 23, 2026 07:58
f066484 to
f64d9ac
Compare
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.
⚠ 破坏性修改
sundry logs-analyse clean,请改用sundry clean logs-analyse另外,这个 PR 还修改了该命令的文档和测试。