[PR #90] [MERGED] Dev #197

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (3)

📊 Changes

19 files changed (+480 additions, -235 deletions)

View changed files

📝 README.md (+39 -8)
📝 RELEASE.md (+6 -3)
📝 RELEASE_HISTORY.md (+10 -0)
doc/toolbox-redis-import-1.png (+0 -0)
doc/toolbox-redis-import-2.png (+0 -0)
doc/toolbox-redis-import-3.png (+0 -0)
doc/toolbox-redis-import-4.png (+0 -0)
📝 go.mod (+10 -10)
📝 go.sum (+16 -26)
📝 html/src/component/toolbox/elasticsearch/IndexNames.vue (+1 -1)
📝 html/src/component/toolbox/kafka/Topic.vue (+1 -1)
📝 html/src/component/toolbox/redis/Import.vue (+228 -131)
📝 html/src/component/toolbox/redis/Index.vue (+0 -1)
📝 html/src/component/toolbox/redis/Keys.vue (+9 -12)
📝 package.json (+1 -1)
📝 pkg/toolbox/redis.go (+35 -5)
📝 pkg/toolbox/redis_import.go (+116 -12)
📝 pkg/toolbox/ssh_client.go (+7 -24)
pkg/toolbox/tunnel.go (+1 -0)

📄 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/90 **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 (3) - [`91ec84d`](https://github.com/team-ide/teamide/commit/91ec84d90b0c76e9a77a6c4e0c2f7c0d1fd20226) Update go.mod - [`cee1247`](https://github.com/team-ide/teamide/commit/cee12479d180652d1aee044310877537f10fecdd) Update go.sum - [`f658435`](https://github.com/team-ide/teamide/commit/f658435d16428890fdc5daddc58f7f75465f0d2a) 1.1.8 ### 📊 Changes **19 files changed** (+480 additions, -235 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+39 -8) 📝 `RELEASE.md` (+6 -3) 📝 `RELEASE_HISTORY.md` (+10 -0) ➕ `doc/toolbox-redis-import-1.png` (+0 -0) ➕ `doc/toolbox-redis-import-2.png` (+0 -0) ➕ `doc/toolbox-redis-import-3.png` (+0 -0) ➕ `doc/toolbox-redis-import-4.png` (+0 -0) 📝 `go.mod` (+10 -10) 📝 `go.sum` (+16 -26) 📝 `html/src/component/toolbox/elasticsearch/IndexNames.vue` (+1 -1) 📝 `html/src/component/toolbox/kafka/Topic.vue` (+1 -1) 📝 `html/src/component/toolbox/redis/Import.vue` (+228 -131) 📝 `html/src/component/toolbox/redis/Index.vue` (+0 -1) 📝 `html/src/component/toolbox/redis/Keys.vue` (+9 -12) 📝 `package.json` (+1 -1) 📝 `pkg/toolbox/redis.go` (+35 -5) 📝 `pkg/toolbox/redis_import.go` (+116 -12) 📝 `pkg/toolbox/ssh_client.go` (+7 -24) ➕ `pkg/toolbox/tunnel.go` (+1 -0) </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:05 +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#197
No description provided.