-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[dashboard] remove DashboardExternallyAccessibleApi and DashboardPluginInternalFunctions types #193440
Conversation
/ci |
/ci |
@elasticmachine merge upstream |
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-presentation (Team:Presentation) |
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 review - changes are straightforward and LGTM 👍
…inInternalFunctions types (elastic#193440) Consolidate to only exposing `DashboardApi` by removing `DashboardExternallyAccessibleApi` and `DashboardPluginInternalFunctions` types. --------- Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 885dfe3)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…rdPluginInternalFunctions types (#193440) (#193487) # Backport This will backport the following commits from `main` to `8.x`: - [[dashboard] remove DashboardExternallyAccessibleApi and DashboardPluginInternalFunctions types (#193440)](#193440) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nathan Reese","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-19T21:05:27Z","message":"[dashboard] remove DashboardExternallyAccessibleApi and DashboardPluginInternalFunctions types (#193440)\n\nConsolidate to only exposing `DashboardApi` by removing\r\n`DashboardExternallyAccessibleApi` and\r\n`DashboardPluginInternalFunctions` types.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"885dfe30173fe15120f957cf6cbd836404c355f9","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","v9.0.0","project:embeddableRebuild","v8.16.0","backport:version"],"title":"[dashboard] remove DashboardExternallyAccessibleApi and DashboardPluginInternalFunctions types","number":193440,"url":"https://github.com/elastic/kibana/pull/193440","mergeCommit":{"message":"[dashboard] remove DashboardExternallyAccessibleApi and DashboardPluginInternalFunctions types (#193440)\n\nConsolidate to only exposing `DashboardApi` by removing\r\n`DashboardExternallyAccessibleApi` and\r\n`DashboardPluginInternalFunctions` types.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"885dfe30173fe15120f957cf6cbd836404c355f9"}},"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/193440","number":193440,"mergeCommit":{"message":"[dashboard] remove DashboardExternallyAccessibleApi and DashboardPluginInternalFunctions types (#193440)\n\nConsolidate to only exposing `DashboardApi` by removing\r\n`DashboardExternallyAccessibleApi` and\r\n`DashboardPluginInternalFunctions` types.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"885dfe30173fe15120f957cf6cbd836404c355f9"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Nathan Reese <[email protected]>
Consolidate to only exposing
DashboardApi
by removingDashboardExternallyAccessibleApi
andDashboardPluginInternalFunctions
types.