[Reporting] New Platform: moves most of our libs/constants and utils to np shims#55935
[Reporting] New Platform: moves most of our libs/constants and utils to np shims#55935joelgriffith merged 10 commits intoelastic:masterfrom joelgriffith:reporting/client-shim
Conversation
|
@joelgriffith is this a WIP or is it ready for review? |
|
@pgayvallet this was ready for review, but it might make better sense to wait until I get the rest moved over to shims. @tsullivan thanks for mentioning that, I couldn't even get master running late Friday, so you got further than I did. Will take a look here in a bit. |
pgayvallet
left a comment
There was a problem hiding this comment.
(approval is better...)
|
ping @elastic/kibana-canvas as code owners to review :) |
|
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* master: (53 commits) Fix setting filters without $store value (elastic#56304) kuery_autocomplete -> convert remaining items to TS/Jest (elastic#56316) [Reporting] New Platform: moves most of our libs/constants and utils to np shims (elastic#55935) [reporting] remove a legacy cross-plugin import (elastic#56354) [DOCS] Updates example in Timelion doc (elastic#56444) [APM] Service map center button (elastic#56434) [skip-ci] Add example for migrating pre-handlers (elastic#56080) [ML] Fix Data Visualizer responsive layout (elastic#56372) Add missing docker settings (elastic#56411) [Endpoint] Add Endpoint Details route (elastic#55746) chore(NA): delete data/optimize with kbn clean (elastic#55890) System index templates can't be edited (elastic#55229) Sync badge (elastic#55113) Only fire appState changes when there is a change (elastic#56183) Import appropriate files to setup plugin system at the correct time (elastic#55956) [Monitoring] Change all configs to `monitoring.*` (elastic#56215) [ML] conditional rison encoding for query params (elastic#56380) Move tsvb server to new platform (elastic#55310) exclude tutorial resources from code ownership (elastic#55987) [Watcher] Follow up on flaky functional test (elastic#56384) ...
|
@joelgriffith is this PR planned to be backported? I have a small collision with backporting of mine (#57178). |
…to np shims (elastic#55935) * Moves a majority of our UI lib/component and utils to np shims * Fixing some slight np differences from legacy * Mostly shimmed client, save for a few APIs and routing * Fixing canvas job notifier * Un-needed typedef file Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
|
@maryia-lapata @flash1293 sorry about the oversight. I put up a backport PR just now: #57222 |
…utils to np shims (#55935) (#57222) * [Reporting] New Platform: moves most of our libs/constants and utils to np shims (#55935) * Moves a majority of our UI lib/component and utils to np shims * Fixing some slight np differences from legacy * Mostly shimmed client, save for a few APIs and routing * Fixing canvas job notifier * Un-needed typedef file Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> * fix bad merge Co-authored-by: Joel Griffith <joel@joelgriffith.net> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Summary
Moves all of our utils, libs, and other libs over to np equivalents for shimming purposes. Moved a few modules to be simple functions (versus Classes the just export an instance), and did a few TS conversions.
Part of #53898