Skip to content

Commit d8fd071

Browse files
authored
Merge pull request OtterMind#540 from chat2db/team
Team
2 parents 32d3fd8 + a45afdf commit d8fd071

350 files changed

Lines changed: 20304 additions & 941 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
content: |
297297
{
298298
"title": "MacOS-amd64-test-构建完成通知",
299-
"text": "# MacOS-amd64-test-打包完成通知 \n ![bang](https://oss.sqlgpt.cn/static/bang100.gif) \n ### 任务id:[${{ github.run_id }}](https://github.com/chat2db/Chat2DB/actions/runs/${{ github.run_id }}) \n ### Intel芯片下载地址:[https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg](https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg) \n ### jar包下载地址:[https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/chat2db-server-start.zip](https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/${{ github.run_id }}/chat2db-server-start.zip) "
299+
"text": "# MacOS-amd64-test-打包完成通知 \n ![bang](https://oss.sqlgpt.cn/static/bang100.gif) \n ### 任务id:[${{ github.run_id }}](https://github.com/chat2db/Chat2DB/actions/runs/${{ github.run_id }}) \n ### Intel芯片下载地址:[https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg](https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg) \n ### jar包下载地址:[https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/chat2db-server-start.zip](https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/chat2db-server-start.zip) "
300300
}
301301
302302
# 构建完成通知

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"ossutil",
3737
"pgsql",
3838
"pnpm",
39+
"Popconfirm",
3940
"remaininguses",
4041
"RESTAI",
4142
"samuelmeuli",
@@ -46,6 +47,7 @@
4647
"togglefullscreen",
4748
"umijs",
4849
"umirc",
50+
"USERANDPASSWORD",
4951
"uuidv",
5052
"VIEWCOLUMN",
5153
"VIEWCOLUMNS",

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,41 @@
1-
# 2.0.14
1+
# 2.1.0
2+
3+
## ⭐ New Features
4+
5+
- 🔥The team function is newly launched, supporting team collaboration. R&D does not require knowing the online database
6+
password, solving the security issue of enterprise database accounts. It is recommended to directly deploy the team
7+
function using 'docker'
8+
- Added support for environment selection, better distinguishing between online and daily
29

310
## 🐞 Bug Fixes
411

512
- Fix the issue of 'Oracle' query 'Blob' reporting errors
613
- Modify the paging logic and fix some SQL queries that cannot be queried
714

15+
## ⭐ 新特性
16+
17+
- 🔥团队功能全新上线,支持团队协作,研发无需知道线上数据库密码,解决企业数据库账号安全问题,团队功能建议直接使用 `docker` 部署
18+
- 新增支持环境选择,更好的区分线上、日常环境
19+
820
## 🐞 问题修复
921

1022
- 修复 `Oracle` 查询 `Blob` 报错的问题
1123
- 修改分页逻辑,修复部分SQL无法查询
1224

25+
# 2.0.13
26+
27+
## 🐞 Bug Fixes
28+
29+
- Fixed a bug where sql formatting was not selected
30+
- Fixed open view lag issue
31+
- Solve the white screen problem of connected non-relational databases (non-relational databases are not supported)
32+
33+
## 🐞 问题修复
34+
35+
- 修复不选中sql格式化的bug
36+
- 修复打开视图卡顿问题
37+
- 解决已连接的非关系型数据库打开白屏问题(暂不支持非关系性数据库)
38+
1339
# 2.0.12
1440

1541
## ⭐ New Features

chat2db-client/.umirc.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { extractYarnConfig, transitionTimezoneTimestamp } from './src/utils/webpack';
21
import { defineConfig } from 'umi';
2+
import { extractYarnConfig, transitionTimezoneTimestamp } from './src/utils/webpack';
33

44
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
55

@@ -27,9 +27,11 @@ export default defineConfig({
2727
{ path: '/connections', component: 'main' },
2828
{ path: '/workspace', component: 'main' },
2929
{ path: '/dashboard', component: 'main' },
30+
{ path: '/login', component: '@/pages/login' },
3031
{ path: '/test', component: '@/pages/test' },
3132
{ path: '/', component: 'main' },
3233
],
34+
3335
npmClient: 'yarn',
3436
dva: {},
3537
plugins: ['@umijs/plugins/dist/dva'],
@@ -53,7 +55,10 @@ export default defineConfig({
5355
localStorage.setItem('app-local-storage-versions', 'v2');
5456
}`,
5557
`if (window.myAPI) { window.myAPI.startServerForSpawn() }`,
56-
{ src: 'https://www.googletagmanager.com/gtag/js?id=G-V8M4E5SF61', async: true },
58+
{
59+
src: 'https://www.googletagmanager.com/gtag/js?id=G-V8M4E5SF61',
60+
async: true,
61+
},
5762
// `window.dataLayer = window.dataLayer || [];
5863
// function gtag() {
5964
// window.dataLayer.push(arguments);

chat2db-client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"prettier": "^2",
6464
"prettier-plugin-organize-imports": "^2",
6565
"prettier-plugin-packagejson": "^2",
66+
"tailwindcss": "^3",
6667
"typescript": "^5.0.3"
6768
},
6869
"peerDependencies": {

0 commit comments

Comments
 (0)