[PR #82] [MERGED] 发布FTP相关功能 #192

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/82
Author: @team-ide
Created: 5/21/2022
Status: Merged
Merged: 5/21/2022
Merged by: @team-ide

Base: mainHead: 81-功能打开ftp能够搜索目录头部导航目录能够快速点击跳转相应目录


📝 Commits (1)

📊 Changes

17 files changed (+378 additions, -54 deletions)

View changed files

📝 RELEASE.md (+5 -4)
📝 RELEASE_HISTORY.md (+9 -0)
📝 doc/toolbox-ftp.png (+0 -0)
📝 html/src/component/form/Form.vue (+1 -1)
📝 html/src/component/tab-editor/Index.vue (+1 -1)
📝 html/src/component/toolbox/Redis.vue (+1 -1)
📝 html/src/component/toolbox/Zookeeper.vue (+1 -1)
📝 html/src/component/toolbox/elasticsearch/DataForm.vue (+1 -1)
📝 html/src/component/toolbox/elasticsearch/IndexForm.vue (+1 -1)
📝 html/src/component/toolbox/elasticsearch/MappingForm.vue (+1 -1)
📝 html/src/component/toolbox/elasticsearch/ReindexForm.vue (+1 -1)
📝 html/src/component/toolbox/kafka/TopicData.vue (+7 -1)
📝 html/src/component/toolbox/ssh/FTP.vue (+11 -8)
📝 html/src/component/toolbox/ssh/Files.vue (+164 -17)
📝 html/src/views/toolbox/Main.vue (+1 -0)
📝 package.json (+1 -1)
📝 pkg/toolbox/ssh_sftp_work.go (+172 -15)

📄 Description

  1. FTP头部目录路径添加面包屑,可以快速点击切换至上层目录
  2. FTP添加搜索,搜索当前目录和子目录匹配名称文件和文件夹,忽略大小写
  3. FTP右击添加新建文件夹、新建文件功能
  4. 工具箱窗口面板,在点击其他Tab页时候自动隐藏

🔄 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/82 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/21/2022 **Status:** ✅ Merged **Merged:** 5/21/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `81-功能打开ftp能够搜索目录头部导航目录能够快速点击跳转相应目录` --- ### 📝 Commits (1) - [`57350c7`](https://github.com/team-ide/teamide/commit/57350c76171c36290a11258c00d0c4e67945a462) 发布FTP相关功能 ### 📊 Changes **17 files changed** (+378 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE.md` (+5 -4) 📝 `RELEASE_HISTORY.md` (+9 -0) 📝 `doc/toolbox-ftp.png` (+0 -0) 📝 `html/src/component/form/Form.vue` (+1 -1) 📝 `html/src/component/tab-editor/Index.vue` (+1 -1) 📝 `html/src/component/toolbox/Redis.vue` (+1 -1) 📝 `html/src/component/toolbox/Zookeeper.vue` (+1 -1) 📝 `html/src/component/toolbox/elasticsearch/DataForm.vue` (+1 -1) 📝 `html/src/component/toolbox/elasticsearch/IndexForm.vue` (+1 -1) 📝 `html/src/component/toolbox/elasticsearch/MappingForm.vue` (+1 -1) 📝 `html/src/component/toolbox/elasticsearch/ReindexForm.vue` (+1 -1) 📝 `html/src/component/toolbox/kafka/TopicData.vue` (+7 -1) 📝 `html/src/component/toolbox/ssh/FTP.vue` (+11 -8) 📝 `html/src/component/toolbox/ssh/Files.vue` (+164 -17) 📝 `html/src/views/toolbox/Main.vue` (+1 -0) 📝 `package.json` (+1 -1) 📝 `pkg/toolbox/ssh_sftp_work.go` (+172 -15) </details> ### 📄 Description 1. FTP头部目录路径添加面包屑,可以快速点击切换至上层目录 2. FTP添加搜索,搜索当前目录和子目录匹配名称文件和文件夹,忽略大小写 3. FTP右击添加新建文件夹、新建文件功能 4. 工具箱窗口面板,在点击其他Tab页时候自动隐藏 --- <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#192
No description provided.