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

Fixing issue 271 #300

Merged
merged 10 commits into from
Nov 5, 2021
Merged

Fixing issue 271 #300

merged 10 commits into from
Nov 5, 2021

Conversation

ajanth97
Copy link
Collaborator

@ajanth97 ajanth97 commented Oct 21, 2021

Signed-off-by: Ajanth ajanth1997@gmail.com

Provide a description of what has been changed

Checklist

Fixes #271

@ajanth97 ajanth97 marked this pull request as ready for review October 21, 2021 15:56
Copy link
Collaborator

@arschles arschles left a comment

Choose a reason for hiding this comment

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

@ajanth97 I have a few minor changes. after that, this looks good. thanks!

operator/controllers/routing_table.go Outdated Show resolved Hide resolved
operator/controllers/routing_table.go Outdated Show resolved Hide resolved
operator/main.go Outdated Show resolved Hide resolved
operator/main.go Outdated Show resolved Hide resolved
operator/main.go Outdated Show resolved Hide resolved
@ajanth97
Copy link
Collaborator Author

@arschles thank you for the suggestions. I will fix the DCO issue tomorrow

Copy link
Collaborator

@arschles arschles left a comment

Choose a reason for hiding this comment

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

Thanks @ajanth97. Still one comment here and after that, I think this is good to go.

@ajanth97 ajanth97 added this to the v0.2.0 milestone Oct 22, 2021
ajanth97 and others added 7 commits October 22, 2021 13:18
Signed-off-by: Ajanth <ajanth1997@gmail.com>
kedacore#298)

* chore: Provide configuration for automatically closing inactive issues

Signed-off-by: GitHub <noreply@github.com>

* Align with core

Signed-off-by: GitHub <noreply@github.com>

* feature instead of feature-request

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Ajanth <ajanth1997@gmail.com>
Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
Signed-off-by: Ajanth <ajanth1997@gmail.com>
Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
Signed-off-by: Ajanth <ajanth1997@gmail.com>
Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
Signed-off-by: Ajanth <ajanth1997@gmail.com>
Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
Signed-off-by: Ajanth <ajanth1997@gmail.com>
Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
Signed-off-by: Ajanth <ajanth1997@gmail.com>
@ajanth97
Copy link
Collaborator Author

@arschles thanks for the new suggestion too. Fixed the DCO issue

}
newCM := routingConfigMap.DeepCopy()
if err := routing.SaveTableToConfigMap(table, newCM); err != nil {
lggr.Error(err, "couldn't save new routing table to ConfigMap", "configMap", routing.ConfigMapRoutingTableName)
Copy link
Collaborator

Choose a reason for hiding this comment

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

@ajanth97 can you outdent this so it lines up with the line below?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure

@arschles
Copy link
Collaborator

It also looks like you'll need to fix a test: https://github.com/kedacore/http-add-on/runs/3977788275?check_suite_focus=true#step:4:75

@arschles arschles enabled auto-merge (squash) October 22, 2021 16:11
@arschles arschles modified the milestones: v0.2.0, v0.3.0 Nov 2, 2021
Signed-off-by: Ajanth <ajanth1997@gmail.com>
Signed-off-by: Ajanth <ajanth1997@gmail.com>
@arschles
Copy link
Collaborator

arschles commented Nov 5, 2021

Thanks for this @ajanth97!

@arschles arschles merged commit ff6088f into kedacore:main Nov 5, 2021
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.

Interceptor and external scaler fails to fetch routing table config map
3 participants