-
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
Advanced Settings management app to kibana platform plugin #56931
Advanced Settings management app to kibana platform plugin #56931
Conversation
…s_mgmt_app_to_kibana_platform
@elasticmachine merge upstream |
…:mattkime/kibana into adv_settings_mgmt_app_to_kibana_platform
@elasticmachine merge upstream |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
…:mattkime/kibana into adv_settings_mgmt_app_to_kibana_platform
const { queryText } = this.props; | ||
const parsedQuery = Query.parse(queryText ? `ariaName:"${getAriaName(queryText)}"` : ''); | ||
// const parsedQuery = Query.parse(queryText ? `ariaName:"${getAriaName(queryText)}"` : ''); |
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.
Need to figure out what this was for. Not functional in master.
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.
Seems this was useful minus including ariaName
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 for platform change once comments are addressed
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.
The SASS file moves are fine, though there really should be an _index.scss
file within the new kibana/src/plugins/advanced_settings/public/
folder that then does all the imports of it's individual SASS files.
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, tested on Mac/Chrome. I just have two comments about tests below.
...lugins/advanced_settings/public/management_app/__snapshots__/advanced_settings.test.tsx.snap
Outdated
Show resolved
Hide resolved
...ins/advanced_settings/public/management_app/components/form/__snapshots__/form.test.tsx.snap
Outdated
Show resolved
Hide resolved
src/plugins/advanced_settings/public/management_app/components/form/form.test.tsx
Outdated
Show resolved
Hide resolved
src/plugins/advanced_settings/public/management_app/components/form/form.test.tsx
Show resolved
Hide resolved
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…6931) * advanced settings component registry to new platform
* master: (27 commits) Include actions new platform plugin for codeowners (elastic#57252) [APM][docs] 7.6 documentation updates (elastic#57124) Expressions refactor (elastic#54342) [ML] New Platform server shim: update annotation routes to use new platform router (elastic#57067) Remove injected ui app vars from Canvas (elastic#56190) update max_anomaly_score route schema to handle possible undefined values (elastic#57339) [Add panel flyout] Moving create new to the top of SavedObjectFinder (elastic#56428) Add mock of a legacy ui api to re-enable Canvas storybook (elastic#56673) [monitoring] Removes noisy event received log (elastic#57275) Remove use of copied MANAGEMENT_BREADCRUMBS and use `setBreadcrumbs` from management section's mount (elastic#57324) Advanced Settings management app to kibana platform plugin (elastic#56931) [ML] New Platform server shim: update recognize modules routes to use new platform router (elastic#57206) [ML] Fix overall stats for saved search on the Data Visualizer page (elastic#57312) [ML] [NP] Removing ui imports (elastic#56358) [SIEM] Fixes failing Cypress tests (elastic#57202) Create observability CODEOWNERS reference (elastic#57109) fix results service schema (elastic#57217) don't register a wrapper if browser side function exists. (elastic#57196) Ui Actions explorer example (elastic#57006) Fix update alert API to still work when AAD is out of sync (elastic#57039) ...
Summary
Move Advanced Settings to its own kibana platform plugin.
Checklist
Delete any items that are not applicable to this PR.
[ ] Documentation was added for features that require explanation or tutorialsFor maintainers