-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New feature merge #5267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
New feature merge #5267
Conversation
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
* chore: update pom * Update pom.xml * Update pom.xml * Update pom.xml * Update pom.xml * Update pom.xml
* update encryption algorithm * code optimization
* chore: update pom * Update pom.xml * Update pom.xml * Update pom.xml * Update pom.xml * Update pom.xml * 修改ecc默认告警人 * fix: code review fix
* chore: update pom * Update pom.xml * Update pom.xml * Update pom.xml * Update pom.xml * Update pom.xml * 修改ecc默认告警人 * fix: code review fix * fix:spark引擎打印python版本问题修复 * fix:spark引擎打印python版本问题修复
- Remove nebula from unallow batch kill engine types - Add python version matching in engine reuse logic - Import CodeAndRunTypeUtils and engine plugin configuration - Enhance engine filtering with python version compatibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
* feat: kill reason && queue support root.xxx * Revert "feat: kill reason && queue support root.xxx" This reverts commit 50113f5. * feat: queue support root.xxx * feat: queue support root.xxx * feat: queue support root.xxx * fix: deal conflicts
…ion to be obtained at runtime (#684) * feat: Change the ENGINE_SEND_LOG_TO_ENTRANCE_LIMIT_ENABLED configuration to be obtained at runtime * feat: Change the ENGINE_SEND_LOG_TO_ENTRANCE_LIMIT_ENABLED configuration to be obtained at runtime
* feat: Parse UDF function name interface submission * feat: Parse UDF function name interface submission
* feat: Parse UDF function name interface submission * feat: Parse UDF function name interface submission
* fix: sonar fix * fix: sonar fix
* fix: udf get function name optimization * fix: 命令注入漏洞修复 * fix: udf get function name optimization
* Code optimization * Code optimization * Code optimization * Security order repair * 修复诊断异常 * Code optimization * add shell executor conf * aisql support mcp * fix linkis client login error * Revert "add shell executor conf" This reverts commit af6c1dc. --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
* update version to 1.14.2 * Slow SQL repair * add shell executor conf * Revert "add shell executor conf" This reverts commit 324e2ec. * Revert "Slow SQL repair" This reverts commit b4310df. * 【1.14.2】Emergency Version Repair (#840) * Slow SQL repair * add shell executor conf * push fix resource error code * Code optimization * fix compile error * code format&fix compile error * optimization code * Dev 1.14.2 fix slow (#841) * Slow SQL repair * add shell executor conf * push fix resource error code * Code optimization * Code optimization * optimization get resource slow query (#842) --------- Co-authored-by: v-kkhuang <[email protected]> Co-authored-by: v-kkhuang <[email protected]> Co-authored-by: aiceflower <[email protected]>
* Code optimization * Code optimization * Code optimization * Security order repair * 修复诊断异常 * Code optimization * add shell executor conf * aisql support mcp * fix linkis client login error * Revert "add shell executor conf" This reverts commit af6c1dc. * bug fix * code optimization --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
* Code optimization * Code optimization * Code optimization * Security order repair * 修复诊断异常 * Code optimization * add shell executor conf * aisql support mcp * fix linkis client login error * Revert "add shell executor conf" This reverts commit af6c1dc. * bug fix * code optimization * code optimization * code optimization * code optimization * code review fix --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
* Code optimization * Code optimization * Code optimization * Security order repair * 修复诊断异常 * Code optimization * add shell executor conf * aisql support mcp * fix linkis client login error * Revert "add shell executor conf" This reverts commit af6c1dc. * bug fix * code optimization * code optimization * code optimization * code optimization * code review fix * Code optimization * Code optimization * Code optimization --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
* engine log url support * Code optimization
* feat: 历史任务信息获取接口添加brief参数优化 - 添加brief参数支持,当brief=true时返回简要信息 - 复用现有getJobHistoryByIdAndNameNoCode方法 - 新增jobHistory2BriefTaskVO转换方法 - 提升接口性能,减少数据传输量 - 保持向下兼容 * Code optimization * Code optimization
* engine log url support * Code optimization
…inkis into new-feature-merge
This was referenced Oct 26, 2025
Contributor
wushengyeyouya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT.
Contributor
|
this pr will close. view #5279 |
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.
What is the purpose of the change
EngineConn-Core defines the the abstractions and interfaces of the EngineConn core functions.
The Engine Service in Linkis 0.x is refactored, EngineConn will handle the engine connection
and session management.
Related issues/PRs
Related issues: close #590 close #591
Related pr:#591
Brief change log
Checklist