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: missing lb event #2021

Merged
merged 2 commits into from
May 5, 2022
Merged

Conversation

zachaller
Copy link
Collaborator

Turn a missing load balancer log line into a proper event

Signed-off-by: zachaller [email protected]

@sonarcloud
Copy link

sonarcloud bot commented May 3, 2022

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 0 Code Smells

No Coverage information No Coverage information
7.4% 7.4% Duplication

@codecov
Copy link

codecov bot commented May 3, 2022

Codecov Report

Merging #2021 (1c8f7ac) into master (b115ea8) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #2021      +/-   ##
==========================================
+ Coverage   82.50%   82.52%   +0.01%     
==========================================
  Files         120      120              
  Lines       17054    17054              
==========================================
+ Hits        14070    14073       +3     
+ Misses       2283     2281       -2     
+ Partials      701      700       -1     
Impacted Files Coverage Δ
utils/conditions/conditions.go 80.76% <ø> (ø)
rollout/trafficrouting/alb/alb.go 81.95% <100.00%> (ø)
rollout/trafficrouting/istio/controller.go 52.43% <0.00%> (+1.62%) ⬆️

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 b115ea8...1c8f7ac. Read the comment docs.

@zachaller zachaller changed the title Fix missing lb event fix: missing lb event May 3, 2022
@huikang huikang merged commit 03636ab into argoproj:master May 5, 2022
jessesuen pushed a commit that referenced this pull request May 13, 2022
* fix: turn missing load balancer log into an event

Signed-off-by: zachaller <[email protected]>

* consistent naming

Signed-off-by: zachaller <[email protected]>
PhilippPlotnikov pushed a commit to codefresh-contrib/argo-rollouts that referenced this pull request May 25, 2022
* fix: turn missing load balancer log into an event

Signed-off-by: zachaller <[email protected]>

* consistent naming

Signed-off-by: zachaller <[email protected]>
Signed-off-by: PhilippPlotnikov <[email protected]>
tperdue321 added a commit to rallyhealth/argo-rollouts that referenced this pull request Aug 30, 2022
* fix: Add pagination to FindLoadBalancerByDNSName (argoproj#1971)

* fix: this close issue argoproj#1963 by adding pagination to FindLoadBalancerByDNSName

This adds pagination to the FindLoadBalancerByDNSName function this
should allow argo rollouts to work with any number of loadbalancers.

Signed-off-by: zachaller <[email protected]>

* fix: missing lb event (argoproj#2021)

* fix: turn missing load balancer log into an event

Signed-off-by: zachaller <[email protected]>

* consistent naming

Signed-off-by: zachaller <[email protected]>

* fix: Use actual weight from status field on rollout object (argoproj#1937)

fix: Use actual weight from status field on rollout object (argoproj#1937)


Signed-off-by: zachaller <[email protected]>

* fix: build/lint is broken due to dependencies changes (argoproj#1958)

Signed-off-by: zachaller <[email protected]>

* following github workflow error prompt to fix

Signed-off-by: Travis Perdue <[email protected]>

* go fmt

Signed-off-by: Travis Perdue <[email protected]>

* make go-mod-vendor

Signed-off-by: Travis Perdue <[email protected]>

* fix path

Signed-off-by: Travis Perdue <[email protected]>

Signed-off-by: zachaller <[email protected]>
Signed-off-by: Travis Perdue <[email protected]>
Co-authored-by: Zach Aller <[email protected]>
Co-authored-by: Travis Perdue <[email protected]>
jenciso pushed a commit to jenciso/argo-rollouts that referenced this pull request Oct 25, 2022
* fix: turn missing load balancer log into an event

Signed-off-by: zachaller <[email protected]>

* consistent naming

Signed-off-by: zachaller <[email protected]>
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.

3 participants