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

Check and modify clients affected by buggy VFolder handler #3464

Open
fregataa opened this issue Jan 15, 2025 — with Lablup-Issue-Syncer · 0 comments
Open

Check and modify clients affected by buggy VFolder handler #3464

fregataa opened this issue Jan 15, 2025 — with Lablup-Issue-Syncer · 0 comments
Assignees

Comments

@fregataa
Copy link
Member

fregataa commented Jan 15, 2025

Description

The with_vfolder_status_checked decorator, which is applied to most of the VFolder handlers, is not functioning as expected. This discrepancy in behavior may affect various clients interacting with the VFolder handler.

Upcoming versions for each majors

  • 25.1.0
  • 24.09.6
  • 24.03.12

Client parts to update

Control panel

frontend page Manager hub method Client SDK function
hub-shared-vfolder-list leave leave()
- mount_host mount_host()
- umount_host umount_host()

SDK

SDK function Manager API
info GET
delete DELETE
rename POST rename
download POST request-download
_upload_files POST request-upload
_mkdir POST mkdir
rename_file POST rename-file
move_file POST move-file
dekete_files DELETE delete-files
list_files GET files
invite POST invite
share POST share
unshare DELETE unshare
leave POST leave
clone POST clone
update_options POST update-options

WebUI

VFolder method name Manager API
clone POST clone
update_folder POST update-options
info GET
rename POST rename
delete DELETE
leave_invited POST leave
upload, uploadFormData POST upload
create_upload_session POST request-upload
mkdir POST mkdir
rename_file POST rename_file
delete_files POST delete-files
download GET download_single
request_download_token POST request-download
list_files GET files
invite POST invite
share POST share
unshare DELETE unshare
@fregataa fregataa changed the title Check which clients are affected by buggy VFolder handler Check and modify clients affected by buggy VFolder handler Jan 15, 2025
@fregataa fregataa self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant