chore(NA): moving @kbn/ui-shared-deps into bazel#101669
chore(NA): moving @kbn/ui-shared-deps into bazel#101669mistic merged 21 commits intoelastic:masterfrom
Conversation
…shared_built_assets
…d-deps-into-bazel
…d-deps-into-bazel
|
Pinging @elastic/kibana-operations (Team:Operations) |
|
Hmm - testing on Windows, bootstrap and bundle compilation went through without any issues but the http server never listens. I switched between main and back to the branch to verify. |
|
@jbudz do you mean when running |
|
Yep - |
|
@jbudz could you please re-check? I just tested and it is working okay. The only thing is that the optimizer just took more time to build the bundles then what it does on macos or linux |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
jbudz
left a comment
There was a problem hiding this comment.
LGTM. The earlier comment about the server not listening over http was probably on my end. There may be an inconsistency between Linux and Windows - I had to wait for elasticsearch to start on Windows. Either way, not relevant to this PR.
stephmilovic
left a comment
There was a problem hiding this comment.
Changes to cases and security_solution files LGTM 🏁
|
@elasticmachine merge upstream |
jbudz
left a comment
There was a problem hiding this comment.
retested the webpack changes on Windows - LGTM
|
(we discussed on slack, for posterity:) bffc49a pushed my Windows bootstrap time to 1h17m |
This reverts commit bffc49a.
💚 Build Succeeded
Metrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
💔 Backport failed
To backport manually run: |
* chore(NA): moving @kbn/io-ts-utils into bazel * chore(NA): moving @kbn/ui-shared-deps into bazel * chore(NA): compelte working build for @kbn/ui-shared-deps * chore(NA): solve eslint problems * chore(NA): solve typechecking * chore(NA): debugger changes * chore(NA): update optimizer basic integration tests * chore(NA): ship kbn/ui-shared-deps metrics.json from new location at shared_built_assets * chore(NA): use correct ui-shared-deps metrics file location * chore(NA): remove webpack bazel config * chore(NA): implement improvements on webpack config * chore(NA): remove extra comment * chore(NA): try esbuild-loader minimizer * Revert "chore(NA): try esbuild-loader minimizer" This reverts commit bffc49a. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # test/scripts/jenkins_build_kibana.sh
…2666) * chore(NA): moving @kbn/ui-shared-deps into bazel (#101669) * chore(NA): moving @kbn/io-ts-utils into bazel * chore(NA): moving @kbn/ui-shared-deps into bazel * chore(NA): compelte working build for @kbn/ui-shared-deps * chore(NA): solve eslint problems * chore(NA): solve typechecking * chore(NA): debugger changes * chore(NA): update optimizer basic integration tests * chore(NA): ship kbn/ui-shared-deps metrics.json from new location at shared_built_assets * chore(NA): use correct ui-shared-deps metrics file location * chore(NA): remove webpack bazel config * chore(NA): implement improvements on webpack config * chore(NA): remove extra comment * chore(NA): try esbuild-loader minimizer * Revert "chore(NA): try esbuild-loader minimizer" This reverts commit bffc49a. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # test/scripts/jenkins_build_kibana.sh * chore(NA): last file containing old path for metrics.json file
…-png-pdf-report-type * 'master' of github.com:elastic/kibana: (447 commits) skip flaky suite (elastic#102366) [Security Solution][Endpoint][Host Isolation] Isolation status badge from alert details (elastic#102274) Add email connector info for Elastic Cloud (elastic#91363) [Workplace Search] remove or replace xs props for text on source connect view (elastic#102663) Do not double register dashboard url generator (elastic#102599) [TSVB] Replaces EuiCodeEditor 👉 Monaco editor (elastic#100684) [Discover] Update kibana.json adding owner and description (elastic#102292) [Exploratory View] Mobile experience (elastic#99565) chore(NA): moving @kbn/ui-shared-deps into bazel (elastic#101669) [TSVB] Index pattern select field disappear in Annotation tab (elastic#102314) [Security Solution][Endpoint][Host Isolation] Fixes bug where host isolation/unisolation works from alert details (elastic#102581) TSVB visualizations with no timefield do not render after upgrading from 7.12.1 to 7.13.0 (elastic#102494) [Logs UI] Add `event.original` fallback to message reconstruction rules (elastic#102236) [ML] Remove blank job definition as it is unused and out-of-sync with Elasticsearch (elastic#102506) [Lens] Fix wrong error detection on transition to Top values operation (elastic#102384) [ML] Anomaly detection job custom_settings improvements (elastic#102099) [Cases] Route: Get all alerts attach to a case (elastic#101878) Fixes wrong list exception type when creating endpoint event filters list (elastic#102522) remove search bar that's not working yet (elastic#102550) Migrated Ingest Node Pipeline Functional Tests to use test_user (elastic#102409) ... # Conflicts: # x-pack/plugins/reporting/public/share_context_menu/register_pdf_png_reporting.tsx
One step forward on #69706
That PR moves the @kbn/ui-shared-deps into Bazel by pushing a BUILD file for that package.
After merging this the package will be consumed from within bazel-bin folder.