Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(portal): Web Shell支持跳转到文件编辑页面 #1102

Merged
merged 9 commits into from
Feb 1, 2024
Merged

Conversation

WZD09
Copy link
Contributor

@WZD09 WZD09 commented Jan 30, 2024

目前Web Shell支持的命令有sopensdown [文件名]sopen用于跳转到文件系统的当前目录,sdown [文件名]下载文件到本地。

增加了sedit [文件名]命令,用于在Web Shell中直接跳转到指定文件的编辑页面。

image

输入sedit [文件名]会跳转到对应文件的编辑页面:

image

image

配置使用此功能请参考文档:配置->门户系统->Shell终端文件传输功能.

@WZD09 WZD09 self-assigned this Jan 30, 2024
Copy link

changeset-bot bot commented Jan 30, 2024

🦋 Changeset detected

Latest commit: 0aa04dd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@scow/portal-server Patch
@scow/portal-web Patch
@scow/docs Patch
@scow/auth Patch
@scow/gateway Patch
@scow/mis-server Patch
@scow/mis-web Patch
@scow/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkuhpc-review-bot pkuhpc-review-bot bot added the Code-ReviewRequested Code Review Requested label Jan 30, 2024
@pkuhpc-review-bot pkuhpc-review-bot bot requested a review from ddadaal January 30, 2024 09:44
@WZD09 WZD09 marked this pull request as draft January 30, 2024 09:51
Copy link
Contributor

github-actions bot commented Jan 30, 2024

PR Preview Action v1.4.6
Preview removed because the pull request was closed.
2024-02-01 15:39 UTC

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (405ede6) 68.42% compared to head (0aa04dd) 68.42%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1102   +/-   ##
=======================================
  Coverage   68.42%   68.42%           
=======================================
  Files         144      144           
  Lines        4348     4348           
  Branches      587      587           
=======================================
  Hits         2975     2975           
  Misses       1248     1248           
  Partials      125      125           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@WZD09 WZD09 marked this pull request as ready for review January 31, 2024 13:10
@pkuhpc-review-bot pkuhpc-review-bot bot added Code-Approved Code Review approved ReadyForMerge Ready for merge and removed Code-ReviewRequested Code Review Requested labels Feb 1, 2024
.changeset/eleven-gorillas-vanish.md Outdated Show resolved Hide resolved
@pkuhpc-review-bot pkuhpc-review-bot bot added Code-ChangeRequested and removed Code-Approved Code Review approved ReadyForMerge Ready for merge labels Feb 1, 2024
@WZD09 WZD09 added Code-ReviewRequested Code Review Requested and removed Code-ChangeRequested labels Feb 1, 2024
@pkuhpc-review-bot pkuhpc-review-bot bot requested a review from ddadaal February 1, 2024 15:26
@pkuhpc-review-bot pkuhpc-review-bot bot removed the Code-ReviewRequested Code Review Requested label Feb 1, 2024
@pkuhpc-review-bot pkuhpc-review-bot bot added Code-Approved Code Review approved ReadyForMerge Ready for merge labels Feb 1, 2024
@ddadaal ddadaal merged commit 48844dc into master Feb 1, 2024
11 checks passed
@ddadaal ddadaal deleted the sedit branch February 1, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code-Approved Code Review approved ReadyForMerge Ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants