-
Notifications
You must be signed in to change notification settings - Fork 2
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 connector status overview to entity details page #1535
base: main
Are you sure you want to change the base?
Add connector status overview to entity details page #1535
Conversation
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.
This logic is bound to change and, more or less, functions as a placeholder. According to Phil, a null connector_status
could be indicative of one of three things:
-
A connector status has not come through yet.
-
The task is not working.
-
The ops catalog is not working.
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.
Can you toss this into the code as a comment?
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.
Will do.
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
Issues
The issues directly below are completely resolved by this PR:
#1519
Changes
1519
The following features are included in this PR:
Add connector overview card to the Status section of the Logs tab on an entity details page.
Extend the control-plane
/status
endpoint interfaces to update/include those related toconnector_status
.Tests
Manually tested
Approaches to testing are as follows:
Validate that the connector status overview card displays as expected when the control-plane
/status
endpoint returns aconnector_status
object.Validate that the connector status overview card displays as expected when the control-plane
/status
endpoint returns a nullconnector_status
.Automated tests
N/A
Playwright tests ran locally
Screenshots
No
connector_status
returned by control-plane/status
endpointA
connector_status
is returned by control-plane/status
endpoint