-
Notifications
You must be signed in to change notification settings - Fork 203
Add UUID field to APIs table #7412
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
Add UUID field to APIs table #7412
Conversation
- Configure manager/info endpoint to return UUID - Ensure proper API simulation for testing Signed-off-by: gonzaarancibia <[email protected]>
- Extract UUID from manager/info response - Implement validation for UUID existence - Include UUID in checkAPI endpoint response Signed-off-by: gonzaarancibia <[email protected]>
- Implement UUID column in API table - Add PopOver for better UUID visualization - Include clipboard copy functionality Signed-off-by: gonzaarancibia <[email protected]>
Signed-off-by: gonzaarancibia <[email protected]>
Signed-off-by: gonzaarancibia <[email protected]>
Signed-off-by: gonzaarancibia <[email protected]>
Signed-off-by: gonzaarancibia <[email protected]>
|
|
|
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.
Legend:
⚫ => The test hasn't started yet.
🟢 => All checks passed.
🟡 => There is at least one expected fail or skipped test and no failures.
🔴 => There is at least one failed check.
⚪ => Doesn't apply.
🔧 => Request changes.
❓ => Needs more information.
🧪 Test 2025/05/08
CR 🟢
TEST 🟢
Screen.Recording.2025-05-08.164853.mp4
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.
CR: 🟢
Test: 🟡
Test
I put it in yellow because in the same table there is a similar button and they have different behavior and the function is to copy something.
Description
This pull request adds the UUID field to the Server API's table
Issues Resolved
#7387
Evidence
Screen.Recording.2025-05-06.at.12.56.19.PM.mov
Test
These steps cover both frontend and backend functionality to ensure the UUID field has been properly implemented.
Check List