Skip to content
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: migrate user credential list to react component #2758

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

ironAiken2
Copy link
Contributor

@ironAiken2 ironAiken2 commented Oct 18, 2024

This PR resolves #2937 Issue

The keypair info/modify/create modal will be working on a separate stack.

Chages:

  • migrate keypair list to react component

How to test:

  • Verify that keypair list is �working correctly.

image.png

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

Copy link

graphite-app bot commented Oct 18, 2024

Your org requires the Graphite merge queue for merging into main

Add 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.

Copy link
Contributor Author

ironAiken2 commented Oct 18, 2024


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@github-actions github-actions bot added the size:M 30~100 LoC label Oct 18, 2024
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch from 469be25 to 7e699f3 Compare October 18, 2024 06:49
@github-actions github-actions bot added size:L 100~500 LoC and removed size:M 30~100 LoC labels Oct 18, 2024
@yomybaby yomybaby force-pushed the feat/user-list-page branch 2 times, most recently from 1f06be9 to 42880b8 Compare November 6, 2024 08:18
@yomybaby yomybaby force-pushed the feat/user-credential-list branch from 7e699f3 to bfdb3c2 Compare November 6, 2024 08:18
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch from bfdb3c2 to 8703467 Compare December 10, 2024 04:40
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch from 8703467 to 1890954 Compare December 10, 2024 04:44
@yomybaby yomybaby force-pushed the feat/user-list-page branch from 747bd07 to 11e7f67 Compare December 11, 2024 03:33
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch from 1890954 to 4c31b0e Compare December 11, 2024 04:15
@ironAiken2 ironAiken2 changed the base branch from feat/user-list-page to feature/user-node-list December 11, 2024 04:15
@ironAiken2 ironAiken2 requested a review from yomybaby December 11, 2024 04:25
@ironAiken2 ironAiken2 force-pushed the feature/user-node-list branch from b3f2278 to a9d0ece Compare December 11, 2024 07:10
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch from 4c31b0e to 3b84f85 Compare December 11, 2024 07:10
@github-actions github-actions bot added area:ux UI / UX issue. area:i18n Localization labels Dec 11, 2024
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch 2 times, most recently from 654ed07 to bc1063b Compare December 11, 2024 07:50
@github-actions github-actions bot added the size:XL 500~ LoC label Dec 11, 2024
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch from d5cdf0d to 2dd1233 Compare December 17, 2024 02:11
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch from 2dd1233 to 6c501cb Compare December 17, 2024 07:34
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch from 6c501cb to 8c68ea6 Compare December 18, 2024 04:28
@ironAiken2 ironAiken2 requested a review from agatha197 December 18, 2024 04:29
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch from 8c68ea6 to a35f9a8 Compare December 18, 2024 04:39
@ironAiken2 ironAiken2 requested a review from agatha197 December 18, 2024 04:40
Copy link
Contributor

@agatha197 agatha197 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a main access key tag.

Copy link
Contributor Author

Please add a main access key tag.

Instead of showing the main access key information in the table, we decided to show it in the info modal.

@ironAiken2 ironAiken2 requested a review from agatha197 December 18, 2024 05:01
Copy link
Contributor

@agatha197 agatha197 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to remove the main access key? If not, it needs to be disabled. @ironAiken2

Copy link
Contributor Author

Is it possible to remove the main access key? If not, it needs to be disabled.

Since we don't know the main access key information, we decided to display an error message instead of button disabled.

teams

@ironAiken2 ironAiken2 requested a review from agatha197 December 18, 2024 05:09
Copy link
Contributor

@agatha197 agatha197 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the delete confirm popup to modal. Activation/inactivation is recoverable, but deletion is not. And please use more intuitive title instead of "Do you want to proceed?"

@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch 2 times, most recently from 8b8138c to ad3c66f Compare December 18, 2024 06:31
@ironAiken2 ironAiken2 requested a review from agatha197 December 18, 2024 06:32
@ironAiken2 ironAiken2 force-pushed the feat/user-credential-list branch 2 times, most recently from 6405a37 to 642664f Compare December 18, 2024 08:42
Copy link
Contributor

@agatha197 agatha197 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

Copy link
Member

@yomybaby yomybaby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

graphite-app bot commented Dec 23, 2024

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

The keypair info/modify/create modal will be working on a separate stack.

**Chages:**
- migrate keypair list to react component

**How to test:**
- Verify that keypair list is �working correctly.

![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/lSyr8xXz1wdXALkJKzVx/ac88e43d-605b-4a77-a430-70cc2217af05.png)

**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
@yomybaby yomybaby force-pushed the feat/user-credential-list branch from 5490140 to e07e4bc Compare December 23, 2024 08:09
@graphite-app graphite-app bot merged commit e07e4bc into main Dec 23, 2024
8 checks passed
@graphite-app graphite-app bot deleted the feat/user-credential-list branch December 23, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:i18n Localization area:ux UI / UX issue. size:XL 500~ LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate user credential list to React
3 participants