-
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
fix(FR-242): show vfolder list based on delegated user #3070
base: main
Are you sure you want to change the base?
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. |
Coverage report for
|
315d315
to
05ea0ba
Compare
05ea0ba
to
fc85aa4
Compare
26f03eb
to
f622330
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:
/home/runner/work/backend.ai-webui/backend.ai-webui/react/src/App.tsx
Warning: 198:23 warning 't' is assigned a value but never used @typescript-eslint/no-unused-vars
Just fixed. |
f622330
to
2ad58c9
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.
It's necessary to refactor overall related to the separation of concerns. Let's discuss this end of the this week.
2ad58c9
to
889564c
Compare
resolves #3017 (FR-242)
In the
VFolderTable
used by the session launcher, we are fetching the vfolder list via the REST API. Since the API provides the ability to filter the data based on owner email, use it to show the vfolder list based on the delegated owner email assigned by the session launcher.feature:
Checklist: (if applicable)