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(utils): do not fill empty records #467

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

samugi
Copy link
Member

@samugi samugi commented Sep 11, 2024

follow up of: #466, prevent unset records to be filled with empty tables: {}

KAG-5380

@samugi samugi requested review from a team as code owners September 11, 2024 13:21
@samugi samugi marked this pull request as draft September 11, 2024 13:23
@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.93%. Comparing base (76af65d) to head (ceae801).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #467   +/-   ##
=======================================
  Coverage   59.92%   59.93%           
=======================================
  Files          71       71           
  Lines        4462     4463    +1     
=======================================
+ Hits         2674     2675    +1     
  Misses       1169     1169           
  Partials      619      619           
Flag Coverage Δ
2.1 36.43% <100.00%> (+0.01%) ⬆️
2.2 48.80% <100.00%> (+0.01%) ⬆️
2.3 49.42% <100.00%> (+0.01%) ⬆️
2.4 49.47% <100.00%> (+0.01%) ⬆️
2.5 49.47% <100.00%> (+0.01%) ⬆️
2.6 49.47% <100.00%> (+0.01%) ⬆️
2.7 51.15% <100.00%> (+0.01%) ⬆️
2.8 51.15% <100.00%> (+0.01%) ⬆️
3.0 55.27% <100.00%> (+0.01%) ⬆️
3.1 56.88% <100.00%> (+<0.01%) ⬆️
3.2 56.88% <100.00%> (+<0.01%) ⬆️
3.3 56.88% <100.00%> (+<0.01%) ⬆️
3.4 59.24% <100.00%> (+<0.01%) ⬆️
3.5 57.06% <100.00%> (+<0.01%) ⬆️
3.6 57.06% <100.00%> (+<0.01%) ⬆️
community 44.18% <100.00%> (+0.01%) ⬆️
enterprise 58.36% <100.00%> (+<0.01%) ⬆️
integration 59.93% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

follow up of: #466, prevent unset
records to be filled with empty tables: {}
@samugi samugi marked this pull request as ready for review September 11, 2024 13:38
Copy link
Member

@pmalek pmalek left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

I believe this should get a changelog entry, right?

@samugi
Copy link
Member Author

samugi commented Sep 12, 2024

oops, looks like some entries are missing there for the past couple of releases, I think we should open a separate PR to fill those in at once, before releasing, let me know if that sounds good to you @pmalek

@pmalek
Copy link
Member

pmalek commented Sep 12, 2024

Sounds good! Be sure to include the changelog links in the created releases as stated in

go-kong/RELEASE.md

Lines 5 to 7 in 76af65d

3. [Create a GitHub release](https://github.com/Kong/go-kong/releases/new) for the created tag. Put a
link to the `CHANGELOG.md` entry for the release
(e.g. `https://github.com/Kong/go-kong/blob/main/CHANGELOG.md#v0410`) in the release description.
.

@Prashansa-K Prashansa-K merged commit be0e345 into main Sep 12, 2024
79 checks passed
@Prashansa-K Prashansa-K deleted the fix/default-record-fill branch September 12, 2024 12:52
This pull request was closed.
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.

4 participants