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

Update depgaurd rules to prevent logrus from being imported in e #47962

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

rosstimothy
Copy link
Contributor

The teleport.e repo was recently converted to log exclusively with slog. In order to prevent logrus from accidentally being reintroduced into teleport.e the logrus depguard rule was updated to include the e repo. Additionally the e_imports.go file was updated to reflect that logrus is no longer required.

@rosstimothy
Copy link
Contributor Author

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-47962.d3pp5qlev8mo18.amplifyapp.com

@rosstimothy rosstimothy force-pushed the tross/prevent_logrus_in_e branch 3 times, most recently from 3ab89b3 to 8971f94 Compare October 25, 2024 19:14
_ "github.com/aws/aws-sdk-go-v2/service/sts"
_ "github.com/aws/aws-sdk-go-v2/service/sts/types"
_ "github.com/beevik/etree"
_ "github.com/cloudflare/cfssl/csr"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like this slipped in for some license related tests. I'm working on removing and will follow up with another PR once it's no longer needed.

@rosstimothy rosstimothy force-pushed the tross/prevent_logrus_in_e branch from 8971f94 to 43148e3 Compare October 25, 2024 19:18
The teleport.e repo was recently converted to log exclusively with
slog. In order to prevent logrus from accidentally being reintroduced
into teleport.e the logrus depguard rule was updated to include
the e repo. Additionally the e_imports.go file was updated to reflect
that logrus is no longer required.
@rosstimothy rosstimothy force-pushed the tross/prevent_logrus_in_e branch from 43148e3 to 60f2611 Compare October 25, 2024 19:22
@rosstimothy rosstimothy marked this pull request as ready for review October 25, 2024 19:32
@rosstimothy rosstimothy added the no-changelog Indicates that a PR does not require a changelog entry label Oct 25, 2024
@rosstimothy rosstimothy enabled auto-merge October 25, 2024 19:35
Merged via the queue into master with commit 63f4576 Oct 25, 2024
46 of 47 checks passed
@rosstimothy rosstimothy deleted the tross/prevent_logrus_in_e branch October 25, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants