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: Add pagination to FindLoadBalancerByDNSName #1971

Merged
merged 4 commits into from
Apr 13, 2022

Conversation

zachaller
Copy link
Collaborator

@zachaller zachaller commented Apr 8, 2022

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

closes issue #1963

Signed-off-by: zachaller zachaller@hotmail.com

…alancerByDNSName

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

Signed-off-by: zachaller <zachaller@hotmail.com>
@zachaller zachaller changed the title fix: this closes issue #1963 by adding pagination to FindLoadBalancerByDNSName fix: Add pagination to FindLoadBalancerByDNSName Apr 8, 2022
Signed-off-by: zachaller <zachaller@hotmail.com>
@codecov
Copy link

codecov bot commented Apr 8, 2022

Codecov Report

Merging #1971 (576f18d) into master (4333b4f) will increase coverage by 0.00%.
The diff coverage is 75.00%.

@@           Coverage Diff           @@
##           master    #1971   +/-   ##
=======================================
  Coverage   82.42%   82.42%           
=======================================
  Files         119      119           
  Lines       16913    16917    +4     
=======================================
+ Hits        13940    13944    +4     
  Misses       2282     2282           
  Partials      691      691           
Impacted Files Coverage Δ
utils/defaults/defaults.go 88.35% <ø> (ø)
utils/aws/aws.go 72.92% <75.00%> (+0.48%) ⬆️

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 4333b4f...576f18d. Read the comment docs.

Signed-off-by: zachaller <zachaller@hotmail.com>
utils/aws/aws.go Outdated Show resolved Hide resolved
Signed-off-by: zachaller <zachaller@hotmail.com>
@sonarcloud
Copy link

sonarcloud bot commented Apr 11, 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
0.0% 0.0% Duplication

@harikrongali harikrongali added the ready-for-review Ready for final review label Apr 11, 2022
@jessesuen jessesuen merged commit 3321a89 into argoproj:master Apr 13, 2022
jessesuen pushed a commit that referenced this pull request May 13, 2022
* fix: this close issue #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 <zachaller@hotmail.com>
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 <zachaller@hotmail.com>

* fix: missing lb event (argoproj#2021)

* fix: turn missing load balancer log into an event

Signed-off-by: zachaller <zachaller@hotmail.com>

* consistent naming

Signed-off-by: zachaller <zachaller@hotmail.com>

* 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 <zachaller@hotmail.com>

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

Signed-off-by: zachaller <zachaller@hotmail.com>

* following github workflow error prompt to fix

Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>

* go fmt

Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>

* make go-mod-vendor

Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>

* fix path

Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>

Signed-off-by: zachaller <zachaller@hotmail.com>
Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>
Co-authored-by: Zach Aller <zachaller@users.noreply.github.com>
Co-authored-by: Travis Perdue <travis.perdue@rallyhealth.com>
jenciso pushed a commit to jenciso/argo-rollouts that referenced this pull request Oct 25, 2022
* 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 <zachaller@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants