-
Notifications
You must be signed in to change notification settings - Fork 15
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
NETOBSERV-1977 automatically disable filters when not available in prometheus #662
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
// update filters to retrigger query without showing the error | ||
updateTableFilters({ ...model.filters }); | ||
model.setChipsPopoverMessage(getPromError(errStr)); |
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.
still have an issue here when a topology group is enabled. This will loop as the filters are not involved
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.
that would make it but a bit hacky:
a1cbc9b
The positive side is that it will manage any case (not only the topology groups)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #662 +/- ##
==========================================
- Coverage 56.70% 56.68% -0.03%
==========================================
Files 197 198 +1
Lines 10113 10206 +93
Branches 1192 1203 +11
==========================================
+ Hits 5735 5785 +50
- Misses 4009 4055 +46
+ Partials 369 366 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=2c90e96 make set-plugin-image |
/retest |
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.
thanks, code LGTM
/lgtm
Not sure why konflux is failing here 🤔 |
/retest |
Seems like I'm always getting the following error in konflux:
|
/ok-to-test |
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=270aebe make set-plugin-image |
@jpinsonneau The page is stuck on loading when Groups are updated. Need to click on refresh button to load the page. Otherwise PR looks good |
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3365f1c that change will ensure groups are refreshed after an error is displayed. However, for the Overview suggestion, this will require more changes. If you feel it's important we can open a followup. |
/ok-to-test |
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=ec75f32 make set-plugin-image |
Now changing groups works as expected. |
Description
Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.