-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Reporting] Move a few server files for shorter paths #71591
[Reporting] Move a few server files for shorter paths #71591
Conversation
01a8f49
to
ad869e0
Compare
ad869e0
to
0a2b75b
Compare
import { createWorkerFactory } from './create_worker'; | ||
// @ts-ignore | ||
import { Esqueue } from './esqueue'; | ||
import { createTaggedLogger } from './esqueue/create_tagged_logger'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved this lib to the ESQueue folder so we don't forget to delete it when we delete ESQueue
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Operations: Pre-commit hook casing config changes LGTM
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review LGTM
Summary
Summarize your PR. If it involves visual changes include a screenshot or gif.
This reorganizes the server libs according to some goals that we were not able to get to when we moved the Reporting server code out of the legacy folder.
The new structure places libs closer to where they are used, and gets rid of unnecessary nesting.
Checklist
Delete any items that are not applicable to this PR.
For maintainers