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

Move ./pf, ./testing and ./x/muxer under ./pkg #2477

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Move ./pf, ./testing and ./x/muxer under ./pkg #2477

merged 2 commits into from
Oct 15, 2024

Conversation

blampe
Copy link
Contributor

@blampe blampe commented Oct 11, 2024

This moves pf, testing and x/muxer under pkg. This will allow us to
restore modules at those paths in order to not break existing consumers.

More specifically, the new import paths are:

  • github.com/pulumi-terraform-bridge/pfgithub.com/pulumi-terraform-bridge/v3/pkg/pf
  • github.com/pulumi-terraform-bridge/x/muxergithub.com/pulumi-terraform-bridge/v3/pkg/x/muxer
  • github.com/pulumi-terraform-bridge/testinggithub.com/pulumi-terraform-bridge/v3/pkg/x/testing (I put this under x since testing/x is the only package in this module)

@blampe
Copy link
Contributor Author

blampe commented Oct 11, 2024

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.76%. Comparing base (4e35e56) to head (a45aa87).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2477      +/-   ##
==========================================
- Coverage   61.77%   61.76%   -0.01%     
==========================================
  Files         380      380              
  Lines       51263    51263              
==========================================
- Hits        31667    31665       -2     
- Misses      17780    17783       +3     
+ Partials     1816     1815       -1     

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

Copy link
Contributor

@VenelinMartinov VenelinMartinov left a comment

Choose a reason for hiding this comment

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

lgtm

blampe added a commit that referenced this pull request Oct 15, 2024
This removes three unnecessary modules:
* pf/go.mod
* x/muxer/go.mod
* testing/go.mod

And three unnecessary test modules:
* pf/tests/go.mod
* pkg/tests/go.mod
* x/muxer/tests/go.mod

This is intended to be merged with #2477 and #2480, which combine to
make this a no-op for existing consumers.

Refs #1445.
Base automatically changed from blampe/pf to master October 15, 2024 17:32
@blampe blampe enabled auto-merge (squash) October 15, 2024 17:33
@blampe blampe merged commit 835ec0f into master Oct 15, 2024
17 checks passed
@blampe blampe deleted the blampe/move branch October 15, 2024 17:58
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.93.0.

@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.93.1.

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