Skip to content
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

[Security Solution] Refactor Timeline Events to use Search Strategy #77205

Merged

Conversation

patrykkopycinski
Copy link
Contributor

@patrykkopycinski patrykkopycinski commented Sep 10, 2020

Summary

Before:
image

After:
image

Checklist

@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

@kbn/optimizer bundle module count

id value diff baseline
securitySolution 1986 +3 1983

async chunks size

id value diff baseline
securitySolution 10.1MB -12.6KB 10.1MB

page load bundle size

id value diff baseline
securitySolution 793.2KB -83.0B 793.3KB

distributable file count

id value diff baseline
default 45917 +12 45905

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@@ -129,8 +129,6 @@ const mapDispatchToProps = (dispatch: Dispatch, { timelineId }: OwnProps) => ({
dispatch(timelineActions.updateDescription({ id, description })),
updateIsFavorite: ({ id, isFavorite }: { id: string; isFavorite: boolean }) =>
dispatch(timelineActions.updateIsFavorite({ id, isFavorite })),
updateIsLive: ({ id, isLive }: { id: string; isLive: boolean }) =>
dispatch(timelineActions.updateIsLive({ id, isLive })),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we also remove updateIsLive from reducer and actions as well, seems it is never triggered.

Copy link
Contributor

@angorayc angorayc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done. Ran on my local, all looks fine, thank you!

@patrykkopycinski patrykkopycinski merged commit ea76209 into elastic:master Sep 16, 2020
@patrykkopycinski patrykkopycinski deleted the feat/timeline-search-strategy branch September 16, 2020 18:25
patrykkopycinski added a commit to patrykkopycinski/kibana that referenced this pull request Sep 16, 2020
patrykkopycinski added a commit that referenced this pull request Sep 17, 2020
…77205) (#77657)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Sep 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:enhancement Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants