Skip to content

[confighttp] Remove pointer in CookiesConfig field #13116

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

Merged
merged 2 commits into from
Jun 2, 2025

Conversation

mx-psi
Copy link
Member

@mx-psi mx-psi commented May 29, 2025

Description

Removes pointer to CookiesConfig field. Since the struct already has an enabled field, it is unnecessary for it to be a pointer.

This is a breaking change, contrib tests show that it does not affect any contrib component, and it would be hard to do in two steps.

Link to tracking issue

Updates #9478

Copy link

codecov bot commented May 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.60%. Comparing base (4a37179) to head (64ebd2b).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13116   +/-   ##
=======================================
  Coverage   91.60%   91.60%           
=======================================
  Files         506      506           
  Lines       28544    28544           
=======================================
  Hits        26147    26147           
  Misses       1882     1882           
  Partials      515      515           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mx-psi mx-psi marked this pull request as ready for review May 29, 2025 11:25
@mx-psi mx-psi requested a review from a team as a code owner May 29, 2025 11:25
@mx-psi mx-psi requested a review from codeboten May 29, 2025 11:25
@mx-psi mx-psi added this pull request to the merge queue Jun 2, 2025
Merged via the queue into open-telemetry:main with commit 4396505 Jun 2, 2025
59 of 63 checks passed
@mx-psi mx-psi deleted the mx-psi/cookiesconfig branch June 2, 2025 08:12
bogdandrutu pushed a commit to bogdandrutu/opentelemetry-collector that referenced this pull request Jun 2, 2025
)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Removes pointer to `CookiesConfig` field. Since the struct already has
an `enabled` field, it is unnecessary for it to be a pointer.

This is a breaking change, contrib tests show that it does not affect
any contrib component, and it would be hard to do in two steps.

<!-- Issue number if applicable -->
#### Link to tracking issue
Updates open-telemetry#9478
malus2077 pushed a commit to malus2077/opentelemetry-collector that referenced this pull request Jun 3, 2025
)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Removes pointer to `CookiesConfig` field. Since the struct already has
an `enabled` field, it is unnecessary for it to be a pointer.

This is a breaking change, contrib tests show that it does not affect
any contrib component, and it would be hard to do in two steps.

<!-- Issue number if applicable -->
#### Link to tracking issue
Updates open-telemetry#9478
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