-
Couldn't load subscription status.
- Fork 1.2k
UI: Enable listall (for Affinity Groups, SSH Keypairs, User Data) in deploy instance wizard for admin, and lists SSH Keypairs, User Data by domain/account #11906
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
base: 4.20
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 4.20 #11906 +/- ##
=========================================
Coverage 16.18% 16.18%
- Complexity 13304 13305 +1
=========================================
Files 5657 5657
Lines 498464 498466 +2
Branches 60491 60491
=========================================
+ Hits 80687 80694 +7
+ Misses 408801 408790 -11
- Partials 8976 8982 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
code looks good @sureshanaparti , but as discussed over DM, I am a bit worried about cross-domain usage of keys/user-data |
|
@sureshanaparti a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
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.
Verified the UI.
LGTM
Did you have a look at this @sureshanaparti ? |
@DaanHoogland it fails with error "Not all specified keypairs exist".
|
…deploy instance wizard for admin
db43982 to
999adbd
Compare
|
@sureshanaparti a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
@sureshanaparti UI improvement looks good. |
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.
clgtm


Description
This PR enables listall (for Affinity Groups, SSH Keypairs, User Data) in deploy instance wizard for admin, and lists SSH Keypairs, User Data by domain/account.
Fixes #11865
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Verified the list API calls with admin and user account, in inspect mode. and checked the SSH Keypairs, User Data listing by domain/account.
SSH Keypairs (admin account) - Before Fix:
SSH Keypairs (admin account) - After Fix:
How did you try to break this feature and the system with this change?