forked from apache/linkis
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dev 1.9.0 code fix #627
Closed
Closed
Dev 1.9.0 code fix #627
Conversation
This file contains 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
* ai generate code init * 人工修改代码 * 人工修改提交
* 代码由AI自动生成接口和AI插件生成 * 代码由AI自动生成接口和AI插件生成 * 代码由人工修改 --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
* 代码由AI自动生成接口和AI插件生成 * 代码由AI自动生成接口和AI插件生成 * 代码由人工修改 * bug fix * bug fix --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
* 使用ai生成单元测试案例 * 人工修改单元测试 * 人工修改单元测试 * add instance info
…-webank-merge # Conflicts: # linkis-computation-governance/linkis-manager/linkis-application-manager/src/main/scala/org/apache/linkis/manager/am/conf/AMConfiguration.scala
…615) * Added StarRocks task timeout alarm and timeout kill function * Added StarRocks task timeout alarm and timeout kill function --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
-Change DecimalType to class, supporting different precision and decimal places -Modify the dataType recognition logic to support various representations of the decimal type -Update Excel write logic to correctly handle different decimal types Co-authored-by: “v_kkhuang” <“[email protected]”>
* Data source password encryption enhancement Introduce AES encryption mechanism to enhance the security of data source passwords. This submission includes the implementation of encrypting and decrypting data source passwords to ensure password security during storage and transmission. * Using Error Exception to Handle Exceptions in AESUtils * 加密和密码管理改进 - 更新了AESUtils中的错误异常消息,以符合代码规范。 - 在ConfigurationRestfulApi中,对特定配置的密码进行了加密处理,以增强安全性。 - 修改了DataSourceCoreRestfulApi中的注释,并对密码字段的加密处理进行了优化。 - 在NebulaEngineConnExecutor中,密码现在使用AES进行解密,以确保数据安全性。 * Code optimization, adding data source encryption switch * Code optimization, adding data source encryption switch * Update AESUtils.java update default key --------- Co-authored-by: “v_kkhuang” <“[email protected]”> Co-authored-by: Casion <[email protected]>
Co-authored-by: “v_kkhuang” <“[email protected]”>
…inspection (#617) * 添加部门级别的结果集限制配置和检查 - 在 Configuration.scala 中添加 JOB_RESULT_DEPARTMENT_LIMIT 变量,用于配置部门结果集限制- 实现 canResultSetByDepartment 方法,根据部门 ID 判断是否有结果集权限 - 在 QueryRestfulApi.java 中调用 canResultSetByDepartment 方法,将结果加入 API响应 * Update Configuration.scala update default department id --------- Co-authored-by: “v_kkhuang” <“[email protected]”> Co-authored-by: Casion <[email protected]>
* fix hive engine error * Security work order repair * sync ddl --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
Co-authored-by: “v_kkhuang” <“[email protected]”>
Co-authored-by: “v_kkhuang” <“[email protected]”>
* fix datasource error * fix jdbc error --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
* fix datasource error * fix jdbc error * fix et-monitor error --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
* fix datasource error * fix jdbc error * fix et-monitor error * fix et-monitor error --------- Co-authored-by: “v_kkhuang” <“[email protected]”>
…nkis into dev-1.9.0-webank
…-webank # Conflicts: # linkis-computation-governance/linkis-client/linkis-cli/src/main/java/org/apache/linkis/cli/application/interactor/job/common/LogRetriever.java # linkis-computation-governance/linkis-client/linkis-cli/src/main/java/org/apache/linkis/cli/application/interactor/job/interactive/InteractiveJob.java # linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/hook/PythonModuleLoadEngineConnHook.scala # linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/service/TaskExecutionServiceImpl.scala # linkis-engineconn-plugins/hive/src/main/scala/org/apache/linkis/engineplugin/hive/executor/HiveEngineConnExecutor.scala # linkis-engineconn-plugins/spark/src/main/scala/org/apache/linkis/engineplugin/spark/factory/SparkEngineConnFactory.scala # linkis-extensions/linkis-et-monitor/src/main/java/org/apache/linkis/monitor/scheduled/UserDepartmentInfoSync.java # linkis-extensions/linkis-et-monitor/src/main/java/org/apache/linkis/monitor/until/HttpsUntils.java # linkis-extensions/linkis-et-monitor/src/main/scala/org/apache/linkis/monitor/jobhistory/jobtime/StarrocksTimeExceedRule.scala # linkis-public-enhancements/linkis-configuration/src/main/java/org/apache/linkis/configuration/restful/api/ConfigurationRestfulApi.java # linkis-public-enhancements/linkis-datasource/linkis-datasource-manager/server/src/main/java/org/apache/linkis/datasourcemanager/core/restful/DataSourceOperateRestfulApi.java # linkis-public-enhancements/linkis-udf-service/src/main/java/org/apache/linkis/udf/api/UDFRestfulApi.java # linkis-public-enhancements/linkis-udf-service/src/main/scala/org/apache/linkis/udf/api/rpc/UdfReceiver.scala
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