[PR #60] [MERGED] 数据库建库、建表、修改表且提供SQL预览;Redis添加list、hash、set类型数据展示和编辑;修改整体UI #175

Closed
opened 2026-02-28 00:38:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/60
Author: @team-ide
Created: 5/15/2022
Status: Merged
Merged: 5/15/2022
Merged by: @team-ide

Base: mainHead: dev


📝 Commits (1)

  • e27f6ea 数据库建库、建表、修改表且提供SQL预览;Redis添加list、hash、set类型数据展示和编辑;修改整体UI

📊 Changes

73 files changed (+3495 additions, -2341 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE.md (+5 -3)
📝 RELEASE_HISTORY.md (+9 -0)
📝 html/package.json (+0 -2)
📝 html/src/App.vue (+41 -20)
📝 html/src/component/AlertBox.vue (+16 -70)
html/src/component/Editor.vue (+104 -0)
📝 html/src/component/Form.vue (+54 -71)
html/src/component/FormBox.vue (+0 -135)
📝 html/src/component/InfoBox.vue (+7 -6)
📝 html/src/component/SystemInfoBox.vue (+23 -15)
📝 html/src/component/index.js (+0 -41)
📝 html/src/component/tab-editor/Index.vue (+1 -1)
📝 html/src/component/toolbox/Index.vue (+22 -11)
📝 html/src/component/toolbox/Redis.vue (+321 -71)
📝 html/src/component/toolbox/Zookeeper.vue (+27 -26)
html/src/component/toolbox/database/CreateDatabase.vue (+171 -0)
📝 html/src/component/toolbox/database/DDL.vue (+1 -1)
📝 html/src/component/toolbox/database/Database.vue (+164 -15)
📝 html/src/component/toolbox/database/Index.vue (+22 -13)

...and 53 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/team-ide/teamide/pull/60 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/15/2022 **Status:** ✅ Merged **Merged:** 5/15/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`e27f6ea`](https://github.com/team-ide/teamide/commit/e27f6eafdbce6b880208e536ce878b816bcf2930) 数据库建库、建表、修改表且提供SQL预览;Redis添加list、hash、set类型数据展示和编辑;修改整体UI ### 📊 Changes **73 files changed** (+3495 additions, -2341 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+5 -3) 📝 `RELEASE_HISTORY.md` (+9 -0) 📝 `html/package.json` (+0 -2) 📝 `html/src/App.vue` (+41 -20) 📝 `html/src/component/AlertBox.vue` (+16 -70) ➕ `html/src/component/Editor.vue` (+104 -0) 📝 `html/src/component/Form.vue` (+54 -71) ➖ `html/src/component/FormBox.vue` (+0 -135) 📝 `html/src/component/InfoBox.vue` (+7 -6) 📝 `html/src/component/SystemInfoBox.vue` (+23 -15) 📝 `html/src/component/index.js` (+0 -41) 📝 `html/src/component/tab-editor/Index.vue` (+1 -1) 📝 `html/src/component/toolbox/Index.vue` (+22 -11) 📝 `html/src/component/toolbox/Redis.vue` (+321 -71) 📝 `html/src/component/toolbox/Zookeeper.vue` (+27 -26) ➕ `html/src/component/toolbox/database/CreateDatabase.vue` (+171 -0) 📝 `html/src/component/toolbox/database/DDL.vue` (+1 -1) 📝 `html/src/component/toolbox/database/Database.vue` (+164 -15) 📝 `html/src/component/toolbox/database/Index.vue` (+22 -13) _...and 53 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:38:59 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#175
No description provided.