-
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
[Dashboard] Remove Legacy Dashboard Only Mode #108103
[Dashboard] Remove Legacy Dashboard Only Mode #108103
Conversation
…sions to use showWriteControls only
⏳ Build in-progress, with failures
Failed CI StepsTo update your PR or re-run it, just comment with: |
…move dashboard mode required code from nav_links_service
…veDashboardOnlyMode
…veDashboardOnlyMode
…veDashboardOnlyMode
…veDashboardOnlyMode
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.
limits.yml LGTM
tsconfig.refs.json
Outdated
@@ -0,0 +1,125 @@ | |||
{ |
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.
It looks like this file may have been accidentally included in this PR?
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.
Huh, not sure where that came from, or why the .GITIGNORE didn't catch it. I have removed it though.
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
@elasticmachine merge upstream |
…veDashboardOnlyMode
…/ThomThomson/kibana into breaking/removeDashboardOnlyMode
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.
Reviewed code changes for Kibana App only. LGTM
@ThomThomson the test that you fixed has been skipped in #109343, kibana/x-pack/test/functional/apps/security/users.js Lines 15 to 16 in 0f75573
Would you mind tweaking this PR to unskip the test? Edit: nevermind, @azasypkin has converted the test to TS and unskipped it in #109422. You might have to deal with a minor merge conflict though 🙈 |
…veDashboardOnlyMode
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsAPI count
API count missing comments
Non-exported public API item count
History
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
Fixes #67617
This PR completely removes the dashboard mode plugin and functional tests. It also:
dashboardConfig
fromkibana_legacy
showWriteControls
permission from the capabilities service.showOnly
method fromnav_links_service
Checklist
Delete any items that are not applicable to this PR.
For maintainers