[Console] Delete unused sense models and unused files#195344
[Console] Delete unused sense models and unused files#195344sabarasaba merged 8 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
ElenaStoeva
left a comment
There was a problem hiding this comment.
Thanks for working on this, it's awesome to see so much redundant code being removed! Tested locally for regressions, changes lgtm with one small comment.
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
cc @sabarasaba |
andreadelrio
left a comment
There was a problem hiding this comment.
Scss clean up looks good.
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11271208739 |
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11271208748 |
(cherry picked from commit d273c07)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. 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 |
(cherry picked from commit d273c07)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…#195728) # Backport This will backport the following commits from `main` to `8.x`: - [[Console] Delete unused sense models and unused files (#195344)](#195344) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ignacio Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2024-10-09T15:54:43Z","message":"[Console] Delete unused sense models and unused files (#195344)","sha":"d273c07edcc1d0ab00f73309a2fb385b43f6221b","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","v8.16.0"],"title":"[Console] Delete unused sense models and unused files","number":195344,"url":"https://github.com/elastic/kibana/pull/195344","mergeCommit":{"message":"[Console] Delete unused sense models and unused files (#195344)","sha":"d273c07edcc1d0ab00f73309a2fb385b43f6221b"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195344","number":195344,"mergeCommit":{"message":"[Console] Delete unused sense models and unused files (#195344)","sha":"d273c07edcc1d0ab00f73309a2fb385b43f6221b"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Ignacio Rivas <rivasign@gmail.com>
Summary
As part of the effort being made with #194533, this PR removes all instances and usage of Ace/sense editor in favour of monaco. Also deletes a bunch of files that were not being used.