forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.10] [Enterprise Search] fix: try in console links for code box (el…
…astic#164766) (elastic#164868) # Backport This will backport the following commits from `main` to `8.10`: - [[Enterprise Search] fix: try in console links for code box (elastic#164766)](elastic#164766) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Rodney Norris","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-08-25T14:12:17Z","message":"[Enterprise Search] fix: try in console links for code box (elastic#164766)\n\n## Summary\r\n\r\nFixed the Code box component to take the console request instead of\r\nre-using the code snippet which is specific for the language and won't\r\nwork in our dev console.\r\n\r\nSince the console snippets are the same I moved it to the shared project\r\nso it can be used by both dedicated and serverless.","sha":"5136714f6fcd0992c275cd63b9b72bcb9d285008","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["backport","release_note:skip","Team:EnterpriseSearch","v8.10.0","v8.11.0"],"number":164766,"url":"https://github.com/elastic/kibana/pull/164766","mergeCommit":{"message":"[Enterprise Search] fix: try in console links for code box (elastic#164766)\n\n## Summary\r\n\r\nFixed the Code box component to take the console request instead of\r\nre-using the code snippet which is specific for the language and won't\r\nwork in our dev console.\r\n\r\nSince the console snippets are the same I moved it to the shared project\r\nso it can be used by both dedicated and serverless.","sha":"5136714f6fcd0992c275cd63b9b72bcb9d285008"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/164766","number":164766,"mergeCommit":{"message":"[Enterprise Search] fix: try in console links for code box (elastic#164766)\n\n## Summary\r\n\r\nFixed the Code box component to take the console request instead of\r\nre-using the code snippet which is specific for the language and won't\r\nwork in our dev console.\r\n\r\nSince the console snippets are the same I moved it to the shared project\r\nso it can be used by both dedicated and serverless.","sha":"5136714f6fcd0992c275cd63b9b72bcb9d285008"}}]}] BACKPORT-->
- Loading branch information
1 parent
a8fd321
commit 90529f8
Showing
11 changed files
with
34 additions
and
87 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
7 changes: 4 additions & 3 deletions
7
...ents/getting_started/languages/console.ts → ...bn-search-api-panels/languages/console.ts
This file contains 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
This file contains 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
This file contains 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
12 changes: 0 additions & 12 deletions
12
...rise_search_content/components/search_index/components/getting_started/languages/utils.ts
This file was deleted.
Oops, something went wrong.
This file contains 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
37 changes: 0 additions & 37 deletions
37
x-pack/plugins/serverless_search/public/application/components/languages/console.ts
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
x-pack/plugins/serverless_search/public/application/components/languages/utils.ts
This file was deleted.
Oops, something went wrong.
This file contains 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