Skip to content
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

[ES|QL] AddSORT command mutation APIs #197185

Merged
merged 10 commits into from
Oct 30, 2024

Conversation

vadimkibana
Copy link
Contributor

@vadimkibana vadimkibana commented Oct 22, 2024

Summary

Partially addresses #191812

  • Adds traversal and manipulation APIs for SORT command.
    • commands.sort.listCommands()
    • commands.sort.getCommand()
    • commands.sort.list()
    • commands.sort.findByPredicate()
    • commands.sort.find()
    • commands.sort.remove()
    • commands.sort.insertIntoCommand()
    • commands.sort.insertExpression()
    • commands.sort.insertCommand()
  • Refactors "generic" AST manipulation routines into (1) commands, (2) commands.args, (3) commands.options.
    • generic.commands.*
    • generic.commands.args.*
    • generic.commands.options.*

Checklist

Delete any items that are not applicable to this PR.

For maintainers

@vadimkibana
Copy link
Contributor Author

/ci

@vadimkibana vadimkibana changed the title add sort command mutation api [ES|QL] AddSORT command mutation APIs Oct 24, 2024
@vadimkibana vadimkibana marked this pull request as ready for review October 24, 2024 14:33
@vadimkibana vadimkibana requested a review from a team as a code owner October 24, 2024 14:33
@vadimkibana vadimkibana added review release_note:skip Skip the PR/issue when compiling release notes v9.0.0 backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) Feature:ES|QL ES|QL related features in Kibana Team:ESQL ES|QL related features in Kibana v8.17.0 labels Oct 24, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

Copy link
Contributor

@stratoula stratoula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, LGTM

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
kbnUiSharedDeps-srcJs 3.4MB 3.4MB +2.3KB

History

@vadimkibana vadimkibana merged commit 0cc8945 into elastic:main Oct 30, 2024
21 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11601231764

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 30, 2024
## Summary

Partially addresses elastic#191812

- Adds traversal and manipulation APIs for `SORT` command.
  - `commands.sort.listCommands()`
  - `commands.sort.getCommand()`
  - `commands.sort.list()`
  - `commands.sort.findByPredicate()`
  - `commands.sort.find()`
  - `commands.sort.remove()`
  - `commands.sort.insertIntoCommand()`
  - `commands.sort.insertExpression()`
  - `commands.sort.insertCommand()`
- Refactors "generic" AST manipulation routines into (1) `commands`, (2)
`commands.args`, (3) `commands.options`.
  - `generic.commands.*`
  - `generic.commands.args.*`
  - `generic.commands.options.*`

### Checklist

Delete any items that are not applicable to this PR.

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

### For maintainers

- [x] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)

---------

Co-authored-by: Stratoula Kalafateli <[email protected]>
(cherry picked from commit 0cc8945)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Oct 30, 2024
…98440)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ES|QL] Add&#x60;SORT&#x60; command mutation APIs
(#197185)](#197185)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Vadim
Kibana","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-30T20:34:57Z","message":"[ES|QL]
Add`SORT` command mutation APIs (#197185)\n\n## Summary\r\n\r\nPartially
addresses https://github.com/elastic/kibana/issues/191812\r\n\r\n- Adds
traversal and manipulation APIs for `SORT` command.\r\n -
`commands.sort.listCommands()`\r\n - `commands.sort.getCommand()`\r\n -
`commands.sort.list()`\r\n - `commands.sort.findByPredicate()`\r\n -
`commands.sort.find()`\r\n - `commands.sort.remove()`\r\n -
`commands.sort.insertIntoCommand()`\r\n -
`commands.sort.insertExpression()`\r\n -
`commands.sort.insertCommand()`\r\n- Refactors \"generic\" AST
manipulation routines into (1) `commands`, (2)\r\n`commands.args`, (3)
`commands.options`.\r\n - `generic.commands.*`\r\n -
`generic.commands.args.*`\r\n -
`generic.commands.options.*`\r\n\r\n\r\n### Checklist\r\n\r\nDelete any
items that are not applicable to this PR.\r\n\r\n\r\n- [x] [Unit or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n\r\n### For
maintainers\r\n\r\n- [x] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)\r\n\r\n---------\r\n\r\nCo-authored-by:
Stratoula Kalafateli
<[email protected]>","sha":"0cc89457124f9cefbdd08766a7a22b1c4bdcc440","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["review","release_note:skip","v9.0.0","backport:prev-minor","Feature:ES|QL","Team:ESQL","v8.17.0"],"title":"[ES|QL]
Add`SORT` command mutation
APIs","number":197185,"url":"https://github.com/elastic/kibana/pull/197185","mergeCommit":{"message":"[ES|QL]
Add`SORT` command mutation APIs (#197185)\n\n## Summary\r\n\r\nPartially
addresses https://github.com/elastic/kibana/issues/191812\r\n\r\n- Adds
traversal and manipulation APIs for `SORT` command.\r\n -
`commands.sort.listCommands()`\r\n - `commands.sort.getCommand()`\r\n -
`commands.sort.list()`\r\n - `commands.sort.findByPredicate()`\r\n -
`commands.sort.find()`\r\n - `commands.sort.remove()`\r\n -
`commands.sort.insertIntoCommand()`\r\n -
`commands.sort.insertExpression()`\r\n -
`commands.sort.insertCommand()`\r\n- Refactors \"generic\" AST
manipulation routines into (1) `commands`, (2)\r\n`commands.args`, (3)
`commands.options`.\r\n - `generic.commands.*`\r\n -
`generic.commands.args.*`\r\n -
`generic.commands.options.*`\r\n\r\n\r\n### Checklist\r\n\r\nDelete any
items that are not applicable to this PR.\r\n\r\n\r\n- [x] [Unit or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n\r\n### For
maintainers\r\n\r\n- [x] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)\r\n\r\n---------\r\n\r\nCo-authored-by:
Stratoula Kalafateli
<[email protected]>","sha":"0cc89457124f9cefbdd08766a7a22b1c4bdcc440"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197185","number":197185,"mergeCommit":{"message":"[ES|QL]
Add`SORT` command mutation APIs (#197185)\n\n## Summary\r\n\r\nPartially
addresses https://github.com/elastic/kibana/issues/191812\r\n\r\n- Adds
traversal and manipulation APIs for `SORT` command.\r\n -
`commands.sort.listCommands()`\r\n - `commands.sort.getCommand()`\r\n -
`commands.sort.list()`\r\n - `commands.sort.findByPredicate()`\r\n -
`commands.sort.find()`\r\n - `commands.sort.remove()`\r\n -
`commands.sort.insertIntoCommand()`\r\n -
`commands.sort.insertExpression()`\r\n -
`commands.sort.insertCommand()`\r\n- Refactors \"generic\" AST
manipulation routines into (1) `commands`, (2)\r\n`commands.args`, (3)
`commands.options`.\r\n - `generic.commands.*`\r\n -
`generic.commands.args.*`\r\n -
`generic.commands.options.*`\r\n\r\n\r\n### Checklist\r\n\r\nDelete any
items that are not applicable to this PR.\r\n\r\n\r\n- [x] [Unit or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n\r\n### For
maintainers\r\n\r\n- [x] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)\r\n\r\n---------\r\n\r\nCo-authored-by:
Stratoula Kalafateli
<[email protected]>","sha":"0cc89457124f9cefbdd08766a7a22b1c4bdcc440"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Vadim Kibana <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) Feature:ES|QL ES|QL related features in Kibana release_note:skip Skip the PR/issue when compiling release notes review Team:ESQL ES|QL related features in Kibana v8.17.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants