-
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: keypair info/setting modal in credential page #2940
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
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. |
485ce28
to
c2f4135
Compare
c2f4135
to
b330220
Compare
b19dfdb
to
7cc2e99
Compare
b330220
to
74c2cf5
Compare
7cc2e99
to
8106932
Compare
74c2cf5
to
39cfc44
Compare
8106932
to
73d7b5f
Compare
39cfc44
to
7d3792f
Compare
73d7b5f
to
665742b
Compare
092b2a2
to
986255b
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.
.
a35f9a8
to
8b8138c
Compare
986255b
to
ac98042
Compare
8b8138c
to
ad3c66f
Compare
ac98042
to
2479854
Compare
ad3c66f
to
6405a37
Compare
2479854
to
9d61c02
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.
6405a37
to
642664f
Compare
53a7626
to
2be9bf0
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.
LGTM
2be9bf0
to
6ac31c3
Compare
642664f
to
5490140
Compare
6ac31c3
to
8d3b258
Compare
8d3b258
to
1f4dc18
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.
LGTM
Merge activity
|
<!-- 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 resolves [#2937](#2937) issue **Changes:** - Since `UserSettingPage` is using the KeypairInfoModal, I renamed the component to MyKeypairInfoModal. - Added `KeypairInfoModal` and `KeypairSettingModal` for `Credential Page`. - The `KeypairSettingModal` is used to create or modify a key pair. - ordering/filtering keypair_list query by user_id is out of scope for this PR because it does not yet provide ordering, filtering on user_id. **How to test:** - Access the user credentials & policy page with an account with admin or higher permissions. - Verify that the `KeypairInfoModal` shows the correct information for the selected keypair. - Verify that the `KeypairSettingModal` allows you to create and modify keypair information. **Checklist:** (if applicable) - [ ] Mention to the original issue - [ ] 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
5490140
to
e07e4bc
Compare
1f4dc18
to
ec8d643
Compare
This PR resolves #2937 issue
Changes:
UserSettingPage
is using the KeypairInfoModal, I renamed the component to MyKeypairInfoModal.KeypairInfoModal
andKeypairSettingModal
forCredential Page
.KeypairSettingModal
is used to create or modify a key pair.How to test:
KeypairInfoModal
shows the correct information for the selected keypair.KeypairSettingModal
allows you to create and modify keypair information.Checklist: (if applicable)