-
Notifications
You must be signed in to change notification settings - Fork 75
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: add passwordless sudo user management UI #2005
Conversation
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 2.41% (-0% 🔻) |
52/2161 |
🔴 | Branches | 1.41% (-0.01% 🔻) |
16/1133 |
🔴 | Functions | 0.81% | 6/743 |
🔴 | Lines | 2.45% (-0% 🔻) |
52/2124 |
Test suite run success
10 tests passing in 3 suites.
Report generated by 🧪jest coverage report action from ae833eb
This pull request is automatically being deployed by Amplify Hosting (learn more). |
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 change the compatible version.
src/lib/backend.ai-client-esm.ts
Outdated
@@ -660,6 +660,9 @@ class Client { | |||
if (this.isManagerVersionCompatibleWith('23.03.11')) { | |||
this._features['model-serving'] = true; | |||
} | |||
if (this.isManagerVersionCompatibleWith('23.09.0b1')) { |
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.
beta check is not needed. please set it to 23.09.0
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
resolves #1978
What's changed
sudo_session_enabled
sudo_session_enabled
How to test
23.09.0b1
.sudo_session_enabled
in the user info, user setting dialog.Checklist: (if applicable)