-
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
[APM] New platform migration: Lift up ui/chrome dependency #34444
Comments
jasonrhodes
added
Team:APM
All issues that need APM UI Team support
[zube]: Inbox
labels
Apr 3, 2019
Pinging @elastic/apm-ui |
@jasonrhodes I'm starting to look into this. I'll create the shims for the new platform, and lift up |
This depends on #34533 |
graphaelli
added
[zube]: Planned for release
and removed
[zube]: Planned for release
labels
Jun 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Broken-out from #32894
Remove static webpack-magic imports for
ui/chrome
and replace with a single import in our top-level index file.AC:
import x from 'ui/chrome'
should only appear once in APM, in the top-level fileKnown uses of ui/chrome:
chrome.addBasePath()
in several placeschrome.breadcrumbs.set()
chrome.getInjected('apmIndexPatternTitle')
in quite a few placeschrome.getUiSettingsClient()
used for'dateFormat:tz'
in WatcherFlyoutchrome.navLinkExists('apm')
intoggle_app_link_in_nav
chrome.helpExtension.set()
chrome.setRootTemplate(template)
chrome.disableAutoAngularUrlEncodingFix()
The text was updated successfully, but these errors were encountered: