-
Notifications
You must be signed in to change notification settings - Fork 76
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(FR-249): open folder explorer from session detail panel using vfolder_nodes #3052
feat(FR-249): open folder explorer from session detail panel using vfolder_nodes #3052
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
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.
LGTM
8468084
to
61191e3
Compare
25dc6ea
to
2027255
Compare
61191e3
to
b9992c8
Compare
bd937d4
to
4159954
Compare
4159954
to
1b61f9a
Compare
b9992c8
to
9c53670
Compare
1b61f9a
to
6510b79
Compare
Coverage report for
|
6510b79
to
e258119
Compare
e258119
to
9b58324
Compare
9f5ab1f
to
62893ab
Compare
62893ab
to
4f446ed
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.
On 25.3.0 manager, I got a below error. Please check
No data returned for operation `SessionDetailContentQuery`, got error(s): Cannot query field 'vfolder_nodes' on type 'ComputeSessionNode'. Did you mean 'vfolder_mounts' or 'kernel_nodes'? See the error `source` property for more information.
4f446ed
to
9ee4ca6
Compare
allow vfolder_nodes PR will be merged in version 25.3.2 and vfolder ordering PR is merged in version 25.3.0 and backported in version 24.09. So I changed supported version in WebUI. @yomybaby |
83fb051
to
7777f0b
Compare
7777f0b
to
2fc7162
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.
Please resolve lint error
2fc7162
to
324023f
Compare
Fixed. This lint error was not caused by the impact of this PR. It was caused by an unused variable in app.tsx. |
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.
LGTM
Merge activity
|
…older_nodes (#3052) resolves #3051 (FR-249) <!-- replace NNN, MMM with the GitHub issue number and the corresponding Jira issue number. --> >lablup/backend.ai#2987 PR must be merged first. <!-- Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes, and how it affects the users and other developers. --> This PR makes folder explorer available in the Session Detail Panel. In versions after to Backend.AI Core 24.12.0, the vfolder_nodes field is provided. **Feature:** - allow to open folder explorer in session detail panel **How to test:** - checkout Core branch to lablup/backend.ai#2987 - open session detail panel. you can open session detail panel via using query string (?sessionDetail=<sessionID>) - click the folder icon in session detail panel - Verify that folder opener works for the vfolder you clicked on (name, contents, etc. match) **Checklist:** (if applicable) - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
324023f
to
2e8f90c
Compare
resolves #3051 (FR-249)
This PR makes folder explorer available in the Session Detail Panel.
In versions after to Backend.AI Core 24.12.0, the vfolder_nodes field is provided.
Feature:
How to test:
image_node
andvfolder_node
fields toComputeSession
schema backend.ai#2987Checklist: (if applicable)