-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Discuss] Remove expressions plugin's dependency on inspector plugin #63841
[Discuss] Remove expressions plugin's dependency on inspector plugin #63841
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
@elasticmachine merge upstream |
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 LGTM
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…63841) (#63958) * refactor: 💡 use inspector service in visualizations to open it * refactor: 💡 remove expressions plugin dependency on inspector * test: 💍 fix Jest mock * fix: 🐛 remove Inspectore from Expressions plugin dependency inf * docs: ✏️ add JSDocs for createStartServicesGetter() method * test: 💍 fix TypeScript errors in expressions mocks Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
Removes
expressions
plugin's dependency oninspector
plugin.Curious to learn if there is a reason why
expressions
plugin was made dependent oninspector
plugin in order to open Inspector's flyout? Otherwise, it seems thatexpressions
plugin should not depend oninspector
plugin.