-
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
chore(NA): moving @kbn/analytics into bazel #98917
Conversation
This comment has been minimized.
This comment has been minimized.
…ana into move-kbn-analytics-into-bazel
Pinging @elastic/kibana-operations (Team:Operations) |
This comment has been minimized.
This comment has been minimized.
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.
LGTM. thanks! I've pulled the changes and checked that the package is still working on the browser
This comment has been minimized.
This comment has been minimized.
💚 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/analytics into bazel * chore(NA): fix type check for package migration * chore(NA): fix type check for package migration * chore(NA): fix type check for package migration * chore(NA): separate type generating from server code Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # packages/kbn-analytics/scripts/build.js
* chore(NA): moving @kbn/analytics into bazel * chore(NA): fix type check for package migration * chore(NA): fix type check for package migration * chore(NA): fix type check for package migration * chore(NA): separate type generating from server code Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # packages/kbn-analytics/scripts/build.js
One step forward on #69706
That PR moves the @kbn/analytics into Bazel by pushing a BUILD file for that package.
After merging this the package will be consumed from within bazel-bin folder.