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

fix: sending updates to dashboard when a pod terminates #1642

Merged
merged 2 commits into from
Nov 30, 2021

Conversation

perenesenko
Copy link
Member

@perenesenko perenesenko commented Nov 10, 2021

Fixes #1539

Signed-off-by: Andrii Perenesenko [email protected]

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
  • The title of the PR is (a) conventional, (b) states what changed, and (c) suffixes the related issues number. E.g. "fix(controller): Updates such and such. Fixes #1234".
  • I've signed my commits with DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My builds are green. Try syncing with master if they are not.
  • My organization is added to USERS.md.

@codecov
Copy link

codecov bot commented Nov 10, 2021

Codecov Report

Merging #1642 (c651128) into master (f77b2c5) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1642      +/-   ##
==========================================
+ Coverage   81.94%   81.99%   +0.04%     
==========================================
  Files         115      116       +1     
  Lines       15871    15929      +58     
==========================================
+ Hits        13006    13061      +55     
- Misses       2196     2198       +2     
- Partials      669      670       +1     
Impacted Files Coverage Δ
controller/metrics/metrics.go 100.00% <0.00%> (ø)
utils/conditions/conditions.go 80.76% <0.00%> (ø)
controller/metrics/prommetrics.go 100.00% <0.00%> (ø)
rollout/controller.go 74.71% <0.00%> (+0.04%) ⬆️
rollout/trafficrouting/istio/istio.go 81.16% <0.00%> (+0.22%) ⬆️
rollout/sync.go 78.29% <0.00%> (+0.36%) ⬆️
rollout/trafficrouting/alb/alb.go 84.94% <0.00%> (+0.94%) ⬆️
rollout/trafficrouting.go 69.74% <0.00%> (+1.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f77b2c5...c651128. Read the comment docs.

@perenesenko perenesenko force-pushed the dashboard_pod_updates branch from 04d2dd3 to 0d11356 Compare November 12, 2021 18:43
Copy link
Member

@jessesuen jessesuen left a comment

Choose a reason for hiding this comment

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

Looks good. Can you fix minor import nit?

server/server.go Outdated Show resolved Hide resolved
Signed-off-by: Andrii Perenesenko <[email protected]>
@perenesenko perenesenko force-pushed the dashboard_pod_updates branch from 686d84d to c651128 Compare November 30, 2021 00:48
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@perenesenko perenesenko merged commit 9d32c13 into argoproj:master Nov 30, 2021
@perenesenko perenesenko deleted the dashboard_pod_updates branch September 5, 2022 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dashboard doesn't send client update when a pod terminates
2 participants