This repository was archived by the owner on Sep 30, 2024. It is now read-only.
chore: Remove unused loghandlers package#64067
Merged
Merged
Conversation
This was referenced Jul 25, 2024
This was referenced Jul 25, 2024
Member
Author
This was referenced Jul 25, 2024
cfa904d to
664f5ff
Compare
f857b21 to
290b34b
Compare
664f5ff to
1400487
Compare
290b34b to
2997b26
Compare
38cb8c7 to
629d722
Compare
26b2b26 to
8d291a9
Compare
jhchabran
approved these changes
Jul 30, 2024
629d722 to
60064c7
Compare
8d291a9 to
c0443d9
Compare
This was referenced Jul 30, 2024
60064c7 to
0a236d8
Compare
c0443d9 to
1f82819
Compare
0a236d8 to
ff67a28
Compare
1f82819 to
c954cc7
Compare
ff67a28 to
c2014dd
Compare
c954cc7 to
3590627
Compare
c2014dd to
8bbc42e
Compare
3590627 to
7fde91f
Compare
Only frontend uses this package, so moving this package here to make clearer what service depends on this code. This package also requires a call to the Init() func which only frontend does right now, so this also was a footgun where someone might start using this package outside of frontend, but then it's not correctly initialized. Test plan: Just moved a package, go compiler doesn't complain.
This PR removes the requirement that a global variable is initialized in the frontend main function. Instead, we create a data exporter where it's used. Test plan: CI passes, code review.
This package is not imported anywhere anymore, so we can safely drop it. Test plan: Go compiler doesn't complain after package was removed.
8bbc42e to
f29430e
Compare
7fde91f to
bc84228
Compare
Base automatically changed from
es/07-25-choredeglobalizeoneclickexporterinstance
to
main
July 31, 2024 02:34
This was referenced Aug 4, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This package is not imported anywhere anymore, so we can safely drop it.
Test plan: Go compiler doesn't complain after package was removed.