-
Notifications
You must be signed in to change notification settings - Fork 594
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
feat: dump custom entities in config fetcher #6305
Conversation
870d710
to
34893b4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6305 +/- ##
======================================
Coverage ? 75.9%
======================================
Files ? 200
Lines ? 20173
Branches ? 0
======================================
Hits ? 15314
Misses ? 3844
Partials ? 1015 ☔ View full report in Codecov by Sentry. |
34893b4
to
b5e6ab2
Compare
Dependent on Kong/go-database-reconciler#114. Waiting for GDR release with the contents in the PR to support dumping custom entities. |
b5e6ab2
to
b335d42
Compare
b335d42
to
1c2d5fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general this looks good. Left a minor comment about using a custom entity dedicated type.
a903ca1
to
39c0c90
Compare
Co-authored-by: Jakub Warczarek <[email protected]>
39c0c90
to
c8c1bac
Compare
What this PR does / why we need it:
Add custom entities in config fetcher to support them in config recovery.
Which issue this PR fixes:
Should fix #6054
Special notes for your reviewer:
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR