[PR #65] [MERGED] Redis添加List、Hash、Set等值管理;ES添加创建索引、查询数据、新增、修改、删除数据等 #180

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (1)

  • f3e10e5 Redis添加List、Hash、Set等值管理;ES添加创建索引、查询数据、新增、修改、删除数据等

📊 Changes

23 files changed (+690 additions, -79 deletions)

View changed files

📝 README.md (+14 -2)
📝 RELEASE.md (+3 -8)
📝 RELEASE_HISTORY.md (+7 -0)
doc/toolbox-database-data.png (+0 -0)
📝 doc/toolbox-database-ddl.png (+0 -0)
doc/toolbox-database-sql.png (+0 -0)
doc/toolbox-database-table.png (+0 -0)
📝 doc/toolbox-elasticsearch.png (+0 -0)
doc/toolbox-redis-hash.png (+0 -0)
doc/toolbox-redis-list.png (+0 -0)
doc/toolbox-redis-set.png (+0 -0)
📝 html/src/App.vue (+4 -0)
📝 html/src/component/AlertBox.vue (+1 -1)
html/src/component/toolbox/elasticsearch/DataForm.back.vue (+101 -0)
📝 html/src/component/toolbox/elasticsearch/DataForm.vue (+89 -41)
📝 html/src/component/toolbox/elasticsearch/Index.vue (+4 -1)
📝 html/src/component/toolbox/elasticsearch/IndexData.vue (+120 -7)
📝 html/src/component/toolbox/elasticsearch/IndexForm.vue (+70 -2)
📝 html/src/component/toolbox/elasticsearch/IndexNames.vue (+45 -4)
html/src/component/toolbox/elasticsearch/MappingForm.vue (+138 -0)

...and 3 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/65 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/16/2022 **Status:** ✅ Merged **Merged:** 5/16/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`f3e10e5`](https://github.com/team-ide/teamide/commit/f3e10e53d610eb479462d83d7cb66cb5c2d1e1f2) Redis添加List、Hash、Set等值管理;ES添加创建索引、查询数据、新增、修改、删除数据等 ### 📊 Changes **23 files changed** (+690 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+14 -2) 📝 `RELEASE.md` (+3 -8) 📝 `RELEASE_HISTORY.md` (+7 -0) ➕ `doc/toolbox-database-data.png` (+0 -0) 📝 `doc/toolbox-database-ddl.png` (+0 -0) ➕ `doc/toolbox-database-sql.png` (+0 -0) ➕ `doc/toolbox-database-table.png` (+0 -0) 📝 `doc/toolbox-elasticsearch.png` (+0 -0) ➕ `doc/toolbox-redis-hash.png` (+0 -0) ➕ `doc/toolbox-redis-list.png` (+0 -0) ➕ `doc/toolbox-redis-set.png` (+0 -0) 📝 `html/src/App.vue` (+4 -0) 📝 `html/src/component/AlertBox.vue` (+1 -1) ➕ `html/src/component/toolbox/elasticsearch/DataForm.back.vue` (+101 -0) 📝 `html/src/component/toolbox/elasticsearch/DataForm.vue` (+89 -41) 📝 `html/src/component/toolbox/elasticsearch/Index.vue` (+4 -1) 📝 `html/src/component/toolbox/elasticsearch/IndexData.vue` (+120 -7) 📝 `html/src/component/toolbox/elasticsearch/IndexForm.vue` (+70 -2) 📝 `html/src/component/toolbox/elasticsearch/IndexNames.vue` (+45 -4) ➕ `html/src/component/toolbox/elasticsearch/MappingForm.vue` (+138 -0) _...and 3 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:39:00 +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#180
No description provided.