This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a change to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
from 24d00b821 [Bug] put to Map and use builder to build in finally (#3844)
add 8b9a65c16 fix(linkis-web): fix Engine material management Update
engine plugins (#3786)
add e8125fb78 Fix:UserGroupInfo#refreshUserMap userList incorrectly
assigned value (#3848)
add 4c32ca1c8 [Optimize] add time when print log (#3831)
add 7b8b79b1e remove unused import (#3846)
add df328096e [Feature-3838]Add necessary audit log for datasoure (#3839)
add ec034b274 Update the linkis_dml.sql from 1.3.0 to 1.3.1 (#3842)
add c9df8e0fa close entrance which is unnessary for dev-1.3.1 (#3856)
add cefd319f8 style: format restful class (#3840)
add 7bda77423 [Bug] fix datasource query service build package after
branch merged (#3861)
add 71ecd19fb fix: merge dev-1.3.1 conflict
new 97cf7e5fb Merge 1.3.1 to 1.3.2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/linkis/restful/CommonRestfulApi.java | 16 +-
.../org/apache/linkis/scheduler/queue/Job.scala | 2 +-
.../AbstractCodeLanguageLabelExecutorFactory.scala | 5 +-
.../core/engineconn/EngineConnManager.scala | 2 +-
.../engineconn/core/executor/ExecutorManager.scala | 5 +-
.../server/restful/EnginePluginRestful.java | 447 ++---
.../entrance/restful/EntranceLabelRestfulApi.java | 72 +-
.../entrance/restful/EntranceMetricRestfulApi.java | 151 +-
.../entrance/restful/EntranceRestfulApi.java | 1195 +++++++------
.../apache/linkis/entrance/EntranceServer.scala | 5 +-
.../entrance/execute/EntranceExecutorManager.scala | 8 +-
.../am/restful/ECResourceInfoRestfulApi.java | 239 ++-
.../linkis/manager/am/restful/EMRestfulApi.java | 596 ++++---
.../manager/am/restful/EngineRestfulApi.java | 609 ++++---
linkis-dist/package/db/linkis_dml.sql | 193 ++-
.../db/upgrade/1.3.1_schema/mysql/linkis_dml.sql | 31 +-
.../spark/cs/CSSparkPreExecutionHook.scala | 10 +-
.../spark/datacalc/TestDataCalcPlugins.scala | 3 +-
linkis-public-enhancements/distribution.xml | 13 +
.../server/restful/DatasourceAccessRestfulApi.java | 151 +-
.../server/restful/DatasourceEnvRestfulApi.java | 130 +-
.../server/restful/DatasourceTypeRestfulApi.java | 139 +-
.../server/restful/ErrorCodeRestfulApi.java | 129 +-
.../server/restful/GatewayAuthTokenRestfulApi.java | 150 +-
.../RmExternalResourceProviderRestfulApi.java | 144 +-
.../server/restful/UdfManagerRestfulApi.java | 135 +-
.../server/restful/UdfTreeRestfulApi.java | 127 +-
.../linkis/bml/restful/BmlProjectRestful.java | 762 ++++----
.../apache/linkis/bml/restful/BmlRestfulApi.java | 1713 +++++++++---------
.../restful/api/ConfigurationRestfulApi.java | 711 ++++----
.../restful/api/TenantConfigrationRestfulApi.java | 369 ++--
.../restful/api/UserIpConfigrationRestfulApi.java | 320 ++--
.../server/restful/ContextHistoryRestfulApi.java | 229 +--
.../cs/server/restful/ContextIDRestfulApi.java | 370 ++--
.../server/restful/ContextListenerRestfulApi.java | 99 +-
.../cs/server/restful/ContextRestfulApi.java | 564 +++---
.../datasourcemanager/common/auth/AuthContext.java | 15 -
.../core/restful/DataSourceAdminRestfulApi.java | 634 +++----
.../core/restful/DataSourceCoreRestfulApi.java | 1437 +++++++--------
.../core/restful/DataSourceOperateRestfulApi.java | 151 +-
.../restful/DataSourceAdminRestfulApiTest.java | 47 +-
.../core/restful/DataSourceCoreRestfulApiTest.java | 99 +-
.../query/server/restful/MetadataCoreRestful.java | 582 +++----
.../query/server/restful/MetadataQueryRestful.java | 728 ++++----
.../server/restful/MetadataCoreRestfulTest.java | 85 +-
.../server/restful/MetadataQueryRestfulTest.java | 71 +-
.../metadata/restful/api/DataSourceRestfulApi.java | 262 +--
.../metadata/restful/api/MdqTableRestfulApi.java | 378 ++--
.../server/restful/LinkisErrorCodeRestful.java | 24 +-
.../instance/label/restful/InstanceRestful.java | 190 +-
.../jobhistory/restful/api/QueryRestfulApi.java | 642 ++++---
.../filesystem/restful/api/BMLFsRestfulApi.java | 277 +--
.../filesystem/restful/api/FsRestfulApi.java | 1832 ++++++++++----------
.../linkis/filesystem/utils/UserGroupInfo.scala | 4 +-
.../variable/restful/api/VariableRestfulApi.java | 88 +-
linkis-web/src/apps/linkis/i18n/common/en.json | 23 +
linkis-web/src/apps/linkis/i18n/common/zh.json | 3 +-
.../linkis/module/EnginePluginManagement/index.vue | 10 +
linkis-web/src/apps/linkis/view/linkis/index.vue | 6 +-
pom.xml | 5 -
60 files changed, 9014 insertions(+), 8423 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]