Refactor translator module (#1932)

* [improvement][Chat] Support agent permission management #1143

* [improvement][chat]Iterate LLM prompts of parsing and correction.

* [improvement][headless]Clean code logic of headless core.

* (fix) (chat) 记忆管理更新不生效 (#1912)

* [improvement][headless-fe] Added null-check conditions to the data formatting function.

* [improvement][headless]Clean code logic of headless translator.

* [improvement][headless-fe] Added permissions management for agents.

* [improvement][headless-fe] Unified the assistant's permission settings interaction to match the system style.

* [improvement](Dict)Support returns dict task list of dimensions by page

* [improvement][headless-fe] Revised the interaction for semantic modeling routing and implemented the initial version of metric management switching.

* [improvement][launcher]Set system property `s2.test` in junit tests in order to facilitate conditional breakpoints.

* [improvement][headless] add validateAndQuery interface in SqlQueryApiController

* [improvement][launcher]Use API to get element ID avoiding hard-code.

* [improvement][launcher]Support DuckDB database and refactor translator code structure.

---------

Co-authored-by: lxwcodemonkey <jolunoluo@tencent.com>
Co-authored-by: tristanliu <tristanliu@tencent.com>
Co-authored-by: daikon12 <1059907724@qq.com>
Co-authored-by: lexluo09 <39718951+lexluo09@users.noreply.github.com>
This commit is contained in:
Jun Zhang
2024-11-30 00:27:33 +08:00
committed by GitHub
parent 224c114d20
commit 593597fe26
155 changed files with 3757 additions and 3551 deletions

View File

@@ -6,6 +6,7 @@
.projectManger {
border-top: 1px solid #eee;
width: 100%;
min-height: calc(100vh - 56px);
background-color: #fff;
@@ -163,8 +164,8 @@
// }
// }
.tab {
border-top: 1px solid #eee;
margin-top: 10px;
// margin-top: 10px;
:global {
.ant-tabs-tab-btn {
font-size: 16px;
@@ -338,12 +339,14 @@
.breadcrumb{
font-size: 18px;
margin: 17px 0 0 20px;
padding-bottom: 3px;
height: 48px;
line-height: 48px;
padding: 0 20px;
:global {
.ant-breadcrumb-link {
height: 28px;
color: #709bf1;
cursor: pointer;
&:hover{
color: #296df3;
}
@@ -351,6 +354,14 @@
.anticon {
font-size: 18px;
}
li {
&:last-child {
.ant-breadcrumb-link {
color: #296df3;
}
}
}
}
}