Commit 574ec2f
# Backport
This will backport the following commits from `main` to `8.x`:
- [[Console] Update autocomplete definitions for 8.16
(#196284)](#196284)
<!--- Backport version: 9.4.3 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
<!--BACKPORT [{"author":{"name":"Elena
Stoeva","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-16T09:03:33Z","message":"[Console]
Update autocomplete definitions for 8.16 (#196284)\n\nCloses
https://github.com/elastic/kibana/issues/194601\r\n\r\n##
Summary\r\n\r\nThis PR updates the script-generated Console autocomplete
definitions\r\nfor 8.16.\r\n\r\n\r\n### Testing\r\nWe currently don't
have automated tests for all autocomplete definition\r\nendpoints, so we
should test the changes manually. We do this by running\r\nKibana and
verifying in Console that the changed endpoints are
suggested\r\ncorrectly. It's important that we also test in serverless
and make sure\r\nthat the changed endpoints are only available in the
specified\r\nofferings, based on the `availability` property. For
example, if an\r\nautocompletion definition has the following
`availability` property:\r\n```\r\n \"availability\": {\r\n \"stack\":
true,\r\n \"serverless\": false\r\n }\r\n```\r\nthis means that the
endpoint should be suggested in stateful Kibana, but\r\nnot in
serverless.","sha":"404e268596d3e477bb750f3794b418a6026db3c2","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana
Management","release_note:skip","v9.0.0","backport:prev-minor"],"title":"[Console]
Update autocomplete definitions for
8.16","number":196284,"url":"https://github.com/elastic/kibana/pull/196284","mergeCommit":{"message":"[Console]
Update autocomplete definitions for 8.16 (#196284)\n\nCloses
https://github.com/elastic/kibana/issues/194601\r\n\r\n##
Summary\r\n\r\nThis PR updates the script-generated Console autocomplete
definitions\r\nfor 8.16.\r\n\r\n\r\n### Testing\r\nWe currently don't
have automated tests for all autocomplete definition\r\nendpoints, so we
should test the changes manually. We do this by running\r\nKibana and
verifying in Console that the changed endpoints are
suggested\r\ncorrectly. It's important that we also test in serverless
and make sure\r\nthat the changed endpoints are only available in the
specified\r\nofferings, based on the `availability` property. For
example, if an\r\nautocompletion definition has the following
`availability` property:\r\n```\r\n \"availability\": {\r\n \"stack\":
true,\r\n \"serverless\": false\r\n }\r\n```\r\nthis means that the
endpoint should be suggested in stateful Kibana, but\r\nnot in
serverless.","sha":"404e268596d3e477bb750f3794b418a6026db3c2"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196284","number":196284,"mergeCommit":{"message":"[Console]
Update autocomplete definitions for 8.16 (#196284)\n\nCloses
https://github.com/elastic/kibana/issues/194601\r\n\r\n##
Summary\r\n\r\nThis PR updates the script-generated Console autocomplete
definitions\r\nfor 8.16.\r\n\r\n\r\n### Testing\r\nWe currently don't
have automated tests for all autocomplete definition\r\nendpoints, so we
should test the changes manually. We do this by running\r\nKibana and
verifying in Console that the changed endpoints are
suggested\r\ncorrectly. It's important that we also test in serverless
and make sure\r\nthat the changed endpoints are only available in the
specified\r\nofferings, based on the `availability` property. For
example, if an\r\nautocompletion definition has the following
`availability` property:\r\n```\r\n \"availability\": {\r\n \"stack\":
true,\r\n \"serverless\": false\r\n }\r\n```\r\nthis means that the
endpoint should be suggested in stateful Kibana, but\r\nnot in
serverless.","sha":"404e268596d3e477bb750f3794b418a6026db3c2"}}]}]
BACKPORT-->
Co-authored-by: Elena Stoeva <[email protected]>
1 parent f98b781 commit 574ec2f
File tree
22 files changed
+119
-20
lines changed- src/plugins/console/server/lib/spec_definitions/json/generated
22 files changed
+119
-20
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
8 | 18 | | |
9 | 19 | | |
10 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
0 commit comments