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

Make extension/auth/authtest into its own module #11705

Merged
merged 7 commits into from
Nov 20, 2024

Conversation

jade-guiton-dd
Copy link
Contributor

Description

Turns the go.opentelemetry.io/collector/extension/auth/authtest package into its own module

Link to tracking issue

Resolves #11465

Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.63%. Comparing base (9d2685f) to head (e6b0e35).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11705   +/-   ##
=======================================
  Coverage   91.62%   91.63%           
=======================================
  Files         442      442           
  Lines       23776    23776           
=======================================
+ Hits        21785    21787    +2     
+ Misses       1619     1618    -1     
+ Partials      372      371    -1     

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


🚨 Try these New Features:

@jade-guiton-dd jade-guiton-dd marked this pull request as ready for review November 19, 2024 13:10
@jade-guiton-dd jade-guiton-dd requested a review from a team as a code owner November 19, 2024 13:10
@mx-psi mx-psi merged commit f2e05b5 into open-telemetry:main Nov 20, 2024
49 checks passed
@github-actions github-actions bot added this to the next release milestone Nov 20, 2024
djaglowski pushed a commit to djaglowski/opentelemetry-collector that referenced this pull request Nov 21, 2024
)

#### Description

Turns the `go.opentelemetry.io/collector/extension/auth/authtest`
package into its own module

#### Link to tracking issue
Resolves open-telemetry#11465
bogdandrutu pushed a commit that referenced this pull request Nov 21, 2024
#### Description
Now that #11705 has been merged, splitting the `extension/auth/authtest`
package into a separate module, this PR updates imports of the new
module to an externally resolvable pseudo-version based on the merge
commit (f2e05b5). (See #11668 for context on why this two-step process
is necessary.)

#### Link to tracking issue
Resolves #11465
@jade-guiton-dd jade-guiton-dd deleted the 11465-authtest-module branch November 27, 2024 13:36
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.

Make authtest into its own module
3 participants