Conversation
sddonne
commented
Feb 26, 2026
| @@ -1,5 +1,5 @@ | |||
| esql-js (A set of ts tools to parse, build and transform ES|QL queries programatically). | |||
| Copyright 2026 Elasticsearch B.V. | |||
| Copyright 2025-2026 Elasticsearch B.V. | |||
Contributor
Author
There was a problem hiding this comment.
Added 2025 as after importing the commit history from Kibana we have some from past year.
sddonne
commented
Feb 26, 2026
| }, | ||
| "repository": "https://github.com/elastic/esql-js.git", | ||
| "license": "Elastic License 2.0", | ||
| "license": "Elastic-2.0", |
Contributor
Author
There was a problem hiding this comment.
This change was not needed, the issue was other, the licence-check package that Kibana uses does not recognise Elastic licenses.
sddonne
commented
Feb 26, 2026
| Elastic ES|QL JS | ||
| </h1> | ||
| <p align="center"> | ||
| <a href="https://buildkite.com/elastic/esql-js-release"> |
Contributor
Author
There was a problem hiding this comment.
We are not releasing anymore with buildkite.
Replaced the badge with one that tells the status of the last Grammar sync.
stratoula
approved these changes
Feb 26, 2026
Contributor
stratoula
left a comment
There was a problem hiding this comment.
Looks good, some small changes from me but other than that this looks great!
Co-authored-by: Stratou <stratoula1@gmail.com>
Co-authored-by: Stratou <stratoula1@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of elastic/kibana#250514
Summary
This PR adds instructions that are useful for contributors.