-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Add remote filesystem API to the Remote client plugin #23381
base: master
Are you sure you want to change the base?
PR: Add remote filesystem API to the Remote client plugin #23381
Conversation
subrepo: subdir: "external-deps/spyder-kernels" merged: "d7e4319b5" upstream: origin: "https://github.com/spyder-ide/spyder-kernels.git" branch: "master" commit: "d7e4319b5" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93"
Hello @hlouzada! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2025-01-25 03:08:32 UTC |
…xternal-deps/spyder-remote-services subrepo: subdir: "external-deps/spyder-remote-services" merged: "8d51ee08a" upstream: origin: "https://github.com/spyder-ide/spyder-remote-services" branch: "feat/remote-file-service" commit: "8d51ee08a" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93"
…xternal-deps/spyder-remote-services subrepo: subdir: "external-deps/spyder-remote-services" merged: "e2f920d11" upstream: origin: "https://github.com/spyder-ide/spyder-remote-services" branch: "feat/remote-file-service" commit: "e2f920d11" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93"
…xternal-deps/spyder-remote-services subrepo: subdir: "external-deps/spyder-remote-services" merged: "83bfb48fd" upstream: origin: "https://github.com/spyder-ide/spyder-remote-services" branch: "feat/remote-file-service" commit: "83bfb48fd" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93"
…xternal-deps/spyder-remote-services subrepo: subdir: "external-deps/spyder-remote-services" merged: "b77bdbfb2" upstream: origin: "https://github.com/spyder-ide/spyder-remote-services" branch: "feat/remote-file-service" commit: "b77bdbfb2" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93"
91ae29a
to
ab22af6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hlouzada for your hard work to implement this functionality!
…xternal-deps/spyder-remote-services subrepo: subdir: "external-deps/spyder-remote-services" merged: "4599cda25" upstream: origin: "https://github.com/spyder-ide/spyder-remote-services" branch: "feat/remote-file-service" commit: "4599cda25" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93"
…xternal-deps/spyder-remote-services subrepo: subdir: "external-deps/spyder-remote-services" merged: "bb7624869" upstream: origin: "https://github.com/spyder-ide/spyder-remote-services" branch: "feat/remote-file-service" commit: "bb7624869" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93"
…/spyder-remote-services subrepo: subdir: "external-deps/spyder-remote-services" merged: "2b8dcf2aa" upstream: origin: "https://github.com/spyder-ide/spyder-remote-services" branch: "main" commit: "2b8dcf2aa" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93"
Co-authored-by: Carlos Cordoba <[email protected]>
8412b05
to
717be57
Compare
Description of Changes
Use a mixture of rest/websocket to comunicate with spyder-remote-services and provide a filesystem-like API to control remote file system.
This implements the client-side for spyder-ide/spyder-remote-services#11
Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct: @hlouzada