Tim Sullivan
Tim Sullivan
Part of https://github.com/elastic/kibana/issues/186574 ## Summary This PR migrates the method to access an APM Plugin view model field, which consumes `authc.getCurrentUser`, to use `coreStart.security`. Background: This PR serves as an...
Part of https://github.com/elastic/kibana/issues/186574 ## Summary This PR migrates the API Plugin's request contexts, which consumes `authc.getCurrentUser`, to use `coreContext.security`. Background: This PR serves as an example of a plugin migrating...
Part of https://github.com/elastic/kibana/issues/186574 ## Summary This PR migrates the Encrypted Saved Object Plugin's route handler that consumes `authc.getCurrentUser` to use `coreStart.security`. Background: This PR serves as an example of a...
Part of https://github.com/elastic/kibana/issues/186574 Background: This PR serves as an example of a plugin migrating away from depending on the Security plugin, which is a high priority effort for the last...
In a new version of the Spaces and Roles UX, the Edit Space UX and Create Space UX will be a separate screen and page component. This is enables the...
## Summary Epic link: https://github.com/elastic/kibana-team/issues/785 This changes bring a new design to the management of Spaces in Stack Management / Security. We have a new page to view the details...
`ParseOptions['recognizedFields']` is a new field of ParseOptions which controls how EuiSearchBar text is parsed into a Query object. This PR uses the new option to get better accuracy in how...
Before upgrading Chromium to 8.0.0, a developer could see the screen of the headless browser when testing by adding: `xpack.reporting.capture.browsers.chromium.inspect: true` When the setting works, it shows the screen of...
In the Sharing Modal redesign work, we have lost the ability for applications to control their own sharing capabilities. Previously, applications could call `share.register` to add their own sharing items...
# Backport This will backport the following commits from `main` to `8.15`: - [[Reporting] fix dashboard "Copy Post URL" action (#192530)](https://github.com/elastic/kibana/pull/192530) ### Questions ? Please refer to the [Backport tool...