-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Update Preconfigured Endpoint Names #197498
Update Preconfigured Endpoint Names #197498
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code only review
Starting backport for target branches: 8.16, 8.x https://github.com/elastic/kibana/actions/runs/11486824657 |
## Summary Updates the preconfigured names as backend changes are merged. ![Screenshot 2024-10-23 at 12 15 18 PM](https://github.com/user-attachments/assets/1cec2662-8176-4262-883c-759ae50d8106) ### Checklist - [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 (cherry picked from commit 658ecea)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.16`: - [Update Preconfigured Endpoint Names (#197498)](#197498) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Samiul Monir","email":"150824886+Samiul-TheSoccerFan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-10-23T19:29:17Z","message":"Update Preconfigured Endpoint Names (#197498)\n\n## Summary\r\n\r\nUpdates the preconfigured names as backend changes are merged.\r\n\r\n![Screenshot 2024-10-23 at 12 15\r\n18 PM](https://github.com/user-attachments/assets/1cec2662-8176-4262-883c-759ae50d8106)\r\n\r\n\r\n### Checklist\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","sha":"658ecea7874f2f84d26f3f29fdc5a49125f70313","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Search","v8.16.0","backport:version","v8.17.0"],"title":"Update Preconfigured Endpoint Names","number":197498,"url":"https://github.com/elastic/kibana/pull/197498","mergeCommit":{"message":"Update Preconfigured Endpoint Names (#197498)\n\n## Summary\r\n\r\nUpdates the preconfigured names as backend changes are merged.\r\n\r\n![Screenshot 2024-10-23 at 12 15\r\n18 PM](https://github.com/user-attachments/assets/1cec2662-8176-4262-883c-759ae50d8106)\r\n\r\n\r\n### Checklist\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","sha":"658ecea7874f2f84d26f3f29fdc5a49125f70313"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197498","number":197498,"mergeCommit":{"message":"Update Preconfigured Endpoint Names (#197498)\n\n## Summary\r\n\r\nUpdates the preconfigured names as backend changes are merged.\r\n\r\n![Screenshot 2024-10-23 at 12 15\r\n18 PM](https://github.com/user-attachments/assets/1cec2662-8176-4262-883c-759ae50d8106)\r\n\r\n\r\n### Checklist\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","sha":"658ecea7874f2f84d26f3f29fdc5a49125f70313"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Samiul Monir <150824886+Samiul-TheSoccerFan@users.noreply.github.com>
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary Updates the preconfigured names as backend changes are merged. ![Screenshot 2024-10-23 at 12 15 18 PM](https://github.com/user-attachments/assets/1cec2662-8176-4262-883c-759ae50d8106) ### Checklist - [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 (cherry picked from commit 658ecea) # Conflicts: # x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/constants.ts # x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/delete_action.test.tsx # x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.test.tsx
Summary
Updates the preconfigured names as backend changes are merged.
Checklist