-
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
[timelion] Move grammar to package #111881
Conversation
This moves the timelion grammar to a Bazel packages. Generation is managed by Bazel, and the output no longer needs to be committed. Updates can be re-processed by `yarn kbn build` or `yarn kbn watch`. Related to elastic#85341 Closes elastic#17284
Pinging @elastic/kibana-operations (Team:Operations) |
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
@elastic/kibana-vis-editors this moves grammar generation from pegjs 0.9 to peggy 1.2. I did cursory manual testing, but I'm not sure how far our test coverage extends. If there's any more complicated tests that you're able to validate it would be appreciated. |
@elasticmachine merge upstream |
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.
GTM, tested locally in chrome, didn't find any issue.
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.
Thanx for doing this! Code LGTM. I tested it locally on Safari and everything seems to work fine!
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
💔 Backport failed
To backport manually run: |
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This moves the timelion grammar to a Bazel packages. Generation is
managed by Bazel, and the output no longer needs to be committed.
Updates can be re-processed by
yarn kbn build
oryarn kbn watch
.Related to #85341
Closes #17284