Address some of the no_group_crossing dependencies#198261
Address some of the no_group_crossing dependencies#198261gsoldevila merged 16 commits intoelastic:mainfrom
no_group_crossing dependencies#198261Conversation
|
Pinging @elastic/kibana-core (Team:Core) |
|
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
|
PR Project deployment started at: https://buildkite.com/elastic/kibana-deploy-project-from-pr/builds/71 |
|
Project deployed, see credentials at: https://buildkite.com/elastic/kibana-deploy-project-from-pr/builds/71 |
mgiota
left a comment
There was a problem hiding this comment.
LGTM! I played with o11y table's column headers and actions and works same as before!
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Public APIs missing comments
Async chunks
Page load bundle
History
|
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11705882876 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
### Summary This PR relocates some plugins and packages that are incorrectly categorised, aiming at reducing inter-solution dependencies. It also fixes some incorrect import statements that introduce unnecessary dependencies with other components. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Maryam Saeidi <maryam.saeidi@elastic.co> (cherry picked from commit 730f4c9) # Conflicts: # .eslintrc.js # src/plugins/ai_assistant_management/selection/kibana.jsonc # x-pack/packages/kbn-ai-assistant/kibana.jsonc # x-pack/plugins/dashboard_enhanced/kibana.jsonc # x-pack/plugins/observability_solution/observability_ai_assistant/kibana.jsonc # x-pack/plugins/screenshotting/kibana.jsonc
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…199165) # Backport This will backport the following commits from `main` to `8.x`: - [Address some of the `no_group_crossing` dependencies (#198261)](#198261) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2024-11-06T14:44:35Z","message":"Address some of the `no_group_crossing` dependencies (#198261)\n\n### Summary\r\n\r\nThis PR relocates some plugins and packages that are incorrectly\r\ncategorised, aiming at reducing inter-solution dependencies. It also\r\nfixes some incorrect import statements that introduce unnecessary\r\ndependencies with other components.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Maryam Saeidi <maryam.saeidi@elastic.co>","sha":"730f4c9d2a5119a9f30e9b94ccb28ec418af270a","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor","Team:Obs AI Assistant","ci:project-deploy-observability","Team:obs-ux-management"],"number":198261,"url":"https://github.com/elastic/kibana/pull/198261","mergeCommit":{"message":"Address some of the `no_group_crossing` dependencies (#198261)\n\n### Summary\r\n\r\nThis PR relocates some plugins and packages that are incorrectly\r\ncategorised, aiming at reducing inter-solution dependencies. It also\r\nfixes some incorrect import statements that introduce unnecessary\r\ndependencies with other components.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Maryam Saeidi <maryam.saeidi@elastic.co>","sha":"730f4c9d2a5119a9f30e9b94ccb28ec418af270a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198261","number":198261,"mergeCommit":{"message":"Address some of the `no_group_crossing` dependencies (#198261)\n\n### Summary\r\n\r\nThis PR relocates some plugins and packages that are incorrectly\r\ncategorised, aiming at reducing inter-solution dependencies. It also\r\nfixes some incorrect import statements that introduce unnecessary\r\ndependencies with other components.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Maryam Saeidi <maryam.saeidi@elastic.co>","sha":"730f4c9d2a5119a9f30e9b94ccb28ec418af270a"}}]}] BACKPORT-->
Summary
This PR relocates some plugins and packages that are incorrectly categorised, aiming at reducing inter-solution dependencies. It also fixes some incorrect import statements that introduce unnecessary dependencies with other components.