Skip to content

Commit 6350ab9

Browse files
[8.x] [ES|QL] Enable suggestions for CHANGE_POINT command (#218100) (#218124)
# Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] Enable suggestions for `CHANGE_POINT` command (#218100)](#218100) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dima Arnautov","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-04-14T14:12:45Z","message":"[ES|QL] Enable suggestions for `CHANGE_POINT` command (#218100)\n\n## Summary\n\nWith the `CHANGE_POINT` command moved to tech preview (PR\nhttps://github.com/elastic/elasticsearch/pull/126407), we can enable\nsuggestions in the editor.","sha":"1a6cea558964a87255d2a00ca58e62d914a55c80","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","Team:ESQL","backport:version","v9.1.0","v8.19.0"],"title":"[ES|QL] Enable suggestions for `CHANGE_POINT` command","number":218100,"url":"https://github.com/elastic/kibana/pull/218100","mergeCommit":{"message":"[ES|QL] Enable suggestions for `CHANGE_POINT` command (#218100)\n\n## Summary\n\nWith the `CHANGE_POINT` command moved to tech preview (PR\nhttps://github.com/elastic/elasticsearch/pull/126407), we can enable\nsuggestions in the editor.","sha":"1a6cea558964a87255d2a00ca58e62d914a55c80"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/218100","number":218100,"mergeCommit":{"message":"[ES|QL] Enable suggestions for `CHANGE_POINT` command (#218100)\n\n## Summary\n\nWith the `CHANGE_POINT` command moved to tech preview (PR\nhttps://github.com/elastic/elasticsearch/pull/126407), we can enable\nsuggestions in the editor.","sha":"1a6cea558964a87255d2a00ca58e62d914a55c80"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Dima Arnautov <[email protected]>
1 parent a167c9e commit 6350ab9

File tree

1 file changed

+0
-1
lines changed
  • src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions

1 file changed

+0
-1
lines changed

src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ export const commandDefinitions: Array<CommandDefinition<any>> = [
590590
suggest: suggestForJoin,
591591
},
592592
{
593-
hidden: true,
594593
name: 'change_point',
595594
preview: true,
596595
description: i18n.translate(

0 commit comments

Comments
 (0)