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: update go-database-reconciler for fixing expression route handling #1344

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

Prashansa-K
Copy link
Contributor

Till now, expression routes were getting incorrectly rendered. Added changes in go-database-reconciler to allow proper rendering for both kinds of routes. Kong/go-database-reconciler#116
Added tests here to ensure the functionality stays intact for future updates.

Fix #1250.

Till now, expression routes were getting incorrectly rendered.
Added changes in go-database-reconciler to allow proper rendering
for both kinds of routes.
Added tests here to ensure the functionality stays intact for
future updates.

Fix #1250.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 22.43%. Comparing base (4b632fd) to head (186123c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1344      +/-   ##
==========================================
+ Coverage   22.36%   22.43%   +0.06%     
==========================================
  Files          54       54              
  Lines        4520     4520              
==========================================
+ Hits         1011     1014       +3     
+ Misses       3409     3407       -2     
+ Partials      100       99       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Prashansa-K Prashansa-K self-assigned this Jul 22, 2024
Copy link
Collaborator

@GGabriele GGabriele left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this!!

@Prashansa-K Prashansa-K merged commit 6475b4b into main Jul 22, 2024
41 checks passed
@Prashansa-K Prashansa-K deleted the fix/file-render-cmd branch July 22, 2024 12:38
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.

render adding "regex_priority" key to expression route resulting sync to fails
3 participants