[inspector] remove root-level redirect to common#136999
[inspector] remove root-level redirect to common#136999spalger merged 6 commits intoelastic:mainfrom
Conversation
0827e66 to
b8866cc
Compare
b8866cc to
67f22c0
Compare
|
Pinging @elastic/kibana-operations (Team:Operations) |
|
Pinging @elastic/apm-ui (Team:apm) |
|
Pinging @elastic/uptime (Team:uptime) |
kertal
left a comment
There was a problem hiding this comment.
DataDiscovery code changes LGTM, just imports were changed
stratoula
left a comment
There was a problem hiding this comment.
Vis Editors changes LGTM, 2 imports changed, code review only
ThomThomson
left a comment
There was a problem hiding this comment.
Presentation team import changes LGTM!
💔 Build FailedFailed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
|
@dominiqueclarke from @elastic/uptime confirmed on slack that these synthetic tests are not broken by this PR so I'm going to go ahead and merge since we've got a mixture of very flaky tests here. |
This comment was marked as outdated.
This comment was marked as outdated.
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…#136999) (elastic#136997) (cherry picked from commit 0596007)
#136997) (#137103) * [inspector/expressions] remove root-level redirect to common (#136999) (#136997) (cherry picked from commit 0596007) * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
In the inspector plugin there is an
index.tsfile outside of theserver,public, andcommondirectories that just re-exports thecommonexports. In the package system this will need to be removed and the common package will need to be imported directly. Additionally, we're working to get a step closer to that state in #136911 and these changes were extracted from there so that we are importing the exact plugin-section we want.To accomplish this we used the
@kbn/eslint/module_migrationrule to remap all imports for@kbn/inspector-plugin(exactly) with@kbn/inspector-plugin/commonand removed the old index.ts file.