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

Update for FLP API breaking change #487

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

jotak
Copy link
Member

@jotak jotak commented Nov 8, 2023

@jotak jotak added no-qe This PR doesn't necessitate QE approval no-doc This PR doesn't require documentation change on the NetObserv operator labels Nov 8, 2023
Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (74a4814) 62.26% compared to head (fa593dd) 62.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #487   +/-   ##
=======================================
  Coverage   62.26%   62.26%           
=======================================
  Files          55       55           
  Lines        6769     6769           
=======================================
  Hits         4215     4215           
  Misses       2238     2238           
  Partials      316      316           
Flag Coverage Δ
unittests 62.26% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pkg/metrics/predefined_metrics.go 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@msherif1234
Copy link
Contributor

overall changes /LGTM just wanted to understand why flowdirection is using regex filter type
/LGTM

@jotak
Copy link
Member Author

jotak commented Nov 8, 2023

overall changes /LGTM just wanted to understand why flowdirection is using regex filter type /LGTM

It was previously using this sort of things: FlowDirection: "0|2", the "|" character being implicitly used to allow multiple values. The FLP PR changed that for something more explicit and allowing any regex.

So the filter value is still the same, like "0|2", but now this is processed as a regex and the special case handling for "|" is removed

@jotak
Copy link
Member Author

jotak commented Nov 8, 2023

/approve

Copy link

openshift-ci bot commented Nov 8, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jotak

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Nov 8, 2023
@openshift-merge-bot openshift-merge-bot bot merged commit 10c8bad into netobserv:main Nov 8, 2023
10 checks passed
@jotak jotak deleted the flp-update branch November 29, 2023 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm no-doc This PR doesn't require documentation change on the NetObserv operator no-qe This PR doesn't necessitate QE approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants