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 unstable/logging to internal/logging #2687

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Dec 5, 2024

Since PF is now part of the same module as the rest of the bridge, there is no need for the unstable folder, since we can just use internal.

Since PF is now part of the same module as the rest of the bridge, there is no need for
the `unstable` folder, since we can just use `internal`.
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.44%. Comparing base (c501360) to head (55281fb).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2687   +/-   ##
=======================================
  Coverage   69.44%   69.44%           
=======================================
  Files         301      301           
  Lines       38626    38626           
=======================================
  Hits        26824    26824           
  Misses      10277    10277           
  Partials     1525     1525           

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

@iwahbe iwahbe merged commit 1c9c3e0 into master Dec 5, 2024
17 checks passed
@iwahbe iwahbe deleted the iwahbe/move-unstable-logging-to-internal branch December 5, 2024 13:08
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.97.0.

flostadler added a commit to pulumi/pulumi-aws that referenced this pull request Dec 10, 2024
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws
--kind=bridge`.

---

- Upgrading pulumi-terraform-bridge from v3.96.0 to v3.97.0.

**Manual Changes**:
Please pay special attention to
`provider/pkg/batch/compute_environment.go` and
`provider/pkg/batch/compute_environment_test.go`. The test was
previously using the `logging` package from the `unstable` module that
shouldn't have been used outside of the bridge. This package was
recently moved to be internal
(pulumi/pulumi-terraform-bridge#2687). To get
around that we now pass in the logger as a dependency and fake it in
tests.

Fixes #4759
Fixes #4894
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.

3 participants