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

NETOBSERV-1190: use DNS latency instead of timestamps #356

Merged
merged 31 commits into from
Jul 17, 2023

Conversation

msherif1234
Copy link
Contributor

@msherif1234 msherif1234 commented Jul 14, 2023

lots of dependencies that need to be merged before we get to this PR
we need https://github.com/netobserv/network-observability-operator/pull/395and its dependencies merged then
#355

@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Jul 14, 2023

@msherif1234: This pull request references NETOBSERV-1190 which is a valid jira issue.

In response to this:

lots of dependencies that need to be merged before we get to this PR

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Jul 14, 2023

@msherif1234: This pull request references NETOBSERV-1190 which is a valid jira issue.

In response to this:

lots of dependencies that need to be merged before we get to this PR
we need https://github.com/netobserv/network-observability-operator/pull/395and its dependencies merged then
#355

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@msherif1234
Copy link
Contributor Author

/ok-to-test

@openshift-ci openshift-ci bot added the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jul 14, 2023
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #356 (1fc4837) into main (e6d08c3) will decrease coverage by 1.22%.
The diff coverage is 56.00%.

@@            Coverage Diff             @@
##             main     #356      +/-   ##
==========================================
- Coverage   58.61%   57.39%   -1.22%     
==========================================
  Files         151      155       +4     
  Lines        6635     7065     +430     
  Branches      804      863      +59     
==========================================
+ Hits         3889     4055     +166     
- Misses       2524     2768     +244     
- Partials      222      242      +20     
Flag Coverage Δ
uitests 59.06% <66.45%> (+0.14%) ⬆️
unittests 52.71% <37.07%> (-5.01%) ⬇️

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

Impacted Files Coverage Δ
pkg/handler/lokiclientmock/loki_client_mock.go 0.00% <0.00%> (ø)
pkg/model/fields/fields.go 100.00% <ø> (ø)
web/src/api/ipfix.ts 100.00% <ø> (ø)
web/src/api/loki.ts 100.00% <ø> (ø)
web/src/components/__tests-data__/config.ts 100.00% <ø> (ø)
...components/dropdowns/overview-display-dropdown.tsx 68.42% <ø> (ø)
web/src/components/dropdowns/scope-dropdown.tsx 31.81% <ø> (ø)
...components/dropdowns/topology-display-dropdown.tsx 47.36% <ø> (ø)
web/src/components/filters/filters-toolbar.tsx 59.18% <ø> (ø)
web/src/components/metrics/histogram.tsx 16.51% <ø> (ø)
... and 42 more

... and 1 file with indirect coverage changes

@github-actions github-actions bot removed the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jul 14, 2023
@msherif1234
Copy link
Contributor Author

/ok-to-test

@openshift-ci openshift-ci bot added the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jul 14, 2023
@github-actions
Copy link

New image:
quay.io/netobserv/network-observability-console-plugin:f27bdf2

It will expire after two weeks.

To deploy this build, run from the operator repo, assuming the operator is running:

USER=netobserv VERSION=f27bdf2 make set-plugin-image

@github-actions github-actions bot removed the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jul 14, 2023
@jotak jotak added the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jul 17, 2023
@github-actions
Copy link

New image:
quay.io/netobserv/network-observability-console-plugin:6aa630f

It will expire after two weeks.

To deploy this build, run from the operator repo, assuming the operator is running:

USER=netobserv VERSION=6aa630f make set-plugin-image

Copy link
Member

@jotak jotak left a comment

Choose a reason for hiding this comment

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

Some stuff to change, but I guess that @jpinsonneau will take over this PR anyway

web/src/utils/dns.ts Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jul 17, 2023
@msherif1234 msherif1234 requested a review from jotak July 17, 2023 12:00
@msherif1234
Copy link
Contributor Author

Some stuff to change, but I guess that @jpinsonneau will take over this PR anyway

we can get this in and when @jpinsonneau comes back he will take it from here and add the additional pieces

@jotak jotak added the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jul 17, 2023
Signed-off-by: msherif1234 <mmahmoud@redhat.com>
@github-actions github-actions bot removed the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jul 17, 2023
@github-actions
Copy link

New image:
quay.io/netobserv/network-observability-console-plugin:a48378c

It will expire after two weeks.

To deploy this build, run from the operator repo, assuming the operator is running:

USER=netobserv VERSION=a48378c make set-plugin-image

@jotak jotak added the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jul 17, 2023
@github-actions
Copy link

New image:
quay.io/netobserv/network-observability-console-plugin:9264e6b

It will expire after two weeks.

To deploy this build, run from the operator repo, assuming the operator is running:

USER=netobserv VERSION=9264e6b make set-plugin-image

//{ value: 9, name: 'NotAuth', description: 'Server Not Authoritative for zone' },
{ value: 9, name: 'NotAuth', description: 'Not Authorized' },
{ value: 10, name: 'NotZone', description: 'Name not contained in zone' },
//{ value: 11, name: 'DSOTYPENI', description: 'DSO-TYPE Not Implemented' },
Copy link
Member

Choose a reason for hiding this comment

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

out of curiosity, why are DSOTYPENI and BADSIG commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@msherif1234 msherif1234 requested a review from jotak July 17, 2023 13:32
@jotak
Copy link
Member

jotak commented Jul 17, 2023

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jul 17, 2023
@jotak
Copy link
Member

jotak commented Jul 17, 2023

/approve

@openshift-ci
Copy link

openshift-ci bot commented Jul 17, 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-merge-robot openshift-merge-robot merged commit 2003ce5 into netobserv:main Jul 17, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved jira/valid-reference lgtm ok-to-test To set manually when a PR is safe to test. Triggers image build on PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants