[PR #89] [MERGED] 1.1.7 #194

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (1)

📊 Changes

34 files changed (+1808 additions, -289 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE.md (+3 -6)
📝 RELEASE_HISTORY.md (+7 -0)
📝 go.mod (+2 -2)
📝 html/src/App.vue (+4 -2)
📝 html/src/component/index.js (+1 -1)
📝 html/src/component/toolbox/Redis.vue (+1 -1)
📝 html/src/component/toolbox/elasticsearch/IndexNames.vue (+92 -85)
📝 html/src/component/toolbox/kafka/Index.vue (+2 -2)
📝 html/src/component/toolbox/kafka/Topic.vue (+72 -71)
html/src/component/toolbox/redis/Data.vue (+472 -0)
html/src/component/toolbox/redis/Export.vue (+228 -0)
html/src/component/toolbox/redis/Import.vue (+252 -0)
html/src/component/toolbox/redis/Index.vue (+68 -0)
html/src/component/toolbox/redis/Keys.vue (+272 -0)
html/src/component/toolbox/redis/Tabs.vue (+99 -0)
📝 html/src/component/toolbox/toolbox.css (+25 -0)
📝 html/src/views/toolbox/ToolboxType.vue (+1 -1)
📝 internal/config/config.go (+1 -1)
📝 package.json (+1 -1)

...and 14 more files

📄 Description

  1. 修改分组功能中,无工具配置项无法打开问题
  2. 调整Redis操作面板,使用新建标签页修改值

🔄 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/89 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/26/2022 **Status:** ✅ Merged **Merged:** 5/26/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`4e160d3`](https://github.com/team-ide/teamide/commit/4e160d38bdf1248145e74b743622c52c6b2baef0) 1.1.7 ### 📊 Changes **34 files changed** (+1808 additions, -289 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+3 -6) 📝 `RELEASE_HISTORY.md` (+7 -0) 📝 `go.mod` (+2 -2) 📝 `html/src/App.vue` (+4 -2) 📝 `html/src/component/index.js` (+1 -1) 📝 `html/src/component/toolbox/Redis.vue` (+1 -1) 📝 `html/src/component/toolbox/elasticsearch/IndexNames.vue` (+92 -85) 📝 `html/src/component/toolbox/kafka/Index.vue` (+2 -2) 📝 `html/src/component/toolbox/kafka/Topic.vue` (+72 -71) ➕ `html/src/component/toolbox/redis/Data.vue` (+472 -0) ➕ `html/src/component/toolbox/redis/Export.vue` (+228 -0) ➕ `html/src/component/toolbox/redis/Import.vue` (+252 -0) ➕ `html/src/component/toolbox/redis/Index.vue` (+68 -0) ➕ `html/src/component/toolbox/redis/Keys.vue` (+272 -0) ➕ `html/src/component/toolbox/redis/Tabs.vue` (+99 -0) 📝 `html/src/component/toolbox/toolbox.css` (+25 -0) 📝 `html/src/views/toolbox/ToolboxType.vue` (+1 -1) 📝 `internal/config/config.go` (+1 -1) 📝 `package.json` (+1 -1) _...and 14 more files_ </details> ### 📄 Description 1. 修改分组功能中,无工具配置项无法打开问题 2. 调整Redis操作面板,使用新建标签页修改值 --- <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:04 +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#194
No description provided.